/****************************************************************
CSS FRAMEVIEW [ name ]

	- Layouts y Fondos
	- CSS para Menus Estándares (según MapWeb)
	- CSS adicional
*****************************************************************/


/*
----------------------------------------------------------------------------------------------
LAYOUT Y FONDOS
	PreCabecera, Cabecera, Cuerpo, Pie (y sus contenedores)
	Fondos (cabecera, cuerpo, etc)
-----------------------------------------------------------------------------------------------
*/
 

				/* Común contenedores */
#FrwPreCabeceraContenedor,
#FrwCabeceraContenedor,
#FrwCuerpoContenedor,
#FrwPieContenedor{
	background:url(../shared_rec/img_shared/fondo.gif) repeat-y center top;
	margin:0px;
	padding:0px;
}
				/* Común bloques de contenido */
#FrwPreCabecera,
#FrwCabecera,
#FrwCuerpo,
#FrwPie{
	position:relative;
	width:975px;
	margin-left:auto;
	margin-right:auto;
	
}

				/* Especificaciones para cada bloque */
#FrwPreCabeceraContenedor{
	height:35px;
}
#FrwPreCabecera{
	position:relative;
}
#FrwPreCabecera .ContBotones{
	padding-top:3px;
}

/*-------------------------------*/
 #FrwPreCabecera{
	background:url(../shared_rec/img_shared/fondo_precab_catal.png) repeat-x top;
	height:30px;
}
 #FrwPreCabecera .BordeSup{
	width:975px;
	position:absolute;
	background-color:#e3dfd3;
	height:7px;
	z-index:100;
}

/*-------------------------------*/
#FrwCabeceraContenedor{
	/*background-color:#9C1D2E;*/	
}
 #FrwCabecera{
	background:url(../shared_rec/img_shared/cabecera.png) no-repeat top center;
	width:975px;
	height:129px;
	position:relative;
}
 #FrwCabecera h1{
	position:absolute;
	text-align:center;
	color:#730513;
	font-size:25px;
	font-weight:bolder;
	left: 254px;
	top: 9px;
	width: 317px;
}
 #FrwCabecera h2{
	position:absolute;
	text-align:center;
	color:#730513;
	font-size:30px;
	font-weight:bolder;
	left: 257px;
	top: 52px;
}
 #FrwCabecera .AnioPlan{
	position:absolute;
	font-size:30px;
	font-weight:bolder;
	color:#333;
	left: 49px;
	top: 85px;
}



/*---------------------------------*/
#FrwCuerpoContenedor{
	margin:0px;
	padding:0px;
}
#FrwCuerpo{
	
}


				/*Botones Vista Gestión, Catálogo, Convocatorias*/

a.BtnVCatalog{
	display:block;
	position:relative;
	background:url(../shared_rec/img_shared/btnVista1_izq.gif) no-repeat left top;
	float:right;
	text-decoration:none;
	width:120px;
	height:28px;
	color:#a89f88;
	line-height:28px;
	text-align:center;
	margin-right:10px;
	cursor:pointer;
	font-size:13px;
    font-weight: bold;
	padding-left:7px;
}
a.BtnVCatalog span{
    display:block;
	background:url(../shared_rec/img_shared/btnVista1_der.gif) no-repeat right top;
	position:relative;
	left:2px;
	height: 28px;
}
#FrwPreCabecera a.Selected,
a.BtnVCatalog:hover{
	color:#8c8163;
	text-decoration:underline;
}

/*----------------------------------------*/
a.BtnVConvoc{
	position:relative;
	display:block;
	background:url(../shared_rec/img_shared/btnVista2_izq.gif) no-repeat left top;
	float:right;
	text-decoration:none;
	width:120px;
	height:28px;
	color:#b4c282;
	line-height:28px;
	text-align:center;
	margin-right:10px;
	margin-top:2px;
	font-size:13px;
    font-weight:bold;
	padding-left:7px;
}
a.BtnVConvoc span{
    display:block;
	background:url(../shared_rec/img_shared/btnVista2_der.gif) no-repeat right top;
	position:relative;
	left:2px;
	height: 28px;
}


/*----------------------------------------*/
a.BtnVPriv{
	position:relative;
	display:block;
	background:url(../shared_rec/img_shared/btnVista3_izq.gif) no-repeat left top;
	float:right;
	text-decoration:none;
	width:120px;
	height:28px;
	text-align:center;
	color:#DFDFDF;
	line-height:28px;
	margin-right:10px;
	margin-top:2px;
	font-size:13px;
    font-weight:bold;
}
a.BtnVPriv span{
    display:block;
	background:url(../shared_rec/img_shared/btnVista3_der.gif) no-repeat right top;
	position:relative;
	left:2px;
	height: 28px;
  	
}



/*
--------------------------------------------------------------------
CSS - ADICIONAL
	Formato del pie, y otros adicionales
-----------------------------------------------
---------------------
*/

#FrwPieContenedor{
 	
}
 #FrwPie{
	background:url(../shared_rec/img_shared/fondopie.gif) repeat-x bottom #e3dfd3;
	height:75px;
}


#FrwPie #LogoPie{
	background:url(../shared_rec/img_shared/logo_gris.png) no-repeat top left;
	width:303px;
	height:57px;
	float:left;
	margin-left:10px;
	margin-top:5px;
}
#FrwPie #Direccion{
	float:right;
	font-size:10px;
	text-align:right;
	color:#666666;
	margin-top:25px;
	margin-right:10px;
}
#FrwPie #Direccion a{
	color:#666666;
	font-weight:bold;
	font-size:10px;
}
#FrwPie #Direccion a:hover{
	color:#990000;
	
}