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

.fondo2 {
	background-image: url(../imagenes/trama_trans2.png);
	background-repeat: no-repeat;
	background-position: 10% 50px;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
}
#contenido h1 {
	color: #EFA431;
 }

