@charset "utf-8";
/* CSS Document */
body{
background-color:#000000;
background-image:url(images/fondo.jpg);
background-attachment:fixed;
margin:0px auto;
text-align:center;
}
#wrapper{
margin:0px auto;
width:980px;
}
#header{
margin:0px auto;
width:980px;
height:440px;
}
#news_cont{
text-align:left;
color:#53524e;
border-bottom:thin;
border-bottom-color:#a4a5a0;
border-bottom-width:1px;
border-bottom-style:solid;
width:980px;
height:auto;
clear:both;
background-color:#bcbdb8;
padding-bottom:0px;
margin:0px auto;
}
#clearing{
clear:both;
}
#news1{
background-image:url(images/dot.jpg);
background-repeat:repeat-y;
background-position:right;
text-align:left;
float:left;
width:730px;
height:100%;
color:#53524e;
padding-bottom:20px;
}
#news2{
text-align:left;
float:left;
width:250px;
height:auto;
padding-bottom:0px;
color:#53524e;
}
#news3{
background-image:url(images/dot.jpg);
background-repeat:repeat-y;
background-position:right;
text-align:left;
float:left;
height:100%;
color:#53524e;
padding-bottom:20px;
}
#conte{
text-align:left;
width:980px;
height:auto;
background-image:url(images/fondo2.jpg);
color:#363634;
padding-bottom:20px;
}
#shadow{
text-align:left;
height:auto;
background-image:url(images/fondo2.jpg);
color:#363634;
}
h1{
padding-top:10px;
padding-left:20px;
padding-bottom:0px;
margin-top:5px;
margin-bottom:5px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:lighter;
}
h2{
padding-top:10px;
padding-left:20px;
padding-bottom:0px;
margin-top:5px;
margin-bottom:5px;
font-size:24px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:lighter;
}
#footer{
margin:0px auto;
background-color:#000000;
width:980px;
height:35px;
}
A:link,A:visited{
color:#c95827;
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
A:Hover{
color:#000000;
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
li{
line-height:30px;
list-style-image: url(images/bullet2.gif);
list-style-position:outside;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
p{
padding-top:0px;
text-align:justify;
padding-left:20px;
padding-right:20px;
color:#363634;
font-size:14px;
white-space:normal;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
/*Forlumario*/
.campo {
	width: 350px;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 2px;
	padding-top:3px;
	border: 1px Solid #666666;
	background: #4e575e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:12px;
}
.campo:focus {
	border: 1px Solid #c95827;
}
.area {
	width: 350px;
	margin-bottom: 10px;
	margin-top: 2px;
	padding-top:3px;
	border: 1px Solid #666666;
	background: #4e575e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:12px;
}
.area:focus {
	border: 1px Solid #c95827;
}
.boton{
background-color:#c95827;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:14px;
font-weight:bold;
border:0px;
}
.boton:hover{
background-color:#666666;
}
/*Fin forlumario*/