/* CSS Document */
html {
	width: 100%;
	height: 90%;
	margin: 0px;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF url(../images/bg.jpg) repeat-x top;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.pie:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.pie:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.pie:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.colores:link {
	color: #000000;
	text-decoration: none;
}
a.colores:visited {
	color: #000000;
	text-decoration: none;
}
a.colores:hover {
	color: #000000;
	text-decoration: none;
}

/* GENERAL */

#contenedor_gral {
	width: 698px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#panel_principal {
	width: 698px;
	min-height: 463px;
	height: auto !important;
	height: 463px;


	height: expression(this.scrollHeight < 464? "463px" : "auto" ); /* Hack para IE */
	overflow: hidden;
	margin-top: 15px;
}
#contenedor_pie {
	width: 698px;
	height: 45px;
	margin-top: 10px;
	background: url(../images/pie_bg.gif) no-repeat;
}
.datos_pie {
	width: 698px;
	padding-top: 8px;
	text-align: center;
	color: #003260;
}
.link_pie {
	padding-top: 3px;
	text-align: center;
}
.link_cerrar_ventana {
	height: 15px;
	text-align: right;
	padding-right: 4px;
}

a.link_cerrar_ventana:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.link_cerrar_ventana:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.link_cerrar_ventana:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* MODELOS */


#popup_contenedor {
	width: 698px;
	font: 12px Arial, Helvetica, sans-serif;
}
#popup_enc {
	width: 698px;
	height: 29px;
}
#popup_cuerpo {
	width: 658px;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	height: expression(this.scrollHeight < 371? "370px" : "auto" ); /* Hack para IE */
	overflow: hidden;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	background: #FFFFFF;
	padding-left: 19px;
	padding-right: 19px;
}

.popup_titulo {
	margin-bottom: 9px;
	padding-top: 12px;
	color: #0F6FA9;
	font-weight: bold;
	font-size: 18px;
}
.popup_contenido {
	padding-bottom: 17px;

}

.popup_introtxt {
	margin-bottom: 12px;
}
#popup_pie {
	width: 698px;
	height: 7px;
	background: url(../images/pie_panel_698.png) no-repeat;
}
.popup_googlemaps {
	padding-bottom: 5px;
}
/* COLORES */

#contenedor_autos {
	float: left;
	height: 260px;
	width: 370px;
}
#contenedor_colores {
	float: left;
	height: 240px;
	width: 180px;
	padding-top: 20px;
	padding-left: 60px;
}
#color_1 {
	display: block;
	padding-bottom: 5px;

}
#color_2 {
	display: block;
	padding-bottom: 5px;

}
#color_3 {
	display: block;
	padding-bottom: 5px;

}
#color_4 {
	display: block;
	padding-bottom: 5px;

}
#color_5 {
	display: block;
	padding-bottom: 5px;

}
#color_6 {
	display: block;
	padding-bottom: 5px;

}
#color_7 {
	display: block;
	padding-bottom: 5px;

}
#color_8 {
	display: block;
	padding-bottom: 5px;

}
#color_9 {
	display: block;
	padding-bottom: 5px;

}
#color_10 {
	display: block;
	padding-bottom: 5px;

}

#auto_1 {
	height: 260px;
	width: 370px;
	position: absolute;
}
#auto_2 {
	height: 260px;
	width: 370px;
	position: absolute;
	visibility: hidden;
}
#auto_3 {
	height: 260px;
	width: 370px;
	position: absolute;
	visibility: hidden;
}
#auto_4 {
	height: 260px;
	width: 370px;
	position: absolute;
	visibility: hidden;
}
#auto_5 {
	height: 260px;
	width: 370px;
	position: absolute;
	visibility: hidden;
}
#auto_6 {
	height: 260px;
	width: 370px;
	position: absolute;
	visibility: hidden;
}
#auto_7 {
	height: 260px;
	width: 370px;
	position: absolute;
	visibility: hidden;
}
#auto_8 {
	height: 260px;
	width: 370px;
	position: absolute;
	visibility: hidden;
}
#auto_9 {
	height: 260px;
	width: 370px;
	position: absolute;
	visibility: hidden;
}
#auto_10 {
	height: 260px;
	width: 370px;
	position: absolute;
	visibility: hidden;
}

/* VARIOS */

form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
.texto_bold {
	font-weight: bold;
}
.texto_bold_azul {
	font-weight: bold;
	color: #356AA0;
}
.nota_legal_precios {
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
}

