/* DEFECTO */
a {
	color:			#FFFFFF;
}

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

/* CABECERA POS */
#cabecera_pos {
	background:		url(../../images/fndup.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/head.jpg) no-repeat;
		height:		166px;
	}
	
	#cab_titulo h1 {
		display:	none;
	}
	/* MENU */
	#cab_menu {
		height:		51px;
		background-color: #490131;
	}
	
	#lstmenu {
		list-style:	none;
	}
	
	#lstmenu li {
		display:	inline;
		float:		left;
	}
	
	#lstmenu a {
		display:	block;
		height:		51px;
	}
	
	#lstmenu_home a {
		background: url(../../images/index/mnhome.jpg) top;
		width:		93px;
	}
	
	#lstmenu_home a:hover {
		background: url(../../images/index/mnhome.jpg) bottom;
		width:		93px;
	}	
	
	#lstmenu_ver a {
		background: url(../../images/index/mnqver.jpg) top;
		width:		151px;
	}
	
	#lstmenu_ver a:hover {
		background: url(../../images/index/mnqver.jpg) bottom;
		width:		151px;
	}	
	
	#lstmenu_min a {
		background: url(../../images/index/mnqmin.jpg) top;
		width:		179px;
	}
	
	#lstmenu_min a:hover {
		background: url(../../images/index/mnqmin.jpg) bottom;
		width:		179px;
	}	
	
	#lstmenu_mod a {
		background: url(../../images/index/mnqmod.jpg) top;
		width:		176px;
	}	
	
	#lstmenu_mod a:hover {
		background: url(../../images/index/mnqmod.jpg) bottom;
		width:		176px;
	}		
	
	#lstmenu_vac a {
		background: url(../../images/index/mnvac.jpg) top;
		width:		86px;
	}		
	
	#lstmenu_ya a {
		background: url(../../images/index/mnqya.jpg) top;
		width:		265px;
	}	
	
	#lstmenu_ya a:hover {
		background: url(../../images/index/mnqya.jpg) bottom;
		width:		265px;
	}	
	
/* CUERPO IZDA */
#cont_izda {
	width:		654px;
	float:		left;
	padding-left: 4px;
	padding-top:  10px;
}


/* 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 */
#pie {
	background:	url(../../images/fndpie.jpg) repeat-y;
	height:		30px;
	text-align:	center;
	color:		#FFFFFF;
	font-size:	0.7em;
	padding-top:12px;
}

#pie_texto {
	height:		42px;
	text-align:	center;
	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:		#FFFFFF;
	text-align:	justify;
	padding:    6px 20px;
	font-size:  0.8em;
}

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

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

#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: #490131;
	color:		#FFFFFF;
}

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

.column ul li {
	/*border-bottom:		1px dotted #FFF;*/
	padding:	        0 0 3px;
}

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