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

	body, html{	margin-top: 0px; margin-bottom: 0px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #654422; background:#BFA182 }
	
	img{ border: 0px;}
	
	div.sub_menu_superior{ margin-bottom: 13px; margin-right: 5px; text-align: right;}
		.sub_menu_superior ul{margin: 0px; margin-left: 20px;}
		.sub_menu_superior ul li{ margin-right: 16px; display: inline; }
		
	div.menu_pie{ margin-bottom: 5px; margin-left: 0px; margin-top:10px;}
		.menu_pie ul{margin: 0px;}
		.menu_pie ul li{ margin-right: 4px; display: inline; }
	
	
	
	a, a:link, a:visited, a:active{color: #8C5823; text-decoration: underline; font-weight: bold;}
	
	a:hover{color: #AE6E2B; text-decoration: underline; }
	
	td.fondo_sub_menu{ background: url(../../img/inkas-peru-planet-fondo-sub-menu.jpg); height: 56px; }

	td.cabecera{ background: url(../../img/machupicchu.jpg); width: 916px; height: 284px;}
	
	td.izquierda{ background: url(../../img/l_izquierda.gif); width: 2px; }
	
	td.fondo_peque{ background: url(../../img/inkas-peru-planet_fondo_peque.jpg); height: 11px; }
	
	div.contenido{ padding: 4px; text-align: justify;}
	
	div.hoteles{ margin-top: 10px; margin-bottom: 10px; border: #000000 1px solid; /*D9BC92*/ font-weight: bold; color: #800000; }
	
	div.more_info{ margin-top: 10px; font-size: 12px; }
	
	div.letras_peque{ color: #2B562B; font-weight: bold; }
	
	td.hoteles_hostales{ text-align: center; background:  #999900; height: 35px; font-size: 15px; }
	
	td.derecha{ background: url(../../img/l_derecha.gif); width: 2px; }
	
	td.pie_1{ background: url(../../img/pie_1.jpg); height: 29px; }
	
	td.pie{ background: url(../../img/inkas-peru-planet_pie_pagina.jpg); font-size: 11px; height: 35px; text-align: center; }
	
	td.fondo_linea_cabeza_a{ background: url(../../img/linea-fondo1.jpg); height: 9px; }
	td.fondo_linea_cabeza_b{ background: url(../../img/linea-fondo-2.jpg); height: 9px; }
	
	td.pie_sombra{ background: url(../../img/pie.gif); height: 2px; }
	
	samp.importante{ color: #FF0000; font-weight: bold; }
	
	input{ border: #996600 1px solid; margin-left: 2px; color: #654422; font-size: 12px; }
	
	select{ border: #996600 1px solid; margin-left: 2px; color: #000066; }
	
	textarea{ border: #996600 1px solid; margin-left: 2px; color: #000066; }
	
	div.mensaje_error{ color: #FF0000; font-size: 36px; font-weight: bold; }
	
	td.cuadro_1{ background: url(../../img/cuadro_04.gif) repeat-x; height: 19px; }
	td.cuadro_2{ background: url(../../img/cuadro_07.gif) repeat-y; width: 19px; }
	td.cuadro_3{ background: url(../../img/cuadro_09.gif) repeat-y; width: 19px; }
	td.cuadro_4{ background: url(../../img/cuadro_14.gif) repeat-x; height: 19px }
	
	p.reparacion{text-align: justify; font-size: 13px;}
	
	li{ list-style-image: url(../../img/st.jpg); }
	
	
	.ItemStyle { list-style-image: url(../../img/file.gif); vertical-align: middle;}
	.PopItemStyle {list-style-image: url(../../img/open.gif);}
	
	fieldset.chat{
		background: url(../../img/fondo-chat.png) repeat-x; width:150px;
	}
	
	fieldset.chat1{
		background: url(../../img/bg.gif) repeat-x; width:165px; padding:0px; text-decoration:none;
	} 
	
	h1{
		 font-size:24px;
	}
	
	
	/* INICIO SLIDE */
	#s3slider {
		width: 916px; /* important to be same as image width */
		height: 284px; /* important to be same as image height */
		position: relative; /* important */
		overflow: hidden; /* important */
	}
	#s3slider ul{ padding-left: 0px; margin-top: 0px; padding-top: 0px; }
	
	#s3sliderContent {
		width: 916px; /* important to be same as image width or wider */
		position: absolute; /* important */
		top: 0; /* important */
		margin-left: 0; /* important */
	}
	
	.s3sliderImage {
		float: left; /* important */
		position: relative; /* important */
		display: none; /* important */
	}
	
	.s3sliderImage span {	
	position: absolute; /* important */
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 374px;
	background-color: #000;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 7.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 7.7; /* here you can set the opacity of box with text */
	opacity: 7.7; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 0;
	
	/*
	if you put
	top: 0; -> the box with text will be shown at the top of the image
	if you put
	bottom: 0; -> the box with text will be shown at the bottom of the image
	*/
	}
	
	.clear{ clear: both; } 
	/* FIN SLIDE */