@charset "UTF-8";
/* CSS Document */
html, body, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
}

/*       ///////------ START DEMO ------////////          */
#contenedor{
    position: relative;
    max-width: 880px;
    font-family: Arial, sans-serif;
}
h1 {
	
	font-size: 33px;
	color: #000;
	margin: 0 12px;
	line-height: 26px;
	font-weight: 900;
}
h2 {
	font-size: 14px;
	color: #6C8192;
	text-transform: uppercase;
	margin: 0 0 8px 12px;
	font-weight: 100;
}
h3{
    margin: 40px 0 10px 7px;
    text-transform: uppercase;
    font-size: 17px;
}
p {
	font-size: 15px;
	color: #5f5f5f;
	margin: 20px 10px 10px 10px;
	font-weight: 100;
}
#titulares {
	width: 100%;
	margin: 0;
	padding: 21px 0 19px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d8d8d8;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	position: relative;
}
.senefa {
	width: 200px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}
#bajada {
	width: 100%;
	margin: 10px 0 0 0;
}
#simbologia{
    margin: 0 0 20px 20px;
}
#simbologia h1{
    font-size: 13px;
    margin: auto 0 auto 0;
    text-transform: uppercase;
}
#simbologia .simbolo{
    display: inline-block;
    width: 140px;
}
#simbologia .simbolo .punto{
    width: 15px;
    float: left;
}
#simbologia .simbolo p{
   float: left;
   width: 100px;
   margin: 0 5px; 
}
#frameMap{
    width: 100%;
    text-align: center;
}
#cierre {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	margin-top: 5px;
}
#cierre p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 2px;
	color: #383838;
}
#cierre p span {
	color: #818181;
}
@media (max-width: 700px) {
    h1{
    font-size: 25px;
    }
    h2{
    font-size: 13px;
    }
    #frameMap{
    width: 90%;
    text-align: center;
}
}