@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: 880px;
    font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 36px;
	color: #000;
	margin: 0 12px;
	line-height: 22px;
	font-weight: 800;
}
p {
	font-size: 15px;
	color: #5f5f5f;
	margin: 10px;
	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;
}
.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;
}
#sector_01{
    background-image: url(../images/bgsect01.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 318px;
    position: relative;
}
#sector_01 .textos, #sector_03 .textos{
    position: absolute;
    max-width: 160px;
}
#sector_01 .textos p, #sector_03 .textos p{
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
#sector_01 .textos p span, #sector_03 .textos p span{
    font-weight: 700;
}
#sector_01 .textos h1, #sector_03 .textos h1{
    font-weight: 800;
    font-size: 14px;
    margin: 0;
}
.collada{
    background-color: #2a2f30;
    padding: 10px 0;
    text-align: center;
    /*height: 630px; TESTER DELETE!!!!!*/
    position: relative;
}
.collada h1{
    font-weight: 700;
    font-size: 16px;
    color: white;
    margin: 15px auto 0 auto;
}
.collada p{
    max-width: 300px;
    color:#d5d5d5;
    margin: 0 auto;
}
.collada iframe{
    width: 100%;
    height: 630px;
    padding: 10px 0;
    margin: 0;
}
.collada .navigator{
    position: absolute;
}
#sector_02{
    text-align: center;
}
#sector_02 p{
    text-align: left;
}
#sector_02 h1{
    font-size: 18px;
    margin: 20px 0 0 10px;
    text-align: left;
}
#sector_02 .personaje{
    max-width: 200px;
    display: inline-block;
    text-align: left;
}
#sector_02 .personaje img{
    width: 95px;
    margin: 0 auto;
}
#sector_02 .personaje h1{
    margin: 10px auto 0 10px;
    font-size: 15px;
    line-height: 15px;
}
#sector_02 .personaje p{
    font-size: 12px;
}
#sector_02 .personaje p span{
    color: black;
}
#sector_03{
    background-image: url(../images/bgsect02.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 318px;
    position: relative;
}