@charset "UTF-8";
/* CSS Document */



body {
	text-align: center; 
	background: transparent url('../img/all-fondo.jpg') top center no-repeat;
	padding: 0 0 20px 0;
	}

#header h1 {
    background: transparent url('../img/all-logo.gif') no-repeat top left;
    margin-top: 20px;
    width: 198px;
    height: 52px;
    float: left;
    }

#header h1 span {
    display: none;
}

.linea-sx {
width:190px;
height:50px;
float:left;
clear:left;
padding:10px;
font-size:20px;
color:#FFFFFF;
border: solid 1px #cccccc;
}

.linea-dx {
width:270px;
margin-left:10px;
height:50px;
float:left;
padding:10px;
border: solid 1px #cccccc;
}

.linea {
padding:10px;
border:solid 1px #CCCCCC;
float:left;
margin-bottom:15px;
background: url(../img/linee-fondo.jpg) repeat-x;
}
.linea-over {
padding:10px;
border:solid 1px #CCCCCC;
float:left;
margin-bottom:15px;
background-color:#0099CC;
border: solid 1px #cccccc;
cursor:pointer;
}
.nomelinea {
background-color:#666666;
color:#FFFFFF;
padding:10px;
font-weight:bold;
font-size:1.4em;
text-align:center;
}