table.jCalendar {

	border: 1px solid #666;

	background: #aaa;

    border-collapse: separate;

    border-spacing: 2px;

}

table.jCalendar th {

	background: #444;

	color: #fff;

	font-weight: bold;

	padding: 3px 5px;

}

table.jCalendar td {

	background: #f0f0f0;

	color: #000;

	padding: 3px 5px;

	text-align: center;

}

table.jCalendar td.other-month {

	background: #ddd;

	color: #aaa;

}

table.jCalendar td.today {

	background: #666;

	color: #fff;

}

table.jCalendar td.selected {

	background: #f66;

	color: #fff;

}

table.jCalendar td.selected:hover {

	background: #f33;

	color: #fff;

}

table.jCalendar td:hover, table.jCalendar td.dp-hover {

	background: #fff;

	color: #000;

}

table.jCalendar td.disabled, table.jCalendar td.disabled:hover {

	background: #bbb;

	color: #888;

}



/* For the popup */



div.dp-popup {

	position: relative;

	background: #d6eafe;

	font-size: 10px;

	font-family: arial, sans-serif;

	padding: 2px;

	width: auto;

	line-height: 1.2em;

}

div#dp-popup {

	position: absolute;

	z-index: 199;

	border:2px solid #c2e0f8;

}

div.dp-popup h2 {

	font-size: 12px;

	text-align: center;

	margin: 3px 0pt 4px;

	padding: 0;

}

a#dp-close {

	font-size: 11px;

	padding: 4px 0;

	text-align: center;

	display: block;

}

a#dp-close:hover {

	text-decoration: underline;

}

div.dp-popup a {

	color: #000;

	text-decoration: none;

	padding: 3px 2px 0;

}

div.dp-popup div.dp-nav-prev {

	position: absolute;

	top: 2px;

	left: 4px;

	width: 100px;

}

div.dp-popup div.dp-nav-prev a {

	float: left;

}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */

div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {

	cursor: pointer;

}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {

	cursor: default;

}

div.dp-popup div.dp-nav-next {

	position: absolute;

	top: 2px;

	right: 4px;

	width: 100px;

}

div.dp-popup div.dp-nav-next a {

	float: right;

}

div.dp-popup a.disabled {

	cursor: default;

	color: #aaa;

}

div.dp-popup td {

	cursor: pointer;

}

div.dp-popup td.disabled {

	cursor: default;

}



.cform { 

	margin:10px 20px 0 20px; 

	width: 410px; 

	float: left;

}



.cform fieldset	{ 

	margin-top:10px; 

	padding:5px 0 5px 0; 

	border:none;

}



.cform .cf_hidden {

	display:none; 

	border:none!important;

	background:none!important;

	padding:0!important;

	margin:0!important;

}



.cform legend { 

	margin:0;

	padding:0; 

	font:normal 18px Helvetica; 

	color: #aaa;

	letter-spacing:3px;

}



ol.cf-ol { 

	margin:0!important; 

	padding:15px 0 0 0!important; 

	border-top:1px solid #f2f2f2;

}

ol.cf-ol li	{

	background:none!important; 

	margin:5px 0!important; /*some themes may interfere otherwise*/

	padding:0; 

	list-style:none!important; 

	text-align:left;

	line-height:1.1em;

}





/*                                                    */

/* just for text-only fields (no input)               */

/*                                                    */



ol.cf-ol li.textonly {

	color:#888888;

	font-size:12px;

	letter-spacing:1px;

	margin:12px 0pt !important;

	padding:0pt 0pt 0pt 0px;

text-transform:uppercase;

font-weight:bold;

}





/*                                                    */

/* global definitions for field labels                */

/*                                                    */



.cform label {

	width:90px; 

	margin:4px 10px 0 0; 

	display:-moz-inline-box; /*for mozilla*/

	display:inline-block; /*for Opera & IE*/

	text-align:left;

	vertical-align:top;

	color: #aaa;

	font:0.9em Trebuchet MS,sans-serif;

font-weight:bold;

}

.cform label span {

	width:90px; /* must be the same as above!*/

	display:block; 

}



label.cf-before {

	margin:4px 10px 0 0; 

}



label.cf-after 	{

	margin:4px 2px 0pt 6px;

	text-align:left;

	width:75px;

}



label.cf-after span {

	width:75px;

	display:block;

}



label.cf-group-after {

	margin:4px 0 0 2px;

	width:60px;

	text-align:left;

}

label.cf-group-after span {

	width:60px;

	display:block;

}



/*                                                    */

/*   FORM FIELDS general formatting                   */

/*                                                    */



.cform input,

