@charset "utf-8";
/* CSS Document */
body,html{ height:100%;}
body{
margin:0;
font-family: 'Quattrocento', serif;
font-size:14px;
color:#000;
}
a{ text-decoration:none; color:#333333;}

#container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -140px;
}

h1{
font-size:36px;
font-weight:700px;
color:#740C16;
}
#wrap{
width:1024px;
margin:auto;
}
#bann{
width:215px;
height:768px;
background:  url(../images/interno.jpg);
float:right;
}
#main{
width:400px;
float:left;
margin-left:30px;
padding-top:100px;
}
#right{
width:744px;
height:768px;
float:left;
background:url(../images/home.jpg);
position:relative;
}
#left{
width:260px;
padding-left:20px;
padding-top:20px;
float:left;
}
#push {
height: 90px;
clear: both;
}
.user{
width:230px;
padding:5px;
background:rgba(255,255,255,0.6);
position:absolute;
top:0px;
right:0px;
}
input{ border:1px solid #333333}

.intro{
position:absolute;
left:10px;
top:10px;
width:370px;
}
.box{
width:600px;
padding-left:24px;
position:absolute;
left:400px;
}
.sub{ 
width:180px; 
float:left;
border-right:1px solid #FFFFFF;
padding:5px;
}
#menu{
margin-top:60px;
}
#menu a{
width:200px;
display:block;
line-height:40px;
background:#AA282D;
color:#fff;
padding-left:5px;
margin-bottom:2px;
font-family: 'Museo500';
font-size:15px;
}

.subMenu{

}

#menu .subMenu a{
background:#F7931E;
width:200px;
display:block;
line-height:30px;
color:#fff;
padding-left:5px;
margin-bottom:2px;
font-family: 'Museo500';
font-size:15px;

}
#menu a:hover{
background:#F15A24;
width:210px;
}
#foot{
height:140px;
background:#AA282D;
position:relative;
color:#fff;
font-size:12px;
}
#barra{
width:100%;
line-height:30px;
height:30px;
background:#97282D;
position:absolute;
bottom:0;
left:0;

}
.clean{clear:both;}

