@charset "utf-8";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
	width: 100%;
}
#area_logo {
	font-family: Arial, Helvetica, sans-serif;
	height: 116px;
	background-image: url(../armazon/tile/top_tile_01.gif);
}
#area_contenido {
	height: 430px;
	background-image: url(../armazon/tile/contenido_tile_01.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 977px;
	margin-left: (100% - 930px)/2
}
#area_menu {
	height: 75px;
	background-image: url(../armazon/images/menu_area.gif);
	width: 100%;
}
#area_footer {
	height: 141px;
	background-image: url(../armazon/tile/footer_tile_01.gif);
}
#text_contenedor {
	background-image: url(../armazon/contenedor_de_texto.jpg);
	background-repeat: no-repeat;
	height: 430px;
	width: 456px;
	float: left;
}
#text_contenedor_vacio {
	background-repeat: no-repeat;
	height: 430px;
	width: 456px;
	float: left;
	background-image: url(../armazon/contenedor_de_texto_vacio.jpg);
}

#imagen_vehiculo {
	float: left;
	height: 430px;
	width: 521px;
	background-image: url(../armazon/vehiculo.jpg);
}
#tabla_contendedor {
	background-image: url(../armazon/tile/contenido_tile_01.gif);
	background-repeat: repeat-x;
}
.footer_elemento {
	margin-top: 15px;
	margin-right: 18px;
	margin-bottom: 15px;
	margin-left: 17px;
	height: 111px;
	width: 264px;
	background-repeat: no-repeat;
}
.footer_contenedor_txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top: 73px;
}
.footer_contenedor_txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
