/* RESET! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Helvetica, Arial, sans-serif;
	color:#454743;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
text-decoration:none;
}

a img.mapa {border:none}

/* END RESET */

/* --- Thickbox Styles --- */ 
	
/* global settings needed for thickbox */

/* thickbox specific link and font settings */

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

a.nextLink {
	margin-left:16px
}

#TB_closeWindow p#TB_next, #TB_closeWindow p#TB_prev {
	display:inline;
	height:15px;
	float:left;
}

#TB_closeWindow p#TB_next a, #TB_closeWindow p#TB_prev a {
	text-decoration:none;
	margin-top:0;
	padding:0;
}

p#TB_next a:hover, p#TB:prev a:hover {
	color:#333;
}

p.closeB {
	display:inline;
	float:left;
}

p.closeB a {
	display:block;
	width:15px;
	height:15px;
	text-indent:-9999px;
	background: url(../images/close.gif) no-repeat;
}

#TB_window a:link {color: #666;}
#TB_window a:visited {color: #666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666;}
#TB_window a:focus{color: #666;}

/* thickbox settings */

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}

* html #TB_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #e9e9e9;
	z-index: 102;
	color:#666;
	display:none;
	border: 1px solid #666;
	text-align:left;
	top:50%;
	left:50%;
}

.article #TB_window {
	border: none;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 0;
}

#TB_caption{
	height:30px;
	padding:7px 0 10px 10px;
	float:left;
	width:60%;
}

#TB_closeWindow {
	padding:7px 7px 0 0;
	float:right;
	vertical-align:top;
}

a#TB_closeWindowButton {
	background:url("../images/close.gif") no-repeat scroll 0 0 transparent;
	display:block;
	height:15px;
	margin-left:16px;
	text-indent:-9999px;
	width:15px;
}

#TB_closeWindowButton img {
	vertical-align:middle;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:0;
	display:none;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:none;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* ------ / Thickbox Styles ------ */


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* GENERAL */

body {
	background:url(../images/header-bg.gif) repeat-x top center;
}

.container {
	font-size:.75em;
	padding-top:10px;
	height: auto !important; /* for 'good' browsers */
	height: 230px; /* for IE5 and IE6 */
	min-height: 230px; /* for 'good' browsers */
}

#footer-container .container {
	height: auto !important;
	height: 120px;
	min-height: 120px;
}

a {
	color:#454743
}

a:hover {
	color:#F7931D
}

#logo {
	width:314px;
	height:23px;
	position:absolute;
	left:0; /* flash home */
	top:45px;
}

#logo h1 {
	font-size:1em;
	color:#FFF;
	padding:0;
	font-weight:bold;
	line-height:1em;
}

#header-container {
	width:100%;
	background:url(../images/header-bg.gif) repeat-x top;
	_background:url(../images/header-bg.gif) repeat-x 4px;
	*background:url(../images/header-bg.gif) repeat-x 4px;
	height:176px
}

#header {
	width:940px; /* flash home */
	margin:4px auto 0;
	position:relative;
	background-color:#008657;
	height:93px;
}

#home #header {
	margin-top:0
}

#header p {
	display:inline;
	font-size:.75em;
	color:#CCC
}

#header p.branch {
	position:absolute;
	top:22px;
	right:8px;
}

#header p.branch a {
	color:#FFF;
	font-weight:bold
}

#header p.contact {
	position:absolute;
	top:57px;
	left:420px; /* flash home */
}

#header p.contact a {
	font-weight:bold;
	color:#E6E6E6
}

#header p a:hover {
	color:#FFF
}

div#searchbox {
	width:236px;
	position:absolute;
	top:45px;
	right:10px;
}

form#searchform {
	position:relative;
}

form#searchform p input.search-field {
	width:230px;
	border:1px solid #C6CECE;
	padding:2px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em
}

form#searchform p input.search-submit {
	background:#FFF url(../images/search.gif) no-repeat;
	border:none;
	width:13px;
	height:12px;
	text-indent:-9999px;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
}

form#searchform p {
	display:inline
}

#breadcrumb {
	font-size:.9em;
	line-height:.6em;
	padding:4px 0 10px
}

#breadcrumb li {
	margin-right:4px;
	display:inline;
}

#breadcrumb li a {
	color:#878D86;
	border-right:1px solid #B3BAB2;
	padding:0 6px 0 3px;
}

#breadcrumb li a:hover {
	color:#F7931D;
}

#breadcrumb li span {
	/*border-left:1px solid #B3BAB2;
	margin-left:6px;*/
	padding-left:6px;
}

h1 {
	font-size:2.2em;
	color:#F7931D;
	padding:9px 0 3px;
	font-weight:normal;
	line-height:1em;
}

h1 span {
	font-weight:bold;
}

h1.seccion {
	color:#F7931D;
	font-size:1.9em;
	text-transform:uppercase;
	padding:6px 0 10px;
	font-weight:bold
}

.container p {
	line-height:1.5em;
	margin:8px 0
}

.container p.last-mod {
	margin:50px 20px 10px
}

#topbar-cont {
	position:absolute;
	top:0;
	width:100%;
	background-color:#F4F5F4
}

#topbar {
	position:relative;
	width:940px;
	margin:0 auto;
	padding:3px 0
}

#topbar ul.left {
	width:350px;
	display:inline;
	font-size:.75em;
	font-weight:bold;
	float:left;
	padding:5px 0 6px
}

#topbar ul.left li {
	border-right: 1px solid #878D86;
 display: inline;
 margin-right: 4px;
 padding-right: 4px
}

#topbar ul.left li.clean {
	border-right: 0;
}

#home div.social {
	top:-307px
}


div.social {
	display:inline;
	position:absolute;
	right:0
}

.social p {
	margin:0 0 0 10px;
	float:right;
	padding:0 0 4px;
	_padding:0 0 6px;
	*padding:0 0 6px;
	font-size:.9em;
}

.social-icons {
 display: inline;
 float: right;
 font-size: 10px;
 list-style-type: none;
 margin-top: 0;
 padding: 2px 10px 11px;
 text-transform: uppercase;
	margin-left:10px;
	vertical-align:middle;
}

.social-icons li {
 display: inline;
 float: left;
	vertical-align:middle;
}

.social-icons li.txt {
 margin:3px 4px 0 0;
	*margin:2px 4px 0 0;
	_margin:2px 4px 0 0
}

.social-icons li a {
	display: block;
	float: left;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
	margin-left:5px;
}	

a.yt {background:url("../images/social-footer.png") no-repeat -40px top}
a.fb {background:url("../images/social-footer.png") no-repeat -20px top}
a.tw {background:url("../images/social-footer.png") no-repeat 0 top}

.producto {
	margin-bottom:15px
}

h2.green-bold {
	padding-top:6px;
	color:#008657;
	font-size:1.2em;
	font-weight:bold
}

h2.green-bold a {
	color:#008657;
}

h2.green-bold a:hover {
	color:#F7931D;
}

.producto li {
	padding:5px 0;
	line-height:1.2em
}

.producto li a {
	font-weight:bold;
}

.grid_9 p img {
	padding-top:3px
}

.grid_9 p img.alignleft {
	float:left;
	margin:0 10px 10px 0;
}

.tipo-producto {
	padding:6px 0 15px
}

h2.subtitulo {
	font-size:1.5em;
	line-height:1.1em;
	padding: 10px 10px 10px 0;
	font-weight:normal;
}

h3.subtitulo {
	font-size:1.3em;
	line-height:1.1em;
	padding:0;
	font-weight:bold;
}

#grey-24 {
	background: #F4F5F4;
	margin-top:8px;
	padding-bottom:20px;
	position:relative;
}

#grey-24 p {
	padding:0 10px 0 30px;
}

h2.green-subtitle {
	color:#008657;
	font-weight:normal;
	font-size:1.5em;
	padding-top:15px
}

h2.green {
	color:#008657;
	font-weight:normal;
	font-size:1.8em;
}

h2.green a {
	color:#008657;
	font-weight:normal;
}

h2.green a:hover {
	color:#F7931D;
}

.submarca {
 text-transform:lowercase;
}

h1.submarca {
	display:block;
	height:35px;
	padding:0 0 2px;
}

h1.submarca.energia {
	background:url(../images/energia-h1.gif) no-repeat left;
	text-indent:-9999px;
}