.cform textarea,

.cform select { 

	padding:3px;

	border:1px solid #aaa; 

	font:0.9em Trebuchet MS,sans-serif;

	color:#888;

	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;

	vertical-align:top;

}

.cform input:hover,

.cform textarea:hover,

.cform select:hover	{

	border: 1px solid #FFCC00;

	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 

}



.cform input:focus,

.cform textarea:focus,

.cform select:focus	{ 

	color:#666;

	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 

}



.cform textarea,

.cform input {

	width:298px; 

}

.cform select {

	width:306px; /* attempt to have equal length */

}  



.cform select.cfselectmulti	{ 

	height:7.5em; 

}



.cform textarea {

	font-family: arial;

	font-size: 0.9em;

	overflow:auto;

  height: 100px;

}



/*                                                    */

/* formatting for text:  "(required)"  & other        */

/*                                                    */



span.reqtxt,

span.emailreqtxt { 

	margin:0px 5px 7px 98px;

	display: block; 

	vertical-align:top;

	color: #aaa;

	font-size:0.7em;

	line-height:1.2em;

}





/*                                                    */

/*   radio button title                               */

/*                                                    */



ol.cf-ol li.cf-box-title {

	color:#888888;

	font-size:1em;

	letter-spacing:2px;

	margin:12px 0pt 0 !important;

	padding:0pt 0pt 0pt 100px;

}



/*                                                    */

/*   check boxes                                      */

/*                                                    */



input.cf-box-a,

input.cf-box-b 	{ 

	margin:1px 0 0 0; 

	width:16px; 

	height:22px;

	border:none!important;

	background:none!important;

}



input.cf-box-a 	{ 

	margin-left:100px; /* check with label 'width' incl. */

} 





/*                                                    */

/* check box groups                                   */

/*                                                    */



ol.cf-ol li.cf-box-group {

	padding: 0 0 5px 100px; 

} 





/*                                                    */

/*   FORM submit button                               */

/*                                                    */



p.cf-sb {

	margin: 0;

	padding:0pt 3px 0pt 0pt !important;

	text-align:left;

}

.cform input.backbutton,

.cform input.resetbutton,

.cform input.sendbutton	{ 

	width:auto;  

	padding:2px 1em; 

	margin: 0;

	font-size:0.8em;

	background:url(../images/button-bg.gif) repeat-x; 

	border:1px solid #adadad!important;

	border-left-color:#ececec!important; 

	border-top-color:#ececec!important;

}

.cform input.resetbutton {

	margin: 0 5px 0 0;

}

.cform input.backbutton {

	margin: 0 5px 0 0;

}



/*                                                    */

/*   FORM FIELDS enhanced error display               */

/*                                                    */

ol.cf-ol li.cf_li_err {

	background:#FFDFDF url(li-err-bg.png) repeat!important;

	border-color:#DF7D7D;

	border-style:solid;

	border-width:1px 0pt;

	padding:5px 0!important;

	margin:5px 0!important;

}



ol.cf-ol li ul.cf_li_text_err {

	margin:0 0 0 10px;

	padding:0;

	color:#333;

}



ol.cf-ol ul.cf_li_text_err li {

	background:url(icon-alert.png) no-repeat left 1px!important;

	list-style:none!important;

	font-weight:bold;

	text-indent:0;

	margin:0 0 2px!important;

	padding-left:15px;

}

ol.cf-ol ul.cf_li_text_err li:before {

	content:'';

}



/*                                                    */

/* 'visitor verification' related styles              */

/*                                                    */

label.secq,

label.seccap {

	vertical-align:text-bottom;

	margin-bottom:4px;

}



input.secinput {

	vertical-align:text-bottom;

}



#cforms_captcha6,

#cforms_captcha5,

#cforms_captcha4,

#cforms_captcha3,

#cforms_captcha2,

#cforms_captcha {

	height:15px;

	width:100px;

	padding: 4px 4px;

	margin: 0;

	vertical-align:text-bottom;

}



img.captcha	{

	vertical-align:text-bottom;

	margin:0 0 0 10px!important;

	padding:0!important;

	border:none!important;

	float:none!important;

}



img.captcha-reset {

	vertical-align:text-bottom;

	background:	url(captcha_reset_white.gif) no-repeat;

	margin:0 0 2px 3px;

	width:21px;

	height:21px;

	border:none;

}



img.imgcalendar {

	border:none;

}



/*                                                    */

/* change formatting of response msgs here            */

/*                                                    */



div.cf_info {

	color:#333;

	display:none;

	padding:10px 15px!important;

	width:380px;

	line-height:1.3em;

	margin:10px auto;

}

