/* CSS Document */
html {
	width: 100%;
	height: 100%;
	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.blanco:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.blanco:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.blanco:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.creditos:link {
	color: #294391;
	text-decoration: none;
}
a.creditos:visited {
	color: #294391;
	text-decoration: none;
}
a.creditos:hover {
	color: #294391;
	text-decoration: underline;
}

/* GENERAL */

#contenedor_gral {
	width: 934px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#panel_principal {
	width: 934px;
	min-height: 463px;
	height: auto !important;
	height: 463px;
	height: expression(this.scrollHeight < 464? "463px" : "auto" ); /* Hack para IE */
	overflow: hidden;
}
#contenedor_encabezado {
	width: 934px;
	height: 80px;
	margin-bottom: 10px;
}
.logo_encabezado {
	padding-left: 12px;
	padding-top: 8px;
	
}
#contenedor_menu {
	width: 924px;
	height: 30px;
	background: url(../images/menu_bg.png) no-repeat;
	padding-left: 10px;
	z-index: 100;
}
#contenedor_index_sucursales {
	width: 934px;
	height: 204px;
	margin-top: 10px;
}
#index_sucursales_col_1 {
	width: 452px;
	height: 169px;
	float: left;
	background: url(../images/panel_suc_1.png) no-repeat;
	padding-top: 35px;
	padding-right: 10px;
}
#index_sucursales_col_2 {
	width: 452px;
	height: 169px;
	float: right;
	background: url(../images/panel_suc_2.png) no-repeat;
	padding-top: 35px;
	padding-right: 10px;
}
.contenedor_elementos_sucursal {
	width: 216px;
	float: left;
	padding-left: 10px;
}
.sucursales_foto_local {
	width: 216px;
	height: 85px;
}
.sucursales_datos {
	font-size: 12px;
	padding-bottom: 4px;
}
.link_ubicacion_geografica {
	font-size: 11px;
}
.boton_contacto {
	padding-top: 4px;
}
#contendor_banners_index_linea_1 {
	width: 934px;
	height: 110px;
	margin-top: 10px;
}
#contendor_banners_index_linea_2 {
	width: 934px;
	height: 110px;
	margin-top: 10px;
}
.banner_index_462_1 {
	width: 462px;
	height: 110px;
	float: left;
}
.banner_index_226_1_1 {
	width: 226px;
	height: 110px;
	float: left;
	margin-left: 10px;
}
.banner_index_226_1_2 {
	width: 226px;
	height: 110px;
	float: left;
	margin-left: 10px;
}
.banner_index_226_2_1 {
	width: 226px;
	height: 82px;
	float: left;
	background: url(../images/banner226_ve.jpg) no-repeat;
	padding-top: 28px;
}
.banner_index_226_2_2 {
	width: 226px;
	height: 82px;
	float: left;
	margin-left: 10px;
	background: url(../images/banner226_st.jpg) no-repeat;
	padding-top: 28px;
}
.banner_index_226_2_3 {
	width: 226px;
	height: 82px;
	float: left;
	margin-left: 10px;
	background: url(../images/banner226_re.jpg) no-repeat;
	padding-top: 28px;
}
.banner_index_226_2_4 {
	width: 226px;
	height: 82px;
	float: left;
	margin-left: 10px;
	background: url(../images/banner226_po.jpg) no-repeat;
	padding-top: 28px;
}
.banner_index_226_texto {
	padding-left: 10px;
	padding-top: 5px;
	
}
.banner_index_links_secciones {
	padding-top: 7px;
}
#contenedor_pie {
	width: 934px;
	height: 45px;
	margin-top: 10px;
	background: url(../images/pie_bg.gif) no-repeat;
}
.datos_pie {
	width: 934px;
	padding-top: 8px;
	text-align: center;
	color: #003260;
}
.creditos {
	width: 934px;
	height: 17px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 7px;
}



/* ESTILOS SECCIONES */

