﻿.general{
	margin:1%;
	width:20%;
	display:inline-table;
	box-sizing:border-box;
}

.imagen-botones{
	width:100%;
}

.btn1 :hover{
	
}

.titulos{
	background-repeat:no-repeat;
	background-position:left;
	width:100%;
	padding:5px 0px 5px 10px;
	color:#663300;
	font-weight:bold;
	font-size:100%;
	border-bottom:2px #663300 dashed;
	border-top:2px #663300 dashed;	
}

.subtitulos{font-size:1.1em; font-weight:bolder; margin:0px; padding:0px; }
.vigencia{font-size:.75em; font-weight:bolder; margin:0px; padding:0px; }
.verde{color:#33CC33;}
.texto_tour{
	color:#996633;
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:5px 0;
	padding:0;
}

.ligera{
	font-weight:normal;
	font-size:.7em;
}
.texto_footer{
	color:white;
}

.texto{
	color:#91734F;
}

.submenu {
	padding:6px 10px;
	color:white;
	background-color:#91734F;
	margin:15px 0px;
	border-radius:5px;
	display:inline-table;
}

.submenu :hover{
background-color:#5DA954;
color:white;	
}



.hoteles{
	width:47%; 
	display:inline-table;
	margin:1em 0.5em;
	border:2px silver solid;
	box-sizing:border-box;
	padding:.3em;
}


@media screen and (max-width: 800px) {
  .hoteles {
    width:100%;  }
}


.informes_hospedaje{
	width:25%;
	padding:.6em;
	background-color:#FF6600;
	color:white;
	font-weight:bold;
}


.nombre_hotel{
	font-weight:bold;
	color:#91734F;
	font-size:1.3em;
}

.submenu_h{
	padding:7px 5px;
	background-color:#996600;
	display:inline-block;
	margin:5px 5px;
	color:white;
	border-radius:5px;
	
}

.submenu_h :hover{
	color:white;
}

.precios{
	background-image:url('../images/elementos/BG-Precios.png');
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 10px;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
	width:45%;
	display:inline-table;
	box-sizing:border-box;
	text-shadow: 1px 1px 1px #fff;
}

.pequeno{
	font-size:x-small; 
	color:black; 
	letter-spacing:0em;
	font-weight:normal;
	text-shadow: 0px 0px 0px #000;
}



.fondo_tb_paquetes{background-color:#996633;}
.titulos_tb_paquetes{color:white;}
.estrella{color:#996633; font-size:1.2em;}
.t_paq_ope{color:#663300; font-weight:bold;}
.medio{vertical-align:middle;}
.btn_reserv_paq{background-color:#33CC33; padding:5px 8px; color:white;}
.btn_reserv_paq :hover{background-color:#FF6600; color:white;}
.barra_informes{background-color:#996633; width:100%; padding:10px 5px; text-align:right; color:white; font-weight:bold;}



.centros_avistamiento{
	width:32%;
	border:1px silver solid;
	padding:5px;
	box-sizing:border-box;
	display:inline-block;
	margin:.3em .2em;
	
}

@media screen and (max-width: 1200px) {  .centros_avistamiento {    width:100%;  display:inline-block;} }
@media screen and (max-width: 800px) {  .centros_avistamiento {    width:100%;  display:inline-block;} }


.nombre_centro{
	font-weight: bold;
    color: #FF6600;
    font-size: 1.3em;
}

.informes_centros{
	width: 100%;
    padding: .3em;
    background-color: #00CC00;
    color: white;
    font-weight: bold;
}