@charset "UTF-8";
/* CSS Document */



/*CONTACTO*/	
#contact_form {
	margin:85px 0 0 0px;
	display: block;
	padding: 10px;
	width: 80%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 15px 15px;
	position: relative;
}
#contact_form p {
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	text-align: center;
	margin-top: 5px;
}
#contact_form h1 {
	margin-top:0px;
	text-align: center;
	color:rgba(0,0,0,1.00);
	font-family: "Verdana", Segoe, Segoe UI, DejaVu Sans, Trebuchet MS;
	font-size: 16px;
}
input#check_informacion {
	color: #273543;
	width: 20px;
}
input#check_celular {
	color: #273543;
	width: 20px;
	margin: 0 0px 0 0px;
	font-size: 9px;
}
input#check_telefono {
	color: #273543;
	margin: 0 0px 0 0px;
	width: 20px;
}
label {
	margin-top:0px;
	display: block;
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 12px;
	padding: 3px 3px;
	font-family: Verdana;
	font-weight:bold;
}
#asunto_label {
	width: 200px;
	height: 30px;
	background: #FFFFFF;
	border: 2px solid #CCC;
	padding: 7px;
	margin-top: 5px;
	font-size: 10px;
	color: #333;
}
input, textarea {
	width: 90%;
	height: 10px;
	background:#FFFFFF;
	border: 2px solid #CCC;
	padding: 7px;
	margin-top: 5px;
	font-size: 10px;
	color:rgba(0,0,0,1.00);
}

/* all */
::-webkit-input-placeholder { color:#9B9B9B; }
::-moz-placeholder { color:#9B9B9B; } /* firefox 19+ */
:-ms-input-placeholder { color:#9B9B9B; } /* ie */
input:-moz-placeholder { color:#9B9B9B; }



textarea {
	height: 60px;
}
.submit {
	color: #fff;
	width: 85px;
	height: 45px;
	border: none;
	cursor: pointer;
	font-weight:bold;
	background:rgba(0,180,35,1.00);

	
}


 
        .errores{
            -webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
			
			
			background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



            color: #000;
            display: none;
            font-size: 12px;
			text-align:center;
            margin-top: 0px;
            margin-left: 160px;
            padding: 10px;
            position: absolute;
			width:100px;
			z-index:900;
        }
		
.advertencia{
	width:27px;
	height:38px;
	position:absolute;
	margin:-22px 0px 0 -27px;}	
	
	
	
	/*FIN-CONTACTO*/
	
	
	
	
@media screen and (min-width:768px) and (max-width:1023px) {
	
	
	
	
	
#contact_form_2 {
	padding:80px 0 0 0;
	margin:0px auto;
	display: block;
	width: 60%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 15px 15px;
	text-align:center;
	
}

#contact_form_2 h1 {
	margin-top:0px;
	text-align: center;
	color:rgba(0,0,0,1.00);
	font-family: "Verdana", Segoe, Segoe UI, DejaVu Sans, Trebuchet MS;
	font-size: 16px;
}


input, textarea {
	border: 2px solid #CCC;
	
}

#submit {
	margin: 10px 0 0 0px;
}



 
        .errores2{
            -webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
			
			
			background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



            color: #000;
            display: none;
            font-size: 12px;
			text-align:center;
            margin-top: 0px;
            margin-left: 360px;
            padding: 10px;
            position: absolute;
			width:100px;
			z-index:900;
        }
		
.advertencia2{
	width:27px;
	height:38px;
	position:absolute;
	margin:-22px 0px 0 -27px;}
	
	
	
	
	
	}		
	
	
/*FIN-CONTACTO*/
	
	@media screen and (max-width:400px) {
		
		
		

#contact_form_2 {

	padding:60px 0 0 0;
	margin:0px auto;
	display: block;
	width: 80%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 15px 15px;
	text-align:center;
}

#contact_form_2 h1 {
	margin-top:20px;
	text-align: center;
	color:rgba(0,0,0,1.00);
	font-family: "Verdana", Segoe, Segoe UI, DejaVu Sans, Trebuchet MS;
	font-size: 16px;
}

input, textarea {
	border: 2px solid #CCC;
	
}


#submit {
	margin: 10px 0 0 0px;
}






   .errores2{
            -webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
			
			
			background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



            color: #000;
            display: none;
            font-size: 12px;
			text-align:center;
            margin-top: 0px;
            margin-left: 170px;
            padding: 10px;
            position: absolute;
			width:100px;
			z-index:900;
        }
		
.advertencia2{
	width:27px;
	height:38px;
	position:absolute;
	margin:-22px 0px 0 -27px;}
		
		
		
/*FIN-CONTACTO*/		
		
		
		}
		
		
		
		
	@media screen and (min-width:401px) and (max-width:767px) {
		
		
		
		
		
		#contact_form_2 {
	
	padding:60px 0 0 0;
	margin:0px auto;
	display: block;
	width: 80%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 15px 15px;
	text-align:center;
	
	
}

#contact_form_2 h1 {
	margin-top:20px;
	text-align: center;
	color:rgba(0,0,0,1.00);
	font-family: "Verdana", Segoe, Segoe UI, DejaVu Sans, Trebuchet MS;
	font-size: 16px;
}



input, textarea {
	border: 2px solid #CCC;
	
}



#submit {
	margin: 10px 0 0 0px;
}

		
		
		.errores2{
            -webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
			
			
			background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



            color: #000;
            display: none;
            font-size: 12px;
			text-align:center;
            margin-top: 0px;
            margin-left: 170px;
            padding: 10px;
            position: absolute;
			width:100px;
			z-index:900;
        }
		
.advertencia2{
	width:27px;
	height:38px;
	position:absolute;
	margin:-22px 0px 0 -27px;}
		
		
		
		}		