BODY {
	background: #FFF;
	margin: 30px auto 0px;
	padding: 0px;
	width: 760px;
	font-family: "Trebuchet MS", sans-serif;
	color: #3B3B3B;
}

DIV#contenedor {		
	background: url("../img/fondo.jpg") top center no-repeat;
	height: 460px;	
	position: relative;
}

IMG {
	border: 0px;
}

H1 {
	position: absolute;
	top: 40px;
	left: 115px;
}

DIV#texto {
	position: absolute;
	top: 250px;
	width: 410px;	
	left: 260px;
	text-align: right;	
	font-size: 18px;	
}

DIV.imagen {
	margin: 10px 0px;
}

DIV#pie {
	position: absolute;
	top: 360px;
	left: 70px;
	font-size: 10px;
}

EM {
	color: #BE3030;
	font-style: normal;
}