/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* INICIO 
--------------------------------------------
*/
 
#contenedor_full {
	width: 1280px auto;
	height: 800px;
	position: relative;
	margin: 0 auto; 
	z-index: -1;
    
}


#contenedor_loader {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	z-index: -2;
	top: 0px;
	
}


body {
	height:100%;width:100%;
}


#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 1;				/* Place the new body above the background image */
	height:100%; width:100%;	/* Make the new body fill the screen */
	
}
	

/* BASE 
--------------------------------------------
*/


#contenedor {
	width: 700px;
	margin: 0 auto;
	height: 700px;
	position: relative;
	z-index: 2;
	top: 25px;
}


#nuevo {
	z-index: 200;
	position: absolute;
	top: 0px;
	right: 0px;	
}


#marco {
	z-index: 2;
	top: 65px;
	position: absolute;
	left: 0px;
	height: 350px;
	width: 700px;
	background-image: url(../imagenes/cargando.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#manifiesto {
	z-index: 3;
	top: 65px;
	position: absolute;
	left: 0px;
	height: 350px;
	width: 500px;
    overflow: hidden;
}


#slide {
	z-index: 2;
	top: 65px;
	position: absolute;
	left: 0px;
	height: 350px;
	width: 700px;
    overflow: hidden;
}


#slide_estudio {
	z-index: 2;
	top: 65px;
	position: absolute;
	left: 0px;
	height: 350px;
	width: 700px;
    overflow: hidden;
}


#foto {
	z-index: 5;
}

#menu {
	z-index: 3;
	position: relative;
	width: 270px;
	margin-top: 3px;
}

#menu_idioma {
	z-index: 3;
	position: relative;
	width: 100px;
	margin-top: 3px;
}


#caja {
	z-index: 3;
	position: relative;
	width: 270px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 30px;
	height: 45px;
	width: auto;
}

#inicio {
	position: absolute;
	width: 110px;
	height: 300px;
	top: 420px;
	left: 0px;
	z-index: 4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	overflow: hidden;
}

#primero {
	position: absolute;
	width: 110px;
	height: 310px;
	top: 420px;
	left: 0px;
	z-index: 4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	overflow: hidden;
}

#segundo {
	position: absolute;
	left: 120px;
	top: 420px;
	width: 110px;
	z-index: 5;
	height: 310px;
	overflow: hidden;
}


#tercero {
	left: 240px;
	top: 420px;
	position: absolute;
	width: 180px;
	height: 310px;
	z-index: 6;
	overflow: hidden;
}

#cuarto {
	left: 430px;
	top: 420px;
	position: absolute;
	width: 270px;
	height: 310px;
	overflow: hidden;		
}


#navegador {
	height: 20px;
	width: 270px;
	position: relative;
}


.linea {
	background-image: url(../imagenes/lineas.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 1px;
	width: 270px;
	margin-bottom: 4px;
	margin-top: 4px;
}



.barras {
	height: 11px;
	width: 300px;
	background-image: url(../imagenes/barra.gif);
	background-repeat: repeat-x;
	position: absolute;
}





/* NOTICIAS 
--------------------------------------------
*/


#breaking_news {
	z-index: 3;
	top: 65px;
	position: absolute;
	left: 0px;
	height: 350px;
	width: 450px;
    overflow: hidden;
}

