/* CSS Document */

.class_frm {
	padding: 0px !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal !important;
	color: #0b0c0e !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;*/
	font-size: 12px;
	line-height: normal !important;
	color: #FF0000 !important;
	font-weight: 700 !important;
	/*border:#FF0000 solid 1px;*/
}
.class_frm .class_labels {
	/* classe por defecto a todos los contenidos de texto */
	font-size: 12px;
	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: 5px;
	margin: 0 0 5px 0 !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);
	/*font-size: 14px !important;*/
	line-height: normal !important;
	color: #000000;
}
#input_cont .class_inputs {
	height: 100px;
	transition: all 0.5s ease !important;
}
/*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 );*/
	background-color: #333333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url(border.htc);
	border: 0px solid #004d93;
	color: #fff;
	font-weight: 700;
	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: #000000;
}
.class_frm .class_Button:active {
	background: #999999;
	/*color: #fff !important;*/
}
.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: 16px !important;
	cursor: pointer;
	margin-left: 0;
}
#input_capt_key .class_inputs {
	width: 100px !important;
	text-align: center !important;
}