body{
    margin: 0;
    padding: 0;
    background: transparent url("../images/imagenfondoback.png") no-repeat;
    background-color: #000;
    background-position: center top;
    overflow: hidden;
}
a{
    text-decoration: none;
}
img{
    border: none;
}
#marco{
    margin: 0;
    padding: 0;
    background: transparent url("../images/marco.png") no-repeat;
    background-position: center top;
    overflow: hidden;
}
#trama{
    margin: 0;
    padding: 0;
    background: transparent url("../images/trama.png");
}
#contenedor_redot{
    background: transparent url("../images/fondocontenedor.png") no-repeat;
    background-position: center -20px;
    /*width: 1008px;*/
    width: 1030px;
    margin: auto;
    height: 600px;
}
/* HEADER */
#header{
    background-position: center top;
    /*width: 100%;*/
    width: 1008px;
    float:left;
    margin-top: 40px;
    
    margin-left:11px;
}
.secc_header{
    float:left;
    width: 303px;
    height: 87px;
    margin-top: 5px;
}
#sec1{
    background: transparent url("../images/back_secc1.png") no-repeat;
}
#sec1 > ul{
    list-style: none;
    margin: 0 0 0 69px;
    padding: 0;
    width: 234px;
    height: 87px;
}
#sec1 > ul > li{
    float:left;
    width: 117px;
    text-align: center;
}
#logotipo{
    width: 402px;
    float:left;
}
#sec2{
    background: transparent url("../images/back_secc2.png") no-repeat;
}
#sec2 > ul{
    list-style: none;
    margin:0;
    padding: 0;
    height: 87px;
    width: 248px;
}
#sec2 > ul > li{
    float:left;
    width: 124px;
    text-align: center;
}
/* CUERPO */
#contenido{
    float:left;
    height: 370px;
}

/* FOOTER */
#fondo_footer{
    float: left;
    width: 100%;
    background: transparent url("../images/footer.png") no-repeat;
    height: 519px;
    background-position: center -100px;
}
#footer{
    float:left;
    width: 1008px;
    margin-left: 11px;
    margin-top: 30px;
}
.secc_footer{
    float:left;
    width: 303px;
    height: 108px;
    line-height: 97px;
}
#secf1{
    text-align: right;
}
#coordenadas{
    width: 402px;
    height: 108px;
    float:left;
    background: transparent url("../images/back_coordenadas.png") no-repeat;
}
.coordenadas_xy{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 47px;
    color: #fff;
    font-family: "led";
}
.coordy, .coordx{
	color:#ed1c24;
	height:50px;
	display:inline-block;
	width:100px;
}
.texttrue{
    width: 100%;
    float: left;
    font-size: 25px;
    color: #776a6a;
    text-align: center;
    font-family: "dinregular";
}
.rojotrue{
	color:#ED1C24;
}
.buzon{
    cursor: pointer;
}