@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Abel');

body {
	font-family: Abel;
    font-size: 125%;
    color: #ffffff;
    background-image: url("Imagenes/Fondo.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #845539;
}
a:link {
    text-decoration: none;
    color: #ffffff;
}
a:visited {
    text-decoration: none;
    color: #ffffff;
}
a:active {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    color: #E1AD89;
    list-style-type: circle;
    transition: all 500ms ease;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}

.hr1 {
    clear: both;
    width: 100%;
    height: 1px;
    border-color: white;
	background-color: white;
}
.hr2 {
	height: 1px;
	border-color: #B8AF76;
	background-color: #B8AF76;
}
.hr3 {
	height: 1px;
	border-color: #00ABFF;
	background-color: #00ABFF;
}
.Principal {
    font-size: calc(0.7em + 0.8vw);
    font-style: normal;
    font-weight: normal;
}
.Texto {
    font-size: calc(0.4em + 0.8vw);
    font-style: normal;
    font-weight: normal;
}
.Politica {
    background-color: #B52023;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}
img {
           vertical-align: middle;
        }
.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
}
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}
/************************************************************************************
ESTRUCTURA
*************************************************************************************/
#pagina {
	padding: 5px;
    width: 80%;
    margin: auto;
}
#cabecera {
    height: auto;
    margin-bottom: 5px;
}
#content {
	width: 66%;
	float: left;
    margin-bottom: 5px;
}
#sidebar {
	width: 30%;
	float: right;
    margin-bottom: 5px;
}
#varios {
	width: 66%;
	float: left;
    margin-bottom: 5px;
}
#textopolitica {
	width: auto;
    background-image:url("Imagenes/Base leve.png");
	float: left;
    text-align: justify;
    padding: 0.5em;
}
.container {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-items: stretch;
    align-items: stretch;
}
#footer {
	background-image:url("Imagenes/Base leve.png");
    clear: both;
    width: 100%;
    text-align: right;
    vertical-align: top;
    padding-right: 0.3em;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}
h1 {
    font-size: calc(0.4em + 0.8vw);
    background-image:url("Imagenes/Base leve.png");
    text-align: end;
    font-weight: normal;
}
.clear:before, .clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

a#pull {
    display: none;
}
nav {
    width: 100%;
    background-image: url("Imagenes/Base leve.png");
    position: relative;
}

nav ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

nav li {
    display: inline;
    float: left;
}

nav a {
    color: #FFF;
    display: inline-block;
    text-align: left;
    padding-left: 0.6em;
    padding-right: 0.6em;
}

nav li a {
    border-right: 0;
}

nav li:last-child a {
    border-right: 0;
}

nav a:hover, nav a:active {
    background-image:url("Imagenes/Base leve.png");
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* para 980px hasta 700px */
@media screen and (max-width: 980px) {
#pagina {
    width: 95%;
	}
#footer {
    font-size: 15px;
    vertical-align: top;
    padding-right: 0.3em;  
}
}
/* para 700px o menos */
@media screen and (max-width: 700px) {

h1 {
    font-size: 18px;
    text-align: center;
    }
#content {
    width: auto;
    float: none;
    text-align: left;
	}
.container {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-items: center;
    align-items: stretch;
    text-align: center;
 }
#sidebar {
    width: auto;
    float: none;
    text-align: center;
	}
#varios {
    width: auto;
    float: none;
    text-align: left;
}
#textopolitica {
    text-align: left;
}
#footer {
    font-size: 15px;
    vertical-align: top;
    padding-right: 0.3em;
    text-align: center;
    }
body {
    font-size: 20px;
    }
.Principal {
    font-size: calc(1em + 1vw);
    }
.Texto {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    } 
nav {
    border-bottom: 0;
    height: auto;
    background-image:url();
    }
nav ul {
    display: none;
    height: auto;
    width: 100%;
    }
nav li {
    width: 100%;
    float: left;
    position: relative;
    }
nav a {
        text-align: left;
        width: 100%;
        text-indent: 15px;
        padding-left:0em;
        padding-right:0em;
        padding-bottom:0.2em;
        padding-top:0.2em;
    }
nav a#pull {
        display: block;
        width: 100%;
        position: relative;
    }
nav a#pull:after {
        content:"";
        width: 20px;
        height: 20px;
        display: inline;
        position: absolute;
        left: 15px;
    }
nav a:hover, nav a:active {
    background-image:url("");
    }}