@import url("textos.css");

/***********************
	RESET YAHOO UI
***********************/
body,div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol {
	list-style:none;
}
caption,th {
	text-align:left;
}
h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/**************************
	HELPFUL CSS classes
**************************/
.alignCenter { text-align: center; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }

/***************************************
		EMPEZAMOS
***************************************/
BODY{
/*	background-image: url(/img/fondo2colores.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #d5d1c7;
*/
	background-image: url(/img/fondo_extenso.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	background-color: #d5d1c7;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
}
#container{
	background-color: #d5d1c7;
	width: 944px;
	margin: 0 auto;
	text-align: left;
	
/*
	min-height: 620px;
 	height:auto !important;
  	height: 620px;
*/
	
/*	border-left: 1px solid #3f392d;
	border-right: 1px solid #3f392d;*/
}

#header{
	width: 944px;
/*    background-color: #3e382c;*/
	 background-color: #5d564b;
}
#header #barra_superior{
	background-image: url(/img/header_barra_superior.jpg);
	width: 944px;
	height: 25px;
}
#header #header0{
	background-image:  url(/img/header_oscuro_0.jpg);
	width: 225px;
	height: 181px;
	float: left;
    background-color: #5d564b;
}
#header #header1{
	background-image:  url(/img/header_oscuro_1.jpg);
	width: 179px;
	height: 181px;
	float: left;
   background-color: #5d564b;
}
#header #header1_over{
	background-image: url(/img/header_claro_1.jpg);
	width: 179px;
	height: 181px;
	float: left;
}
#header #header2{
	background-image:  url(/img/header_oscuro_2.jpg);
	width: 180px;
	height: 181px;
	float: left;
   background-color: #5d564b;
}
#header #header2_over{
	background-image: url(/img/header_claro_2.jpg);
	width: 180px;
	height: 181px;
	float: left;
}
#header #header3{
	background-image:  url(/img/header_oscuro_3.jpg);
	width: 178px;
	height: 181px;
	float: left;
    background-color: #5d564b;
}
#header #header3_over{
	background-image: url(/img/header_claro_3.jpg);
	width: 178px;
	height: 181px;
	float: left;
}
#header #header4{
	background-image:  url(/img/header_oscuro_4.jpg);
	width: 182px;
	height: 181px;
	float: left;
    background-color: #5d564b;
}
#header #header4_over{
	background-image: url(/img/header_claro_4.jpg);
	width: 182px;
	height: 181px;
	float: left;
}
#header div{
	position:relative;
}
#header UL{
	text-align: center;
	width: 178px;
	/*height: 181px;*/
	position: absolute;
	bottom: 40px;
	list-style: none;
}
#header UL a:link, #header UL a:visited{
	font-family: "Trebuchet MS","Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DDDDDD;
	text-align: center;
	text-decoration: none;
}
#header UL a:hover{
	color: #77b5b0;
}
#header UL a:active{
	color: #529791;
}

/* barra superior */
#barra_superior{
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#barra_superior P{
	padding-top: 4px;
}
#barra_superior a:link, #barra_superior a:visited{
	color: #b3aca1;
	text-decoration: none;
}
#barra_superior a:hover{
	color: #d3cec5;
	text-decoration: underline;
}
#barra_superior a:active{
	color: #C2BBAE;
}
/**********************************************
	TITULO sIFR
***********************************************/

H2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #bf1010;
}
H2.titulo_columna{
	border-bottom: 5px solid black;
}


/**********************************************
    CONTENT
***********************************************/
#content{
    float: left;
    width: 944px;
    margin-top: 25px;
	 padding-bottom: 30px;
}

/******************************
	MAQUETACIÓN CUATRO columnas
*******************************/
#columna_izda{
    float: left;
    width: 140px;
    padding: 0px 23px 5px 20px;
}
#columna_centro_izda{
	float: left;
   width: 230px;
   padding: 0px 23px 5px 26px;
	background-image: url(/img/linea_puntos.gif);
	background-position: 0px 20px;
	background-repeat: repeat-y;
}
#columna_centro_dcha{
    float: left;
    width: 230px;
    padding: 0px 23px 5px 27px;
	background-image: url(/img/linea_puntos.gif);
	background-position: 0px 20px;
	background-repeat: repeat-y;
}
#columna_dcha{
    float: left;
    width: 150px;
    padding: 0px 20px 5px 27px;

	background-image: url(/img/linea_puntos.gif);
	background-position: 0px 20px;
	background-repeat: repeat-y;
}
/******************************
	MAQUETACIÓN TRES columnas
*******************************/
#columna_grande_izda{
    float: left;
    width: 505px;
    padding: 0px 25px 5px 20px;
}

#columna_grande_centro{
    float: left;
    width: 505px;
    padding: 0px 25px 5px 25px;
	 
 	background-image: url(/img/linea_puntos.gif);
	background-position: 0px 20px;
	background-repeat: repeat-y;
}
/******************************
	MAQUETACIÓN DOS columnas
*******************************/
#columna_muy_grande_izda{
    float: left;
    width: 700px;
    padding: 0px 25px 5px 20px;
}

