@charset "UTF-8";
/* CSS Document */
/* en construccion, eyu lunes */

body{
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #eee;
	background-image: url(images/under.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#contenedor {
	margin:auto;
	
	}
	
