@charset "utf-8";

/*----Formulario---*/

.contacto {
	float:left;
	margin:0 30px 0 20px;
	background:#236B8F url(../images/grey_bottom.gi) 0 100% no-repeat;
	width:60%;
	padding-top:5px;
	border:1px solid #67ADCF;
	}
	
.contacto .title_reply {
	font-size:11px;
	padding:8px 14px;
	background:#dfe6ee url(../images/grey_top1.gi) 0 0 no-repeat;
	}
	
.contacto_top {
	padding:0px 14px 15px 14px;
	background:transparent url(../images/grey_top.gi) 0 0 no-repeat;
	}

.formulario { margin-top:10px;}

.title_reply span.blue {color:#068dfe; font-weight:bold;}
.title_reply span.grey {color:#3c454f; font-weight:bold;}
.title_reply span {color:#b4c4d7;}

.block_text {padding:12px 14px 19px 14px;}

.reply table {width:562px;}

.tit_campo {font-size:11px; padding:6px 0 3px 0; color:#C2E0EF;}

.formulario .inp1 {background:#ffffa0; width:173px;}
.formulario .input {background:#fff; width:150px;  border:1px solid #B3DBEF;}
.formulario textarea {width:99%; background:#fff; margin-bottom:15px;  border:1px solid #B3DBEF; }

h3 {color:#C2E0EF;}

.right {float:left; width:230px; height:350px; padding:20px; border-left: 1px solid #67ADCF; margin-top:10px;}
/*----/Formulario---*/


