/* DEFAULT  ------------------------------------------------------------------*/
*				{ margin: 0; padding: 0; }
html            { height: 100%; }
body			{ font-family: Arial, Verdana, Helvetica, Tahoma; font-size: 11px; background: #eeeeee; color: #000; }
img				{ border: 0; -ms-interpolation-mode: bicubic; }
ul 				{ list-style: none; }
table			{ border-spacing: 0; border-collapse: collapse; border: none; }
td, th			{ vertical-align: top; text-align: left; }
a       		{ text-decoration: none; outline: 0; color: #fff; font-weight: bold; }
a:hover    		{ text-decoration: underline; }
h2              { font-size: 14px; }
input,button,textarea { font-family: Arial, Verdana, Helvetica, Tahoma; font-size: 11px; padding: 2px; }
input,textarea  { background:#fff; color:#000; border: none; padding:5px 2px; }
button,a.button { border: 1px solid #fff; background: #ECE9D8; font-weight: bold; color: #2F2F2F; }
a.button 		{ padding: 2px 4px; }
a.button:hover 	{ text-decoration: none; }
button          { cursor: pointer; }
p.error         { color: #af0000; text-align: center; }
img.w10 { padding: 10px; background: #fff; }
img.w3 { padding: 3px; background: #fff; }

p.back { text-align: right; margin-top: 5px; }

input.error, textarea.error { border: 1px solid #AF0000; /*background-image: url(/css/form_background_error.gif); background-position: right center; background-repeat: no-repeat;*/ }

button.normal { font-size: 12px; font-weight: bold; color: #202020; background: #979797; border: 1px solid #fff; padding: 1px 35px; #padding: 1px 20px; _padding: 1px 20px; }

/* LOGIN MODAL */
.login_show {cursor: pointer; }
.login_box_background { background-color: #000; position: absolute; opacity: 0.7; filter:alpha(opacity=70); z-index: 50; top: 0px; left: 0px; }


/* POPUP */
#TB_ajaxContent { background: #363636 url(/css/body_bg.png) repeat-x scroll left top; }

/* BODY ***********************************************************************/
table.body_container { width: 768px; margin: 0 auto; }
table.body_container td.separador { height: 19px; }

#body_bg { padding: 15px 0; background: #fff; width: 800px; margin: auto; }

/* HEADER *********************************************************************/
#header { background: url(/css/header_bg.jpg) no-repeat top left; height: 163px; vertical-align: bottom; }
#header div.langs { height: 48px; }
#header div.langs ul { float: right; margin-right: 5px; margin-top: 5px; }
#header div.menu { height: 33px; /*padding: 5px 10px;*/ position: relative; z-index: 10; }
#header div.menu a,
#header div.menu span { font-size: 11px; line-height: 34px; margin-right: 50px; }
#header div.menu span { font-weight: bold; font-weight: 14px; }
#header div.menu a:hover { text-decoration: none; }
#header div.menu a.selected { color: #FCFF00; }
#header div.menu div.m_left { float: left; margin-left: 15px; }
#header div.menu div.m_right { float: right; }
#corver_logo { width: 165px; height:110px; }
#header #concesionarios_box { position: absolute; background: url('/css/top_menu_bg.gif') #000; top: 30px; left: 414px; display: none; }
#header #concesionarios_box a { color: #cdcdcd; margin: 0 10px 0 10px; }
#header #concesionarios_box span { color: #cdcdcd; font-weight: bold; margin: 0; }

#logo { position: relative; }
#logo a { position: absolute; left: 10px; top: -120px; }

/* LEFT MENU ******************************************************************/
#left_menu { width: 200px; font-weight: bold; color: #fff; }
#left_menu h1 { font-size: 11px; color: #000; }
#left_menu h2 { background: url('/css/left_menu_bg.jpg'); padding: 4px 15px 4px 9px; margin-top: 6px; font-size: 11px; text-align: right; }
#left_menu h2 img { float: left; line-height: 40px; }
#left_menu h2 a { display: block; overflow: hidden; height: 40px; line-height: 40px; }
#left_menu li { background: #e1e1e1; margin: 2px 3px 0 3px; font-family: Verdana; font-size: 10px; }
#left_menu li:first-child { margin-top: 4px; }
#left_menu li.selected { background: none; }
#left_menu li.selected a { color: #e02c2f; font-weight: bold; background: #e1e1e1; }
#left_menu li a { color: #000; font-weight: bold; display: block; padding: 3px 10px; }
#left_menu ul { margin-bottom: 40px; }
#left_menu ul.level2 { margin: 0; }
#left_menu ul.level2 li { margin-right: 13px; margin-left: 13px; background: #fff; }
#left_menu ul.level2 li a { background: #fff; color: #000000; }
#left_menu ul.level2 li.selected { background: url('/css/menu_l2_selected.gif') no-repeat left center #fff; }
#left_menu ul.level2 li.selected a { background: none; color: #e02c2f; }

/*
#left_menu ul.level2 li a { background-color: #898989; font-weight: normal; color: #fff; }
#left_menu ul.level2 li.selected a { background-color: #fcff00; color: #505050; font-weight: bold; }
#left_menu ul.level2 li.last { margin-bottom: 3px; }
#left_menu ul.level2 li.selected { background-color: #fcff00; }
*/

#left_menu div.small_box { margin-top: 4px; background: url(/css/menu_small_box.jpg) no-repeat 0 0; height: 97px; text-align: center; }

/* login box */
#left_menu div.user_box { margin-top: 50px; position: relative; z-index: 51; background: #fff; }
#left_menu div.user_box.show { padding: 5px; }
#left_menu div.user_box h1 { color: #fff; padding: 6px 6px 6px 12px; background: url('/css/lock.gif') right center no-repeat #666666; }
#left_menu div.user_box h1:hover { text-decoration: underline; }
#left_menu div.user_box form { padding: 10px; background: url('/css/login_bg.gif') #fff; margin-top: 3px; }
#left_menu div.user_box table td {vertical-align:middle;}
#left_menu div.user_box input { width: 157px; background: url('/css/login_input.gif') top left no-repeat; font-weight: bold; color: #7f7f7f; padding-left: 10px; }
#left_menu div.user_box p { margin: 0 0 6px 0; }
#left_menu div.user_box a.login_close { cursor: pointer; margin-right: 15px; font-size: 8px; color: #000; }
#left_menu div.user_box button { padding: 0 0 4px 0; margin-top: 3px; background: url('/css/login_button.gif') no-repeat top left; width: 110px; height: 18px; border: none; color: #fff; font-weight: bold; }
#left_menu div.user_box h2 a { height: 20px; line-height: 20px; text-align: left; }

/* CONTENT ********************************************************************/
#content { width: 550px; margin-left: 18px; margin-top: 20px; }

img.title { display: block; }
div.box { background: url('/css/box_bg.gif'); border: 1px solid #dbdbdb; overflow: hidden; }
div.box_text { padding: 10px 15px 20px 15px; text-align: justify; overflow: hidden; }
div.title { padding: 30px 0 0 15px; overflow: hidden; position: relative; }
div.title h3 { font-size: 14px; color: #000; }
div.title div.bars { background: url('/css/title_bg.gif') repeat-x; height: 3px; position: absolute; width: 425px; right: 0; top: 47px; }
div.title div.bars.empresa { width: 425px; }
div.title div.bars.noticias { width: 425px; }
div.title div.bars.puntos_venta { width: 330px; }
div.title div.bars.contactar { width: 400px; }
div.title div.bar_productos { background: url('/css/productos_ba.gif') no-repeat; overflow: hidden; padding: 14px 0 0 10px; margin-right: 20px; }
div.bars.contactar2 { background: url('/css/title_bg.gif') repeat-x; height: 3px; width: 400px; margin-bottom: 10px; }
h1.img { font-family: "Arial Black"; font-size: 20px; padding: 1px 0; font-weight: bold; color: #be000e; float: left; position: relative; z-index: 1; }
h1.img span { font-style: italic; }
h1.img span.lower { font-size: 14px; font-weight: normal; }
h1.img span.current { font-size: 16px; }

/* HOME */
div.home_box { border: 1px solid #a5a5a5; }
div.flash embed { border-top: 1px solid #ccc; }
div.banners { overflow: hidden; margin-top: 15px; }
div.banner1 { float: left; }
div.banner2 { float: right; }

/* EMPRESA */
#content div.home div.intro { }
#content div.home div.nuestras_marcas div.title { background-color: #8C0000; color: #fff; }
div.text_left, div.text_right { width: 253px; }
div.text_left { float: left; overflow: hiddden; }
div.text_right { float: right; overflow: hiddden; }

/* NUESTRAS MARCAS */
#content div.nuestras_marcas { padding: 9px; background-color: #414141; }
#content div.nuestras_marcas div.lm_box { width: 133px; height: 116px; text-align: center; }
#content div.nuestras_marcas div.lm_box a { width: 133px; height: 116px; display: block; }
#content div.nuestras_marcas div.lm_box a:hover { text-decoration: none; }
#content div.nuestras_marcas div.lm_box img { vertical-align: middle; }
#content div.nuestras_marcas div.lm1 { background-color: #666; }
#content div.nuestras_marcas div.lm0 { background-color: #333; width: 134px; }

/* STRIPPED BOX */
#content div.strp_box { margin-top: 15px; width: 100%; background: url(/css/strips_bg.jpg) repeat 0 0; }
#content div.strp_box div.main { padding: 15px; }
#content div.strp_box h1 { font-size: 24px; font-weight: bold; font-style: italic; margin-bottom: 15px; }
#content div.strp_box h1.small { font-size: 18px; }
#content div.strp_box h1 span { font-weight: normal; }
#content div.strp_box h1 span.producto { font-size: 14px; }
#content div.strp_box h2 { font-size: 12px; font-weight: bold; }
#content div.strp_box div.left { float: left; }
#content div.strp_box div.right { float: right; width: 248px; text-align: justify; }
#content div.strp_box div.foot { clear: both; text-align: right; padding-top: 30px; }
#content div.strp_box p.remark { background: #3b3b3b; font-size: 12px; font-weight: bold; padding: 5px 10px; }
/* breadumbs */
#content div.strp_box div.bc { background: #6b6b6b; font-weight: bold; padding: 4px 7px; }
#content div.strp_box div.bc span { color: #fcff00; }

/* PRODUCTOS */
div.list_line { overflow: hidden; margin-bottom: 20px; }

/* PRODUCTO SMALL */
div.producto_small { float: left; margin-right: 15px; cursor: pointer; width: 162px; }
div.producto_small a:hover { text-decoration: none; }
div.producto_small table { height: 169px; width: 162px; }
div.producto_small table td { vertical-align: middle; text-align: center; }
div.producto_small.end_line { margin-right: 0; }
div.producto_small.empty { cursor: default; }
div.producto_small img.main { border: 1px solid #cfcfcf; }
div.producto_small p { color: #000; font-weight: bold; text-align: left; }

/* PRODUCTO FICHA */
#ficha_producto h1.img { float: none; margin-bottom: 10px; }
#ficha_producto div.info { background: url("/css/r0_bg.gif"); border: 1px solid #CCCCCC; width: 314px; float: right; padding: 20px 15px; color: #686868; }
#ficha_producto div.info h2 { font-size: 12px; color: #BE000E; text-decoration: underline; }
#ficha_producto div.download { margin: 30px 0 15px 0 }
#ficha_producto div.download a.down { display: block; font-size: 12px; background: url(/images/pdf.gif) no-repeat left center; padding: 10px 0 10px 40px; color: #000; }
#ficha_producto div.download p.info { color: #686868; font-size: 9px; margin: 10px 0 15px 0; }

/* CART ***********************************************************************/
#order div.container { background: transparent url(/css/strips_bg.jpg) repeat scroll 0 0; padding: 5px; }
#order div.no_products { padding: 10px; }
#order div.siguiente { text-align: right; margin-top: 5px; }
#order table.list { margin: 5px 0; width: 543px; font-size: 10px; color: #fff; }
#order table.list tr.not_available { background-color: #EFD1D1; }
#order table.list th, #order table.list td { padding: 3px; text-align: center; vertical-align: middle; }
#order table.list th.first, #order table.list td.first { text-align: left !important; }
#order table.list th { background-color: #6B6B6B; font-weight: bold; }
#order table.list thead th { border-bottom: 3px solid #8F8F8F; font-weight: bold; }
#order table.list td { border-bottom: 1px solid #8F8F8F; padding-top: 20px; padding-bottom: 20px; }
#order table.list td a { color: #fff; font-weight: bold; }
#order table.list td.img { padding: 3px; }
#order table.list td.img img { width: 60px; border: 1px solid #ccc; }
#order table.list td input { text-align: right; }
#order table.list td p.offer { color: #b10000; }
#order table.list td p.org_price { text-decoration: line-through; }
#order table.list td.price { width: 80px; }
#order table.list tfoot th { border-top: 3px solid #8F8F8F; }
#order table.list th.total, #order table.list td.total { font-size: 13px; font-weight: bold; }
#order table.list th.total_logo {padding-left: 25px; }
#order table.list th.left { text-align: left; }
#order table.list th.review { padding-left: 5px !important; }
#order table.list th.continuar { padding-left: 35px !important; }
#order table.list th.continuar a { color: #4c4c4c; }
#order table.list th a.update { line-height: 22px; background: url(/css/button_blue.gif) repeat-x; color: #4C4C4C; text-decoration: none; }
#order table.list th a.update span { padding-bottom: 4px; }

/* ACCOUNT ********************************************************************/
#account div.container { background: transparent url(/css/strips_bg.jpg) repeat scroll 0 0; padding: 10px 5px; min-height: 426px; }
#account div.container p.intro { margin: 10px 0 15px 0; }
#account div.container ul { list-style-type:circle; list-style-position:inside; margin-left: 15px; }
#account div.container li { margin: 5px 0; }


/* CONTACTAR ******************************************************************/
#contactar p.remark { color: #be000e; font-weight: bold; }
#contactar form th label { font-size: 12px; font-weight: bold; margin-right: 10px; }
#contactar form table { margin: 20px auto 0 auto; }
#contactar form table th,
#contactar form table td { vertical-align: middle; padding: 3px 2px; }
#contactar form table td { text-align: left; }
#contactar form table th { text-align: right; color: #676767; }
#contactar form table th.top { vertical-align: top; }
#contactar form input, #contactar form textarea { border: 1px solid #676767; padding: 3px; }
#contactar form input.error, #contactar form textarea.error { border: 1px solid #AF0000; }
#contactar form input { width: 410px; }
#contactar form input.mid { width: 166px; }
#contactar form button.normal { margin-top: 10px; border: 1px solid #676767; color: #efefef; }
#contactar form textarea { width: 410px; height: 70px; }
#contactar div.maps_box p.address { text-align: center; }
#contactar div.maps_box p.address a { color: #000; text-decoration: underline; font-weight: normal; }
#contactar #mapa { width: 510px; height: 200px; margin: 0 auto 10px auto; background: url(/css/loading.gif) no-repeat center center; border: 1px solid #676767; }

/* NOTICIAS *******************************************************************/
#noticias div.news_bc { padding: 0 20px; margin-top: 10px; color: #000;  }
#noticias div.news_bc a { color: #000;  }
#noticias div.news_bc a.selected { font-size: 14px; }
#noticias table.news_item { margin: 15px 0 0 15px; background: url('/css/news_bg.gif'); width: 518px; border: 1px solid #afafaf; }
#noticias table.news_item td.img { padding: 8px; width: 123px; text-align: center; }
#noticias table.news_item td.text { padding: 10px; }
#noticias table.news_item td.text p.date { margin-top: 10px; }
#noticias table.news_item td.text p.title { font-weight: bold; margin-bottom: 10px; }

/* PUNTOS DE VENTA ************************************************************/
#puntos_venta div.search { border: 1px solid #ccc; padding: 17px; background: url('/css/r1_bg.gif'); }
#puntos_venta div.search p.remark { font-weight: bold; margin-bottom: 10px; }
#puntos_venta div.search table { font-size: 12px; font-weight: bold; margin: auto; /*width: 390px;*/ }
#puntos_venta div.search table td, #puntos_venta div.search table th { vertical-align: middle; padding: 4px 0; }
#puntos_venta div.search table th { padding-right: 10px; text-align: right; }
#puntos_venta div.search select { width: 334px; background: #5f5f5f; border: 1px solid #fff; color: #fff; }
#puntos_venta div.search input { width: 100px; border: 1px solid #fff; background: #5f5f5f; color: #fff; padding: 4px; }
#puntos_venta div.search td.submit { text-align: right; }
#puntos_venta div.search button { color: #fff; border: none; background: #323232; }
#puntos_venta div.results { margin-top: 10px; border: 1px solid #CCCCCC; }
#puntos_venta div.results p.head { font-size: 12px; font-weight: bold; margin-bottom: 5px; }
#puntos_venta table.pv_item { background: url('/css/r1_bg.gif'); width: 100%; }
#puntos_venta table.pv_item.r0 { background: url('/css/r0_bg.gif'); }
#puntos_venta table.pv_item td { padding: 8px; line-height: 15px; width: 33%; color: #686868; }
#puntos_venta table.pv_item td p.title { font-weight: bold; }
#puntos_venta table.pv_item td.info { vertical-align: bottom; }
#puntos_venta table.pv_item td a { font-weight: bold; color: #686868; }
#puntos_venta table.pv_item td img { padding: 5px; font-size: 10px; color: #fff; vertical-align: middle; }

/* OFERTAS ********************************************************************/
#ofertas div.results { margin-top: 10px; }
#ofertas div.results p.head { font-size: 12px; font-weight: bold; margin-bottom: 5px; }
#ofertas table.of_item { margin: 0 auto 10px auto; background: #f7f7f7; width: 519px; border: 2px solid #999; color: #000; font-size: 12px; }
#ofertas table.of_item td { padding: 8px; line-height: 15px; width: 33%; vertical-align: middle; text-align: center; }
#ofertas table.of_item td a { font-weight: bold; color: #dd0000; text-decoration: underline; font-size: 10px; }
#ofertas table.of_item td.info { text-align: left; line-height: 20px; }
#ofertas table.of_item p.price { color: #dd0000; font-size: 18px; font-weight: bold; }

/* FOOTER *********************************************************************/
#footer { color: #666666; font-size: 11px; background: transparent url('/css/footer_logo.jpg') no-repeat scroll bottom right; padding-top: 40px; }
#footer p { margin: 5px 0; border-top: 1px solid #999; padding: 10px 0 0 0; }
#footer a { color: #000; text-decoration: underline; font-weight: normal; }

/* PAGINADOR ******************************************************************/
.paginator { clear: both; text-align: left; margin-right: 10px; margin-bottom: 10px; }
.paginator a { font-size: 11px; margin: 0 3px; color: #000; }
.paginator a.bold { font-weight: bold; color: #BE000E; }