h1.submarca.alquileres {
	background:url(../images/alquileres-h1.gif) no-repeat left;
	text-indent:-9999px;
}

h1.submarca.postventa {
	background:url(../images/postventa-h1.gif) no-repeat left;
	text-indent:-9999px;
}

h2.submarca {
	margin-top:5px
}

h2.submarca a {
	font-size:1.8em;
	color:#008657;
	background:url(../images/submarca.gif) no-repeat left;
	padding:4px 0 0 21px;
	font-weight:normal;
	line-height:1.5em;
	margin-top:4px;
}

h2.submarca a:hover {
	color:#F7931D;
	background:url(../images/submarca-hover.gif) no-repeat left;
}

h2.submarca.energia, h2.submarca.alquileres, h2.submarca.postventa {
	text-indent:-9999px;
	font-size:.75em;
	height:24px;
}

h2.submarca.energia a, h2.submarca.alquileres a, h2.submarca.postventa a {
	display:block;
	height:24px;
	padding:0;
}

h2.submarca.alquileres a {
	background:url(../images/alquileres-h2.gif) no-repeat left 0;
	width:110px;
}

h2.submarca.alquileres a:hover {
	background:url(../images/alquileres-h2.gif) no-repeat 0 -24px;
}

h2.submarca.energia a {
	background:url(../images/energia-h2.gif) no-repeat left 0;
	width:91px;
}

h2.submarca.energia a:hover {
	background:url(../images/energia-h2.gif) no-repeat 0 -24px;
}

h2.submarca.postventa a {
	background:url(../images/postventa-h2.gif) no-repeat left 0;
	width:115px;
}

h2.submarca.postventa a:hover {
	background:url(../images/postventa-h2.gif) no-repeat 0 -24px;
}

h3.submarca a {
	font-size:1.3em;
	color:#454743;
	background:url(../images/submarca-gris.gif) no-repeat left 0;
	padding-left:15px;
	font-weight:normal;
	line-height:1.5em;
	height:13px
}

h3.submarca a:hover {
	color:#F7931D;
	background:url(../images/submarca-gris.gif) no-repeat left -16px;
}

#grey-24 h3.submarca {
	color:#008657;
	font-weight:normal;
	border-bottom:1px solid #FFF;
	padding:12px 8px 8px 10px;
	height:24px;
	text-indent:-9999px
}

#grey-24 h3.submarca a {
	background:url(../images/alquileres-h3.gif) no-repeat left 0;
	height:24px;
	width:128px;
	display:block;
}

#grey-24 h3.submarca a:hover {
	background:url(../images/alquileres-h3.gif) no-repeat left -24px;
}

/* Formulario de cotizacion */
#cotizacion-form {
	padding-top:20px
}

#cotizacion-form label {
	width:156px;
	display:block;
	float:left;
	text-align:right;
	margin-right:10px;
	padding-top:3px
}

#cotizacion-form input {
	width:330px;
	border:1px solid #C6CECE;
	padding:4px 4px 3px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em
}

#cotizacion-form select {
	width:340px;
	border:1px solid #C6CECE;
	padding:4px 4px 3px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em
}

#cotizacion-form textarea {
	width:330px;
	border:1px solid #C6CECE;
	padding:4px 4px 3px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em
}

#cotizacion-form p.check input {
	width:auto;
	border:none;
	padding:2px 0 0;
	margin:0 4px 0 20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em
}

#cotizacion-form p.check span.primero input {
	margin-left:0
}

#cotizacion-form span.wpcf7-list-item {
	margin: 0;
}

#cotizacion-form span.wpcf7-checkbox span.wpcf7-list-item {
    display: block;
    margin: 0 0 4px;
}

#cotizacion-form span.compra-nuevo span.wpcf7-checkbox span.wpcf7-list-item, #cotizacion-form span.compra-usado span.wpcf7-checkbox span.wpcf7-list-item, #cotizacion-form span.alquiler span.wpcf7-checkbox span.wpcf7-list-item {
    display: inline;
}

#cotizacion-form p.check label {
	padding-top:0
}

#cotizacion-form input.prefix {
	width:40px;
}

#cotizacion-form input.tel {
	width:90px;
}

#cotizacion-form div.wpcf7-mail-sent-ok {
	display:none !important;
}

#cotizacion-form div.wpcf7-validation-errors {
	background:url("../images/atencion.gif") no-repeat scroll 12px 12px #F4F5F4;
	border:none;
	margin-left:166px;
	padding:12px 12px 12px 50px;
	width:278px;
}

#cotizacion-form span.wpcf7-not-valid-tip  {
	left:0; top:-5px; *top:1px; width:332px; z-index:980; border:2px solid #F7931D; padding-top:1px; padding-bottom:1px; font-size:1em; color:#F7931D;
}

.otros {
	padding-bottom:20px
}

p.enviar, p.obligatorio {
 margin-left:168px;
}

p.obligatorio {
 color:#878D86;
}

p.enviar a {
 font-weight:bold;
}

#cotizacion-form p.enviar input, #cotizacion-form p.enviar-02 input {
 	width:80px;
	background-color:#F7931D;
	color:#FFF;
	font-weight:bold;
	margin-right:10px;
	border-top:1px solid #F7931D;
	border-left:1px solid #F7931D;
	border-right:2px solid #878D86;
	border-bottom:2px solid #878D86;
}

#cotizacion-form p.enviar input:hover, #cotizacion-form p.enviar-02 input:hover {
	background-color:#FFF;
	cursor:pointer;
	color:#878D86;
	border-top:1px solid #878D86;
	border-left:1px solid #878D86;
}


/* Fin Formulario de cotizacion */


#subnav-servicios li {
	border-bottom:1px solid #E6E6E6;
	padding:6px 8px
}

#subnav-servicios li.active h3.submarca a {
	color:#F7931D;
	cursor:default;
	background:url(../images/submarca-gris.gif) no-repeat left -16px;
}

#subnav-productos li {
	border-bottom:1px solid #E6E6E6;
	font-weight:bold;
	line-height:1.3em;
}

#subnav-productos li ul {
	padding-bottom:6px
}

#subnav-productos li a {
	font-size:1.2em;
	padding:12px 0 12px 60px;
	display:block;
	width:160px
}

#subnav-productos li a:hover {
	background-color:#F4F5F4;
	color:#454743;
}

#subnav-productos li.active a {
	color:#F7931D;
	background-color:#FFF;
}

#subnav-productos li li {
	border-bottom:none;
	line-height:1em;
}

#subnav-productos li ul, #subnav-servicios li ul {
	margin-bottom:4px;
}

#subnav-productos li.active li a:hover, #subnav-servicios li.active li a:hover {
	color:#F7931D;
	background-color:#FFF;
	background-image:none;
}

#subnav-productos li li a, #subnav-productos li.active li a, #subnav-servicios li.active li a {
	font-size:.95em;
	padding:4px 0 4px 60px;
	display:block;
	color:#454743;
	background-image:none;
}

#subnav-servicios li li {
	border:medium none;
	font-weight:bold;
	padding-left:0;
}

#subnav-servicios li.active li a {
	/*padding:4px 0 4px 30px;*/
	padding:4px 0 7px 12px;
}

#subnav-servicios ul.subnav {
	margin-top:6px
}

#subnav-servicios ul.subnav li {
	border:medium none;
	font-weight:bold;
	padding:0;
}

#subnav-productos ul.subnav li {
	border:none;
	font-weight:bold;
	padding-left:0;
}

#subnav-productos.novedades ul.subnav li a {
	padding:4px 0 7px 12px;
	width:auto;
}

#subnav-productos.novedades ul.subnav li a:hover {
	background-color:#FFF;
}

#subnav-servicios ul.subnav li.active a, #subnav-productos ul.subnav li.active a {
	color:#F7931D;
}

#subnav-productos.novedades li.active ul.subnav li.active a, #subnav-productos.novedades li.active ul.subnav li a {
	padding:4px 0 7px 12px;
	display:inline;
	line-height:2em
}

#subnav-productos.novedades li.active ul.subnav li.active a:hover, #subnav-productos.novedades li.active ul.subnav li a:hover {
	cursor:pointer;
}

