* { /*coloca todos los márgenes del sitio en 0*/
	padding: 0;
	margin: 0;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-style: normal;
	font-weight: normal;
}

a:link, a:visited { 
	color: #5A5963;
	text-decoration: none; 
 }
a:hover, a:active {
	color: #A3B8CB;
	text-decoration: underline;
}

body {
	
	background:url(../imagenes/fondoindex.gif) repeat-x;
	
}

#contenedor {

	position: absolute;
	margin-left: -380px;
	left: 50%;
	top: 1px;
	width:760px;
	height:430px;
	
}

#descripcion{
	position:absolute;
	top:264px;
	left:1px;
}

#flashInicio {
	position:absolute;
	width:760px;
	height:160px;
	top:100px;
}

#ingreso {
	position:absolute;
	top: 329px;
	width:760px;
	height:18px;
	left: -1px;
}

