/* ------ESTRUCTURA WEB ------- */

body{
	background:#D8D8D8;
	font-family: "Verdana", "Georgia";
	font-size:12px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
}

a{
	color:#65A81D;
}

a:hover{
	color:#B3CA00;
}


#content_header_sub{
	margin:auto;
	text-align:left;
	padding-top:5px;
	padding-bottom:2px;
	width:970px;
}

#home_descrip{
	display: none;
}

#header_sub_left{
	float:right;
	width:665px;;
	height:30px;
}

#header_sub_right{
	width:280px;
	height:30px;
	border: 1px solid #D8D8D8;
}

#header_sub_left ul,#header_sub_right ul {
	list-style: none;
	margin: 12px 0px;
	padding:0;
}

#header_sub_left ul li {
	float: left;
	width:145px;
	background:url('/images/fecha_submenu.gif') no-repeat center left;
	padding-left:11px;
}

#header_sub_right ul li {
	float: left;
	width:85px;
	padding-left:5px;
}

#header_sub_left ul li a,#header_sub_right ul li a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

#header_sub_left ul li a:hover{
	color:#B3CA00;
}

#wrap{
	margin:auto;
	background-color:#FFFFFF;
	text-align:left;
	padding:0;
	width:970px;
}

#content{
	font-size:14px;
	float:left;
	padding-left:5px;
	padding-bottom: 20px;
}


#header{
	padding:0;
	margin:0;
}

#header_left{
	float:right;
	width:665px;
	height:120px;
	vertical-align: bottom;
	text-align:left;
}

#header_left ul {
	margin: 35px 5px;
	padding:0;
}

#header_left ul li {
	list-style:none;
	background:#fff url('/images/border-menu.gif') no-repeat center left;
	float: left;
	padding-left:5px;
	width: 150px;
	color:#333333;
}

#header_left ul li a{
	text-decoration:none;
	color:#000;
	font-size:13px;
}

#header_left ul li a:hover{
	color:#B3CA00;
}

#header_rigth{
	width:305px;
	height:120px;
}


#titulo_left{
	float:right;
	width:660px;
	height:70px;
	background-color:#000;
}

#titulo_rigth{
	width:295px;
	height:60px;
	background-color:#8BC434;
	padding-top:10px;
	padding-left:15px;
	color:#FFFFFF;
	font-size:20px;
	text-transform: uppercase;
}

#titulo_rigth h2{
	color:#FFFFFF;
	font-size:20px;
	margin:0;
	padding:0;
	font-weight:normal;
}

#content_left{
	float:right;
	width:628px;
	border-left:1px dashed #999999;
	padding:15px;
	padding-top:0;
	margin-top:20px;
	margin-bottom:20px;
}

#content_rigth{
	width:266px;
	padding:15px;
	padding-top:0;
	color:#000;
	margin-top:20px;
	margin-bottom:20px;
}

#footer{
	margin:auto;
	text-align:center;
	padding-top:5px;
	width:970px;
	color:#333333;
	font-family:"Trebuchet MS","Arial";
	font-size:10px;
}

/* ------FIN ESTRUCTURA WEB ------- */


/* --------VARIOS ------*/
.cursor_pointer{
	cursor:pointer;
}

h2{
	color:#8BC434;
	font-size:20px;
	margin:0;
	padding:0;
	font-weight:bold;
}

h1{
	color:#000;
	font-size:24px;
	margin:0;
	padding:0;
	font-weight:normal;
}

.link_mas{
	font-style: italic;
	color:#4F8218;
	font-size:13px;
}

.div_link_mas{
	width:100%;
	border-top:1px dashed #333333;
}


#black_screen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 2;
}

#loading {
	display: none;
	position: absolute;
	width: 220px;
	height: 30px;
	left: 0;
	top: 0;
	z-index: 3;
	background: url('/images/loadingAnimation.gif') no-repeat;
	color: #000000;
	font-weight: bold;
}


/* --------VARIOS ------*/


/*--------- DIRECTORIO DE SOCIOS ---------- */
#ficha {
	display: none;
	position: absolute;
	left: 46%;
	width: 650px;
	margin-left: -300px;
	margin-top:80px;
	z-index: 10;
	background-color:#FFFFFF;
	margin-bottom: 10px;
	-moz-border-radius: 6px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 6px; /*Para Konqueror y Safari */
	-webkit-border-radius: 6px;
	border-radius: 6px; /*Forma normalizada*/
	border:2px solid #000;
	padding: 7px;
	text-align:left;
}

#cerrar_ventana{
	cursor:pointer;
	font-weight:bold;
	color:#00CC66;
	text-align:right;
}

#socios_tbl th{
	color:#8bc434;
	font-size:15px;
}

.socios_celda_tbl{
	border-bottom:1px dashed #000000;
}

.socio_ficha_txt{
	font-size:11px;
	color:#666666;
	text-align:center;
	cursor:pointer;
}

/*--------- DIRECTORIO DE SOCIOS ---------- */


/*--------- ZONA DE SOCIOS ---------- */

#zona_socios_tbl{
	background-color:#e4e4e4;
	padding:25px 10px 25px 10px;
	margin:auto;
}

/*--------- ZONA DE SOCIOS ---------- */