@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,800);
/* 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: 595px;
        height: 1900px;
    font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 36px;
	color: #000;
	margin: 0 12px;
	line-height: 22px;
	font-weight: 700;
}
p {
	font-size: 14px;
	color: #5f5f5f;
    margin: 10px 0 45px 0;
	font-weight: 400;
}
#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;
}
#titulares h1{
	font-size: 33px;
    color: #000;
    margin: 0 12px;
    line-height: 31px;
    font-weight: 700;
    text-align: left;
}
#titulares h2{
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 7px 14px;
    color: #B3B3B3;
}
.senefa {
	width: 200px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}
#bajada {
	width: 100%;
	margin: 10px 0 0 0;
}
#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;
}
#credito{
    float: left;
}
#fuente{
    float: right;
}
.mobile{
    display: none;
}
section{
    margin: -20px 0 -4px 0;
    text-align: center;
    position: relative;
}
section h1{
    font-size: 20px;
    text-transform: uppercase;
}
section p{
    margin: 5px auto 10px auto;
    max-width: 520px
}
#sector_01 img{
    display: inline-block;
/*    margin: 0 0 10px 30px;*/
}
#sector_01 .textos{
    text-align: left;
    max-width: 160px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    padding-top: 20px;
}
#sector_01 .textos p{
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
#sector_01 .textos p span{
    font-weight: 700;
}
#sector_01 .textos h1{
    font-weight: 800;
    font-size: 14px;
    margin: 0;
}
.collada{
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.collada h1{
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: 0 auto 0 auto;
}
.collada p{
    max-width: 330px;
    color:#7B7878;
    margin: 0 auto;
}
.collada iframe{
    width: 100%;
    height: 600px;
    padding: 10px 0;
    margin: 0;
}
.collada .navigator{
    position: absolute;
    pointer-events: none;
}
.collada .navigator p{
    max-width: 110px;
    font-size: 11px;
    line-height: 12px;
    text-align: left;
    border-top: 3px solid rgba(255, 255, 255, 0.84);
}
section .complement{
    position: absolute;
}