@import url(https://fonts.googleapis.com/css?family=Roboto);

strong {
    font-family: "Roboto", bold;
    font-weight: bold;
}

* {
    margin: 0;
}

nav {
    max-width: 100%;
}

.divajuste10 {
    height: 10px;
}

.divajuste30 {
    clear: both;
    height: 30px;
}
.divajuste20 {
    clear: both;
    height: 20px;
}

.divajuste50 {
    height: 50px;
}

.divajuste70 {
    height: 70px;
}

p {
    margin-bottom: 0.8em;
}

img {
    max-width: 100%;
    max-height: auto;
}

body {
    font-family: "Roboto", tahoma, verdana, sans-serif;
    font-size: 1em;
    text-align: left;
    vertical-align: 1em;
    color: #727272;
}

.divajuste {
    clear: both;
}

header {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

#logo {
    text-align: right;
    float: left;
}

#redessociales {
    float: right;
    margin: 1em 0;
}

.sociales img {
    padding-right: 0.2em;
    padding-left: 0.2em;
}

.sociales:hover {
    opacity: 0.5;
}

.contenedor {
    max-width: 1200px;
}


footer {
    background-color: red;
    padding: 20px;
    text-align: center;
    color: white;
    border-top: 3px solid black;
}


.mailfooter {
    color: #ffa0a0;
    font-weight: bold;
    text-decoration: none;
}

#slider {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.slider {
    width: 100%;
    background-color: red;
    -o-background-color: red;
    -ms-background-color: red;
    -moz-background-color: red;
    -webkit-background-color: red;
    margin-bottom: 2em;
}

.mailfooter:hover {
    color: white;
    text-decoration: none;
}

section {
    max-width: 1100px;
    padding: 1em;
    margin: 0 auto 2em auto;
}

section.oferta {
    max-width: 100%;
}

#titular {
    text-align: center;
    margin-bottom: 1em;
}

h1 {
    color: red;
    text-align: center;
    font-size: 2em;
}

h2 {
    color: #3e3d40;
    text-align: center;
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.6em;
}

.rojo {
    font-weight: bold;
    color: #ef0000;
    text-align: left;
    vertical-align: top;
}

.cursiva {
    font-weight: lighter;
    color: #ef0000;
    vertical-align: top;
}

.lista {
    margin-bottom: 1em;
    list-style: none;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 0;
    padding-left: 0;
}

.centrado {
    text-align: center;
}

.derecha {
    text-align: right;
}

.contenido {
    margin-top: 2em;
}

.imgredondo {
    border-radius: 10em;
    -o-border-radius: 10em;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em;
    -webkit-border-radius: 10em;
    margin-bottom: 1em;
    border: 4px solid red;
    -o-border: 4px solid red;
    -ms-border: 4px solid red;
    -moz-border: 4px solid red;
    -webkit-border: 4px solid red;
}

.col2 {
    max-width: 48%;
}

.col3 {
    max-width: 30%;
    min-width: 200px;
    float: left;
    margin: 0 3em 2em 3em;
}


.enlace {
    font-weight: bold;
    color: #727272;
    text-decoration: none;
    font-size: 0.9em;
}

.enlace:hover {
    font-weight: bold;
    color: red;
    text-decoration: none;
}

#art1 {
    float: left;
}

#art2 {
    float: right;
}

#art3 {
    margin-left: auto;
    margin-right: auto;
}

#cabecera {
    width: 100%;
    background-color: red;
    text-align: center;
    padding: 0;
    border: 0;
    max-height:  200px;
}

#cabecera2 {
    width: 100%;
    background-color: red;
    text-align: center;
    padding: 0;
    border: 0;
    max-height:  250px;
}

.imgcabecera {
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.pequeno {
    width: 70%;
    margin: 2em auto;
}

.mapa {
    background-color: red;
    padding: 0.4em;
}

.recuadro {
    background-color: #f8c8c8;
    max-width: 800px;
    min-width: 250px;
    padding: 1em;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
}

.volver {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

.volver:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.col-lg-3 {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 2em;
}

.botmenu a {
    background-color: red;
    padding: 0.5em 1em;
    border-radius: 10px;
    color: white;
}

.botmenu a:hover {
    background-color: #838383;
    padding: 0.5em 1em;
    border-radius: 10px;
    color: white;
}

#gracias {
    width: 100%;
    text-align: center;
    margin-top: 2em;
}