@charset "utf-8";

body {
	background-color:#140115;
	background-image: url("images/fondo2010_index.jpg");
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align:center;
}

div#Contenedor {
	position: relative;
    width: 1000px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}


div#Chica {
    position: absolute;
    right: 70px;
    top: 435px;
	z-index:100;
}

div#ZonaInferior {
    position: absolute;
    top: 500px;
    left: 120px;
	right: 350px;
    color: white;
}

div#Cuerpo {
	position:absolute;
	left: 120px;
	width: 745px;
	top: 140px;
	height: 350px;
	overflow: hidden;
}


div#Cuerpo iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-style: none;	
}

