/*Imagen de fondo*/
body{
background-image: url(fotos/fondo1.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: 100% 100%, auto;	
}

/*Fuentes*/
body{
font-family: Gisha, sans-serif;	
color: black;
}

/*parrafos y encabezados*/
p{
font-size: 14px;
font-family: Gisha, sans-serif;
font-weight: normal;
}

H1{
font-size: 18px;
font-weight: bold;
font-family: Gisha, sans-serif;
text-decoration: none;
text-align: center;
color: #999; 
}

H2{
font-size: 24px;
font-weight: bold;
font-family: Gisha, sans-serif;
text-decoration: none;
text-align: center;
color: #999; 
}


/*links*/
a:link {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: #3E4095;
	background-color: white;
}
a:active {
	text-decoration: none;
	color: white;
}
/*tamaņo y color de los link - tambien color de caja de los link*/
a {
	font-size: 16px;
	font-family: Gisha, sans-serif;
	background-color: #3E4095;
	border-width: 10px;
	padding: 0.2em;
	font-weight: bold;
}

#footer {
    width: auto;
    height: 200px;
    
    margin-top:-200px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background: #333;
    border-top: 2px solid #000;
 