@charset "utf-8";
/* CSS Document */

#contenido
{
}

#home
{
	width: 900px;
	height: 450px;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image:url(../imagenes/entrada.jpg);
	background-repeat: no-repeat;
	clear:both;

}

#cabecera-bienvenida
{
	width: 350px;
	height: 35px;
	background-image:url(../imagenes/cab-bienv.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	display: none;
	
}

#cabecera-bienvenida span { display: none; }

