/* Inicia contenedor */

@font-face {
    font-family: 'webfontregular';
    src: url('fonts/ritzynormal_2-webfont.eot');
    src: url('fonts/ritzynormal_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ritzynormal_2-webfont.woff') format('woff'),
         url('fonts/ritzynormal_2-webfont.ttf') format('truetype'),
         url('fonts/ritzynormal_2-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
font-family:"Arial", sans-serif;
background-color:#FFFEE3;
}
#Navegacion{
margin:0 auto;
width:980px;
}
nav{
width:800px;
float:left;
margin: 7px 4px 0px 4px;
margin-bottom: -12px;
font-family: 'webfontregular';
font-size: 20px;
text-align:center;
}
nav ul{
width:968px;
list-style-type: none;
}
nav li{
list-style-position: outside;
display: inline;
margin-right: 60px;
padding-right:5px;
padding-left:5px;
}
nav li a, nav li a:visited{
color:#D38369;
text-decoration:none;
}
nav li a:hover{
color:#80A289;
text-decoration:none;
}
header{
float:left;
margin-left: 110px;
}
#Caja{
width:983px;
height:1005px;
margin-top: 25px;
background:url(imagenes/contenedor2.png);
float:left;
}
#info{
width:500px;
height:550px;
float:left;
margin: 5px;
margin-top:-850px;
margin-left: 230px;
padding: 5px 10px;
}
h1{
font-family:'webfontregular';
color:#80A289;
margin-bottom: 30px;
font-size:36px;
text-align:center;
}
#footer{
width:774px;
float:left;
margin-left: 130px;
margin-top:20px;
}
footer{
width:774px;
float:left;
margin-left: 115px;
margin-bottom: 35px;
font-size:14px;
color:#80A289;
text-align:center;
}
footer a, footer a:visited{
color:#D38369;
text-decoration:none;
}
footer a:hover{
color:#80A289;
text-decoration:underline;
}