div.cf_info ol {

	margin:0;

	padding:5px 15px 0 30px;

}

div.cf_info ol li {

	padding:1px 0;

	margin:2px 0;

}

div.cf_info a	{

	color:red!important;

	text-decoration:underline!important;

}

div.success {

	background:#F9F9F9 none repeat scroll 0%;

	color:#AAAAAA;

	display:block;

}

div.failure {

	display:block;

	background:#FFDFDF url(li-err-bg.png) repeat!important;

	border-color:#DF7D7D;

	border-style:solid;

	border-width:1px 0pt;

}

div.waiting {

	background:#F9F9F9;

	color:#AAAAAA;

	display:block;

}

/*                                                    */

/*   formatting for invalid user inputs               */

/*                                                    */

.cform .cf_error { 

	color:red; 

	border:1px solid #FF0000; 

}

div.mailerr {

	display:block;

}

.mailerr,

.cform .cf_errortxt {

	color:red; 

}



/*                                                    */

/* change formatting of response msgs here            */

/*                                                    */



p.cf_info 		{

	margin:10px 0;

	text-align:center;

}

p.success 	{

	color:green;

}

p.failure 	{

	color:red;

}



/*                                                    */

/* disabled fields [disabled] does not work on IE!    */

/*                                                    */



[disabled] {

	color:#dddddd;

	border-color:#dddddd!important;

	background:none!important;

}

.disabled {

	border-color:#dddddd!important;

}



/*                                                    */

/* upload box styling                                 */

/*                                                    */



.cform input.cf_upload  {

	width:220px;

	background: #f9f9f9;

	border:1px solid #888888;

}



/*                                                    */

/*  Other: link love                                  */

/*                                                    */

.linklove {

	display:none;

}

.linklove a,

.linklove a:visited {

display:none;

}





/*                                                    */

/*  Other: browser hacks                              */

/*                                                    */

*+html ol.cf-ol,

*+html ol.cf-ol li	{

	display: inline-block;  /*for ie7*/

}

* html ol.cf-ol,

* html ol.cf-ol li,

* html span.reqtxt,

* html span.emailreqtxt { 

	display: inline-block;

}

* html .cform legend { 

	position:absolute; 

	left: -8px; 

	top:0;

	margin-left:0;

}

*+html .cform legend { 

	position:absolute; 

	left: -8px;

	top:0;

	margin-left:0;

}

* html .cform fieldset {

	position: relative;

	margin-top:15px;

	padding-top:25px; 

}

*+html .cform fieldset {

	position: relative;

	margin-top:15px;

	padding-top:25px; 

}

* html img.captcha	{

	margin-bottom:1px!important;

}

*+html img.captcha	{

	margin-bottom:1px!important;

}





#cforms36form{width:550px;}



#cforms36form ol.cf-ol li{float:left;}



#cforms36form p.cf-sb{float:left;}



#li-36-1{padding:0;width:100%;}



#li-36-2{width:270px;}

#li-36-2 label{width:110px;color:#666666;font-family:Arial;}

#li-36-2 span{width:110px;}

#li-36-2 input{width:140px;height:14px;}



#li-36-3{width:250px;padding-left:20px;}

#li-36-3 label{width:70px;color:#666666;font-family:Arial;}

#li-36-3 span{width:70px;}

#li-36-3 input{width:140px;height:14px;}





#li-36-4{width:270px;}

#li-36-4 label{width:110px;color:#666666;font-family:Arial;}

#li-36-4 span{width:110px;}

#li-36-4 input{width:140px;height:14px;}



#li-36-5{width:250px;padding-left:20px;}

#li-36-5 label{width:70px;color:#666666;font-family:Arial;}

#li-36-5 span{width:70px;}

#li-36-5 input{width:140px;height:14px;}



#li-36-6{width:100%;padding:0;}



#cforms36form ol.cf-ol li.textonly{padding:0;width:100%;margin:0 !important; padding:4px 0;letter-spacing:0px;font-weight:bold;color:#666666;font-size:12px;}



#li-36-7{width:100%;}



#cforms36form ol.cf-ol li.cf-box-title{padding:0;width:400px;letter-spacing:0px;color:#333333;}



#cforms36form ol.cf-ol li.cf-box-group{padding:0;margin: 0 0 0 7px !important;}



#li-36-8{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-8items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-36-8items label{display:none;}



#li-36-10{font-size:10px;background-color:#E0DFE3 !important;height:21px;}

#li-36-10items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-36-10items label{display:none;}



#li-36-12{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-12items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-36-12items label{display:none;}



