div.wpcf7 {
	margin: 0;
	padding: 0;
}

.form_float_l{
	margin-bottom: 5px;
}

.form_float_l_diez{
	margin-bottom: 5px;
}

.form_float_r{
	margin-top: 10px;	
	margin-bottom: 5px;
}

.short_left{
	float:left;
	width: 245px;
}

.short_left_ref{
	float:left;
	width: 185px;
}

.short_left_num{
	float:left;
	width: 50px;
	margin-left: 10px;
}

.short_left_desc{
	float:left;
	width: 185px;
	margin-left: 10px;
}

.short_right{
	margin-left: 10px;
	float:left;
	width: 245px;
}

.top_margin{
	margin-top: 10px;
}

div.wpcf7 input{
	border: 1px solid #d0d0d0;
	background: #d0d0d0;
	font: 12px Arial, Verdana, Sans-Serif;
	color: #000;
	margin: 0 !important;
	padding:  2px 0 2px 0;
	height: 14px;
}

div.wpcf7 input.campo{
	width: 498px;
}
div.wpcf7 input.campo_corto{
	width: 243px;
}
div.wpcf7 input.campo_corto_ref{
	width: 183px;
}
div.wpcf7 input.campo_corto_num{
	width: 48px;
}

div.wpcf7 textarea.campo_texto{
	border: 1px solid #d0d0d0;
	background: #d0d0d0;
	font: 12px Arial, Verdana, Sans-Serif;
	color: #000;
	margin: 0 !important;
	padding:  2px 0 2px 0;
	width: 498px;
}

div.wpcf7 textarea.campo_texto_alto{
	height: 200px;
}

div.wpcf7 textarea.campo_texto_bajo{
	height: 50px;
}

div.wpcf7-response-output {
	margin: 15px 0px 10px;
	padding: 3px 5px;
	font-family: Verdana, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	 
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #c00;
}

div.wpcf7-spam-blocked {
	border: 2px solid #c00;
}

div.wpcf7-validation-errors {
	border: 2px solid #c00;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: -2px;
	left: 4px;
	z-index: 100;
	width: 280px;
	color: #c00;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

div.wpcf7 #submit {
	font-weight:bold;
	margin: 2px 0 5px 0;
	float: right;
	border: 2px solid #b30005;
	background: #b30005;
	color: #fff;
	height:22px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