#general_contenedor_columnas {
	width: 934px;
	min-height: 263px;
	height: auto !important;
	height: 263px;

	height: expression(this.scrollHeight < 264? "263px" : "auto" ); /* Hack para IE */
	overflow: hidden;
	margin-top: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}
#general_contenedor_columna_1 {
	width: 698px;
	float: left;
}
#general_enc_columna_1 {
	width: 698px;
	height: 29px;
}
#general_cuerpo_columna_1 {
	width: 667px;
	min-height: 263px;
	height: auto !important;
	height: 263px;
	height: expression(this.scrollHeight < 264? "263px" : "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-top: 12px;
	padding-right: 10px;
}
#planovalo_cuerpo_columna_1 {
	width: 667px;
	min-height: 63px;
	height: auto !important;
	height: 63px;
	height: expression(this.scrollHeight < 64? "63px" : "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-top: 12px;
	padding-right: 10px;
}
.general_titulo_columna_1 {
	height: 19px;
	margin-bottom: 9px;
}
.general_introtxt_columna_1 {
	margin-bottom: 12px;
}
#general_pie_columna_1 {
	width: 698px;
	height: 7px;
	background: url(../images/pie_panel_698.png) no-repeat;
}
#general_contenedor_columna_2 {
	width: 226px;
	float: right;
}
#general_contenedor_masinfo {
	width: 226px;
}
#general_enc_masinfo {
	width: 226px;
	height: 29px;
}
#general_cuerpo_masinfo {
	width: 206px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	height: expression(this.scrollHeight < 121? "120px" : "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-top: 6px;
	padding-left: 9px;
	padding-right: 9px;
}
#general_pie_masinfo {
	width: 226px;
	height: 7px;
	background: url(../images/pie_panel_226.png) no-repeat;
}
.foto_sucursal_seccion_contacto {
	
}
.general_imagen_ppal {
	width: 698px;
	height: 75px;
}
#novedades_contenedor_video {
	width: 226px;
	margin-top: 0px !important;
	*margin-top: 0px;
}
#novedades_cuerpo_video {
	width: 215px;
	height: 193px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	background: #FFFFFF;
	padding-top: 9px;
	padding-left: 9px;
}
.novedades_contenedor_detalle {
	height: 130px;
}
.novedades_imagen_detalle {
	width: 155px;
	height: 110px;
	float: left;
}
.novedades_txt_detalle {
	width: 490px;
	float: left;
	padding-left: 10px;
}
.novedades_fuente_notas {
	font-size: 10px;
	color: #999999;
}




/* PLAN OVALO */

#contenedor_banners_planovalo {
	width: 696px;
	height: 290px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}
#planovalo_banner_ka {
	width: 162px;
	height: 281px;
	float: left;
	margin-right: 9px;
	background: url(../images/banner_po_ka.jpg) no-repeat;
	margin-left: 10px;
}
#planovalo_banner_fiesta {
	width: 162px;
	height: 281px;
	float: left;
	margin-right: 9px;
	background: url(../images/banner_po_fiesta.jpg) no-repeat;
}
#planovalo_banner_ecosport {
	width: 162px;
	height: 281px;
	float: left;
	margin-right: 9px;
	background: url(../images/banner_po_ecosport.jpg) no-repeat;
}
#planovalo_banner_ranger {
	width: 162px;
	height: 281px;
	float: left;
	margin-right: 8px;
	background: url(../images/banner_po_ranger.jpg) no-repeat;
}
.planovalo_links_popups {
	padding-top: 55px;
	text-align: center;
}
.planovalo_link_legales {
	width: 676px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	height: 15px;
	padding-top: 7px;
}


/* LANDING PAGE FORD KA */

#contenedor_banner_promo_ka {
	width: 658px;
	height: 281px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	padding-left: 19px;
	padding-right: 19px;
}



/* MODELOS */


