html, body { 
margin : 0;
padding : 0;
} 
body { 
font : 73% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
background : #000 url(images/bg.jpg) top center repeat-y;
color : #fff;
} 
			/*WRAP*/
#wrap { 
width : 770px;
margin-left : auto;
margin-right : auto;
padding : 0;
color : #fff;
background : transparent url(images/wrap_bg_gris.jpg) repeat-x;
} 
			/*BANNER*/
#masthead { 
height : 190px;
margin-bottom : 0;
margin-left : auto;
margin-right : auto;
background: #000 url(briatore/Briatore.jpg) no-repeat left top;
width:771px;
} 

			/*MAIN CONTAINER*/
#container { 
width : 700px;
margin-left : auto;
margin-right : auto;
margin-top : 10px;
padding-left : 10px;
line-height : 1.8em;
min-height: 393px;
height: auto !important;
height: 393px;
} 
#concert { 
width : 100%;
min-height: 200px;
} 
#map { 
width : 100%;
} 
#containerside { 
width : 650px;
margin-top : 10px;
padding-left : 10px;
line-height : 1.8em;
min-height: 393px;
height: auto !important;
height: 393px;
} 
				/*MAIN CONTENT*/
#content { 
padding : 1em;
margin : 0 240px 0 0;
border-right : 1px solid #eee;
}

				/*TOPBAR*/
#topbar { 
margin-top : 0;
padding : 1em;
} 

#topbarlogin fieldset {
display: inline;
}

#topbarlogin label {
display: inline;
}

#topbarlogin input {
display: inline;
}
#topbarlogin #checkbox_1 {
width: auto; 
border: 0 !important;
}

				/*SIDEBAR*/
				
#sidebarleft { 
width : 550px;
margin-top : 0;
padding : 1em;
} 				
#sidebarright { 
float : right;
width : 100px;
margin-top : 0;
padding : 1em;
} 

#sidebarlogin fieldset {
display: block;
width : 249px;
margin-top: 9px !important;
}

#sidebarlogin label {
display: block;
margin-top: 9px !important;
}

#sidebarlogin input {
display: block;
margin-top: 5px !important;
width:200px;
}
#sidebarlogin #checkbox_1 {
width: auto; 
float: right; 
border: 0 !important;
}

				/*FOOTER*/
#footer { 
clear : both;
padding : 0;
margin-bottom : 0;
margin-top : 40px;
text-align : center;
border-top : 5px solid #A81213;
color : #fff;
background : #000;
height:140px;
width:771px;
} 
				/*TYPOGRAPHY*/
h1 { 
float : left;
margin : 0;
padding : 50px 0 20px 25px;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 5px;
color : #fff;
} 
h2 { 
margin : 0;
padding : 20px 0 20px 0;
font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #A81213;
} 
h3 { 
margin : 0;
padding : 20px 0 20px 0;
border-bottom : 1px solid #fff;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #fff;
}
h3 { 
margin : 0;
padding : 20px 0 20px 0;
border-bottom : 1px solid #fff;
font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #fff;
}
h4 { 
margin : 20px;
display: inline;
font-weight: bold; 
padding-left:10px;
font : 110% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase; 
letter-spacing : 3px;
color : #fff;
}
blockquote {
font-weight : bold;
font-style : italic;
border-bottom : 1px solid #aaa;
border-top : 1px solid #aaa;
color : #b29b35;
} 

p { 
text-align: justify;
} 

p.header{
	padding-top:40px;
	font-size:110%;
}

p.der img{
margin-right:20px;
}

p.izq img{
margin-left:20px;
}

			/*LINKS*/
a:link, a:visited { 
color : #fff;
background : inherit;
text-decoration : underline;
} 
a:hover { 
color :  #636363;
background : inherit;
text-decoration : none;
} 
a img {
border: 0;
} 
			/*IMAGES*/
.left { 
float : left;
border : 0 solid #656c4a;
margin : 5px 0 10px 0;
padding : 10px;
}

.justificar
{
text-align: justify;
}
			/*SEARCH BOX*/
legend { 
color : #A81213;
} 
input { 
background : #eee;
} 
label { 
color : #A81213;
} 

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