#li-36-13{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-13items{background:#E0DFE3 !important;margin:0 !important;}

#li-36-13items{position:relative;left:-7px;width:400px;}



#li-36-14{font-size:10px;background-color:#E0DFE3 !important;height:21px;}

#li-36-14items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-36-14items label{display:none;}



#li-36-15{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-15items{background:#E0DFE3 !important;margin:0 !important;}

#li-36-15items{position:relative;left:-7px;width:400px;}



#li-36-17{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-17items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-36-17items label{display:none;}



#li-36-18{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-18items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-36-18items label{display:none;}



#li-36-19{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-19items{background:#E0DFE3 !important;margin:0 !important;}

#li-36-19items{position:relative;left:-7px;width:400px;}



#li-36-21{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-21items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-36-21items label{display:none;}



#li-36-22{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-22items{background:#E0DFE3 !important;margin:0 !important;}

#li-36-22items{position:relative;left:-7px;width:400px;}



#li-36-23{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-23items{background:#E0DFE3 !important;margin:0 !important;}

#li-36-23items{position:relative;left:-7px;width:400px;}



#li-36-24{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-24items{background:#E0DFE3 !important;margin:0 !important;}

#li-36-24items{position:relative;left:-7px;width:400px;}



#li-36-25{font-size:10px;background-color:#E0DFE3 !important;}

#li-36-25items{background:#E0DFE3 !important;margin:0 !important;}

#li-36-25items{position:relative;left:-7px;width:400px;}



#li-36-26{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-36-26items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-36-26items label{display:none;}





#li-36-28{width:100%;text-align:center;}

#li-36-28 label{width:100%;text-align:center;color:#333333;}

#li-36-28 span{width:100%;}



#cforms36form p.cf-sb{width:100%;text-align:center;margin-bottom:20px;}



#cforms36form ol.cf-ol li.cf-box-title{ margin:0 !important;}



#cforms36form input.cf-box-b{width:20px;}



#cf36_field_28{height:70px;width:340px;}



#li-36-18{height:21px;}



#cforms36form label {color:#333333;}









#cforms38form{

float:none;

position:relative;

top:250px;

}



#usermessage38a.success, #usermessage39a.success, #usermessage40a.success {display:none;}



#sendbutton37, #sendbutton39, #sendbutton40, #sendbutton41 {margin-bottom:20px !important;}



/* Formulario 36 - Dietrich Ford */



#cforms42form{width:550px;}



#cforms42form ol.cf-ol li{float:left;}



#cforms42form p.cf-sb{float:left;}



#li-42-1{padding:0;width:100%;}



#li-42-2{width:270px;}

#li-42-2 label{width:110px;color:#666666;font-family:Arial;}

#li-42-2 span{width:110px;}

#li-42-2 input{width:140px;height:14px;}



#li-42-3{width:250px;padding-left:20px;}

#li-42-3 label{width:70px;color:#666666;font-family:Arial;}

#li-42-3 span{width:70px;}

#li-42-3 input{width:140px;height:14px;}





#li-42-4{width:270px;}

#li-42-4 label{width:110px;color:#666666;font-family:Arial;}

#li-42-4 span{width:110px;}

#li-42-4 input{width:140px;height:14px;}



#li-42-5{width:250px;padding-left:20px;}

#li-42-5 label{width:70px;color:#666666;font-family:Arial;}

#li-42-5 span{width:70px;}

#li-42-5 input{width:140px;height:14px;}



#li-42-6{width:100%;padding:0;}



#cforms42form ol.cf-ol li.textonly{padding:0;width:100%;margin:0 !important; padding:4px 0;letter-spacing:0px;font-weight:bold;color:#666666;font-size:12px;}



#li-42-7{width:100%;}



#cforms42form ol.cf-ol li.cf-box-title{padding:0;width:400px;letter-spacing:0px;color:#333333;}



#cforms42form ol.cf-ol li.cf-box-group{padding:0;margin: 0 0 0 7px !important;}



#li-42-8{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-8items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-8items label{display:none;}



#li-42-9{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-9items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-9items label{display:none;}



#li-42-11{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-11items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-11items label{display:none;}



#li-42-13{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-13items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-13items label{display:none;}



#li-42-14{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-14items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-14items label{display:none;}



#li-42-15{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-15items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-15items label{display:none;}



#li-42-16{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-16items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-16items label{display:none;}



#li-42-17{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-17items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-17items label{display:none;}



#li-42-19{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-19items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-19items label{display:none;}



#li-42-20{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-20items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-20items label{display:none;}



#li-42-21{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-21items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-21items label{display:none;}



