/* CSS Document */



* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 75% "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height:150%;
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
}

ul {
	list-style: none;
	list-style-type:disc;
	list-style-position:outside;
	padding-left:20px;
}

p{
	font-size:12px;
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea, select {
	font-size: 100%;
	font-family: monaco, "Lucida Console", courier, mono-space;
	border:1px solid #CCC;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 2em;
	line-height:120%;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	line-height:110%;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

p {
	text-align:left;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*
	Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
	*/
}

/* Formularios */

label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Para empezar un layout centrado: */

body {
	background-color:#C0A0CD;
	background-image:url(../images/body-fondo.jpg);
	background-repeat:repeat-x;
}

#encabezado {
	width:750px;
	margin:0 auto;
	height:244px;
	background-color:#B8DB7C;
}

#wrapper {
	margin: 0 auto;
	width:750px;
	text-align: left;
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

#columna_izq {
	width:140px;
	float:left;
	padding-top:0;
	margin:0;
	background-color:#f1e7c4;
}

.botones_izq{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	text-align:center;
	padding:0;
	margin:0;
}

.botones_izq ul{
	width:140px;
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
}

.botones_izq ul li {
	height:45px;
	padding:10px 0 0 0;
	margin:0;
	background-image:url(../images/bot_1.jpg);
	background-repeat:repeat-x;
}

.botones_izq ul li a:link, .botones_izq ul li a:visited{
	color:#333333;
}

.botones_izq ul li a:hover, .botones_izq ul li a:active{
	color:#990000;
}

#columna_centro {
	background-color:#e9daed;
	overflow:hidden;
	width:460px;
}

#columna_centro .subcaja {
	background-color:#e9daed;
	overflow:hidden;/*Con esto logramos que el div con clase .subcaja se extiende todo lo alto que el contenido lo requiera*/
}

#columna_der {
	width:140px;
	background-color:#f1e7c4;
	float:right;
	padding-top:0;
}

.formulario_rapido{
	margin:20px 0 5px 0;
	width:136px;
	height:230px;
	padding:2px;
}

	.formulario_rapido input{
		width:134px;
		height:20px;
	}
	
	.formulario_rapido textarea{
		width:134px;
		height:40px;
	}
	
	#button{
		width:134px;
		height:20px;
		background-color:#990000;
		margin-top:10px;
		color:#FFFFFF;
		font-weight:bold;
		cursor:pointer;
	}


.subcaja{
	padding:0 0 0 5px;
}

.subcaja p{
	margin:10px 10px 5px 10px;
}

.subcaja ul{
	line-height:200%;
	list-style-position:outside;
	text-align:left;
}

.subcaja ol{
	line-height:200%;
	list-style-position:outside;
	padding-left:20px;
	text-align:left;
}

.subcaja img{
	width:220px;
	height:165px
}

.subcaja td img{
	width:200px;
	height:150px;
	margin:0 auto;
	text-align:center;
	border: 2px solid #F60;
	padding:2px;
}

.subcaja #titulos_img{
	margin:0 auto;
	width:450px;
	height:100px;
}

.galeria table td{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	color:#333;
}

.galeria img{
	width:200px;
	height:150px;
	margin:0 auto;
	text-align:center;
	border: 2px solid #F60;
	padding:2px;
}

.promos{
	padding:5px 10px;
}

.promos table, .promos2 table{
	border: 1px solid #F90;
	margin:5px 10px;
}

.promos td{
	border: 1px solid #F90;
	padding:5px;
}

.promos2 td{
	font-size:10px;
	border: 1px solid #F90;
	padding:1px;
}

.promos p, .promos2 p{
	margin:10px;
}

.promos ol{
	padding:5px 2px 0 18px;
}

.promos li{
	padding-top:10px;
}

.promos2{
	padding:padding: 5px 10px;
}

/*Estilos para las fotos de las PROMOS*/
#tabla_promos{
	margin:0 auto;
}

#tabla_promos td img{
	width:200px;
	height:150px;
	margin:5px;
}

.menu_ocasional{
	width:100%;
	background-color:#FFCC33;
	padding:2px;
	margin:10px 0;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.menu_ocasional a{
	color:#FF3300;
}

.menu_ocasional a:hover{
	color:#6633FF;
}
	
.fotos_promo img{
	width:100px;
	height:75px;
	margin:0 auto;
	text-align:center;
}
	

/*Los siguientes dos estilos alinean las imágenes dentro del cuerpo de la página*/
.imgizquierda{
	width:220px;
	height:165px;
	float:left;
	margin:5px 25px 15px 0;
	border:2px solid #FC0;
	vertical-align:middle;
	padding:2px;
}

.imgderecha{
	width:220px;
	height:165px;
	float:right;
	margin:5px
	 0 15px 25px;
	border:2px solid #FC0;
	vertical-align:middle;
	padding:2px;
}

.carteles{
	width:140px;	
}

.carteles h3{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:13px 55px 0 2px;
}

.carteles p{
	font-size:12px;
	text-align:center;
	padding:5px 10px 10px 10px;
}

.carteles#salidas{
	width:140px;
	background-image:url(../images/valija.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#d2efa0;
	height:100%;
}


/*ID especial para el archivo salidas.htm, que determina la presentación del marquee para SALIDAS*/
.highlights {
	width:140px;
	background-color:#d2efa0;
	overflow-x:hidden;
	overflow:hidden;
	margin:0px;
	height:250px;
}	

.highlights h1{
	font-size: 13px;
	font-weight:bold;
	padding:7px;
	text-align:center;
}

.highlights p{
	font-size:10px;
	color:#CC0000;
	font-weight:bold;
	padding:7px;
	text-align:center;
	line-height:150%;
}

.highlights img{
	width:120px;
	height:90px;
	margin:0 auto;
	clear:both;
	margin:5px 0;
}


.highlights td#titulo{
	font-size: 13px;
	font-weight:bold;
	padding:7px;
	text-align:center;
}

