/* Febe Rediseño website 2008 */
/* CSS Estilos*/
body {
	background-color:#a59c80;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin:0 0 0 0;
	text-align:justify;
	line-height: 17px;
	color: #666666;
}
blockquote P{
	padding: 0;
	margin:0;
}
/*******************************************************************/


.caja_texto_buscar {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:1; 

	height:15;
}


.boton_buscar {
	border:1; 
	border-style:solid; 
	border-color:#FFB400;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:20;
	cursor:hand;  
	background-color:#F9E4A8;
}

/* ESTILOS HOME */

/*inicio estilo carrusel noticias*/

.Estilo1 {
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
	line-height:14px;
}


h5 {
	margin-bottom:3px;
	font-size: 11px;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #dd8a04;
	font-weight: bold;
	text-align:left;
	line-height:14px;
}


/*fin estilo*/



#HomePrincipal {
	position: relative;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background-image: url(/cliente/img/home/border.gif);
	background-repeat:repeat-y;
}
#Cabecera {
	width: 751px;
	height: 130px;
	background-image: url(/cliente/img/home/cabecera.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
}
#Img_Cabecera {
	width: 751px;
	height: 136px;
	background-image: url(/cliente/img/home/img_cabecera.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
}
#Menu {
	width: 751px;
	height: 35px;
	margin: 0 auto;
}
#Pie {
	width: 783px;
	height: 50px;
	margin-left:0px;
	margin-right:0px;
	background-image: url(/cliente/img/home/background_foot.gif);
	background-repeat: no-repeat;	
	margin: 0 auto;
	text-align:center;
	clear:both;
}
#ContenidoHome {
	width: 751px;
	height: 470px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#LateralIzq {
	float:left;
	width: 408px;
	height: 470px;
	margin-left:1px;
	background-color:#FFFFFF;	

/*	border:1px solid #FF0000;	*/
}
#LateralDer {
	width: 341px;
	height: 470px;
	background-color:#FFFFFF;
	float:right;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	background-image:url(/cliente/img/home/border_div_der.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent: 15px;
	font-size: 12px;
	line-height: 20px;
/*	border:1px solid #FF0000;	*/
}
#piePagina {
	width: 750px;
	height: 20px;
	margin-left:50px;
	margin-right:0px;
	margin: 0 auto;
	text-align:center;
/*	border:1px solid #FF0000; */
}
/* FIN ESTILOS HOME */

/*******************************************************************/
/* ESTILOS INTERIOR */
#IntCabecera {
	width: 751px;
	height: 159px;
	background-image: url(/cliente/img/interiores/general/cabecera.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
}
#IntContenidos {
	width: 751px;
	height:80%;
	overflow: hidden;
	margin: 0 auto;

	background-image:url(/cliente/img/interiores/general/back_menu.gif);
	background-repeat:repeat-y;	
	background-color:#FFFFFF;
/*	border:1px solid #33FF00; */
	
}
#IntMenuLateral {
	float:left;
	width: 176px;
	height: 100%;
	min-height:100%;
	overflow: hidden;
	margin-left:0px;
}
#IntContenido {
	width: 572px;
	height:100%;
	min-height:100%;
	background-color:#FFFFFF;
	float:right;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#IntContentPrincipal {
	position: relative;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background-image: url(/cliente/img/home/border.gif);
	background-repeat:repeat-y;
}
/* FIN ESTILOS INTERIOR */
/*******************************************************************/
/* ENCABEZADOS */
h1 {
	margin-top: 9px;
	margin-bottom: 4px;
	font-size: 22px;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #423939;
	font-weight: bold;
	line-height:30px;
	text-indent: 0px;
}
h2 {
	margin-top: 14px;
	margin-bottom:5px;
	font-size: 18px;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #dd8a04;
	font-weight: bold;
	text-align:left;
	line-height:18px;
	text-indent: 0px;
}
h3 {
	margin-bottom:3px;
	font-size: 15px;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #dd8a04;
	font-weight: bold;
	text-align:left;
	line-height:18px;
}
h4 {
	margin-bottom:3px;
	font-size: 12px;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #fabc0b;
	font-weight: bold;
	text-align:left;
	text-indent: 0px;
}


