/*Imagen de fondo*/
body{
background-color: white; 
background-image: url(fotos/fondo3.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: 100% 100%, auto;	
}

/*Fuentes*/
body{
font-family: Tahoma, Arial, Helvetica, sans-serif;	
color: black;
}

/*parrafos y encabezados*/
p{
font-size: 14px;
font-family: Tahoma, arial, helvetica;
font-weight: normal;
color: #665; 
}

H1{
font-size: 18px;
font-weight: normal;
font-family: Tahoma, arial, helvetica;
text-decoration: none;
text-align: center;
color: #0099CB; 
}

H3{
font-size: 16px;
font-weight: bold;
font-family: Tahoma, arial, helvetica;
text-decoration: none;
text-align: center;
color: gray; 
}

H6{
font-size: 14px;
font-family: Tahoma, arial, helvetica;
font-weight: normal;
color: Orange; 
}

/*links*/
a:link {
	text-decoration: none;
	color: #665;
}
a:visited {
	text-decoration: none;
	color: #665;
}
a:hover {
	text-decoration: none;
	color: #0099CB;
	background-color: none;
}
a:active {
	text-decoration: none;
	color: #665;
}
/*tamaño y color de los link - tambien color de caja de los link*/
a {
	font-size: 14px;
	font-family: Tahoma;
	background-color: none;
	border-width: 10px;
	padding: 0.2em;
	font-weight: regular;