@charset "utf-8";

html,body{
	margin:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003f8b;
	font-size:11px;
	text-align:justify;
	
}

#main {
	width:998px;
	margin:auto;
	
	height:100%;
	background:url(images/bg_main.gif) no-repeat;
	background-position:615px 173px ;

}
#header{
	display:block;
	
}

.boxes{
	margin-left:180px;
}

#linea_450{
	height:3px;
	width:450px;
	background-image:url(images/linea_bg.gif);
	margin-bottom:7px;
}
#linea_100{
margin-top:3px;
	height:3px;
	width:100%;
	background-image:url(images/linea_bg.gif);
	float:left;
}
#linea_323{
	margin-top:3px;
	height:3px;
	width:323;
	background-image:url(images/linea_bg.gif);
}

#automotive{
	margin-right:10px;	
}
.float_left{float:left; width:334px;}
.float_right{float:right; width:405px;
line-height:18px;}

.float_left2{float:left; width:50%;}
.float_right2{float:right; width:50%;}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#003f8b;
	text-transform:uppercase;
	margin-top:22px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003f8b;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#003f8b;
}










