* {
	margin:0;
	padding:0;
	border:none;
}
body {
	background-color: #4c4c4c;
	margin: 0 auto;
	padding:17px 0 17px 0;
}
.final {
	clear: both;
	float: none;
}
.flota_izq {
	float: left;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #E85959;
}
h1 {
	font-size: 25px;
	margin: 26px 0 10px 0;
	color: #FFFFFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px dotted #ffffff;
	padding: 5px 0 8px 0;
	margin: 0 0 3px 0;
}

p {
}
#contenedor {
	width: 880px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin:0 auto;
	border: 4px solid #d7d6c2;
	background-color: #ca261d;
}
#top {
	
}
#medio {
	background-image: url(img/bg_medio.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	padding: 35px 65px 10px 65px;
}
#col_chica {
	float: left;
	width: 175px;
	margin: 0 40px 0 0;
}
#col_grande {
	width: 535px;
	float: left;
	font-size: 11px;
}
#pie {
	width: 800px;
	margin: 0 auto;
	background-image: url(img/bg_medio.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	border-top: 1px dashed #ffffff;
	height: 100px;
	padding: 30px 0 0 0;
	text-align: center;
	font-size: 11px;
}
#pie .linea_a {
	font-weight: bold;
	margin: 6px 0 7px 0;
}
#pie .linea_b {
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 3px 0 14px 0;
}

.menu li {
	display: inline;
	margin: 0 5px 0 0;
}
.menu a:hover {
	color: #E96B65;
}

.menu_pie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	margin: 0px 0 0px 0;
}
.menu_pie li {
	display: inline;
	margin: 0 5px 0 0;
}
.menu_pie a:hover {
	color: #E96B65;
}
.opciones {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:25px;
	padding:0 0 0 15px;
	list-style-type: disc;
	margin: 0 0 40px 0;
}
.opciones a:hover {
	color: #E85959;
}
#caja_logueo {
	margin: 5px 0 0 0;
	border-bottom: 2px dotted #ffffff;
	padding: 0 0 18px 0;
}
#caja_logueo .texto {
	font-size: 10px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#caja_logueo .nombre_campo {
	float: left;
	margin: 0 5px 0 0;
	padding: 2px 0 0 0;
	font-size: 10px;
}
#caja_logueo input {
	float: left;
	margin: 0 10px 0 0;
	background-image: url(img/bg_form.gif);
	height: 13px;
	border: 2px solid #ffffff;
	width: 100px;
}
#caja_logueo .enlace a {
	font-weight: bold;
}
.listado_thumbs {
	margin: 20px 0 5px 0;
}
.thumb {
	float: left;
	height: 118px;
	width: 132px;
	background-image: url(img/bg_thumb.jpg);
	background-repeat: no-repeat;
	margin: 0 1px 12px 0;
}
.thumb a img {
	border: 5px solid #92160f;
}
.thumb a:hover img {
	border: 5px solid #f15d55;
}
.video {
	background-image: url(img/bg_video.jpg);
	height: 301px;
	width: 417px;
	position: relative;
}
.video .video_player {
	height: 190px;
	width: 335px;
	position: absolute;
	top: 17px;
	left: 47px;
}
	
#acceso_mapa {
	text-align: center;
	margin: 10px 0 10px 0;
}

#acceso_mapa a:hover img {
	filter: alpha(opacity=50); 
	opacity: .5
}
