/*Imagen de fondo*/
body{
background-color: white; 
background-image: url(fotos/fondo_.png);
background-repeat: repeat-x;
background-position: top;	
}

/*Fuentes*/
body{
font-family: Arial, Helvetica, sans-serif;	
color: black;
}

/*parrafos y encabezados*/
p{
font-size: 12px;
font-family: arial, helvetica;
font-weight: normal;
}

H1{
font-size: 18px;
font-weight: bold;
font-family: arial, helvetica;
text-decoration: none;
text-align: center;
color: #999; 
}

H2{
font-size: 24px;
font-weight: bold;
font-family: arial, helvetica;
text-decoration: none;
text-align: center;
color: #999; 
}


/*links*/
a:link {
	text-decoration: none;
	color: #2E2368;
}
a:visited {
	text-decoration: none;
	color: #2E2368;
}
a:hover {
	text-decoration: none;
	color: #174CAE;
	background-color: #cccccc;
}
a:active {
	text-decoration: none;
	color: #000099;
}
/*tamaņo y color de los link - tambien color de caja de los link*/
a {
	font-size: 16px;
	font-family: Arial;
	background-color: white;
	border-width: 10px;
	padding: 0.2em;
	font-weight: bold;
}