#modelos_contenedor_columnas {
	width: 934px;
	min-height: 263px;
	height: auto !important;
	height: 263px;
	height: expression(this.scrollHeight < 264? "263px" : "auto" ); /* Hack para IE */
	overflow: hidden;
	margin-top: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}
#modelos_contenedor_columna_1 {
	width: 698px;
	float: left;
}
#modelos_enc_columna_1 {
	width: 698px;
	height: 29px;
}
.modelos_imagen_ppal {
	width: 698px;
	height: 169px;
}
#modelos_cuerpo_columna_1 {
	width: 667px;
	height: 265px;
	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: 10px;
}

.modelos_titulo_columna_1 {
	height: 19px;
	margin-bottom: 9px;
}
.modelos_introtxt_columna_1 {
	margin-bottom: 12px;
}
.modelos_contenedor_detalle {
	height: 90px;
}
.modelos_imagen_detalle {
	width: 155px;
	height: 78px;
	float: left;
}
.modelos_txt_detalle {
	width: 490px;
	height: 78px;
	float: left;
	padding-left: 10px;
}

#modelos_pie_columna_1 {
	width: 698px;
	height: 7px;
	background: url(../images/pie_panel_698.png) no-repeat;
}

#modelos_contenedor_columna_2 {
	width: 226px;
	float: right;
}

#modelos_contenedor_masinfo {
	width: 226px;
}
#modelos_enc_masinfo {
	width: 226px;
	height: 29px;
}
#modelos_cuerpo_masinfo {
	width: 224px;
	height: 120px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	background: #FFFFFF;
	padding-top: 4px;
}

/* MENU MAS INFO MODELOS */
#modelos_menu_masinfo {
	font-size: 12px;
	font-weight: bold;
}
#modelos_menu_masinfo ul, li {
	list-style-type: none;
}
#modelos_menu_masinfo ul {
	margin: 0;
	padding: 0;
}
#modelos_menu_masinfo li {
	
}
#modelos_menu_masinfo a {
	text-decoration: none;
	color: #003260;
	display: block;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 9px;
	height: 15px;
}
#modelos_menu_masinfo a:hover {
	color: #0E6EA8;
	text-decoration: underline;
}
/* FIN MENU MAS INFO MODELOS */

#modelos_pie_masinfo {
	width: 226px;
	height: 7px;
	background: url(../images/pie_panel_226.png) no-repeat;
}

#modelos_contenedor_video {
	width: 226px;
	margin-top: 10px !important;
	*margin-top: 0px;
}
#modelos_enc_video {
	width: 226px;
	height: 29px;
}
#modelos_cuerpo_video {
	width: 215px;
	height: 174px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	background: #FFFFFF;
	padding-top: 9px;
	padding-left: 9px;
}
.modelos_video {
	width: 206px;
	height: 171px;
	background: #000000;
}
#modelos_pie_video {
	width: 226px;
	height: 7px;
	background: url(../images/pie_panel_226.png) no-repeat;
}

#modelos_contenedor_compartir {
	width: 226px;
	margin-top: 10px !important;
	*margin-top: 0px;
}
#modelos_enc_compartir {
	width: 226px;
	height: 29px;
}
#modelos_cuerpo_compartir {
	width: 224px;
	height: 35px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	background: #FFFFFF;
}
.modelos_links_compartir {
	padding-top: 14px;
	padding-left: 9px;
}
#modelos_pie_compartir {
	width: 226px;
	height: 7px;
	background: url(../images/pie_panel_226.png) no-repeat;
}




/* Landing page Plan Ovalo */

