

/* Telefono de CAC */
div.cac-phone {
	float: right;
	margin: -100px 10px 0px 0px;
	width: 225px;
}
div.cac-phone p {
	display: none;
}


/* Form styles */

div.htmlcontent h1 {
	margin-left: 180px;
}

form.form-contact {
	margin-left: 180px;
	margin-right: 80px;
}

form.form-contact p {
	padding: 5px;
	margin: 0;
	float: left;
	clear: both;
	background: #cddbe6;
	margin-bottom: 5px;
}
form.form-contact p.withoutbg {
	background: none;
}

form.form-contact p span {
	margin: 0px 0px 0px 5px;
}
form.form-contact label {
	float: left;
	width: 120px;
	font-weight: bold;
	padding-right: 5px;
}
form.form-contact label.error {
	color: #f00;
	width: auto;
}
form.form-contact span.checkbox label {
	float: none;
	width: auto;
}
form.form-contact span.checkbox input {
	margin-right: 5px;
	vertical-align: middle;
}

form.form-contact label.checkbox {
	float: none;
	width: auto;
}
form.form-contact label.checkbox input {
	margin-right: 5px;
	vertical-align: middle;
}

form.form-contact input {
	border: 1px solid #bbbbbb;
	font: normal 1.1em Arial;
	padding: 1px;
}
form.form-contact input[type="submit"] {
	width: 130px;
	font: bold 1em Arial;
	padding: 3px 0px 4px 0px;
	cursor: pointer;
	border: none;
	background: url(form/bg-btnsubmit.png) no-repeat;
	text-align: center;
}
form.form-contact textarea {
	border: 1px solid #bbbbbb;
	font: normal 1.1em Arial;
	padding: 2px 1px;
}


/* Required fields info */
div.requiredtext {
	float: right;
	margin-right: 8px;
	position: relative;
}
div.requiredtext span {
	margin: 0;
}





/* --------------------------------------- */
/*  Bloque de Mensajes  */
/* --------------------------------------- */
div.messagesControl
{
	margin: 0 0 10px 0;
	border: 1px solid #aaa;
	background: #eee;
	min-height: 65px;
}
* html div.messagesControl { height: 65px; }

div.messagesControl h2
{
	border-bottom: 1px solid #aaa;
	background: #485178;
	color: #000;
	font-weight: bold;
	padding: 3px 0px 3px 7px
}
div.messagesControl h2 button
{
	float: right;
	border: none;
	background: url(form/close-icon.png) no-repeat center center;
	width: 15px;
	height: 15px;
	cursor: pointer;
	
	margin: -1px 2px 0px 0px;
}
div.messagesControl h2 button span
{
	display: none;
}
div.messagesControl ul
{
	margin: 10px 10px 10px 65px;
	list-style-type: disc;
}
div.messagesControl ul li
{
	color: #000;
	margin: 0px 0px 10px 0px;
}

/* Mensajes de error */
div.errorMessages
{
	background: #eee url(form/error.png) no-repeat 6px 26px;
}
div.errorMessages h2
{
	background: #485178;
	color: #fff;
	display: block !important;
}
/* Mensajes de advertencia */
div.warningMessages
{
	background: #eee url(form/warning.png) no-repeat 6px 26px;
}
div.warningMessages h2
{
	background: #485178;
	color: #fff;
}
/* Mensajes de informacion */
div.infoMessages
{
	background: #eee url(form/info.png) no-repeat 6px 26px;
}
div.infoMessages h2
{
	background: #485178;
	color: #fff;
}