#subnav-productos li.compresores-de-aire a {background:url(../images/compresores-subnav.gif) no-repeat left 0}
#subnav-productos li.grupos-electrogenos a {background:url(../images/grupos-subnav.gif) no-repeat left 0}
#subnav-productos li.plataformas-para-trabajos-en-altura a {background:url(../images/plataformas-subnav.gif) no-repeat left 0}
#subnav-productos li.manipuladores-telescopicos a {background:url(../images/manipuladores-subnav.gif) no-repeat left 0}
#subnav-productos li.torres-de-iluminacion a {background:url(../images/torres-subnav.gif) no-repeat left 0}
#subnav-productos li.movimiento-de-tierra a {background:url(../images/movimiento-subnav.gif) no-repeat left 0}

#subnav-productos li.compresores-de-aire a:hover {background:#F4F5F4 url(../images/compresores-subnav.gif) no-repeat left -48px}
#subnav-productos li.grupos-electrogenos a:hover {background:#F4F5F4 url(../images/grupos-subnav.gif) no-repeat left -48px}
#subnav-productos li.plataformas-para-trabajos-en-altura a:hover {background:#F4F5F4 url(../images/plataformas-subnav.gif) no-repeat left -48px}
#subnav-productos li.manipuladores-telescopicos a:hover {background:#F4F5F4 url(../images/manipuladores-subnav.gif) no-repeat left -48px}
#subnav-productos li.torres-de-iluminacion a:hover {background:#F4F5F4 url(../images/torres-subnav.gif) no-repeat left -48px}
#subnav-productos li.movimiento-de-tierra a:hover {background:#F4F5F4 url(../images/movimiento-subnav.gif) no-repeat left -48px}

#subnav-productos li.compresores-de-aire-active a {background:url(../images/compresores-subnav.gif) no-repeat left -48px ;color:#F7931D;}
#subnav-productos li.grupos-electrogenos-active a {background:url(../images/grupos-subnav.gif) no-repeat left -48px;color:#F7931D;}
#subnav-productos li.plataformas-para-trabajos-en-altura-active a {background:url(../images/plataformas-subnav.gif) no-repeat left -48px;color:#F7931D;}
#subnav-productos li.manipuladores-telescopicos-active a {background:url(../images/manipuladores-subnav.gif) no-repeat left -48px;color:#F7931D;}
#subnav-productos li.torres-de-iluminacion-active a {background:url(../images/torres-subnav.gif) no-repeat left -48px;color:#F7931D;}
#subnav-productos li.movimiento-de-tierra-active a {background:url(../images/movimiento-subnav.gif) no-repeat left -48px;color:#F7931D;}

#subnav-productos li.compresores-de-aire-active a:hover, #subnav-productos li.grupos-electrogenos-active a:hover, #subnav-productos li.plataformas-para-trabajos-en-altura-active a:hover, #subnav-productos li.manipuladores-telescopicos-active a:hover, #subnav-productos li.torres-de-iluminacion-active a:hover, #subnav-productos li.movimiento-de-tierra-active a:hover {background-color:#FFF;color:#F7931D;}

#subnav-productos li.compresores-de-aire-active li a, #subnav-productos li.grupos-electrogenos-active li a, #subnav-productos li.plataformas-para-trabajos-en-altura-active li a, #subnav-productos li.manipuladores-telescopicos-active li a, #subnav-productos li.torres-de-iluminacion-active li a, #subnav-productos li.movimiento-de-tierra-active li a {color:#454743;}

#subnav-productos li.compresores-de-aire-active li a:hover, #subnav-productos li.grupos-electrogenos-active li a:hover, #subnav-productos li.plataformas-para-trabajos-en-altura-active li a:hover, #subnav-productos li.manipuladores-telescopicos-active li a:hover, #subnav-productos li.torres-de-iluminacion-active li a:hover, #subnav-productos li.movimiento-de-tierra-active li a:hover {color:#F7931D;cursor:pointer;background-color:#FFF}

#subnav-productos li.compresores-de-aire-active li a, #subnav-productos li.grupos-electrogenos-active li a, #subnav-productos li.plataformas-para-trabajos-en-altura-active li a, #subnav-productos li.manipuladores-telescopicos-active li a, #subnav-productos li.torres-de-iluminacion-active li a, #subnav-productos li.movimiento-de-tierra-active li a {background-image:none}

#subnav-productos li.compresores-de-aire li.subactive a, #subnav-productos li.grupos-electrogenos li.subactive a, #subnav-productos li.plataformas-para-trabajos-en-altura li.subactive a, #subnav-productos li.manipuladores-telescopicos li.subactive a, #subnav-productos li.torres-de-iluminacion li.subactive a, #subnav-productos li.movimiento-de-tierra li.subactive a {
	color:#F7931D;background-image:none
}

#subnav-productos li.compresores-de-aire li a, #subnav-productos li.grupos-electrogenos li a, #subnav-productos li.plataformas-para-trabajos-en-altura li a, #subnav-productos li.manipuladores-telescopicos li a, #subnav-productos li.torres-de-iluminacion li a, #subnav-productos li.movimiento-de-tierra li a {
	background-image:none;background-color:#FFF
}

#subnav-productos li.compresores-de-aire li a:hover, #subnav-productos li.grupos-electrogenos li a:hover, #subnav-productos li.plataformas-para-trabajos-en-altura li a:hover, #subnav-productos li.manipuladores-telescopicos li a:hover, #subnav-productos li.torres-de-iluminacion li a:hover, #subnav-productos li.movimiento-de-tierra li a:hover {
	background-image:none;background-color:#FFF;color:#F7931D
}

#subnav-productos li.compresores-de-aire-active li.subactive a, #subnav-productos li.grupos-electrogenos-active li.subactive a, #subnav-productos li.plataformas-para-trabajos-en-altura-active li.subactive a, #subnav-productos li.manipuladores-telescopicos-active li.subactive a, #subnav-productos li.torres-de-iluminacion-active li.subactive a, #subnav-productos li.movimiento-de-tierra-active li.subactive a {background-color:#FFF;color:#F7931D;}

#subnav-productos.novedades li a {
	padding:12px 0 12px 12px;
	width:208px
}

#subnav-productos.novedades li a:hover {
	width:208px
}

#subnav-productos.novedades li.active a:hover {
	cursor:default;
	background-color:#FFF;
	color:#F7931D
}

.lista-productos {
	border-top:1px solid #E6E6E6;
	margin-bottom:20px
}

.lista-productos li {
	border-bottom:1px solid #E6E6E6;
	width:520px
}

.lista-productos li a {
	font-size:1.2em;
	padding:8px 10px;
	display:block;
	font-weight:bold;
	width:500px
}

.lista-productos li a:hover {
	background-color:#F4F5F4;
	color:#454743;
}

.relative {
	position:relative;
	padding-bottom:5px;
	margin-top:15px
}

h3.subtitulo-naranja {
	font-size:1.4em;
	font-weight:normal;
	color:#F7931D;
	margin-top:20px;
	width:80%;
	display:inline;
}

h3.referencia-uno, h3.referencia-dos {
	font-size:1.4em;
	font-weight:normal;
	color:#F7931D;
	margin-top:20px;
	display:inline;
	padding-left:24px
}

h3.referencia-uno {
	background:url(../images/mapa-ref-1.gif) no-repeat left 2px;
}

h3.referencia-dos {
	background:url(../images/mapa-ref-2.gif) no-repeat left 2px;
}

.padding-left {
	padding-left:24px
}

h3.subtitulo-verde {
	font-size:1.4em;
	font-weight:normal;
	color:#008657;
	margin:10px 0 6px;
	display:block;
	border-bottom:4px solid #E6E6E6;
	padding-bottom:4px
}

h3.subtitulo-verde.noborder {
	border-bottom:none;
	padding:2px 0 0
}

h3.subtitulo-gris {
	font-size:1.4em;
	font-weight:normal;
	color:#878D86;
	padding:2px 0 6px;
}

p.todos {
	display:inline;
	margin:0;
	position:absolute;
	right:0;
	top:1px
}

.suffix_3 p.todos {
	right:180px;
	top:12px
}

p.todos a {
	font-weight:bold;
}

p.imagen {
	margin:2px 0 15px
}

p.fecha {
	color:#878D86;
	text-transform:uppercase;
	font-size:.8em;
	margin-bottom:2px;
	line-height:1.2em;
	margin-top:6px
}

ul.lista-noticias {
		border-top:1px solid #E6E6E6;
		margin-top:10px
}

ul.lista-noticias li {
		border-bottom:1px solid #E6E6E6;
		padding:12px 0
}

