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

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#e0e0e0 url(../img/fondos/fondo_body.jpg) repeat-x;
}

#container {
	width:960px;
	height:auto;
	margin:10px auto auto auto;
	border:1px solid #3b3b3b;
	background:#FFF;
}

#header {
	width:960px;
	height:37px;
	background:url(../img/fondos/fondo_header.jpg) repeat-x;
}

#enlace_especiales {
	width:217px;
	height:37px;
	float:right;
}

#enlace_especiales a img {
	border:none;
}

#navegacion_sup {
	width:743px;
	height:37px;
	float:left;
}

#navegacion_sup ul{
	float:right;
	margin-right:15px;
	margin-top:10px;
}

#navegacion_sup ul li{
	display:inline;
	list-style:none;
	margin-left:14px;
}

#navegacion_sup ul li a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

#navegacion_sup ul li a:hover{
	text-decoration:underline;
}


#img_especiales {
	width:960px;
	height:174px;
	background:url(../img/fondos/fondo_img_viajes_especiales.jpg) right no-repeat;
}

#logo {
	width:196;
	float:left;
}

#logo a img{
	border:none;
}

#imagenes {
	width:764;
	float:right;
}

#imagenes a img{
	border:none;
	margin:23px 5px 0 0;
}

#imagenes a img.ultima_img{
	border:none;
	margin-right:13px;
}

#navegacion_sec{
	width:960px;
	height:42px;
	background:url(../img/fondos/fondo_barra_viajes.jpg) repeat-x;
}

.nombre_viaje {
	float:right;
	width:187px;
	height:42px;
	text-align:center;
	font-size:17px;
}

.nombre_viaje a{
	text-decoration:none;
	color:#FFF;
}

.nombre_viaje a:hover{
	text-decoration:underline;
}

.nombre_viaje_primera {
	float:right;
	width:187px;
	height:42px;
	text-align:center;
	font-size:17px;
	margin-right:12px;
}

.nombre_viaje_primera a{
	text-decoration:none;
	color:#FFF;
}

.nombre_viaje_primera a:hover{
	text-decoration:underline;
}

#detalles {
	width:960px;
	height:33px;
	background:url(../img/fondos/fondo_barra_especificaciones.jpg) repeat-x;
}

.detalle {
	float:right;
	width:192px;
	height:33;
	text-align:center;
	font-size:11px;
	color:#000;
	padding-top:8px;
}

.detalle a{
	font-size:9px;
	text-decoration:none;
	color:#000;
}

.detalle a:hover{
	text-decoration:underline;
}


#img_cuerpo {
	width:960px;
	height:314px;
}


#footer {
	width:960px;
	height:20px;
	background:url(../img/fondos/fondo_footer.jpg) repeat-x;
}

#footer p{
	width:960px;
	height:20px;
	text-align:center;
	color:#000;
	margin:0;
	padding:3px 0 0 0;
	vertical-align:middle;
	font-weight:bold;
}

#footer p a{
	text-decoration:none;
	color:#000;
}

#footer p a:hover{
	text-decoration:underline;
}

/*Seccion Viajes*/


#secc_viajes {
	width:960px;
	height:66px;
}

#logo_viajes {
	width:196;
	float:left;
}

#logo_viajes a img{
	border:none;
}

#barra_titulos {
	width:764px;
	height:66px;
	float:right;
	background:url(../img/elem_graficos/barra_viajes.jpg) repeat-x bottom;
}

#barra_titulos h2 {
	width:764px;
	height:66px;
	float:right;
	margin:35px 10px 0 0;
	text-align:right;
	color:#FFF;
}

.subtitulo_viajes {
	float:right;
	width:392px;
	height:33;
	text-align:right;
	font-size:12px;
	color:#000;
	padding-top:8px;
	margin-right:10px;
}

#linea_bajo_img {
	width:960px;
	height:20px;
}

#txt_viajes {
	width:960px;
	height:auto;
}

#txt_viajes p {
	width:auto;
	margin:10px 20px 10px 20px;
}

#txt_viajes img {
	float: right;
	margin: 5px 10px 5px 10px;
}

span.especial {
	font-weight:bold;	
}

/*Páginas de información interiores*/

#detalles ul.detalles_interiores {
	text-align:right;
	padding:8px 0 0 0;
}

#detalles ul.detalles_interiores li{
	display:inline;
	list-style:none;
}

#detalles ul.detalles_interiores li a{
	color:#000;
	font-size:12px;
	text-decoration:none;
	margin-right:25px;
	font-weight:bold;
}

#detalles ul.detalles_interiores li a:hover{
	text-decoration:underline;
}

#txt_interiores {
	width:960px;
	height:auto;
}

#txt_interiores h2 {
	width:900px;
	margin:5px 0 5px 10px;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px dotted #000;
}

.clase_interior_txt {
	width:960px;
	height:300px;
}

.interior_txt_dcha {
	width:285px;
	height:300px;
	float:right;
}

.interior_txt_dcha img{
	margin:10px auto auto auto;
}

.interior_txt_izq {
	width:600px;
	height:300px;
	float:left;
}

.interior_txt_izq li{
	line-height:16px;
}

.interior_txt_izq h4 {
	margin:15px 0 5px 10px;
}

.interior_txt_izq p {
	margin:5px 0 0 15px;
	font-size:13px;
}

.interior_txt_izq p a{
	text-decoration:none;
	color:#000;
}

.interior_txt_izq p a:hover{
	text-decoration:underline;
	color:#000;
}

/*Mapa*/

#mapa {
	width:861px;
	height:280px;
	margin:auto;
	border:1px solid;
}
