/* Tamaņos de los headers */

@import url("layout.css");


* {
	margin:0px;
	padding:0px;
	border:0px;  
	font-size: 100%;
	line-height: 110%;

}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
 
}

body
{
	background:url(imagenes/fondo.jpg) no-repeat center top;
	padding-top:3px;
}

a {
	text-decoration: none;
	color: #663;
  }

 
ul, li {
	list-style-type: none;
 }
p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: justify;
	color: #4a7632;
}
