/* CSS Document */
/*====================GENERAL=======================*/
body  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #666666;
	margin: 0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	text-align: center; 
	color: #000000;
}
.thrColFix #container { 
	//width: 780px; 
	width: 98%;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
} 


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.boton{
	background-image:url(../images/bg_boton_default.gif);
	background-repeat:repeat-x;
	height:19px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	border:1px solid #ffffff;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	cursor:pointer;
}

.botonOver{
	background-image:url(../images/bg_boton_over.gif);
	background-repeat:repeat-x;
	height:19px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	border:1px solid #ffffff;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	cursor:pointer;
}

.textInput{
	font-size:11px;
	border:1px solid #999999;
	color:#666666;
}

a
{
	font-weight:bold;
	text-decoration:underline;
	color:#0e2b6e;
}

a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#f74509;
}

.lnkFlechaDerecha
{
background-image:url(../images/flecha.gif);
background-repeat:no-repeat;
background-position:top right;
padding-right: 20px;
}

.lnkFlechaIzquierda
{
background-image:url(../images/flecha.gif);
background-repeat:no-repeat;
background-position:top left;
padding-left: 20px;
}

#piePagina
{
	background-image:url(../images/bgPie.gif);
	background-position:top;
	border-top: 1px solid #CCCCCC;
	background-repeat:repeat-x;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	color: #666666;
}

/*=================================CABECERA========================================*/
#cabecera{
	height:100px;
	width:100%;
	background-image:url(../images/bgCabecera.gif);
	background-repeat:repeat-x;
}

#cabeceraLogo
{
	padding-left:20px;
	 width:135px;
	 height:100px;
	 vertical-align:top;
}

#cabeceraBarraSuperior
{
	padding:10px;
	vertical-align:middle;
	

}


#cabeceraBarraTabs
{
	 height:40px;
	 vertical-align:bottom;
}

.tab
{
padding-left:2px;
float:left;
cursor:default;
}



.tabDefaultIzquierda
{
width:9px;
height:32px;
background-image:url(../images/tab_default_izq.gif);
background-position:top left;
background-repeat:no-repeat;

}

.tabDefaultDerecha
{
width:9px;
height:32px;
background-image:url(../images/tab_default_der.gif);
background-position:top right;
background-repeat:no-repeat;
}

.tabDefaultCentro
{
vertical-align:middle;
	height:32px;
	background-image:url(../images/tab_default_centro.gif);
	background-position:top;
	background-repeat: repeat-x;
	 color:#333333;
	 font-weight:bold;
	 font-size:11px;
}

.tabOverIzquierda
{
height:32px;
width:9px;
background-image:url(../images/tab_over_izq.gif);
background-position:top left;
background-repeat:no-repeat;
}

.tabOverDerecha
{
height:32px;
width:9px;
background-image:url(../images/tab_over_der.gif);
background-position:top right;
background-repeat:no-repeat;
}

.tabOverCentro
{
vertical-align:middle;
height:32px;
	background-image:url(../images/tab_over_centro.gif);
	background-position:top;
	background-repeat: repeat-x;
	 color:#ffffff;
	 font-weight:bold;
	 font-size:11px;
}


.tabSelectedIzquierda
{
height:32px;
width:9px;
background-image:url(../images/tab_selected_izq.gif);
background-position:top left;
background-repeat:no-repeat;
}

.tabSelectedDerecha
{
height:32px;
width:9px;
background-image:url(../images/tab_selected_der.gif);
background-position:top right;
background-repeat:no-repeat;
}

.tabSelectedCentro
{
 vertical-align:middle;
height:32px;
	background-image:url(../images/tab_selected_centro.gif);
	background-position:top;
	background-repeat: repeat-x;
	 color:#ffffff;
	 font-weight:bold;
	 font-size:11px;
}

/*=======================IMAGEN CENTRAL=========================*/

#imagenCentral{
	height: 200px;
	background-color:#E2E3E5;
	background-image:url(../images/topcab.jpg);
	background-position:top;
	background-repeat: repeat-x;
}

#imagenCentralPeq{
	height: 80px;
	background-color:#E2E3E5;
	background-image:url(../images/topcab.jpg);
	background-position:top;
	background-repeat: repeat-x;
}

/*==================BLOQUE DESTACADO AZUL=========================*/
#baseBloqueDestacado{

	padding-left:10px;
	padding-right:10px;
	 background-image:url(../images/bgCentro.gif);
	 background-repeat:repeat-x;
	 background-color:#22496d;
	  vertical-align:top
}

.bloqueDestacado{
	padding:10px;
	vertical-align:top;
}

.textoBloqueDestacado{
	font-size:12px;
	color:#b7c2d6;
	font-weight:normal;
	vertical-align:top;
	padding:5px;

}

.textoBloqueDestacado a{
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}

.textoBloqueDestacado a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#5e89ab;

}

.bloqueDestacadoSeparadorDerecha
{
	width:10px;
	background-image:url(../images/bg_separador_destacado_der.gif);
	background-repeat:no-repeat;
	background-position:center top;
	vertical-align:bottom;
		height:140px;
}

.bloqueDestacadoSeparadorIzquierda
{
	width:10px;
	background-image:url(../images/bg_separador_destacado_izq.gif);
	background-repeat:no-repeat;
	background-position:center top;
	vertical-align:bottom;
	height:140px;
}

.tituloBloqueDestacado
{
	font-weight: normal;
	color: #ffffff;
	font-size: 17px;
	padding-bottom:5px;
}

/*==================BLOQUE CONTENIDOS INFERIOR=========================*/
#baseBloqueContenidos{

	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-image:url(../images/bgSombra.gif);
	background-repeat:repeat-x;
}

.bloqueContenidos{
	 background-image:url(../images/separador_contenidos_horiz.gif);
	 background-repeat:repeat-x;
	 background-position:bottom;
	 padding-bottom:10px;
	 padding-top:10px;
	  vertical-align:top;
}

.bloqueContenidosSeparador
{
	width:21px;
	background-image:url(../images/separador_contenidos_vert.gif);
	background-repeat:repeat-y;
	background-position:center;
}

.tituloBloqueContenidos
{
	font-weight: normal;
	color: #000000;
	font-size: 17px;
	padding-bottom:5px;
}


.textoBloqueContenidos{
	font-size:10px;
	color:#666666;
	font-weight:normal;
	padding-right:10px;
	vertical-align:top;
	padding:5px;

}

.textoBloqueContenidosSubHome{
	font-size:11px;
	color:#666666;
	font-weight:normal;
	padding-right:10px;
	vertical-align:top;
	padding:5px;

}

.textoBloqueContenidosSubHomeBig{
	font-size:13px;
	color:#666666;
	font-weight:normal;
	padding-right:10px;
	vertical-align:top;
	padding:5px;

}

.bloqueContenidos a{
	font-weight:bold;
	text-decoration:underline;
	color:#0e2b6e;
}

.bloqueContenidos a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#f74509;

}


