@charset "UTF-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em}
	
a:link {
	text-decoration:none;
	color:#990000}
a:visited {
	text-decoration:none;
	color:#990000}
	
a:hover{
	text-decoration:underline;
	color:#990000}
	
.red{
	color:#990000}

.left{
	float:left;
	}

.txttelefonos{
	font-size:1.1em}
#logo{

	}
	
.subtitol{
	margin-top:0.8em; 
	margin-left:12em
	}
	
.right{
	float:right
	}
	
.limpiar{
	clear:both
	}
	
.localitzacio{
	background-color:#fff;
	padding:0.6em; 
	margin:0em;
	border:1px solid #999999;
	margin-top:0;
	background-image:url(../img/sombra_blanca.gif);
	background-repeat:repeat-x;
	}
*html .localitzacio{
	font-size:0.87em;
	
	}
.localdalt{
	background-color:#fff;
	padding:0.6em; 
	margin:0em;
	border:1px solid #999999;
	margin-top:0;
	background-image:url(../img/sombra_blanca.gif);
	background-repeat:repeat-x;
	}
*html .localdalt{
	font-size:0.87em;
	
	}
	
.titol_local{ 
	color:#990000
	}

.txt_local{
	font-size:0.8em; 
	color:#333333
	}
.txt_local a{
	*font-size:0.8em !important;
	*font-size:0.9em;
	color:#333333
	}
	
.img_local{
	border:1px solid #FF0000; 
	margin-bottom:0.5em; 
	margin-top:0.4em;

	}

#recuadre{
	background-color:#ffffff; 
	padding:1em; 
	border:1px solid #999999;
	
	background-repeat:repeat-x;
	
	}
#recuadre_txt{
	width:41em; 
	color:#333333;
	}
*:first-child+html #recuadre_txt {width:40em; }	
.destacat{
	background-color:#CCCCCC; 
	padding:0.7em; 
	margin-top:1em; 
	border:1px solid #999999;
	width:39.4em
	}
*:first-child+html .destacat {width:38.4em; }	
.img_destacat{
	float:left; 
	margin-right:0.8em
	}
	
.tit_destacat{
	color:#990000; 
	font-size:1.2em; 
	font-weight:bold
	}
	
.txt_destacat{
	color:#666666; 
	font-size:0.9em
	}
	
.peu{
	 
	padding-top:1.6em; 
	font-size:0.8em; 
	text-align:right
	}
*html .peu{
 padding-top:0}
 
 *:first-child+html .peu{
 padding-top:0 }
.peu a{ text-decoration:none;
color:#990000}

.peu a:hover{ text-decoration:underline;
color:#990000}

#nuevos_txt{
	width:41em; 
	color:#FFFFFF;
	margin-top:1em}
	
/*- VEHICULOS NUEVOS--------------------------- */
.vnuevos{


	 
	}

.vnuevos ul{
	list-style-type:none;
	margin:0.2em;
	padding:0.2em;
	
	}
	
.vnuevos ul li ul li{
	list-style-type:none;
	color:#333333;
	margin-top:1em;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:19em;
	}

.vnuevos li{
	
	float:left
	}
.vnuevoscar{
	font-size:0.9em;}
	
.vnuevos li img{
	float:left; 
	margin-right:0.6em; 
	margin-bottom:1.4em; 
	border:1px solid #666666;
	color:#666666}
*html .masinfo{
	width:44em; 
	}
.masinfo{
	width:40em; 
	margin-top:0.5em; 
	color:#990000; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.8em
	}

.servicios{
	color:#333333;
	margin-top:2em}
.servicios ul{
	margin:0;
	padding:0;
	list-style-type:disc}

.servicios li{
	margin-top:0.5em;
	width:30em;
	list-style-type:disc !important;
	list-style-position:outside;
 	margin-left:2em}
	
	
	
.titolapar{
	padding:0.4em; 
	border:1px solid #a0a0a0;
	width:39em; 
	color:#990000;
	padding-left:1em;
	font-weight:bold;
	background:url(../img/back_titol.jpg)  repeat-x ;
	}
	
*html .taller li{
	width:34em;
	}
	
.txttaller{
	margin-top:1em; 
	color:#333333; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.9em
	}
	
.taller{
	color:#333333;
	margin-top:2em}
	
.taller ul{
	margin:0;
	padding:0;
}

.taller li{
	margin-top:1em;
	width:37em;
 	margin-left:2em;}

.vnuevos2 li{
	list-style-type:circle;
	margin-left:1em;
	float:left; 
	width:30em
	}
	

/*- Menu Tabs 4--------------------------- */

    #tabs4 {
      float:left;
      width:100%;
      font-size:75%;
      line-height:normal;
	  border-bottom:1px solid #666666;
	  
      }
    #tabs4 ul {
	  margin:0;
	  padding:10px 10px 0 20px;
	  list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:right;
      background:url("tableftE.gif") repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:left;
      display:block;
      background:url("tabrightE.gif") repeat right top;
      padding:5px 15px 4px 15px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:#CCCCCC;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      } 
	
	
	
	
#tabsE {
      float:right;
      width:100%;
      font-size:93%;
	  padding-bottom:2px;
	  border-bottom:1px solid #999999;
	  

      }
#tabsE ul {
	margin:0;
	padding:2px 0px 0 20px;
	list-style:none;
	
	
	margin-top:0.3em;
      }
#tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabsE a {
      float:right;
      background:url("tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-size:0.8em
      }
#tabsE a span {
      float:left;
      display:block;
      background:url("tabrightE.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span {float:none;}
    /* End IE5-Mac hack */
#tabsE a:hover span {
      color:#FFF;
      }
#tabsE a:hover {
      background-position:0% -42px;
      }
#tabsE a:hover span {
      background-position:100% -42px;
      }  
	
	
/*- Menu Tabs 6--------------------------- */

    #tabs6 {
      float:left;
      width:100%;
      font-size:73%;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabs6 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:right;
      background:url("tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }
	
	