/* CSS Document */

body {
	background-color: #666666;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.div_principal {
	width: 705px;
	background-color: #CCCCCC;
	border: 2px solid #E1E1E1;
	background-image: url(fondo_barra.gif);
	background-repeat:  repeat-y;
	background-position: right;

	}
.header {
	width:705px;
	height:37px;
	background-image: url(header.jpg);
	padding-top:167px;
}
.menu_sup {
	width:705px;
	height:13px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	text-transform: capitalize;
	padding-top:4px;
	padding-bottom:2px;
}
.imagen_int {
	width: 177px;
	text-align: right;
	padding-right: 18px;
	}
.autos_home {
	width: 195px;
	height: 268px;
	}

.contenido {
	width: 299px;
	padding: 8px;
	text-align: left;
	}
.contenido_int {
	width: 499px;
	padding: 5px;
	text-align: left;
	}
.texto_cont_int {
	width:440px;
	margin-left: 55px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}

.cuadro_titulo_cont {
	width:130px;
	padding: 2px;
	border: 1px solid #333333;	
	}
.cuadro_texto_cont {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	height: 20px;
	width: 110px;
	margin-left: 12px;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	}	
.titulos {
	font-size: 14px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 12px;
	}
.texto {
	font-size: 14px;
	color: #666666;
	text-align: center;
	font-weight: bold;
	}
.texto2 {
	font-size: 10px;
	color: #333333;
	text-align: center;
	}	
	
	
.footer_marcas {
	width:705px;
	height:80px;
	text-align: center;
	padding-top: 12px;
	background-image: url(fondo_barra.gif);
	background-repeat:  repeat-y;
	background-position: right;
	}
	
.menu_text {
	display: inline;
	color: #FFFFFF;
	padding-left:14px;
	padding-right:14px;
	padding-top:4px;
	padding-bottom:4px;
	text-align: center;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	text-transform: capitalize;
	text-decoration: none;
	}
.menu_text:link, .menu_tex a:visited {
	color:#FFFFFF;
	text-decoration: none;
	}

.menu_text:hover {
	background-color:#333333;
	color:#ffffff;
	text-decoration:none;
}

