/* Tamaņos de los headers */

@import url("layout.css");


* {
	font-size: 100%;
	line-height: 110%;

}


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


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

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;
}

td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: justify;
}