/*****************************
		LOGIN
*****************************/
.login{
	width: 300px;
	text-align: center;
}
.login .titulo_columna{
	margin-bottom: 20px;
}

.login TD{
	padding-right: 5px;
	text-align: right;
	padding-top: 12px;
}
.login TD.derecha{
	text-align: left;
}
.login TD.centro{
	text-align: center;
}
.olvido{
	margin-top: 30px;
}
.olvido A{
	color: #0e5f78;
	text-decoration: none;
}
.olvido A:hover{
	color: #127898;
	border-bottom: 1px dashed #127898;
}
.errorMessage{
	border: 1px solid #bf1010;
	background-color: #cfa199;
	padding: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #bf1010;
	margin: 20px;
}
INPUT, SELECT {
	border: 1px solid #b2aea3;
	/** remember to change image path **/
	background-color: #e3e0d9;
	font-family: "Lucida Console", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 8pt;
	color: #454743;
	padding: 2px;
}
INPUT:hover {
	border: 1px solid #b2aea3;
	/** remember to change image path **/
	background: url(none) no-repeat #f4f3f0;
	color: #454743;
}
INPUT:focus {
	border: 1px solid #b2aea3;
	/** remember to change image path **/
	background: url(none) no-repeat #f4f3f0;
	color: #252523;
}
.submit INPUT{
	text-transform: uppercase;
	font-size: 9pt;
	letter-spacing: 0.2em;
	padding: 3px;
	border-right: 2px solid #969288;
	border-bottom: 2px solid #969288;
}
.submit INPUT:hover{
	border: 1px solid #b2aea3;
	border-left: 2px solid #969288;
	border-top: 2px solid #969288;
}




/*****************************
	FLASH MESSAGE
*****************************/
#flashMessage{
	border: 1px solid #bf1010;
	background-color: #cfa199;
	padding: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #bf1010;
	margin: 20px;
}

/****************************************
			HOME
****************************************/
.noticia_home{
	margin-bottom: 20px;
}
.noticia_home H1{
	margin-bottom: 0px;
	
}
.noticia_home P.intro{
	margin-top: 0px;
	text-align: justify;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
.noticia_home .fecha{
	font:normal 9pt Georgia, "Times New Roman", Times, serif;
	color:#bf1010;
}
.noticia_home .nuevo{
	background-color: #127898;
	color: #D5D1C7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 4px;
}
.mas_informacion{
	font: normal 8pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	margin-top: 2px;
}
.mas_informacion IMG{
	vertical-align: bottom;
	border:0px;
}
.mas_informacion A{
	color: #0e5f78;
	text-decoration: none;
}
.mas_informacion A:hover{
	color: #127898;
	border-bottom: 1px dashed #127898;
}
.ver_mas_noticias{
		text-align: center;
		margin-top: 5px;
}
.ver_mas_noticias A{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9pt;
	color: #bf1010;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.02em;
}
.ver_mas_noticias A:hover{
	color: #ff0000;
	border-bottom: 1px dashed #ff0000;
}
.HRnoticias{
	background-color: #B2AEA3;
	color: #B2AEA3;
	width: 300px;
	height:1px;
}


/*************************************
        BOTONES
*************************************/
#botones IMG{
    margin-bottom: 0px;
    margin-top: 20px;
}

.encuesta{
    margin-top: 10px;
    margin-bottom: 20px;
}


/*******************************
		PAGINACION
******************************/
#paginacion{
	text-align: center;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 0px;
	margin: 4px 4px 0px 4px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#paginacion a{
	color: #BF1010;
	text-decoration: none;
	border: 1px solid #BF1010;
	margin: 2px;
	padding: 2px 4px 2px 4px;
}
#paginacion a:hover{
	background-color: white;
	border: 1px solid #BF1010;
	color: #BF1010;
}
#paginacion SPAN{
	color: #969288;
	border: 1px solid #969288;
	margin: 2px;
	padding: 2px 4px 2px 4px;
}
#paginacion a SPAN{
	color: #BF1010;
	border: 0;
	margin: 0;
	padding: 0;
}

/*********************************************
				DIRECTORIO DE SOCIOS
*********************************************/
#lista_letras{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
#lista_letras a{
	color: #0E5F78;
	text-decoration: none;
}
#lista_letras a:hover{
	color: #127898;
	text-decoration: overline;
}
TABLE#directorio_socios{
	width: 100%;
	font-size: 9pt;
}
.ficha_socio{
	padding:10px;
	padding-bottom: 30px;
	vertical-align: top;
}
.ficha_socio TABLE{
	width: 100%;
}
.ficha_socio TABLE TD{
	width: 100%;
	vertical-align: top;
}
.ficha_socio H3{
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #0e5f78;
	margin-bottom: 6px;
}
.ficha_socio DIV.rojo{
	margin-top: 4px;
}
#listado_provincias{
	width: 95%;
	margin-top: 20px;
	font-size: 8pt;
}
#listado_provincias TD{
	padding: 6px;
	text-align: left;
}
#listado_provincias A{
	
}
/****************************************************
			BUSQUEDA
***************************************************/