.lista-noticias p.fecha {
	margin:0;
}

.grid_9 ul, .post-content ul {
	list-style: square;
	line-height: 1.5em;
	padding-left: 20px;
	margin: 8px 0;
}

.grid_9 ol {
	list-style: decimal;
	line-height: 1.5em;
	padding-left: 20px;
	margin: 8px 0;
}

.grid_9 ul.lista-productos {
	list-style: none;
	padding: 0;
	margin: 0;
}

p.pager {
	background-color:#F4F5F4;
	margin-top:0;
	padding:10px;
	text-align:center;
	border-top:4px solid #E6E6E6;
}

p.pager a {
	font-weight:bold;
	margin:0 3px
}

p.pager a.active {
	color:#F7931D
}

p.pager a.active:hover {
	color:#F7931D;
	cursor:default
}

.container p.left {
	float:left;
	margin:8px 20px 6px 0;
	position:relative;
}

img.mas-foto {
	position:absolute;
	top:170px;
	right:4px;
	width:9px;
	height:9px;
}

p.repuesto a {
	border-top:1px solid #B3BAB2;
	border-left:1px solid #B3BAB2;
	border-right:2px solid #878D86;
	border-bottom:2px solid #878D86;
	text-align:center;
	display:block;
	padding:2px 0
}

p.repuesto a:hover {
	border-right:2px solid #B3BAB2;
	border-bottom:2px solid #B3BAB2;
	color:#878D86
}

p.cotizar {
	background-color:#F7931D;
	color:#FFF;
	text-align:center;
	display:block;
}

p.cotizar a {
	border-top:1px solid #F7931D;
	border-left:1px solid #F7931D;
	border-right:2px solid #878D86;
	border-bottom:2px solid #878D86;
	background-color:#F7931D;
	color:#FFF;
	text-align:center;
	display:block;
	padding:2px 0;
	width:157px
}

p.cotizar a:hover {
	border-right:2px solid #F7931D;
	border-bottom:2px solid #F7931D;
	color:#FFF;
	background-color:#F7931D;
	display:block;
	padding:2px 0
}

#right-column h2 {
	color:#F7931D;
	padding:8px 0;
	font-size:1.4em;
	font-weight:normal;
}

#left-column h2 {
	border-bottom:1px solid #E6E6E6;
	font-size:1em;
	text-transform:uppercase;
	padding:0 0 3px
}

h4.attachment a {
    background:url(../images/file.png) no-repeat left;
    padding:2px 0 2px 24px
}
h4.attachment.pdf a { background:url("../images/iconos.gif") no-repeat scroll left 0 transparent; }
h4.attachment.gif a { background:url("../images/iconos.gif") no-repeat scroll left -64px transparent; }
h4.attachment.jpg a { background:url("../images/iconos.gif") no-repeat scroll left -32px transparent; }
h4.attachment.png a { background:url("../images/iconos.gif") no-repeat scroll left -96px transparent; }
h4.attachment.doc a, h4.attachment.docx a { background:url("../images/iconos.gif") no-repeat scroll left -128px transparent; }
h4.attachment.xls a, h4.attachment.xlsx a { background:url("../images/iconos.gif") no-repeat scroll left -160px transparent; }
h4.attachment.ppt a, h4.attachment.pptx a { background:url("../images/iconos.gif") no-repeat scroll left -192px transparent; }

#resultados {
	padding-top:10px;
	list-style:none outside none;
}

#resultados a {
	font-weight:bold;
}

#resultados li {
	border-top:1px solid #E6E6E6;
	padding:12px 0 2px
}

#resultados h2 a {
	font-size:1.2em;
	color:#008657;
}

#resultados h2 a:hover {
	color:#F7931D;
}

ol.faq{
	border-top:1px solid #E6E6E6;
	margin:14px 0 20px 0;
}

ol.faq li {
	border-bottom:1px solid #E6E6E6;
	padding:13px 0;
	list-style:inside decimal;
	font-size:1.2em;
	font-weight:bold;
}

.faq p {
	margin:6px 0 0;
	padding-left:18px;
	font-size:.85em;
	font-weight:normal;
}

.catalogo-producto {
	padding:20px 0;
}

.catalogo-producto div {
	width:250px;
	height:88px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	_margin-bottom:0;
	*margin-bottom:0;
	position:relative;
}

.catalogo-producto div.no-margin {
	margin-right:0
}

.catalogo-producto img {
	position:absolute;
}

.catalogo-producto h3 {
	font-size:1.2em;
	line-height:1.2em;
	position:absolute;
	left:120px;
	width: 130px;
	top:26px
}

.spacer {
	height:8px
}

h2.subtitulo.small {
	font-size:1.2em;
	line-height:1.4em
}

h4.green-small {
	color:#008657;
	font-weight:normal;
	border-bottom:1px solid #E6E6E6;
	padding-bottom:2px
}

.mapa {
	border:2px solid #E6E6E6;
}

form#cotizacion-form.contacto-form, {
	padding-top:10px;
	width:516x;
}

.contact form#cotizacion-form {
	padding-top:10px;
}

.ruler-4 {
	border-top:4px solid #E9E9E9;
	margin-top:10px;
	padding-top:6px;
	width:100%;
}

/* casos */
.post-content h3 {
	color:#F7931D;
	font-size:1.6em;
	font-weight:normal;
	line-height:1em;
	padding:12px 0 0;
}

.post-content h3.equipos {
	background:url(../images/equipos-friso.gif) no-repeat right center;
}

.post-content ul.listado-equipos {
	border-bottom:4px solid #E6E6E6;
	border-top:4px solid #E6E6E6;
	font-weight:bold;
	list-style-type:none;
	padding:4px 0;
}

.post-content ul.listado-equipos li {
	padding:4px 0;
}

.post-content ul.listado-equipos li.list-titulo {
	font-size: 1.5em;
	font-weight: normal !important;
	margin-top: 4px;
}

.post-content blockquote {
	background:url(../images/quote.gif) no-repeat 10px 15px;
	border-bottom:4px solid #E6E6E6;
	border-top:4px solid #E6E6E6;
	margin-top:10px;
	padding:15px 20px 0 35px;
}

/* Tables styles */
table {
	border-top:4px solid #E6E6E6;
	border-bottom:4px solid #E6E6E6;
}

table.cotizacion {
	margin-top:14px
}

table thead td {
	font-weight:bold;
	background-color:#F4F5F4;
	padding:15px 6px 15px 8px
}

table td select {
	border:1px solid #C6CECE;
	padding:4px 4px 3px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em
}

table td span {
	font-size:.75em;
}

table td {
	padding:8px 6px 6px 8px;
	font-weight:bold;
}

tbody tr td {
	border-bottom:1px solid #E6E6E6
}

tbody td.sorted {
	background-color:#FEF4E8;
}

table.cotizacion td.model {
	background-color:#E6E6E6;
	width:153px
}

table.cotizacion td {
	font-weight:normal;
}

td.model h2 {
	font-weight:normal;
	font-size:1.4em
}

thead td.filtro-activo a {
	color:#F7931D;
	padding-right:12px
}

thead td.filtro-activo.asc a {
	background:url(../images/sorted-up.gif) no-repeat right center;
}

thead td.filtro-activo.desc a {
	background:url(../images/sorted-down.gif) no-repeat right center;
}

tr.bottom-row {
	background-color:#F4F5F4;
	border-bottom:none;
}

.top-padding {
	padding-top:40px;
}

.top-padding-2 {
	padding-top:35px;
}

.top-padding-3 {
	padding-top:16px;
}

table.ficha-tecnica td {
	font-weight:normal;
}

table td.bold {
	font-weight:bold;
}

td.destacado a {
	padding-left:18px;
	background:url(../images/producto-destacado.png) no-repeat left;
	padding-top:2px
}

/* END GENERAL */



/* HOME */

body#home {
	background-image:none; /* flash home */
}

#home #logo {
	width:314px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/sullair-2.gif) no-repeat top center;
	position:absolute;
	left:0; /* flash home */
	top:45px;
}

#home #header {
	background-color:transparent;
	height:auto;
	width:940px; /* flash home */
}

#home #header p {
	color:#454743;
}

#home div#searchbox {
	right:0;
}

#home #header p.branch {
	position:absolute;
	top:22px;
	right:0;
}

#home #header p.branch a {
	color:#008657
}

#home #header p.contact a {
	font-weight:bold;
	color:#454743
}

