/* CSS Document */

.class_frm {
	padding: 0px !important;
	font-size: 16px;
	line-height: normal !important;
	color: #fff !important;
	/*transition: all 0.5s ease !important;*/
}
.class_frm .form-contact {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.class_frm #msg_Contacto,
.class_frm .class_Error {
	/* Este se puede aplicar en la caja de texto o en el label*/
	/*background: inherit;*/
	line-height: normal !important;
	color: #FF0000 !important;
	/*font-weight: 700 !important;
	border:#FF0000 solid 1px;*/
}
.class_frm #msg_Contacto {
	text-align: center !important;
}
.class_frm .class_labels {
	/* classe por defecto a todos los contenidos de texto */
	font-weight: 400 !important;
	padding-bottom: 0 !important;
	margin-bottom: 3px !important;
}
.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: 8px;
	margin: 0 0 10px 0 !important;
	border: #212529 solid 1px;
	background-color: rgba(255,255,255,0.2);
	border-radius: 4px;
	behavior: url(border.htc);
	/*font-size: 14px !important;*/
	line-height: normal !important;
	color: #293a87;
}
#input_cont .class_inputs {
	height: 150px;
	/*transition: all 0.5s ease !important;*/
}
/*eventos*/
.class_frm .class_inputs:hover {
	background: rgba(255,255,255,0.6);
	border: rgba(0,0,0,0.3) solid 1px;
}
.class_frm .class_inputs:focus {
	background: rgba(255, 255, 255, 0.5);
	border: #293a87 solid 1px;
	color: rgba(0,0,0,0.7);
}

.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 );*/
	background-color: #212529;
	border-radius: 4px;
	border: #fcc215 solid 1px;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	padding: 10px 20px;
	margin: 10px 0 !important;
	/*font-weight: bold;*/
	cursor: pointer;
	/*text-shadow: rgba(0,0,0,0.3) 1px 1px 2px;*/
	transition: all 0.5s ease !important;
}
.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;*/
	background-color: #fcc215;
	border: #212529 solid 1px;
	color: #293a87;
}
.class_frm .class_Button:active {
	background: #293a87;
	border: #fcc215 solid 1px;
	color: #FFF;
}
.class_frm img {
	padding: 5px !important;
	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);
	border: #cbcbcb solid 1px;
}
.size_captcha {
	width: 100px !important;
	height: auto !important;
	padding: 5px !important;
	text-align: center;
}
.ima_fotos {
	width: auto !important;
	height: 32px !important;
	cursor: pointer;
	margin-left: 5px;
}
#input_capt_key .class_inputs {
	width: 100px !important;
	text-align: center !important;
}

@media (min-width: 576px) {  

}

@media (min-width: 640px) {

}

@media (min-width: 768px) {  

}

@media (min-width: 992px) { 
	.class_frm .form-contact {
		width: 75%;
	}
}

@media (min-width: 1200px) {  

}
