/*********************** Hotel Portada del Sol ***********************/
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,300,200,100,500,600,700);

body{
	background: #fffbf8;
}
header{
	background-size: cover;
 	background-repeat: no-repeat;
 	font-family:'Advent Pro', sans-serif;
}
section{
  	background-size: cover;
  	background-repeat: no-repeat;
  	font-family:'Advent Pro', sans-serif;
}
footer{
	background-size: cover;
	background-repeat: no-repeat;
	font-family:'Advent Pro', sans-serif;
}
.reser{
	margin: 0 auto;
	max-width: 700px;
	padding: 2%;
}
.embebido {
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}
.embebido iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
form{
	margin: 10px audo;
}
img.mn{
	padding: 5px;
	margin: 2px 4px;
}
.barra{
	background-color: #201917;
	height: 20px;
}
.linea{
	height: 5px;
	background-image: url('../images/linea_amarilla.png');
}
.barra2{
	background-image: url('../images/fondo_oscuro.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.barra2 p{
	margin-top: 10px;
}
.linea2{
	height: 5px;
	background-image: url('../images/linea_amarilla.png');
}
.idiomas{
	text-align: right;
}
.bordes{
	border: 1px solid #000;
}
.logo{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.slogan{
	font-style: italic;
	text-align: right;
	font-size: 3.75rem;
	color: #7D3F00;
	padding-top: 7px;
	padding-bottom: 12px;
}
.divisor{
	background-color: #7D3F00;
	width: 1px;
}
.centrar{
	margin:0 auto;
}
.centro{
  text-align: center;
}
.justificar{
	text-align: justify;
}
.footer{
	padding: 10px;
	text-align: center;
	color: #F5DEB3;
}
.texto{
  font-size: 1.7rem;
  font-weight: 500;
}
.input{
  width: 100%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
}
.carousel {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(156,151,156,1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(156,151,156,1);
	box-shadow: 0px 0px 20px 0px rgba(156,151,156,1);
	margin: 15px auto;
}
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.menu{
	margin-top: -30px;
}
/* css demo 1 ----------------------------------------------- */
#slid{
	height: 40px;
	padding: 0 10px 10px 10px;
}
#slid img{
	padding-left: 20px;
}