@charset "utf-8";
/* CSS Document */
html{
	overflow-x:hidden;
	overflow-y:auto;
	color:#999;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;

}


#scroller {
	position:absolute;
	margin:0px 0px 0px 10px;
	padding:5px 5px 5px 50px;
	width:890px;
	height:330px;
	top:230px;
	overflow-x:hidden;
	overflow-y:auto;
	text-align:center;
}

#contenenido{
	position:absolute;
	margin:0px 0px 0px 10px;
	padding:5px 200px 5px 50px;
	width:890px;
	height:330px;
	top:230px;
	background-color:#CF0;
	text-align:center;
	
}

body{
	background-color:#000;
	margin:0;
	padding:0;
	text-align:center;
}

a {color:#990000; text-decoration:none;} 

img{
	border:none;
}

#contenedor{

    text-align:center;
	width:990px;
	height:620px;
	margin:0 auto 0 auto;
	background:url(../Imagenes/fondo.jpg) top center no-repeat;	
	
}


#logo{
	position:relative;
	width:990px;
	height:156px;
	text-align:right;
	float:right;
	display:block;
}

#menu{
	position:relative;
	margin:auto;
	width:1200px;
	height:36px;
	top:20px;
	left:40px;
	z-index:4;
}

#marco{
	/*z-index:3;*/
	position:absolute;
	margin:auto;
	top:160px;
}