#home #header p a:hover {
	color:#000
}

#home .container {
	margin: 0 auto 0; /* flash home */
	padding-top:108px;
}

/* flash home */
.flashContainer {
	height:250px;
	top:94px;
	width:940px;
	position:absolute;
	left:50%;
	margin-left:-470px
}

#home h2 {
	color:#F7931D;
	font-size:1.9em;
	text-transform:uppercase;
	border-bottom:1px solid #E6E6E6;
	padding:6px 0;
}

#home #header h2 {
	padding-left:30px;
	padding-top:200px;
	color:#FFF;
	font-size:1.7em;
	line-height:1.05em;
	width:580px;
	font-weight:normal;
	text-transform:none;
	border-bottom:none;
}

#home #header h2 span {
	font-weight:bold;
}

.hover-ul li {
	padding:7px 0 7px 80px;
	border-bottom:1px solid #E6E6E6;
	line-height:1.4em;
	display:block;
	width:380px
}

.hover-ul li a {
	color:#008657;
	font-size:1.2em;
	font-weight:bold;
}

.hover-ul li a span {
	color:#454743;
	font-size:.9em;
	font-weight:normal
}

#home li.compresores-de-aire {background:url(../images/compresores-icon-1.gif) no-repeat left}
#home li.grupos-electrogenos {background:url(../images/grupos-icon-1.gif) no-repeat left}
#home li.plataformas-para-trabajos-en-altura {background:url(../images/plataformas-icon-1.gif) no-repeat left}
#home li.manipuladores-telescopicos {background:url(../images/manipuladores-icon-1.gif) no-repeat left}
#home li.torres-de-iluminacion {background:url(../images/torres-icon-1.gif) no-repeat left}
#home li.movimiento-de-tierra {background:url(../images/movimiento-icon-1.gif) no-repeat left}

#home li.compresores-de-aire:hover, #home li.grupos-electrogenos:hover, #home li.plataformas-para-trabajos-en-altura:hover, #home li.manipuladores-telescopicos:hover, #home li.torres-de-iluminacion:hover, #home li.movimiento-de-tierra:hover {background-color:#EEE;}

#servicios img {
	margin:12px 0 0
}

#servicios ul li {
	margin:4px 0
}

#home h3.submarca a {
	font-size:1.2em;
	color:#008657;
	background:url(../images/submarca.gif) no-repeat left 0;
	padding-left:15px;
	font-weight:normal;
	line-height:1.5em;
	height:13px
}

#home h3.submarca a:hover {
	color:#F7931D;
	background:url(../images/submarca.gif) no-repeat left -19px;
}

#grey {
	background-color:#F4F5F4;
	padding: 0 0 8px
}

#grey h2 {
	color:#008657;
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #FFF;
	padding:8px 8px 8px 10px;
	margin-bottom:12px
}

#grey .articulo img {
	padding:4px 0
}

.articulo {
	/* padding-bottom:10px */
}

.articulo h4 {
	margin-bottom:2px
}

.padder {
	padding: 0 10px
}

h4 {
	font-size:1em;
	line-height:1.2em;
	margin:0 0 10px 0;
}

h4 a {
	color:#454743;
}

h4 a:hover {
	color:#F7931D;
}

h4 a.active {
	color:#F7931D;
	cursor:default
}

/* END HOME */



/* Added 15-06-2011 for S-ENERGY */

#home #grey {
	margin-top:35px;
}

#home #s-energy {
	border:1px solid #E6E6E6;
	padding:12px 15px 5px 15px;
	width:188px;
	margin-top:35px;
	min-height:395px
}

.category-estacionarios #s-energy {
	height:190px;
	background:url(../images/s-energy-prod.jpg) no-repeat;
	padding:26px 0 0 20px
}

.category-estacionarios #s-energy h2 {
	color:#FFF;
	font-size:2.1em;
	font-weight:normal;
	padding-bottom:20px;
}

.category-estacionarios #s-energy h3 {
	line-height:1.2em;
	color:#008657;
	padding-left:10px;
}

.category-estacionarios #s-energy p {
	padding-left:10px;
}

.category-estacionarios #s-energy .left {
	width:228px;
	float:left;
	padding-right:8px
}

.category-estacionarios #s-energy h2 span{
	font-weight:bold;
	text-transform:uppercase
}

#home #s-energy h2 {
	border-bottom:none;
	text-transform:none;
	width:238px;
	height:98px;
	background:url(../images/s-energy-bg-01.png) no-repeat;
	position:absolute;
	top:33px;
	left:-15px;
	font-weight:normal;
	padding:14px 0 0 25px;
	line-height:1.3em
}

#home #s-energy h2 a, #home #s-energy h2 a:hover {
	color:#FFF;
}

#home #s-energy h2 span {
	font-weight:bold;
	font-size:1.3em;
	text-transform:uppercase
}

#s-energy h3 {
	padding-top:8px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.1em
}

#s-energy h3 a {
	color:#008657;
}

#s-energy h4 {
	color:#999;
	font-weight:normal;
	margin-bottom:100px
}


/* MAIN NAVIGATION */

#main-nav {
	width:940px;
	height:78px;
	color:#454743;
	position:absolute;
	top:97px;
	_top:100px;
	*top:100px;
	left: 50%;
	margin-left:-470px;
	z-index:95;
}

#main-nav li {
	display: inline;
	font-weight:bold;
	font-size:.9em;
	line-height:1em
}

#main-nav li a {
	color:#454743;
	text-transform:uppercase;
	display:block;
	float:left;
	padding:11px 20px 0;
	height:58px;
}

#main-nav li span {
	text-transform:none;
	font-weight:normal;
	font-size:.77em;
	line-height:1.3em;
	margin-top:4px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}

#main-nav li.productos a, #main-nav li.servicios a, #main-nav li.novedades a {
	width:106px
}

#main-nav li.aplicaciones a {
	width:252px
}

#main-nav li.acerca a {
	width:170px;
	white-space:nowrap;
}

#main-nav li a:hover {
	background-color:#E6E6E6;
}

#main-nav li.active a {
	background:#F7931D url(../images/main-nav-active.gif) repeat-x bottom;
	color:#FFF;
	height:67px;
}

#main-nav li.active a:hover {
	background:#F7931D url(../images/main-nav-active.gif) repeat-x bottom;
}

/* (Home Main Navigation) */
#home #main-nav {
	height:69px;
	color:#FFF;
	background-color:#008657;
	top:346px; /* flash home */
}

#home #main-nav li a {
	color:#FFF;
	padding:0 20px;
	height:58px;
	padding:11px 20px 0;
}

#home #main-nav li a:hover {
	background-color:#f7931d;
}

/* END MAIN NAVIGATION */



/* FOOTER */

#footer {
	margin:0 auto;
	line-height:2em;
	clear:both;
}

#footer span, span.tel {
	color:#F7931D;
	font-size:1.6em;
	line-height:1.2em
}

#footer h5 {
	color:#878D86;
	font-size:1.3em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:10px
}

#footer h5 a {
	color:#008657
}

#footer h5 a:hover {
	color:#F7931D
}

#footer h4 {
	background:url(../images/sullair-footer.gif) no-repeat left;
	width:158px;
	height:11px;
	text-indent:-9999px;
	line-height:1em;
	padding-top:4px;
}

#home #footer h4 {
	padding-top:0;
}

#footer-container {
	width:100%;
	background:url(../images/footer.gif) repeat-x top;
	margin-top:50px;
	background-color:#F4F5F4;
	padding:10px 0 20px;
}

#home #footer-container {
	background:url(../images/footer-home.gif) no-repeat top; /* flash home */
	overflow:hidden;
	margin-top:0
}

#home #footer {
	font-size:.7em;
	line-height:1em;
	width:940px;
	margin:0 auto;
	padding:18px 0 15px 20px;
}

#footer li.green a {
	color:#008657
}

#home #footer span, .orange, #footer li.green a:hover {
	color:#F7931D
}

#home #footer li {
	display:inline;
	float:left;
	margin-right:4px;
	padding-right:4px;
	border-right:1px solid #878D86;
}

#home #footer li.logo {
	border-right:none
}

#footer li.clean, #home #footer li.clean {
	border:none;
	padding-right:0;
	margin-top:0;
	margin-right:10px;
	_margin-right:15px;
	*margin-right:15px
}

#footer li a {
	font-weight:bold;
	font-size:.9em
}

