/* CSS Document */

body
{background: url(images/fondo.jpg) no-repeat fixed;
margin:auto;
height:100%;
width:100%;
}

#content{
width:640px;
height:100%;
margin:auto;
margin-top:3%;
}

#container{
width:640px;
margin:auto;
margin-top:3%;
border:#000000 solid 3px;
background: none fixed;
}

#header
{background:url(images/head.gif) no-repeat top;
height:170px;
width:640px;
margin:auto;
}

#menu{
height:20px;
width:500px;
padding-left:120px;
padding-top:127px;
}

#menu ul{
display:inline;
}

#menu li{
display: inline;
padding-left:20px;
padding-top:0;
color:#FFFFFF;
}

#menu li a{ 
font-family: "Times New Roman", Times, serif;
font-style:italic;
font-size:13px;
color: #CCCCCC;
text-decoration:none;
}

#menu li a:hover{
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:13px;
color:#CC0000;
text-decoration:none;
font-stretch:normal;
font-size-adjust:inherit;
}

#linkfoto{
height:100%;
width:640px;
margin-top:50px;
}

#linkfoto ul{
}

#linkfoto li{
display:inline;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
font-size:12px;
text-decoration:none;
line-height:60px;
padding:0;
}

#linkfoto li a{
color: #CCCCCC;
text-decoration:none;
}

#linkfoto li a:hover{
color:#990000;
text-decoration:none;
}

.img{
margin-top:10px;
padding:5px;
border:solid 2px #000000;
}