#li-42-23{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-23items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-23items label{display:none;}



#li-42-24{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-24items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-24items label{display:none;}



#li-42-25{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-25items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-25items label{display:none;}



#li-42-26{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-26items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-26items label{display:none;}



#li-42-27{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-27items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-27items label{display:none;}



#li-42-29{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-29items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-29items label{display:none;}



#li-42-30{font-size:10px;background-color:#E0DFE3 !important;height:22px;}

#li-42-30items{width:141px;background:url(../../../themes/onlinedietrich/images/back-radio.png) repeat-y left top !important;}

#li-42-30items label{display:none;}





#li-42-32{width:100%;text-align:center;}

#li-42-32 label{width:100%;text-align:center;color:#333333;}

#li-42-32 span{width:100%;}



#cforms42form p.cf-sb{width:100%;text-align:center;margin-bottom:20px;}



#cforms42form ol.cf-ol li.cf-box-title{ margin:0 !important;}



#cforms42form input.cf-box-b{width:19.5px;}





#cf42_field_32{height:70px;width:340px;}





#cforms42form label {color:#333333;}



/* Estilos especiales para el form 18 - FORM deprecado en favor de los de muejres al volante - redireccion */



#li-18-1{padding:0;}

#li-18-2{width:600px;padding:0;}



/* Estilos Especiales para el form 44 (Prueba de Manejo) */

#sendbutton44{margin-bottom:15px;}

#li-43-1{padding-left:0;text-transform:uppercase;}

#li-43-8{padding-left:0;text-transform:uppercase;padding-top:20px;}

#li-43-15{padding-top:20px;}

#li-43-21{padding-top:20px;}

#li-43-27{padding-top:20px;}

#li-43-33{padding-top:20px;}

#li-43-39{padding-top:20px;}

#li-43-45{padding-top:20px;}

#li-43-51{padding-top:20px;}



/* Cambio de estilo en service y post venta */



#cforms7form label span { font-weight:bold; }

#cforms7form ol.cf-ol li.textonly { font-weight:bold; text-transform:uppercase; }



#cforms35form.cform label, #cforms42form.cform label {font-weight:normal;} 



/* Cambios para corregir defectos despues del cambio de estilos de fuentes */



#li-18-2{font-weight:normal;text-transform:none;} /* form deprecado */



#cforms30form.cform fieldset legend, #cforms31form.cform fieldset legend{font-size:1em;font-weight:bold;text-transform:uppercase;letter-spacing:2px;color:#888888}



#li-33-6, #li-2-5, #li-2-8 {font-weight:bold;color:#aaaaaa;font-size:0.9em;letter-spacing:0;font-family:"Trebuchet MS";}



#cforms2form label.cf-group-after {width:80px;}



#cforms3form label span, #cforms22form label span, #cforms18form label span {font-weight:normal;}



#cforms3form ol.cf-ol li.textonly, #cforms22form ol.cf-ol li.textonly, #cforms18form ol.cf-ol li.textonly {font-weight:normal;text-transform:uppercase;}



#li-2-10 {padding-left:100px;}

#li-2-10 label{display:none;}



/* Formulario MKT Digital */



#cforms32form {width:550px;}

#cforms32form label.cf-group-after {width:90px;}

#li-32-6 {font-family:"Trebuchet MS",sans-serif;color:#aaaaaa;font-weight:bold;}



#cforms83form {float:none; margin:0 auto;}

#cforms84form {float:none; margin:0 auto;}



/* estilos personalizados */



#cformsform {

    margin: 0;

    position: relative;

    width: 163px;

}



/* contacto-vw-dietrich 86 */

#cforms86form { background: transparent none; }

#cforms86form label { font-family: Arial, Helvetica, sans-serif; font-size: 11px; width: 30%; }

#cforms86form label span { display: inline; color:black; font-weight: normal; }

#cforms86form input, #cforms86form select, #cforms86form textarea { width: 60%; }

#cforms86form .reqtxt, #cforms86form .emailreqtxt { width: 66%; text-align: right; } 

#cforms86form input.cf-box-a, #cforms86form input.cf-box-b { margin-right: 5px; width: 20px; }

#cforms86form label span.cf-group-after { clear: both; }

#li-86-1,

#li-86-3 ,

#li-86-14 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; color: black; background: #CCC none; padding: 10px; }



#cforms86form > ol { width: 410px; }



.privacidad {

	padding-top:30px;

}



.privacidad a {

	float:right; font-family: Arial, Helvetica, sans-serif; font-size: 10px;

}



#cforms100form label.cf-group-after{

	width:80px;

}



#li-100-6items{

	width:320px;

}
