@charset "utf-8";
body {
	background-image: url(imagenes/MAQUETA_BOCETO_r1_c2.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	background-color: #FFE26D;
}
.fondo-contenido {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #7E4615;
	background-color: #FFFFFF;
	font-variant: normal;
	font-style: italic;
	font-weight: normal;
	padding: 4px;
}
.fondo-contenido-groso {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 4px;
}
.titulo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 24px;
	color: #000000;
	background-color: #FFFFFF;
	font-variant: normal;
	font-style: italic;
	font-weight: normal;
	padding: 4px;
}
