
/*---DEFINICIONES PRINCIPALES--*/

body, html{
	background:#fff url(http://www.fileshtml.profesionalcar.com/www/profesionalcar/img/fondo.gif) top repeat-x;
	margin:0px;
}

#layout {
	width:972px;
	height:100%;
	
	margin-left:auto;
	margin-right:auto;
	padding:0px 10px 0px 10px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:1.6em;
	color:#333;
	background-color:none;
	font-weight:normal;
}


/*--DEFINICIONES BÁSICAS----------------------------------------*/
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6em;
	color:#333;
	background-color:inherit;
	font-weight:normal;
}
ul { list-style:square; font-size:12px;}
li {font-size:12px;}
a, a:link, a:visited {color:#333 /*negro*/; background-color:inherit;}
a:hover { color:#333 /*negro*/; background-color:inherit; text-decoration:underline; }
img{ border:none; padding:0px; margin:0px;}

.clear { clear:both; height:1px;}
.izq {float:left;}
.dch {float:right;}

.nofloat{float:none;}
.cursor { cursor:pointer;}

.destacado_naranja {color:#e66917; text-decoration:underline;} /*alkicar*/
.destacado_azul {color:#2a44b3; text-decoration:underline;} /*ecorecambios*/
.destacado_rojo {color:#e30303; text-decoration:underline;} /*pericialcar*/
.destacado_verde {color:#149225; text-decoration:underline;} /*autoresiduos*/


/*--HEADERS----------------------------------------------------*/

h1 { 
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial;	
	font-size:17px;
	font-weight:200;
	padding:10px 5px 5px 0px;
	margin:0px;
	line-height:1.5em;
}

/*--DIVS PRINCIPALES---------------------------------------------------------------------*/
#menu{
	width:950px;
	height:35px;
}
#menu img {float:right; margin-top:2px;}
#menu ul {display:inline; background-color:green;}
#menu ul li{ 
width:92px; 
height:22px; 
list-style:none; 
text-transform:uppercase;
font-size:10px;
color:white;
text-align:center;
float:right; 
margin:2px 8px 0px 0px;
padding:5px 0px 0px 0px;
background: black url(http://www.fileshtml.profesionalcar.com/www/profesionalcar/img/menu.jpg) center center no-repeat; 
}
#menu ul li a{ text-decoration:none; color:white;}
#menu ul li a:hover{ text-decoration:underline; color:white;}

#cabecera{ width:970px; height:130px;}
#cabecera img{ float:left; margin:10px 30px 0px 5px;}

.cuadros { width:242px; height:350px; float:left; padding-top:10px;}
.cuadros2 { width:242px; height:200px; float:left; padding-top:10px;}
.cuadros img{ padding:0px 0px 0px 0px; margin:5px auto 5px auto; text-align:center;}
.cuadros img.logos { padding-left:60px;}
.cuadros p{ padding:3px 15px 0px 15px; margin:0px; text-align:justify; line-height:1.8em;}

.ir, .ir2, .ir3 {width:138px; height:30px; padding:0px 0px 0px 0px; margin:0px 15px 0px 90px; float:left; background:white url(http://www.fileshtml.profesionalcar.com/www/profesionalcar/img/ir_borde.gif) center repeat-x;background-position: 0px 16px;  }
.ir2 {width:124px; margin-left:104px;}
.ir3 {width:97px; margin-left:131px;}
.ir img, .ir2 img, .ir3 img { float:right; padding-right:5px;}
.ir a, .ir2 a, .ir3 a {float:right; text-transform:uppercase; text-decoration:none; font-size:10px; color:#393939; padding-top:0px; margin-top:0px; }
.ir a:hover, .ir2 a:hover, .ir3 a:hover{ text-decoration:underline;}

#pie { margin:0px; text-align:center; background-color:#ccc; padding:3px 0px 3px 0px; border-top:2px solid #000; }
#pie ul  { display:inline; text-align:center; padding:0px; list-style:none; }
#pie ul li{  display:inline; list-style:none; padding:0px; font-size:10px; margin-top:0px;}
#pie ul li a{ text-decoration:none;   }
#pie ul li a:hover{ text-decoration:underline; }

.ir_pie {
width:151px; 
height:20px; 
padding:0px; 
margin:3px auto 0px auto; 
background:white url(http://www.fileshtml.profesionalcar.com/www/profesionalcar/img/ir_borde.gif) repeat-x;  
background-position: 0px 16px;
}
.ir_pie img { float:right; padding-right:5px;}
.ir_pie a {float:right; text-decoration:none;font-size:10px; color:#393939; padding-top:0px; margin-top:0px; color:#333; }
.ir_pie a:hover{ text-decoration:underline;}


