/* CSS Document for the HINO Motors Mexico website
Created by Emmanuel Ordóñez Angulo for e:de
www.e-de.com.mx */

body {
	background:url(../img/bgencabezado.jpg) repeat-x top #FFFFFF;
	color:#212121;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#contenedor {
	width:770px;
	min-height:580px;
	margin:auto;
	position:relative;
}
#encabezado {
	width:770px;
	height:60px;
	background-image:url(../img/encabezado.jpg);
}
#linklogo a {
	width:200px;
	height:60px;
	display:block;
}
#menu {
	width:770px;
	height:30px;
	text-align:center;
	margin-bottom:10px;
}
#principal {
	width:770px;
	min-height:300px;
	background:url(../img/principal-bg.gif) repeat-y #9D9FA1;
	line-height:17px;
}
#principal #izq img {
	margin:5px;
	border:#CCCCCC 1px solid;
}
#principal ul li {
	margin:2px 0 0 15px;
	list-style:url(../img/flechablanca.gif);
}
#principal-top {
	width:770px;
	height:14px;
	background:url(../img/principal-top.gif) #9D9FA1;
}
#principal-bottom {
	width:770px;
	height:14px;
	background:url(../img/principal-bottom.gif) #9D9FA1;
}
#principal #izq {
	float:left;
	width:360px;
	padding:10px 0 10px 10px;
}
#principal #izq img a {
	margin:5px;
	border:#CCCCCC 1px solid;
}
#principal #der img {
	border:none;
}
#principal #der {
	float:right;
	width:360px;
	margin-right:4px;
	padding:10px;
}
/* Lay Cotizador Exprés */
#principal #izqc {
	float:left;
	width:530px;
	margin:10px 0 0 10px;
}
#izqcot {
	width:510px;
	padding:8px 10px 10px 10px;
	margin-top:5px;
	background:url(../img/bgizqcot.gif) repeat-y;
}
#izqcot img a {
	margin:5px;
	border:#CCCCCC 1px solid;
}
#izqcotbottom {
	width:530px;
	height:15px;
	background:url(../img/bottomizqcot.gif);
}
#principal #dercot img {
	border:none;
}
#principal #dercot {
	float:right;
	width:190px;
	margin-right:4px;
	padding:10px;
	margin-top:30px;
	font-size:10px;
	color:#FFFFFF;
}
.subttl {
	margin:25px 0 -1px 30px;
}
.precio {
	font-size:14px;
	color:#333333;
	padding:5px;
	background:#FFFFFF;
	display:block;
}
/* Lay Cotizador Exprés */

/*Lay Noticias*/

.noticiaimg {
	float:left;
	width:210px;
	margin-top:12px;
}
.noticia {	
	float:right;
	width:70%;
}
/*Lay Noticias*/

#principal #der img {
	margin-bottom:10px;
}
#bottom {
	width:770px;
	height:130px;
	padding-top:10px;
	margin-top:10px;
	background:#C1C1C1 url(../img/bottom-top.gif) top repeat-x;
}
#bottom-izq {
	
	float:left;
}
#bottom-med {
	
}
#bottom-der {
	
	float:right;
}
#pie {
	width:770px;
	height:40px;
	margin:auto;
	margin-top:10px;
	font-size:10px;
	color:#666666;
}
#pie #izq {
	width:120px;
	float:left;
}
#pie #med {
	width:340px;
	margin-left:285px;
	text-align:center;
}
#pie #der {
	width:120px;
	float:right;
	text-align:right;
}
#pie a {
	color:#666666
}
#pie a:link, a:visited {
	text-decoration:none
}
#pie a:hover, a:visited:hover {
	text-decoration:underline
}
.input {
	width:180px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:1px;
}
.highlight {
	color:#FFFFFF;
}
.row1 {
	padding:5px;
	background-color:#C3C3C3;
}
.row2 {
	padding:5px;
	background-color:#EBEBEB;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

.clearfix .izq {
	float:left;
	width:48%;
}
.clearfix .der {
	float:right;
	width:48%;
}

h1 {
	background:url(../img/flecha-h1.gif) left no-repeat #FFFFFF;
	color:#333333;
	padding:5px 5px 5px 10px;
	font-family:Helvetica, sans-serif;
	font-size:17px;
	letter-spacing:1px;
}
h2 {
	color:#FFFFFF;
	font-size:14px;
	margin:10px 0 5px 0;
	letter-spacing:1px;
}
a:link, a:visited {
	color:#CCCCCC;
}
a:hover, a:visited:hover {
	color:#FFFFFF;
}
p {
	margin-top:6px;
}