@charset "utf-8";
/* CSS Document */
@import url("layout.css");
@import url("textos.css");
@import url("enlaces.css");
@import url("imagenes.css");
@import url("recursos.css");
body{
	background-image: url(../graf/bg/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	background-color: #3399ff;
	text-align:left;

}
