<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 
 * Author: Angela C.Serón
 * Copyright 2011 Angela C.Serón
 */
 
@import url("header.css");
@import url("color.css");
@import url("fuentes.css");
@import url("forms.css");
@import url("layout.css");


html {
	overflow-x:hidden;
	}

body {
	background:url('../imagenes/construccion/texturas-fondo/textura-fondo.jpg') repeat;
	color:#808080;
	font:14px/20px 'MuliRegular',Arial,Helvetica,sans-serif;
	font-weight:300;
	margin:0;
	text-align:center;
	overflow-y:visible;
	/*.overflow-y:hidden;*/
	overflow-x:hidden;
	}

a		{ color:#037F4F; text-decoration:none; }
a:hover { color:#72bda0; text-decoration:underline; }
a img	{ border:0; }



@media (max-width:800px) {

#cajaRecursoEstetico {
	display:none;
	}

}</pre></body></html>