#home #footer li a {
	font-size:1em
}

#footer .top-padding {
	padding-top:26px;
}

#home #footer li {
	margin-top:2px
}

#home #footer li.logo {
	margin-top:0
}

#home #footer li.clean {
	margin-top:2px
}

/* END FOOTER */

#skip_to_content, #print {
display:none
}

.post-content img.alignleft {
	float:left;
	margin:0 10px 10px 0;
}

.post-content img.alignright {
	float:right;
	margin:0 0 10px 10px;
}

.grid_16 .grid_16 {
	margin: 0;
}

.page-id-47 .grid_16 .grid_8 {
	margin-left:0;
}

.grid_4.last {
	margin-right:0;
}

.container .post-content {
	overflow:hidden;
}

/******************* search results extra styles **************************/
.container.search ul {
	list-style:disc inside none;
}

.container.search ul li {
	padding:5px 0;
}

.container.search form#searchform {
	margin-top:10px;
	width:200px;
}

.container.search form#searchform p input.search-submit {
	right:15px;
}

/****************** informacion adicional (related posts) styling ***********************/
#right-column ul.related_post li {
	font-weight:bold;
	margin:0 0 10px;
}

.container table.simple p {
	margin-bottom:0;
	font-weight:normal;
}

table.simple tbody td {
	padding-top:14px
}

table.simple.superior {
	border-bottom:none
}

img.asistencia {
	width:175px;
	height:106px;
	position:absolute;
	z-index:9999;
	top:150px;
	right:-10px;
}

.category-productos img.asistencia {
	width:175px;
	height:106px;
	position:absolute;
	z-index:9999;
	top:170px;
	right:-5px;
}

.wrap-text {
	width:344px;
}

.container p.garantia {
	margin-left:166px;
}

.container p.form-subtitle {
	font-weight:bold;
	text-transform:uppercase;
	margin-left:166px;
	margin-top:12px
}

.container p.form-subtitle-02 {
	font-weight:bold;
	margin-left:166px;
	margin-top:20px;
	border-bottom:1px solid #DDD;
	width:340px
}

.check-float {
	margin-left:166px
}

#cotizacion-form .check-float span.wpcf7-list-item {
	width:165px;
	float:left;
	margin-left:10px;
	position:relative;
	padding-bottom:8px;
	padding-bottom:12px\0/;
	_padding-bottom:6px;
	*padding-bottom:6px;
}

#cotizacion-form .check-float input {
	width:auto;
	display:block;
	float:left;
	padding:0;
	border: none;
	margin-right:5px;
} 

#cotizacion-form .check-float span.wpcf7-list-item-label {
	display:block;
	float:left;
	width:135px;
	line-height:1.2em;
	margin-top:4px;
	margin-top:0\0/;
	_margin-top:-8px;
	*margin-top:-8px;
}

#cotizacion-form .check-float span.wpcf7-checkbox span.wpcf7-list-item {
	margin: 0;
}

div.separador {
	height:1px;
	border-top:1px solid #DDD;
	width:506px;
	clear: both;
	display: block;
	overflow: hidden;
	margin-top:4px;
}

#cotizacion-form .radio-form input {
	display:inline;
	width:auto;
	border:none;
}

.padder-left {
	padding-left:166px;
}

/* Home Video */
#video {
	margin-top:5px;
	background-color:#F4F5F4;
	padding: 0 0 8px
}

#video h2 {
	color:#008657;
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #FFF;
	padding:8px 8px 8px 10px;
	margin-bottom:12px
}

/* /Home Video */


#carousel-container {
	margin-bottom: 25px;
	margin-top: 10px;
	position: relative;
}

.carousel {
	margin-left:15px;
	position:absolute;
	top:0;
	z-index:99998;
}

#carousel-control {
	position: absolute;
	top:0;
	left:0!important;
	left:-15px;
	margin:0;
	height:142px;
}

#carousel-control li {
	display:inline;
}

#carousel-control li a {
	display:block;
	float:left;
	height:142px;
	width:15px;
	text-indent:-9999px;
	position:absolute;
}

#carousel-control a#anterior {
	background:url(../images/carrusel-botones.gif) no-repeat;
}

#carousel-control a#siguiente {
	background:url(../images/carrusel-botones.gif) no-repeat;
	background-position:-15px top;
	left:504px
}

#carousel-control a:hover {
	cursor:pointer;
}

#carousel-control a#anterior:hover {
	background-position:-30px top;
}

#carousel-control a#siguiente:hover {
	background-position:-45px top;
}

#TB_caption{
	width:65%;
}

#TB_window p#TB_prev a.prevLink {
background:url(../images/thickbox-controls.gif) no-repeat 0 -2px;
padding-left:9px;
}

#TB_window p#TB_prev a.prevLink:hover {
background-position:0 -28px
}

#TB_window p#TB_next a.nextLink {
background:url(../images/thickbox-controls.gif) no-repeat right -15px;
padding-right:9px;
}

#TB_window p#TB_next a.nextLink:hover {
background-position:right -41px
}

.grid_9 ul#carousel-control {
padding-left:0;
}


/* Added 29.11.2010 - Encuesta form*/
#cotizacion-form input.date {
	width:96px;
	margin-right:8px;
}

#cotizacion-form input.date02 {
	width:96px;
}

#cotizacion-form .check-01 input, #cotizacion-form .check-02 input, #cotizacion-form p.check .femenino input, #cotizacion-form p.check .masculino input {
border: medium none;
font-family: Helvetica,Arial,sans-serif;
font-size: 1em;
margin: 0 2px 0 0;
padding: 2px 0 0;
width: auto;
}

#cotizacion-form span.femenino {
margin-right:10px;
}

#cotizacion-form .check-02 input {
margin-left:15px;
}

span.check-01, span.check-02 {
float:left;
padding-top:3px;
}

#cotizacion-form p.check .cantidad-hijos input, #cotizacion-form p.check .edad-hijos input {
width:20px;
float:left;
margin:-2px 12px 2px 0!important;
*margin:0 12px 2px 0;
border: 1px solid #C6CECE;
padding: 4px 4px 3px;
}

#cotizacion-form p.check .edad-hijos input {
width:58px!important;
*width:49px!important;
*width:50px;
}

#cotizacion-form label.short-01 {
width:66px;
margin-right:7px;
position:absolute;
left:260px;
*left:270px;
}

#cotizacion-form label.short-02 {
width:54px;
margin-right:7px;
position:absolute;
left:374px;
*left:384px;
}

#cotizacion-form label.no-float {
width:auto;
text-align:left;
float:none;
margin:4px 0 2px 166px;
font-size:1.15em;
width:340px;
clear:both;
}

.fix-height {
height:16px;
*height:18px!important;
position:relative;
}

#cotizacion-form p.check span.hijos {
position:absolute;
top:0;
left:166px;
width:100px;
}

#cotizacion-form p.check span.cantidad-hijos {
position:absolute;
top:0;
left:332px;
*left:342px;
}

#cotizacion-form p.check span.edad-hijos {
position:absolute;
top:0;
left:438px;
*left:448px;
}

.container p.clear-both {
clear:both;
margin-top:10px;
}

.container p.no-margin {
margin-top:0;
}

#cotizacion-form p.check .sexo input {
margin: 0 1px 0 0;
}

#cotizacion-form p.check .sexo span {
margin: 0 16px 0 0;
}

#cotizacion-form p.check .hijos span {
margin: 0 4px 0 0;
}

#cotizacion-form p.check .hijos input {
margin: 3px 4px 0 0;
*margin:3px 0 0 0;
}

.quiero-recibir-info input, .otras-pref textarea, .lee input, .hace-deporte input, .escucha-musica input, .hobbie input, #cotizacion-form .otra-info textarea, .hincha input {
margin-left:166px;
}

.quiero-recibir-info, .lee, .hace-deporte, .escucha-musica, .hobbie {
display:block;
width:350px;
margin-left:145px!important;
margin-left:71px;
margin-bottom:5px;
float:left;
}

#cotizacion-form span.info-nuevos-modelos, #cotizacion-form span.info-cursos, #cotizacion-form span.info-ext-productos, #cotizacion-form span.info-sucursales, #cotizacion-form span.canal-email, #cotizacion-form span.canal-correo, #cotizacion-form span.canal-tel, #cotizacion-form span.canal-visita, #cotizacion-form span.pref-cine, #cotizacion-form span.pref-teatro, #cotizacion-form span.pref-conciertos, #cotizacion-form span.pref-shopping, #cotizacion-form span.pref-peliculas, #cotizacion-form span.pref-cancha, #cotizacion-form span.pref-salir-comer {
display:block;
margin:3px 0 5px 146px;
}

