@charset "ISO-8859-1";
/* CSS Document */

body {
	background-image:url(../../imagenes/interfase/fondo.jpg);
	background-repeat:repeat-x;
	background-color:#dd7018;
}

#copyright {
	width:247px;
	height:12px;
	position:absolute;
	left:223px;
	top:1167px;
}

#fecha {
	position:absolute;
	height:15px;
	width:48px;
	left:802px;
	top:210px;
}

#iso {
	background-image:url(../../imagenes/interfase/iso.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:57px;
	height:52px;
	left: 747px;
	top: 172px;
}

#horizonte {
	background-image:url(../../imagenes/interfase/horizonte.jpg);
	background-repeat:no-repeat;
	position:absolute;
	height:273px;
	width:1000px;
	top: 1181px;
}

#contenedor {
	position:absolute;
	margin-left:50%;
	left:-500px;
	top:0px;
	width:1000px;
	height:1455px;

}

#modeloHojaUno {
	position:absolute;
	top:83px;
	height:1198px;
	width:890px;
	background-color:#FFF;
	left: 56px;
	z-index: 1;
}

#modeloHojaDos {
	position:absolute;
	top:83px;
	height:2819px;
	width:890px;
	background-color:#FFF;
	left: 56px;
	z-index: 1;
}

#header {
	background-image:url(../../imagenes/interfase/verde.jpg);
	background-repeat:repeat;
	position:absolute;
	width:805px;
	height:41px;
	left:44px;
	top:0px;
	
}

#lineaFina {
	background-image:url(../../imagenes/interfase/homeA.jpg);
	position:absolute;
	width:625px;
	height:2px;
	left:223px;
	top:157px;
	background-repeat: repeat;
}


#lineaGruesa {
	background-image:url(../../imagenes/interfase/lineaGruesa.jpg);
	background-repeat:repeat;
	position:absolute;
	width:625px;
	height:3px;
	left:223px;
	top:227px;
}


#logo {
	position:absolute;
	cursor:pointer;
	top:75px;
	left:223px;
	border:none;
	text-decoration:none;
	width:225px;
	height:46px;
}

#logoNews {
	position:absolute;
	cursor:pointer;
	top:14px;
	left:223px;
	width:225px;
	height:46px;
}

