html, body { 
padding : 0;
margin : 0;
height : 100%;
font-size : 11px;
font-variant : normal;
font-weight : normal;
font-style : normal;
font-family : Arial, Helvetica, sans-serif;
color : #ba4e03;
background:url(../images/bkg.jpg);
text-align : left;
} 
.contener { 
width : 800px;
height : 900px;
margin-left:auto;
margin-right:auto;
border:solid 1px #ba4e03;
border-top:solid 5px #ba4e03;
border-bottom:solid 5px #ba4e03;
}

.logo {
height:360px;
margin-bottom:20px;
}

.menu {
margin-bottom:20px;
font-size:14px;
}

a.menu:link {
text-decoration : none;
color:#ba4e03;
padding-bottom:2px;
border-bottom:dotted 1px #ba4e03;
} 

a.menu:visited {
text-decoration : none;
color:#ba4e03;
padding-bottom:2px;
border-bottom:dotted 1px #ba4e03;
} 

a.menu:hover {
text-decoration : none;
color:#ba4e03;
padding-bottom:2px;
border-bottom:solid 4px #ba4e03;
}
