DIV.center-column-content {
	border: solid #B2B2B2 1px;
	background-color: #FFFFFF;
}

/* ##################################################################### */
/*                                   					TITULO DE LA SECCION																		*/
/* #####################################################################*/

DIV.heading {
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 18px;
	color: #5B732C;
	text-align: left;
	/*padding: 0px 0px 20px 5px;*/
}


/* ##################################################################### */
/*                                   					FORMULARIO DE CONTACTO																*/
/* #####################################################################*/
DIV.search-title.contacto{
	/*width:480px;
	background-color:#BBBBBB;*/
	width:462px;
	margin:0px auto;
  	color: rgb(200, 200, 200);
  	font-weight: bold;
  	text-transform: uppercase;
	background-color:#fff;	
}
DIV.search-title.contacto H1{
	font:bold 18px Trebuchet MS;
	color: #5B732C;
	padding:10px;
	border-bottom: solid 2px #c3d1b2;
}
DIV.contact-form-row {
		width: 100%;
		padding: 0px 0px 10px 0px;
}


DIV.contact-form-label {
	width: 140px;
	float: left;
	text-align: right;
	padding: 2px 10px 0px 0px;
	color: #5B732C;
	line-height:12px;
	
}

A.linkDiscreto{
	padding: 2px 10px 0px 0px;
	color: #5B732C;
	text-decoration:none;
}
	
A.linkDiscreto:hover{
	text-decoration: underline;
}

DIV.contact-form-captcha{
	position:relative;
	top:0px;
}

DIV.contact-form-field {
	float: left;
	text-align: left;
}

DIV.contact-form-field INPUT.text, DIV.contact-form-field SELECT {
	width: 320px;
	border: solid silver 1px;
}

DIV.contact-form-field SELECT {
    color: #5B732C;
	font:11px verdana,arial,helvetica,sans-serif;
}

DIV.contact-form-field TEXTAREA {
	width: 315px;
	height: 150px;
	border: solid silver 1px;
}

DIV.contact-form-row DIV.buttons {
	text-align: right;
	width: 215px;
	float: right;
	padding-right: 20px;
}

DIV.mandatory-fields-speech {
	font-size: 10px;
	color: #5B732C;
	float: right;
}

INPUT.send-button, INPUT.cancel-button {
	background-position: left center;
	background-repeat: no-repeat;
	border: 0px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
 	color: #829A4E;
 	width: 97px;
	height: 20px;
}

INPUT.send-button {
 	background-image: url('../images/contact_btn.gif');
	/*padding: 2px 40px 8px 57px;*/
	padding: 0px 0px 2px 18px;
	
}

INPUT.cancel-button {
	background-image: url('../images/cancel_btn.gif');
	/*padding: 2px 10px 8px 25px;*/
	padding: 0px 0px 2px 15px;
}

/*=================== VARIOS DESTINATARIOS ===============================*/

DIV.recipients {
	background-color: #FFFFFF;
	/*height: 200px;*/
	max-height: 115px;
	width: 320px;
	text-align: left;
	border: solid silver 1px;
	opacity: .9;
	filter: alpha(opacity=90);
	overflow-y: auto;
	overflow-x: hidden;
	color: #888888;
}

/*=================== MAIL ENVIADO CON EXITO ===============================*/

DIV.message-sent-ok {
		width: 100%;
		padding: 20px 10px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: green;
}

DIV.message-sent-ok A.goback {
	 	background-image: url('../images/goback_btn.gif');
	 	background-position: left;
		background-repeat: no-repeat;
		border: 0px;
		line-height: 20px;
		font-size: 11px;
		font-weight: bold;
	 	color: #829A4E;
	 	width: 96px;
		height: 20px;
		padding: 4px 20px 5px 35px;
		text-decoration: none;	
}


/*=================== MENSAJES ===============================*/

DIV.messages {
	font-weight: bold;
	height: auto;
	width: 100%;
	text-align: center;
	opacity: .9;
	filter: alpha(opacity=90);
	overflow-y: auto;
	overflow-x: hidden;
}
DIV.sending_mail {
    text-align: center;
    display:none;
    font-size: 12px;
    font-weight: bold;
    color: #829A4E;
    float:right;
    width: 180px;
    height: 24px;
    padding-right: 20px;
    line-height: 20px;
    padding-left:35px;
}
DIV.sending_mail IMG{
    float:left;
}
DIV.sending_mail P{
   margin:3px 0 5px 35px;
   text-align:left;
}