@charset "utf-8";
/* CSS Document */
body {

	background:#666 url(../img/bg.jpg) fixed TOP no-repeat;
	margin-top:0; 
}

#header {
	width:760px; height:230px;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	float:left;
	text-align:right;
}

#botonera {
	width:600px;
	margin-top:10px;
	margin-left:12px;
	float:left;
}

	*html #botonera {
		margin-left:5px;
		margin-top:175px;
	}

#principal {
	
	margin:0 auto 0 auto; width:760px;
}


/* cuerpo del html */

#cuerpo {
	width:760px; height:400px;
	background-image:url(../img/bg_cuerpo.jpg);
	float:left;
}

#contenido {
	width:720px; height:380px;
	font:10pt/16pt Tahoma, Verdana, Arial, Helvetica, sans-serif, TagsXtreme2, "Trebuchet MS";
	text-align:left;
	color:#666;
	background-color:#fff;
	margin:10px 20px 10px 20px;
}



#contenido h1 {
	margin:20px 0 15px 25px;
	color:#01478C;
	font-size:12pt;
}


#contenido p {
	/*top left bottom rigth */
	margin:5px 0 15px 25px;
	float:left;
}

#contenido p span.autopart {
	color:#01478C;
	border-bottom:1px dashed #0066CC;
}

#contenido p.cita {
	width:340px;
	background:url(../img/cita.jpg) no-repeat left top;
	margin:0 10px 0 30px;
	padding:10px 0 0 35px;
	font-style:italic;
	line-height:20px;
}

	*html #contenido p.cita {
		margin-left:25px;
	}


/* clases para vinculos */

a {
	color:#CC3300;  
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.link {
	color:#000;
	text-decoration:none;
}
	

#contenido .floatbar {
	width:240px;
	text-align:center;
	float:left;
	margin:10px 0 0 20px;
	height:100%;
	margin:auto;
}

#contenido .texto {
	width:430px;
	text-align: left;
	float:left;
	margin:10px 0 0 20px;
	height:100%;
	margin:auto;
}
#contenido .floatbar_clientes {
	width:270px;
	text-align:center;
	float:left;
	margin:60px 0 0 20px;
	height:100%;
	margin:auto;
}

#contenido .texto_clientes {
	width:420px;
	height:350px;
	text-align: left;
	overflow:auto;
	float:left;
	margin:10px 0 0 20px;
	margin:auto;
}
#contenido .texto_clientes p {
	
	margin:5px 0 5px 40px;
	float: none;
}

#footer {
	width:760px; height:64px;
	background-color:#4F4F4F;
	background-image:url(../img/footer.jpg);
	text-align:left;
	float:left;
}

	*html #footer {
		float:none;
	}


#footer p {
		color:#ccc; 
		font:8pt Tahoma, Verdana, Arial, Helvetica, sans-serif,  "Trebuchet MS";
		padding-left:25px;
		line-height:90%;
}

#firma_infinito {
	width:750px; height:28px;
	padding-top:12px 10px 0 0;
	text-align:right;
}

	#firma_infinito a {
		border:0px;
	}
	


a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

.lala {
	float:right;
}

*html .lala {
	margin-bottom:-200px;
}

