@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}
#wrapper {
	width: 1100px;
	margin: 0px auto;
}
#wrapper #foto-tour img {
	width: 100%;
	height: auto;
}
#bloque-uno, #bloque-dos, #bloque-tres, #bloque-cuatro {
	margin: 25px;
}

#nombre h1 {
    color: #c80f5d;
    padding: 25px 0 25px 25px;
    text-transform: uppercase;
}
.a, .b {
	padding: 15px 2.5%;
	width: 45%;
	float: left;
}
#bloque-uno .b {
	background-color: #dbdbdb;
}
#tiempo {
	padding-top: 25px; 
}
#tiempo #dias, #tiempos #dias {
	float: left;
	width: 40%;
	padding: 0 5%;
}
#tiempo #dias {
	text-align: right;
}
#precio p:nth-child(2), #impuestos p:nth-child(2) {
	font-size: 24px;
	font-weight: 500;	
}
#notas {
	background-color: #CBCBCB;
	padding: 25px;
	margin-top: 50px;
}
#clave .titulo, #notas .titulo{
	color: #c80f5d;
}

#tiempo p {
	font-size:24px;
	font-weight: 700;
}
#incluye ul, #noincluye ul {
	padding-left: 50px;
}
#hoteles td{
	border-bottom: 1px solid #989898;
	padding-bottom: 15px;
}
#tarifas table {
	width: 100%;
}
#tarifas table td{
	border-bottom: 1px solid #989898;
	padding-bottom: 15px;
}
#fotos img {
	width: 100%;
	padding-bottom:15px;
}
.ico-dia {
    background-image: url(../images/sol.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
}
.ico-noche{
    background-image: url(../images/luna.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;	
}
.titulo   {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #002c53;
	margin-bottom:10px;
}
p {
	margin-bottom:10px;
}
hr {
	margin: 50px 0;
}
.clear {
	clear: both;
}

@media screen and (max-width:1099px){
	#wrapper {
	width: 100%;
}
#bloque-uno, #bloque-dos, #bloque-tres, #bloque-cuatro {
	margin: 15px;
}
.a, .b {
	padding: 15px 2.5%;
	width: 95%;
	float: none;
}
	
}