#modelos_contenedor_form_planovalo {
	width: 226px;

	*margin-top: 0px;
}
#modelos_enc_form_planovalo {
	width: 226px;
	height: 29px;
}
#modelos_cuerpo_form_planovalo {
	width: 224px;
	height: 35px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	background: #FFFFFF;
}
#modelos_pie_form_planovalo {
	width: 226px;
	height: 7px;
	background: url(../images/pie_panel_226.png) no-repeat;
}
.ayuda_form {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.grupo_label_input {
	margin-bottom: 10px;
}
#landing_planovalo_txt_cierre {
	width: 667px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	background: #FFFFFF;
	padding-left: 19px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#landing_planovalo_cuerpo_form {
	width: 206px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	background: #FFFFFF;
	padding-top: 6px;
	padding-left: 9px;
	padding-right: 9px;
	height: 416px;
}
.landing_planovalo_formulario_datos {
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 9px;
}


/* Landing page Ventas Convencionales */

#modelos_contenedor_form_landingvtasconv {
	width: 226px;

	*margin-top: 0px;
}
#modelos_enc_form_landingvtasconv {
	width: 226px;
	height: 29px;
}
#modelos_cuerpo_form_landingvtasconv {
	width: 224px;
	height: 35px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	background: #FFFFFF;
}
#modelos_pie_form_landingvtasconv {
	width: 226px;
	height: 7px;
	background: url(../images/pie_panel_226.png) no-repeat;
}
.ayuda_form {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.grupo_label_input {
	margin-bottom: 10px;
}
#landing_landingvtasconv_txt_cierre {
	width: 667px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	background: #FFFFFF;
	padding-left: 19px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#landing_landingvtasconv_cuerpo_form {
	width: 206px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	background: #FFFFFF;
	padding-top: 6px;
	padding-left: 9px;
	padding-right: 9px;
	height: 428px;
}
.landing_landingvtasconv_formulario_datos {
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 9px;
}






/* PIE SUCURSALES */

#modelos_contenedor_pie_contacto {
	width: 934px;
	height: 96px;
	margin-top: 10px !important;
	font-size: 12px;
	*margin-top: 0px;
}
#modelos_contenedor_pie_contacto_capital {
	width: 462px;
	height: 96px;
	float: left;
}
#modelos_contenedor_pie_contacto_provincia {
	width: 462px;
	height: 96px;
	float: right;
}
.modelos_contenedor_pie_contacto_enc {
	width: 462px;
	height: 29px;
}
.modelos_contenedor_pie_contacto_cuerpo {
	width: 451px;
	height: 57px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	padding-left: 9px;
	padding-top: 3px;
}
.modelos_contenedor_pie_contacto_cuerpo_col_1 {
	width: 216px;
	height: 57px;
	margin-right: 10px;
	float: left;
}
.modelos_contenedor_pie_contacto_cuerpo_col_2 {
	width: 216px;
	height: 57px;
	float: left;
}
.modelos_contenedor_pie_contacto_boton {
	padding-top: 4px;

}
.modelos_contenedor_pie_contacto_pie {
	width: 462px;
	height: 7px;
	background: url(../images/pie_panel_462.png) no-repeat;
}

/* FIN PIE SUCURSALES */


/* VARIOS */

img {
	border: 0;
}
.texto_bold {
	font-weight: bold;
}
.texto_bold_azul {
	font-weight: bold;
	color: #356AA0;
}
form {
	margin: 0px;
	padding: 0px;
}

/* Menu de navegación */

ul#nav {
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	clear: both;
}
ul#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
}
ul#nav li {
	float: left;
	display: block;
	padding: 0;
}
ul#nav li a {
	padding: 0 12px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
ul#nav li a:hover {
	color: #D5EBF6;
}
 
ul#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	text-align: left;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	margin-left: 0%;
}

ul#nav li li {
	margin: 0;
	padding: 0;
	float: left;
}
ul#nav li li  a {
	background-color: #003260;
	padding: 6px;
	border-bottom: 1px solid #7B9EC3;
	width: 150px;
	display: block;
	color: #FFFFFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul#nav li li a:hover {
	color: #FFFFFF;
	background-color: #126598;
}
ul#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* FIN - Menu de navegación */