/* FIN DE ENCABEZADOS */
/*******************************************************************/
/* TEXTOS */
.pie_pagina {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;	
}
/* FIN TEXTOS */
/*******************************************************************/
/* LISTAS */
#navegacionPrincipal li {
	margin: 0 5px 5px 0;
	padding: 0;
	text-indent: 0;
	text-align:left;
	list-style: none;
	list-style-position: outside;
	list-style-image: url(/cliente/img/menu/topoH1MenuPrin.gif);
	color: #423839;
	line-height: 20px;

}
/* FIN LISTAS */

/* ENLACES */
.mas_info {
	color:#dd8a04;
	font-weight:bold;
	font-size:11px;	
	padding:0px 0px 0px 0px;
	margin: 0;
}

.mas_info a {
	color:#dd8a04;
}

.mas_info:hover {
	color:#dd8a04;
	text-decoration:underline;
}
.enlace_blanco {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;	
	padding:0px 0px 0px 0px;
	margin: 0;
}

.enlace_blanco a {
	color:#FFFFFF;
}

.enlace_blanco:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.print {
	color:#dd8a04;
	font-weight:bold;
	font-size:11px;	
	padding:0px 0px 0px 0px;
	margin: 0;
}

.print a {
	color:#dd8a04;
}

.print:hover {
	color:#dd8a04;
	text-decoration:underline;
}
.enlace_menu {
	color:#666666;
	font-size:11px;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	padding:0px 0px 0px 0px;
	margin: 0;
	text-align: left
}

.enlace_menu a {
	color:#666666;
	text-align: left;
}

.enlace_menu:hover {
	color:#666666;
	text-decoration:underline;
	text-align: left;
}
/* FIN DE ENLACES */

/* FORMULARIOS */
.inputText, .inputPassword, .inputFile {
	border: solid 1PX #FFCC00;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* FIN FORMULARIOS */

/* TABLAS */
.tablaLimpia {
	border: 0;
	vertical-align:top;
}
.tablaLimpia td {
	padding: 3px;
	border: 1px solid #FFCC00;
	background:#FFFFFF;
	line-height: 120%;
}
.tablaLimpia tr th {
	border-top: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	padding: 5px 3px 3px 3px;
	font-weight: bold;
	font-size: 11px;
	background-color:#FFCC00;
	color: #666666;
	text-align: center;
	line-height: 120%;
}
.nombre {
	color:#dd8a04;
	font-weight:bold;
	font-size:11px;
	padding:0px 0px 0px 0px;
	margin: 0;
}
.enlace {
	color: #333333;
	font-weight: bolder;
	font-size: 11px;
}
.TITULO TABLAS {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.tiutlo_tablas {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


#hr_clear{clear:both;}h4a {
	margin-bottom:3px;
	font-size: 12px;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #fabc0b;
	font-weight: bold;
	text-align:left;
	text-indent: 0px;
	text-decoration: underline;
}

/*******************************************************************/


/*************ACCESO ASOCIADOS**************/

.nombre_asociados{
	color: #423939;
	font-size: 12px;
	font-weight:bold;
	padding: 5px;
}


.enlace_asociados{
	color: #423939;
	text-decoration: none;
	font-size: 12px;
	
}
.enlaces_asociados_cont{
	padding: 5px;
}


/*************ACCESO ASOCIADOS**************/

.reunion_titulo1{
background-color: #666666;
color: #ffffff;
padding-left: 5px;
font-weight:bold;
text-align: center;
font-size: 14px;
}
.reunion_celda0{
	background-color: #fff6cc;
	height: 10px;
	font-weight:bold;
	font-size: 13px;
}

.reunion_celda1{
	background-color: #f8f8f8;
}
.reunion_celda2{
	background-color: #ffffff;
}

.subsecciones A{
	color: #423939;
	font-weight:bold;
	font-size: 12px;
}

.titulo_gral H2{
	color: #423939;	
	font-size:11px;
}
.titulo_gral H2 A{
	color: #dd8a04;	
	
}

#enlace_doc{
	
	color:#dd8a04;
	font-weight:bold;
	font-size:11px;	
	padding:0px 0px 0px 0px;
	margin: 0;
}

#enlace_doc:hover{
	text-decoration: underline;
}

.pagina{
	color: #423939;
	text-decoration: none;
	font-size: 13px;
}

.pagina:hover{
	text-decoration: underline;
}


.not_titulo { 
	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: #484B4B;
	}

.not_tit_descargas { 
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: #484B4B;
	}

