
/*-----------------------------------------------------------------------------------*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #960000;
}
a.enlace {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.7em;
}
/* Selector CSS por atributo */
a[href^="tel:"], a[href^="mailto:"], a[href^="http"] {
    font-size: 2vw;
    display: inline-block;
    margin: 20px 30px;
    color: #960000;
}

/* Añadiendo icono como pseudoelemento CSS */
a[href^="tel:"]::before {
    content: "\260e";
    margin-right: 0.5em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background: #960000;

}

b {
	color: #960000;
}

#contenedor {
	width: 80%;
	min-width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 5px;
	background: #fff;	
	border: 0px solid #960000;
}

.titulos {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: #960000;
	margin-top: 2%;
	margin-bottom: 1%;
	text-shadow: 1px 1px 3px #666, -1px -1px 3px #FFF, 1px 1px #666, -1px -1px #FFF;
}

/*-----------------------------------------------------------------------------------*/

#logo {
	text-decoration: none;
	text-align: center;
}
#logo table {
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 5px;
}
#logo h1 {
	font-family: "widelatin";
	font-size: 2.0em;
	color: #960000;
}

/*-----------------------------------------------------------------------------------*/

#parrafosPoliticas {
	width: 85%;
	margin-top: 2%;
	margin-left: 7%;
	margin-bottom: 2%;
}
#parrafosPoliticas p {
	font-size: 1.5vw;
	text-align: justify;
	margin-top: 1%;
	margin-bottom: 1%;
}

#parrafosPoliticas a {
	color: #960000;
}

#parrafosPoliticas h1 {
	font-size: 3.5vw;
	text-align: center;
	color: #960000;
}

#parrafosPoliticas h2 {
	font-size: 2.5vw;
	text-align: left;
	color: #960000;
}

/*-----------------------------------------------------------------------------------*/

.listapuntos {
	font-size: 1.5vw;
	list-style: none;
	margin-left: 1em;
}
.punto {
	background: url(../img/bullet.jpg) 0.4em 0.4em no-repeat;
	width: 100%;
	padding-left: 1em;
	padding-right: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	text-indent: 0em;
	border:0px solid #960000;
	margin-top: 0.2em;
	text-align: left;
}
.listanumeros {
	font-size: 1.2vw;
	margin-left: 3em;
}
/*-----------------------------------------------------------------------------------*/
#contacto {
	width: 90%;
	margin-left: 2%;
}

#direccion {
	width: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10%;
}
#dirright {
	width: 10%;
	float: right;
	margin-top: -75px;
	margin-right: -8%;
}
#dirright h3 {
	font-size: 3.5em;
	font-family: 'Oswald', sans-serif;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);	
	color: #960000;
	text-shadow: 1px 1px 3px #666, -1px -1px 3px #FFF, 1px 1px #666, -1px -1px #FFF;
}
#dirleft {
	width: 10%;
	float: left;
	margin-top: 325px;
	margin-left: -2%;
}
#dirleft h3 {
	font-size: 3.5em;
	font-family: 'Oswald', sans-serif;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	color: #960000;
	text-shadow: 1px 1px 3px #666, -1px -1px 3px #FFF, 1px 1px #666, -1px -1px #FFF;
}
#direccion table {
	font-size: 95%;
	text-align: left;
	width: 100%;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-left: 10%;
}
 .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 2px solid #960000;
  /* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* shadow */
	-webkit-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.75);

}
/*-----------------------------------------------------------------------------------*/

.contenedor-responsivo-reservas {
    position: relative;
    overflow: hidden;

    margin-top: 10px;
}

@media screen and (max-width: 150em) {
	.contenedor-responsivo-reservas {
    	padding-top: 75%;
	}
}
@media screen and (max-width: 75em) {
	.contenedor-responsivo-reservas {
    	padding-top: 100%;
	}
}

.iframe-responsivo-reservas {
    position: absolute;
    top: -50px;
    left: 20%;
    width: 60%;
    height: 100%;
    border: 0px;
}
/*-----------------------------------------------------------------------------------*/

#pie {
	background: url("../img/texturered.png") #960000;
	border: 1px solid #960000;
	padding-top: 6px;
	padding-bottom: 6px;
}
#pie p, a{
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 1.5vw;
	font-weight: bold;
}