.highlights td#descripcion{
	font-size:11px;
	color:#CC0000;
	font-weight:bold;
	padding:3px;
	text-align:center;
	line-height:150%;
}

.highlights td img{
	width:120px;
	height:auto;
	margin:0 auto;
	clear:both;
	margin:5px 0;
}

.highlights td a{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.highlights td#cierre{
	border-bottom:solid 1.5px #333;
}

.carteles#cursos{
	width:140px;
	background-image:url(../images/sombrerito.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFF66;
	height:100%;
}

.TITULO_PRINCIPAL {
	font-size: 2em;
	font-weight:bold;
	color:#990000;
	text-align:center;
	padding-top:5px;
	line-height:150%;
}

.SUBTITULO {
	font-size: 1.5em;
	font-weight:bold;
	color:#FF6600;
	padding-top:8px;
	margin:10px 0;
}

.ITEM_TITULO{
	font-size: 18px;
	font-weight:bold;
	line-height:130%;
	color:#0033CC;
	padding-top:8px;
}

.PROMOS_TITULO{
	font-size: 1.4em;
	font-weight:bold;
	color:#0033CC;
	padding-top:8px;
	text-align:center;
}


#footer {
	font-size:1em;
	height:auto;
	background-color:#f1e7c4;
	clear:both;
	padding:10px 0;
	margin:0 auto;
	text-align:center;
}

/*ESTILOS PARA EL MARCO CON BORDES REDONDEADOS*/
/* Generamos los estilos de las span, los cuales contendrán las imágenes GIF */
span.top, span.bottom{   
	width:470px;   
	height:38px; /* El alto debe ser la mitad de alto de la imagen GIF */   
	display:block;
	margin:0 auto;
}

/* A continuación viene el verdadero truco, la posición de las imágenes de fondo es importante*/
span.top {   
	background:url(../images/LC.gif) top left no-repeat; 
}
span.bottom{   
	background:url(../images/LC.gif) bottom left no-repeat;
}
span.top span, span.bottom span{   
	width:38px; /* De acuerdo al tamaño de la imagen GIF */   
	height:38px; /*De acuerdo al tamaño de la imagen GIF */   
	float:right;   
	font-size:38px; /* Esto es para IE6, que no respeta el height del span si el tamaño de letra es mayor a este  */
}
span.top span{   
	background:url(../images/RC.gif) top right no-repeat;
}
span.bottom span{   
background:url(../images/RC.gif) bottom right no-repeat;
}


.bloque{	/*Para los bloques de sección de la portada de agosto de 2009*/
	width:223px;
	height:191px;
	float:left;
}

	.bloque#excursiones_1{
		background-image:url(../images/fondo-excursiones-4x4.jpg);
		background-repeat:no-repeat;
	}
	
	.bloque#traslados{
		background-image:url(../images/fondo-traslados.jpg);
		background-repeat:no-repeat;
		margin:0 0 0 7px;
	}
	
	.bloque#excursiones_2{
		background-image:url(../images/fondo-excursiones-valle.jpg);
		background-repeat:no-repeat;
		margin:7px 0 0 0;
	}
	
	.bloque#capacitacion{
		background-image:url(../images/fondo-capacitacion.jpg);
		background-repeat:no-repeat;
		margin:7px 0 0 7px;
	}
	
	.bloque h1{	
	font-size:17px;
	color:#BF0000;
	font-weight:bold;
	margin:16px 0 0 13px;
	font-stretch:narrower;
	}

	.bloque ul{
	margin:15px 2px 0 10px;
	font-size:13px;
	}
	
	.bloque li{
	text-align:left;
	line-height:120%;
	margin:5px 0;	
	}
	
	.bloque#excursiones_1 li{
	list-style-image:url(../images/punto-1.jpg);
	}
	
	.bloque#traslados li{
	list-style-image:url(../images/punto-2.jpg);
	}
	
	.bloque#excursiones_2 li{
	list-style-image:url(../images/punto-3.jpg);
	}
	
	.bloque#capacitacion li{
	list-style-image:url(../images/punto-4.jpg);
	}
	
	.bloque .consulte{
	font-weight:bold;
	margin:15px 0 0 15px;
	}
	
	.bloque .consulte a{
	color:#8500DF;
	}
	
	.listado_excursiones{
	width:100%; 
	border-bottom:1px solid #333; 
	height:auto; 
	overflow:hidden;
	}
	
/*Clase para items en Viajes en Calamuchita*/
.destinos{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#ACDDF4;
	text-align:left;
	margin:10px 0;
}

	.destinos h3{
		background-image:url(../images/fondo_titulos.jpg);
		background-repeat:repeat-x;
		padding:5px;
		height:20px;
	}
	
	.destinos p{
		margin:0 4px 2px 4px;
	}

.carpas_vip td, .carpas_vip th{
	padding:3px;
	border:1px solid #FF9900;
}

.tabla_contacto{
	width:454px;
}

input#nombre, input#email, input#telefono{
	width:300px;
	height:25px;
}

textarea#mensaje{
	width:300px;
	height:120px;
}

.form_articulo{
	width:100%;
	padding:7px;
}

.form_articulo h4{
	color:#990000;
}


.form_articulo input#nombre, .form_articulo input#email, .form_articulo input#telefono{
	width:100%;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin-bottom:5px;
}

.form_articulo textarea#mensaje{
	width:100%;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}

.tabla_tarifas{
	width:100%;
	padding:4px;
	border:2px solid #6666FF;

}

	.tabla_tarifas td, .tabla_tarifas th{
		border:1px solid #6666FF;
		text-align:center;
	}

