/* CSS Document */

.class_frm {
	padding: 0px !important;
}
.class_frm .form-contact {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.class_frm .form-contact-left-2 {
	float: left;
	width: 45%;
	text-align: right;
}
.class_frm .form-contact-right-2 {
	float: right;
	width: 53%;
}
.class_frm td {
	padding: 0 0 10px 0 !important;
}
.class_frm .class_Error {
	/* Este se puede aplicar en la caja de texto o en el label*/
	color: #FF0000 !important;
	background: inherit;
	font-weight: bold;
	/*border:#FF0000 solid 1px;*/
}
.class_frm .class_labels {
	/* classe por defecto a todos los contenidos de texto */
	/*font-weight: bold;*/
}
.class_frm .class_labels:hover {
	cursor: pointer;
}
.class_frm .class_inputs {
	/* no contitien tipo de letra  ni tamaņo obetendra los estilos de el stylo madre*/		
	width: 100%;
	padding: 5px;
	margin: 3px 0 10px 0;
	border: #cbcbcb solid 1px;
	background-color: #FFF;
	-moz-border-radius: 4pxx;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url(border.htc);
	/*font-size: 14px !important;*/
	line-height: normal !important;
	color: #000000;
}
#input_cont .class_inputs {
	height: 100px;
}
/*eventos*/
.class_frm .class_inputs:hover {
	background: rgba(255, 255, 255, 0.3);
	border: rgba(56, 38, 34, 0.3) solid 1px;
	color: #666;	
}
.class_frm .class_inputs:focus {
	background: rgba(255, 255, 255, 0.6);
	border: rgba(56, 38, 34, 0.6) solid 1px;
	color: #333;
}

.class_frm .class_Button {
	/*background: #008dd4;
	background: -moz-linear-gradient(top, #008dd4 0%, #0070b6 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #008dd4), color-stop(100%, #0070b6));
	background: -webkit-linear-gradient(top, #008dd4 0%, #0070b6 100%);
	background: -o-linear-gradient(top, #008dd4 0%, #0070b6 100%);
	background: -ms-linear-gradient(top, #008dd4 0%, #0070b6 100%);
	background: linear-gradient(to bottom, #008dd4 0%, #0070b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008dd4', endColorstr='#0070b6', GradientType=0 );
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url(border.htc);
	border: 1px solid #004d93;*/
	background-color: #ea1414;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: none;
	color: white;
	padding: 10px 20px;
	margin: 10px 0 !important;
	/*font-weight: bold;*/
	cursor: pointer;
}
.class_frm .class_Button:hover {
	/*background: #0070b6;
	background: -moz-linear-gradient(top, #0070b6 0%, #008dd4 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #0070b6), color-stop(100%, #008dd4));
	background: -webkit-linear-gradient(top, #0070b6 0%, #008dd4 100%);
	background: -o-linear-gradient(top, #0070b6 0%, #008dd4 100%);
	background: -ms-linear-gradient(top, #0070b6 0%, #008dd4 100%);
	background: linear-gradient(to bottom, #0070b6 0%, #008dd4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070b6', endColorstr='#008dd4', GradientType=0 );
	border: 1px solid #008dd4;
	text-shadow: #004d93 1px 1px 0;*/
	background-color: #CC0000;
}
.class_frm .class_Button:active {
	background: #008dd4;
	color: #fff !important;
}
.class_frm img {
	padding: 5px !important;
	border: #cbcbcb solid 1px;
	background-color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url(border.htc);
}
#captcha_img {
	float: left;
}
.size_captcha {
	width: 100px !important;
	height: auto;
	padding: 5px !important;
	text-align: center;
}
#change-image {
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 5px !important;
}
.ima_fotos {
	width: auto;
	height: 32px !important;
	cursor: pointer;
}
#input_capt_key .class_inputs {
	width: 100px !important;
	text-align: center !important;
}

@media (min-width: 480px) {
	.class_frm .form-contact-left {
		float: left;
		width: 49%;
	}
	.class_frm .form-contact-right {
		float: right;
		width: 49%;
	}
	.class_frm .form-contact-full {
		
	}
	.class_frm .form-contact-left-2 {
		width: 49%;
	}
	.class_frm .form-contact-right-2 {
		width: 49%;
	}
}

@media (min-width: 640px) {
	.class_frm .form-contact {
		width: 480px;
	}
}

@media (min-width: 768px) {

}

@media (min-width: 990px) {

}

@media (min-width: 1200px) {

}
