@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background-color:#000000;
 	font-family: Arial, Helvetica, sans-serif;
	color:#a8a8a8;
}

#contenedor{
	width:993px;
	height:551px;
	background-color:#0a0b0c;
	background-image: url(../img/contenedor.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #2a2b2b;
	border-right-color: #2a2b2b;
	border-bottom-color: #2a2b2b;
	border-left-color: #2a2b2b;
}


#txt_portada{
	line-height: 18px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin-top: 12px;
	width: 280px;
	margin-left: 18px;
}

#cont_sup{
	width:993px;
	height:60px;
}

#cont_der{
	float:right;
	width:226px;
	background-color:#0a0b0d;
	height:550px;
}

#cont_izq{
	float:left;
	width:767px;
	height:551px;
}

#cont_inf{
	width:993px;
	height:60px;
	margin: 0px;
	padding: 0px;
}

#idiomas{
	padding-top: 40px;
	padding-left: 896px;
	font-size: 11px;
	font-weight: bold;
}

ul.menu{
	font-size: 11px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 18px;
}

li.menu{
	margin-top:5px;
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	color: #FFFFFF;

}





li.menuselec{
	margin-top:5px;
	background-image: url(../img/bot_01_01.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}

ul.txt{
	font-size: 12px;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	margin:0;
	line-height: 18px;
}

li.txt{
	margin:0;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}


#galeria_sup{
	width:767px;
	height:84px;
	float:right;
}

#video_sup{
	width:767px;
	height:35px;
	float:right;
}


ul.numeros{
	margin-left:15px;

}

li.numeros{
	float:left;
	list-style-type: none;
	margin-left:5px;
	font-size: 12px;
}

li.numeros_selec{
	float:left;
	list-style-type: none;
	margin-left:5px;
	font-size: 12px;
	color: #0183d1;
}


#galeria_fotos{
	width:767px;
	height:402px;
	float:right;
}



a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #0183d1;
}

