/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 240px;
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }

select {	border: 1px solid black; width:155px; }
select.checkbox { border: none }
select:focus { border: 1px dotted black; }
select.error { border: 1px dotted red; }



form.cmxform .gray * { color: gray; }


.cmxform fieldset p.error label { color: red; }
div.container {
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.container { display: none }
.container label.error {
	display: inline;
}
form.cmxform { width: 30em; }
form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}
#commentForm { width: 240px; }
#commentForm label { width: 55px; }
#commentForm label.error, #commentForm input.submit { margin-left: 0 px; width: 240px;} 

form.cmxform fieldset {
	margin-bottom: 10px;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label { width: 50px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 0px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 0px;
	width: 240px;
}

#DivFormSolicitud input{
	width:155px;
	border:1 solid #464340;
}
#DivFormSolicitud select{
	width:157px;
	border:1 solid #464340;
}
#DivFormSolicitud textarea{
	width:230px;
	border:1 solid #464340;
}
#DivFormSolicitud label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#464340;
}
#DivFormSolicitud label.error {
	font-size:16px;
	color:#F00;
	font-weight:bold;
}
.politica{
	font-size:11px;
	color:#000000;
}
.politica a{
}