
span.resultados{
color:#f78c00;
float:right;

}

#concesionarios{
width:660px;
float:left;
margin-right:30px;
}
#concesionarios h2{

}
#concesionarios h3{
font-size:12px;
color:#0066CF;

line-height:120%;
}
p.aviso{

padding:14px;
float:left;
border:1px solid #ffaaaa;
font-size:19px;
color:#3a3c3b;

font-style:italic;
}
p.aviso img{
vertical-align:bottom;
}
.listado li{
width:320px;
float:left;
font-size:13px;
padding-right:5px;
}
.listado li.salto{
width:660px;
border-bottom:1px dashed #ccc;
margin:5px 0px;
}
.listado li a{
color:#00308d;
font-weight:bold;
text-decoration:none;
display:block;
font-size:15px;
}
.listado li a:hover{
text-decoration:underline;
}
.listado li span{
color:#999;

}
.listado li b span{
font-weight:normal;
color:#000;
font-size:14px;
}

.provincias li{
width:165px;
float:left;
}
.provincias li a{
color:#00308d;
font-weight:bold;
text-decoration:none;
display:block;
padding:5px;
}
.provincias li a:hover{
background-color:#f1f1f1;
}

.buscador{
background-color:#f1f1f1;
padding:10px 20px;
float:left;
width:620px;
margin:10px 0px;
border-bottom:1px solid #ccc;
}
.buscador p{
float:left;
height:15px;
color:#666;
width:306px;
}

.buscador form{
float:left;
}
.buscador .inputs{
font-size: 12px;
float:left;
margin-right:5px;
height:24px;
padding:0px;
border:1px solid #ccc;
width:220px;
}
.buscador .inputs:focus{
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);
box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);
border:1px solid #0547c7;
}
.buscador .key{
width:300px;
height:22px;
}

.buscador .boton{
background-color: #4D90FE;
background-image: -webkit-linear-gradient(top,#0547c7,#00308d);
background-image: -moz-linear-gradient(top,#0547c7,#00308d);
background-image: -ms-linear-gradient(top,#0547c7,#00308d);
background-image: -o-linear-gradient(top,#0547c7,#00308d);
background-image: linear-gradient(top,#0547c7,#00308d);
border: 1px solid #00308d;
color: white;
padding:4px 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor: default;
font-size: 11px;
font-weight: bold;
text-align: center;
}

.buscador .boton:hover{
background-image: -webkit-linear-gradient(top,#0547c7,#002875);
background-image: -moz-linear-gradient(top,#0547c7,#002875);
background-image: -ms-linear-gradient(top,#0547c7,#002875);
background-image: -o-linear-gradient(top,#0547c7,#002875);
background-image: linear-gradient(top,#0547c7,#002875);
border: 1px solid #000;
cursor:pointer;
}

#pagination{
float:left;
width:100%;
text-align: right;
margin:10px 0;
font-size:14px
}
#pagination a{
color:#000;
font-weight:bold;
text-decoration:none;
}
#pagination a:hover{
color:red;
text-decoration:underline;
}

#pagination strong{
padding: 0 3px;
background-color: #F8B600;
}

#sidebar {width: 300px;float: right;}