#lista_search{
	margin-top: 20px;
	margin-left: 10px;
}
#lista_search UL{
	margin-bottom: 30px;
}
#lista_search LI{
	list-style-type: none;
	margin-top: 20px;
}
#lista_search a:link{
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #BF1010;
	text-decoration: none;
	font-weight: bold;
}
#lista_search a:hover{
	color: Red;
	text-decoration: underline;
}
#lista_search a:visited{
	text-decoration: none;
	color: #0E5F78;
	font-weight: bold;
}
#lista_search a:visited:hover{
	color: #127898;
	text-decoration: underline;
}
#lista_search .searchword{
	font-weight: bold;
	border-bottom: 1px dashed #BF1010;
}
#lista_search .fecha{
	font:normal 9pt Georgia, "Times New Roman", Times, serif;
	color:#bf1010;
}


/****************************************************
			ENCUESTA
****************************************************/
#add_pollrow #radios INPUT{
	border: 0;
	background: 0;
}

/****************************************************
			FOOTER
****************************************************/
#footer{
	float: left;
	position: relative;
	background-color: #454743;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #D5D1C7;
}
#footer A{
	color: #D5D1C7;
}
#footer A:hover{
	color: #F4F3F0;
}

/********************************
		DOWNLOADS
**********************************/
#downloads_cat{
	margin: 20px 5px 20px 5px;
	padding: 6px;
	width: 100%;

}
#downloads_cat{
	padding-bottom: 10px;
}
downloads_cat h1{
	margin: 0;
	padding: 0;
}
#downloads_cat p.descripcion{
	font-size: 8pt;
	margin: 0px;
	padding: 0;
}
.noticia_home H3 A, .noticia_home H3 A:visited{
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #0e5f78;
	text-decoration: none;
}
.noticia_home H3 A:hover{
	color: #127898;
	text-decoration: underline;
}
	
/********************************
		EDITAR PERFIL
**********************************/
#edicion_perfil{
	border: 1px solid #C6C0B2;
	width: 100%;
}
#edicion_perfil TD{
	padding: 8px;
	text-align: right;
	font-weight: bold;
}
#edicion_perfil TD.celda_dcha{
	text-align: left;
	font-weight: normal;
}
#edicion_perfil TR.par{
background-color: #C6C0B2;
}
#edicion_perfil .descripcion{
	font-size: 8pt;
	padding-top: 18px;
	font-weight: normal;
}
	
/***********************************
		CONTACTO
**********************************/
#contacto INPUT, #contacto SELECT{
	width: 400px;
}
#contacto #enviar{
	width: 60px;
}
#contacto TD{
	padding: 8px;
}
#ContactoMensaje {
	border: 1px solid #b2aea3;
	/** remember to change image path **/
	background-color: #e3e0d9;
	font-family: "Lucida Console", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 8pt;
	color: #454743;
	padding: 2px;
	width: 400px;
	height: 200px;
}
#ContactoMensaje:hover {
	border: 1px solid #b2aea3;
	/** remember to change image path **/
	background: url(none) no-repeat #f4f3f0;
	color: #454743;
}
#ContactoMensaje:focus {
	border: 1px solid #b2aea3;
	/** remember to change image path **/
	background: url(none) no-repeat #f4f3f0;
	color: #252523;
}
/***********************************
		FORMULARIO ACTIVIDAD
**********************************/
form#formulario_actividad FIELDSET {
	border:1px dashed #454743;
	display:block;
	font-family:verdana,sans-serif;
	font-size:1em;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding:5px 5px 5px 10px;
}
form#formulario_actividad LEGEND{
	padding: 5px;
	font-weight: bold;
	background-color: #D5D1C7;
}
form#formulario_actividad H2{
	text-transform: uppercase;
	color: #127898;
	margin-top: 30px;
}
form#formulario_actividad P, form#formulario_actividad FIELDSET{
	margin-left: 30px;
	margin-top: 15px;
}
form#formulario_actividad FIELDSET P{
	margin-left: 0;
	margin-top: 5px;
}
form#formulario_actividad INPUT{
	width: 665px;
}
form#formulario_actividad FIELDSET INPUT{
	width: 640px;
}
form#formulario_actividad #personal_no_medico INPUT{
	width: 100px;
}
form#formulario_actividad #personal_no_medico TD{
	padding: 6px 15px;
}

form#formulario_actividad #enviar{
	background-color: #127898;
	color: White;
	margin: 30px 0 0 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
	width: 100px;
	padding: 5px 15px;
	text-decoration: none;
}
form#formulario_actividad #enviar:hover{
background-color: #1A9BC3;
border-bottom: 1px solid #0E5F78;
border-right: 1px solid #0E5F78;
}
#info_formulario_imprimir{
text-align: center;
	padding: 10px;
	background-color: #92b985;
	border: 1px solid #64a459;
}
#info_formulario_imprimir #imprimir{
	margin: 10px 0 0 0;
}



