@charset "ISO-8859-1";
/***********************************************/
/* Maqueta de estructura de 3 piezas: cabecera,*/
/* Menúcontenido , pie página             */
/***********************************************/

/************************************************/
/* Estructura y posición de los Bloques de Divs */
/************************************************/

/***********************************************/
/* bloques principales                         */
/***********************************************/


/* bloque cuerpo */
body {  
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	TEXT-ALIGN: center;
	background-color: #aa7239	
}
div#cuerpo{
	top: 0px;
	MARGIN-LEFT: auto; 
	MARGIN-RIGHT: auto;
	width: 925px;
}
/* bloque cuerpo fin*/
div#contenido_intro{
	top:0px;
	margin-top:auto;
	margin-bottom:auto;
	width: 925px;
	height:800px;
	background:url(../intro.jpg);
	background-position:center;
	background-repeat:no-repeat;
	POSITION: relative
}

/* bloque menu */
div#menu_intro{
	top: 630px;
	left: 2px;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	POSITION: relative
}


div#flash{
	top: 0px;
	left:10px;
	FLOAT: left;
	width: 95px;
	POSITION: relative
}
div#w3c{
	top: 0px;
	left:10px;
	FLOAT: left;
	width: 85px;
	POSITION: relative
}
div#2{
	top: 0px;
	left:10px;
	FLOAT: left;
	width: 120px;
	POSITION: relative
}
/* contenido index.php fin */