#cotizacion-form label.block {
width:auto;
text-align:left;
float:none;
margin:4px 0 2px 166px;
clear:both;
}

#cotizacion-form .area-desempenia input {
margin-top:9px;
}

#cotizacion-form p.check .genero-fav input, #cotizacion-form p.check .que-deporte input,#cotizacion-form p.check .que-musica input, #cotizacion-form p.check .que-hobbie input {
border: 1px solid #C6CECE;
font-family: Helvetica,Arial,sans-serif;
font-size: 1em;
padding: 4px 4px 3px;
width: 330px;
margin:0 4px 6px 166px;
}

#cotizacion-form p.check span.que-hobbie {
*margin-left:0;
}

div.final {
position:relative;
width:507px;
height:40px;
}

#cotizacion-form p.no-margin label {
padding-top: 0;
}

p.enviar-02 {
position:absolute;
width:100px;
top:0;
left:166px
}

p.gracias {
color:#F7931D;
font-size:1.4em;
text-align:right;
width:200px;
position:absolute;
top:0;
right:0;
}

/************ Videos *************/
.grid_9 .vvqbox {
    display:block;
    float: left;
    /* margin: 0 10px 10px 0; */
}

/************ Unit Conversor *************/
.unit_converter ul li {
    border-bottom: 1px solid #E6E6E6;
}
.unit_converter ul li a {
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 8px 10px;
}
.unit_converter ul li.first {
    background:url(../images/conversor-top.png) 0 top repeat-x;
    padding-top:6px;
}
.unit_converter ul li.last {
    background:url(../images/conversor-bottom.png) 0 bottom repeat-x;
    border-bottom:none;
    padding-bottom:8px;
}
.unit_converter ul li form {
    background:url(../images/conversor-form-top.png) 0 top repeat-x #f4f5f4;
    display:none;
    padding-top:20px;
}
.unit_converter ul li form fieldset {
    background:url(../images/conversor-form-bottom.png) 0 bottom repeat-x;
    padding:0 10px 5px;
}
.unit_converter ul li p {margin-top:0;}
.unit_converter ul li label {
    display: block;
    float: left;
    width: 15px;
}
.unit_converter ul li .amount label {width:auto;margin-right:3px;}
.unit_converter ul li select {
    border: 1px solid #9C9E9B;
    width: 125px;
}
.unit_converter ul li input {
    border: 1px solid #9C9E9B;
    width: 87px;
}
.unit_converter ul li .convert input {
    background-color: #F7931D;
    border-color: #F7931D #878D86 #878D86 #F7931D;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    color: #FFFFFF;
    margin-left: 60px;
    width: 80px;
}
.unit_converter ul .result {text-align:right;}
.unit_converter ul .result span {color: #008657;font-weight:bold;font-size: 16px;}

/* Page flip */

#pageflip-cont {
	position: absolute;
	top:166px;
 left: 50%;
 margin-left:407px;
	z-index:99;
	width:63px;
}

#pageflip {
	position: relative;
}

#pageflip img {
	width: 63px; height: 66px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 63px; height: 63px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url("../images/subscribe.png") no-repeat right top;
	text-indent: -9999px;
}

/* New for videos 11 Jul 2011 */
ul.video-list {
    float:left;
    border-top:1px solid #E1E1E1;
    width:220px;
    margin: 10px 10px 10px 0;
    list-style:none;
    clear:left;
    padding-left:0
}

.video-list li {
    border-bottom:1px solid #E1E1E1;
    padding:6px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.3em
}

.video-list .thumb {
  min-height:58px;
  height:auto !important;
  height:58px;
		position:relative
}

.video-icon {
	    background:url(../images/video-play-overlay-02.png) no-repeat;
					position:absolute;
					top:24px;
					left:45px;
					display:block;
					width:20px;
					height:20px;
					z-index:20
}

.video-list .thumb img {
    float:left;
    margin-right:6px
}

.video-list li.thumb a {
    padding:0;
    margin-left:0;
    display:inline;
}

.video-list li a {
    padding:2px 0;
    margin-left:22px;
    display:block
}

.video-list li {
    background:#F4F5F4 url(../images/video-list-play.png) no-repeat 6px 5px;
}

.video-list li.thumb {
    background-image:none;
    background-color:#F4F5F4;
}

.video-list li:hover, .video-list li.thumb:hover {
    color:#F7931D;
    background-color:#EEE;
}

.video-galeria h1 {
    margin-bottom:10px
}

.video-galeria h3 {
    padding: 4px 0 0;
    font-size: 1.18em;
 line-height: 1.25em;
}

.video-galeria h3 a {
    color:#008657;
}

.video-galeria h3 a:hover {
    color:#F7931D
}

.video-item {
    width:222px;
    padding-bottom:0px;
    border-bottom:1px solid #E6E6E6;
    float:left;
    margin:0 17px 17px 0;
    height:234px;
    overflow:hidden;
    position:relative
}

.video-item.no-margin {
    margin-right:0
}

.container .video-item p.desc {
    margin-top:6px;
 text-overflow: ellipsis;
 overflow:hidden;
    white-space:nowrap;
    line-height: 1.4em;
}

.container .video-item p.fecha {
    overflow:visible;
    white-space:normal;
    text-overflow:clip
}

html>body .video-item p.desc:after {
 content: "...";
}

.video-item h3 {
    padding-left:10px;
    padding-right:10px
}

.video-item p {
    padding-left:10px;
    width:202px;
}

.video-galeria p.pager {
    border-top:none
}

.play-video {
    position:absolute;
    top:0;
    left:0;
    text-indent:-9999px;
    display:none
}

/* Styles for tabs - 03-08-2011 */
table.especificaciones {
    border-top: 4px solid #F7931D;
}

.grid_9 ul.nav {
    list-style:none;
    padding:0;
    margin:6px 0 0;
    height:32px
}

.list-wrap #todos-content, #alquiler-content, #usados-content, #nuevos-content {
    clear:both
}

.list-wrap {
    padding-bottom:30px
}

.nav li {
    text-align:center;
    float:left;
    cursor:pointer;
}

.nav li a {
    padding:6px 0 5px;
    font-weight:bold;
    background:#F5F5F5 url("../images/tab-bg.png") repeat-y left;
    width:130px;
    display:block;
    border-top:3px solid #FFF
}

.nav li.disabled {
    color: #AAA;
    padding:6px 0 5px;
    font-weight:bold;
    background:#F5F5F5 url("../images/tab-bg.png") repeat-y left;
    width:130px;
    display:block;
    border-top:3px solid #FFF
}

.nav li a:hover {
    background:#F5F5F5 url("../images/tab-bg.png") repeat-y right;
}

.nav li a.current {
    background-color:#F7931D;
    background-image:none;
    COLOR:#FFF;
    border-top:3px solid #F7931D;
}

.nav li a.current:hover {
    cursor:default;
    background-color:#F7931D;
    background-image:none;
    COLOR:#FFF;
    border-top:3px solid #F7931D;
}

.nav li.selected {
    color:#FFF; 
    background:#F7931D;
    border-top:3px solid #F7931D;
}

.hide { position: absolute; top: -9999px; left: -9999px; }
.play-video a {
    display:block;
    width:222px;
    height:124px;
    background:url(../images/video-play-overlay.png) no-repeat 86px 34px 
}



/* New for Productos */
/* changed line 2613... .grid_9 ul.video-list to ul.video-list */

.grid_13 #carousel-container {
	margin:9px 0 10px;
	position:relative
}

.grid_13 .carousel {
	z-index:99998;
	margin-left:0;
	top:0;
	position:absolute;
	background-color:#F5F5F5;
	overflow:hidden
}

.grid_13 .carousel li {
	text-align:center
}

.grid_13 .carousel img {
	margin:0 auto;
	text-align:center
}

.grid_13  #carousel-control {
	position: absolute;
	z-index:8;
	left:0;
}

#horizontal .post-content.small {
    float: left;
    width: 525px;
}

#horizontal #carousel-control {
	top:142px
}

