/* DEFECTO */
a {
	color:			#9d0a0f;
	text-decoration: none;
	font-weight:	bold;
}

/* BODY */
body {
	background:		url(../../images/fndhead.jpg) top center repeat-x #FFF;
	font-family:	"Tahoma", Arial, Helvetica, sans-serif; 
	color:			#000;
}

/* CABECERA POS */
#cabecera_pos {
	background:		url(../../images/fntxtup.jpg) top center repeat-x;
	height:			25px;
	text-align:		center;
	color:			#FFFFFF;
	font-size:		0.6em;
	padding-top:    3px;
}

/* CUERPO */
#cuerpo {
	background:		url(../../images/fndcuerpo.jpg) top repeat-y;
	width:			950px;
	/*height:			600px;*/
	margin:			auto;
}

/* CABECEERA */

	/* TITULO */
	#cab_titulo {
		background:	url(../../images/index/fndheader.jpg) no-repeat;
		height:		172px;
		margin-top: -2px;
	}
	
	#cab_titulo h1 {
		display:	none;
	}
	/* MENU */
	#cab_menu {
		height:		48px;
		background-color: #9d0a0f;
	}
	
	#lstmenu {
		list-style:	none;
	}
	
	#lstmenu li {
		display:	inline;
		float:		left;
	}
	
	#lstmenu a {
		display:	block;
		height:		48px;
	}
	
	#lstmenu_home a {
		background: url(../../images/index/mninicio.jpg) top;
		width:		71px;
	}
	
	#lstmenu_home a:hover {
		background: url(../../images/index/mninicio.jpg) bottom;
		width:		71px;
	}	
	
	#lstmenu_ver a {
		background: url(../../images/index/mnver.jpg) top;
		width:		178px;
	}
	
	#lstmenu_ver a:hover {
		background: url(../../images/index/mnver.jpg) bottom;
		width:		178px;
	}	
	
	#lstmenu_min a {
		background: url(../../images/index/mnmin.jpg) top;
		width:		218px;
	}
	
	#lstmenu_min a:hover {
		background: url(../../images/index/mnmin.jpg) bottom;
		width:		218px;
	}	
	
	#lstmenu_mod a {
		background: url(../../images/index/mnmod.jpg) top;
		width:		220px;
	}	
	
	#lstmenu_mod a:hover {
		background: url(../../images/index/mnmod.jpg) bottom;
		width:		220px;
	}		
	
	#lstmenu_vac a {
		background: url(../../images/index/mnvac.jpg) top;
		width:		81px;
	}		
	
	#lstmenu_ya a {
		background: url(../../images/index/mnya.jpg) top;
		width:		182px;
	}	
	
	#lstmenu_ya a:hover {
		background: url(../../images/index/mnya.jpg) bottom;
		width:		182px;
	}	
	
/* CUERPO IZDA */
#cont_izda {
	width:		690px;
	float:		left;
	padding-left: 4px;
	font-size:	0.8em;
	text-align:	justify;
}


/* CUERPO DCHA */	
#cont_dcha {
	width:		250px;
	float:		right;
	margin:    16px 2px;
	text-align: justify;
	font-size:	0.8em;
	color:		#FFFFFF;
	border-left:	1px solid #FFF;
}

/* CUERPO */
#footer {
	background-color: #000000;
}

#pie {
	background:	url(../../images/fndfoot.jpg) repeat-x #000000;
	height:		30px;
	text-align:	center;
	color:		#FFFFFF;
	font-size:	0.7em;
	padding-top:12px;
}

#pie_texto {
	width:		950px;
	height:		42px;
	margin:		auto;
	color:		#FFFFFF;
	font-size:	0.7em;
	padding-top:12px;
}

#pie a {
	color:		#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}

#pie a:hover {
	text-decoration: underline;
}

#entrar_ahora {
	text-align: center;
}

/* AVISO */
#aviso {
	color:		#000;
	text-align:	justify;
	padding:    6px 20px;
	font-size:  0.9em;
}

#aviso h3 {
	font-weight:	bold;
	/*text-decoration:underline;*/
}

/* CONTACTO */
#contacto {
	color:		#000;
	text-align:	justify;
	padding:    6px 20px;
	font-size:	0.9em;
}

#contacto .izda {
	width:		98px;
	height:		28px;
	text-align:	right;
	padding-right: 12px;
	vertical-align: top;
}

#contacto .campo {
	font-family: "Tahoma", Arial;
	width:		350px;
}

#contacto .texto {
	font-family: "Tahoma", Arial;
	font-size:	0.9em;
	width:		350px;
	height:		200px;
}

/* ENLACES */
/*
.column {
	float:		left;
	padding:	8px;
	width:		22%;
	font-size:	0.8em;
	margin-left:10px;
	background-color: #000;
	color:		#FFFFFF;
}

.column ul {
	list-style-type:	none;
	margin:				0;
	padding-left:	    0;
}

.column ul li {
	padding:	        0 0 3px;
}

.column h2 {
	padding-bottom:      8px;
}
*/

#bottom {
	color: #FFF;
	width:	950px;
	margin:	auto;
	font-size:	0.8em;
}

.column {
	float: left;
	width: 23%;
	padding: 8px;
}	
.column h2 {
	padding: 5px 0 10px 10px;
	margin: 0;
	color: #FFF;
	letter-spacing: -1px;
}
.column ul {
	padding: 10px;
}
.column ul li a:hover 	{ color: #FFF; font-weight:bold; }
.column ul li a 		{ color:#FFF; font-weight: normal; text-decoration: underline;}