.grid_13 #horizontal .carousel {
	height:427px !important;
    width:760px !important;
}

#horizontal #carousel-control a#siguiente {
	left:745px
}

#vertical #carousel-control {
	top:234px
}

.grid_13 #vertical .carousel {
	height:612px !important;
    width:460px !important;
}

#vertical #carousel-control a#siguiente {
	left:445px
}

#vertical #carousel-container {
	width:460px;
	float:left;
	margin-right:20px
}

#vertical .carousel img {
 vertical-align: middle;
}

#vertical .carousel {
	line-height:612px;
}

ul.doc-list {
	float:left;
	border-top:1px solid #E1E1E1;
	width:220px;
	margin: 10px 10px 10px 0;
	list-style:none;
	clear:right;
	padding-left:0
}

#vertical .product-media {
	width:260px;
	float:left
}

#vertical ul.doc-list, #vertical ul.video-list {
	clear:none;
	width:260px;
}

#vertical .relative {
	clear:both;
	margin-top:20px
}

.doc-list li {
	border-bottom:1px solid #E1E1E1;
	padding:6px;
	font-size:.95em;
	font-weight:bold;
	line-height:1.3em;
	background-color: #F4F5F4;
	min-height:81px;
	height:auto !important;
	height:81px;
	position:relative
}

.doc-list img {
	float:left;
	margin-right:6px;
	vertical-align:top
}

.doc-list li a {
	padding:0;
	margin-left:0;
	display:inline;
	max-width:200px
}

#horizontal ul.doc-list {
	float:right;
	margin:50px 0 10px 10px
}

#horizontal ul.video-list {
	float:right;
	clear:right;
	margin:10px 0 10px 10px
}

table td.graph img {
	vertical-align:top;
	margin-top:16px
}

.grid_13 table td {
 vertical-align: top;
}

table td.graph {
	padding:0 0 20px 20px;
	vertical-align:top;
	width:220px
}

td.graph p {
	width:200px;
	margin-bottom:0;
	line-height:1.2em
}

.grid_13 p.cotizar, .grid_13 p.repuesto {
	display:inline;
	float:left;
	margin-right:10px;
	margin-top:15px
}

.grid_13 p.cotizar a, .grid_13 p.repuesto a {
	width:154px
}

#horizontal .relative {
	clear:both
}

#breadcrumb-bottom {
	background-color:#F4F5F4;
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	position:relative;
	margin-top:35px;
	padding-left:10px;
}

#breadcrumb-bottom img {
	margin-right:4px;
	vertical-align:middle;
	padding:4px 0;
	_padding:4px 0 5px;
	*padding:4px 0 5px;
}


#breadcrumb-bottom a {
	color:#008657;
	background:url(../images/sep-bc.png) no-repeat left;
	padding-left:16px;
	margin-right:10px;
	vertical-align:middle;
	font-weight:bold
}

#breadcrumb-bottom a:hover {
	color:#454743;
}

.imgPrint {
	display:none
}

.container p.check.margin span {
	margin-left:146px
}

.container p.check.margin span.wpcf7-list-item, .container p.check.margin span.wpcf7-list-item-label {
    margin-left: 0.5em;
}

.container p.check.margin span.wpcf7-radio {
	margin-left:0
}

.container p.check.margin textarea {
	margin-left:20px
}

/* Toolbar CSS - 20.12.2011 */

.grid_9 #toolbar ul, .post-content #toolbar ul, #toolbar ul {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height: 1.5em;
}

#toolbar {
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	margin-top:5px;
	margin-bottom:5px;
	padding:9px 0;
	height:22px;
	text-transform:uppercase
}

#vertical #toolbar {
	margin-left:480px;
	margin-top:10px
}

#vertical #carousel-container {
	margin-top:0;
	_margin-top:10px;
	*margin-top:10px
}

#right-column {
	_margin-top:7px;
	*margin-top:7px
}

#vertical .product-media {
	width:280px;
}

#vertical ul.doc-list, #vertical ul.video-list {
	width:280px;
}

#print-this, #text-resizer {
width:24px;
display:inline;
text-indent:-9999px;
padding-bottom:10px
}

#print-this a, #text-resizer a {
width:24px;
height:22px;
display:block;
float:left;
margin-right:10px;
}

#print-this a {
background:url(../images/toolbar-buttons.png) no-repeat left top;
}

#print-this a:hover {
background:url(../images/toolbar-buttons.png) no-repeat left bottom;
}

#text-resizer a {
background:url(../images/toolbar-buttons.png) no-repeat right top;
}

#text-resizer a:hover {
background:url(../images/toolbar-buttons.png) no-repeat right bottom;
}

#newsletter-btn, #share {
font-size:.85em;
float:right;
z-index: 90;
}

#share {
position:relative
}

#newsletter-btn a, #share a {
display:block;
width:84px;
padding:2px 0px;
background-color:#EEE;
text-align:center;
margin-left:10px
}

#share ul {
position:absolute;
left:10px;
top:-1000px;
border:1px solid #EEE;
border-bottom:none;
background-color:#FFF;
z-index:1;
}

#toolbar li:hover ul, #toolbar li.sfHover ul {
top:22px;
}

#share a {
	background:#EEE url(../images/arrow-pull-down.png) no-repeat right top;
	padding-right:12px;
	border-bottom:1px solid #FFF;
}

#share a:hover {
	background:#EEE url(../images/arrow-pull-down.png) no-repeat right bottom;
}

#share ul a {
width:70px;
float:none;
text-align:left;
margin-left:0;
padding:6px 0 3px 32px;
background-color:#FFF;
text-transform:none;
font-size:1.2em;
border-bottom:none;
}

#share ul li {
	border-bottom:1px solid #EEE;
}

#newsletter-btn a:hover, #share a:hover {
background-color:#BABABA;
color:#FFF
}

#share ul a:hover {
background-color:#F4F5F4;
color:#454743
}

#share ul .m-email a {
	background:url(../images/icons-share.png) no-repeat 2px 4px;
}

#share ul .m-email a:hover {
	background:#F4F5F4 url(../images/icons-share.png) no-repeat 2px 4px;
}

#share ul .m-twitter a {
	background:url(../images/icons-share.png) no-repeat 2px -21px;
}

#share ul .m-twitter a:hover {
	background:#F4F5F4 url(../images/icons-share.png) no-repeat 2px -21px;
}

#share ul .m-facebook a {
	background:url(../images/icons-share.png) no-repeat 2px -46px;
}

#share ul .m-facebook a:hover {
	background:#F4F5F4 url(../images/icons-share.png) no-repeat 2px -46px;
}

#share ul .m-google a {
	background:url(../images/icons-share.png) no-repeat 2px -71px;
}

#share ul .m-google a:hover {
	background:#F4F5F4 url(../images/icons-share.png) no-repeat 2px -71px;
}

/* Styles for text max size */

.max .post-content p {
	font-size:1.7em;
	margin-bottom:20px
}

.max .post-content p.fecha {
	font-size:1.3em;
	margin-bottom:8px
}

.max h2.subtitulo {
	font-size:2.2em;
	line-height:1.2em;
}

.max #horizontal p {
	font-size:1.7em;
	line-height:1.3em;
	margin-top:10px;
	margin-bottom:20px
}

.max #horizontal h3.subtitulo-naranja {
	font-size:2.1em
}

.max #horizontal td.graph p {
 line-height:1.2em;
 font-size:1em;
}

.max table.ficha-tecnica td {
 font-size:1.6em;
	line-height:1em;
}

.max #horizontal p.cotizar, .max #horizontal p.repuesto {
 font-size:1em;
	line-height:1.5em
}

/* Styles for text mid size */

.mid .post-content p {
	font-size:1.3em;
	margin-bottom:16px
}

.mid .post-content p.fecha {
	font-size:1em;
	margin-bottom:8px
}

.mid h2.subtitulo {
	font-size:1.9em;
	line-height:1.2em;
}

.mid #horizontal p {
	font-size:1.3em;
	margin-top:8px;
	margin-bottom:16px
}

.mid #horizontal h3.subtitulo-naranja {
	font-size:1.8em
}

.mid #horizontal td.graph p {
 line-height:1.2em;
 font-size:1em;
}

.mid table.ficha-tecnica td {
 font-size:1.3em;
	line-height:1em;
}

.mid #horizontal p.cotizar, #horizontal p.repuesto {
 font-size:1em;
	line-height:1.5em
}
