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



#Formulario {
   width: 300px; 
   margin: 10px 5px; 
   padding: 10px 5px;
   background: #eee; 
   border: 1px solid #e1e1e1;
   -moz-box-shadow: 0px 0px 5px #FFFFFF;
   -webkit-box-shadow: 0px 0px 5px #FFFFFF;
   border-radius: 5px; 
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   }

h1 {
   font-size:16px; 
   color: #E84E1B; 
   text-transform: uppercase;
   text-align: center; 
   margin: 0 0 0 0; 
    font-family:"AvenirNext LT Pro Regular";
   text-shadow: 0px 0px 0px #f2f2f2;
   }

.label {
   float: left; clear: left;
   margin: 5px 5px 0 0; 
   width: 10px;
   text-align: right; 
   font-family:"AvenirNext LT Pro Regular";
   font-size: 14px; 
   color: #445668;
   text-transform: uppercase; 
   text-shadow: 0px 0px 0px #f2f2f2;
   
   }
   
   

.input {
	alignment-adjust:central;
   width: 280px; 
   height:30px; 
   background-color:rgba(255,255,255,1);
   color:rgb(0,0,0);
   font-family:"AvenirNext LT Pro Regular";
   font-size:16px;
   font-weight:600;
   background: -moz-linear-gradient(top, rgb(0,0,0)) 0%, rgb(255,153,0) 20%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF color-stop(20%,rgb(0,0,0)); /* webkit */
 
   -moz-border-radius: 50px; 
   -webkit-border-radius: 50px;
   -moz-box-shadow: 0px 1px 0px #000000;
   -webkit-box-shadow: 0px 1px 0px #f2f2f2;

   }
 
  

input::-webkit-input-placeholder  {
   color: rgb(0,0,0); 
   text-shadow: 0px -1px 0px #FFFFFF; 
   text-transform:capitalize;
   }
   
input:-moz-placeholder {
   color: #ddd; 
   text-shadow: 0px -1px 0px rgb(232,78,27); 
   text-transform:capitalize;
   }

.textarea {
   width:300px; 
   height:200px; 
   padding: 0px 0px 0px 0px; 
   margin: 0 0 0 0;
   background: #5E768D;
   background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(255,255,255) 20%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(20%,rgb(255,255,255)); /* webkit */
   border-radius: 0px; 
   -moz-border-radius: 0px; 
   -webkit-border-radius: 5px;
   -moz-box-shadow: 0px 1px 0px #f2f2f2;
   -webkit-box-shadow: 0px 1px 0px #f2f2f2;
   font-family: "AvenirNext LT Pro Regular"; font-size: 16px;
    color: #f2f2f2; 
   text-transform: uppercase; 
   text-shadow: 0px -1px 0px #334f71;
   resize:none;
   }
   
textarea::-webkit-input-placeholder  {
   color: #ddd; 
   text-shadow: 0px -1px 0px #38506b; 
   text-transform:capitalize;
   }

textarea:-moz-placeholder {
   color: #ddd; text-shadow: 0px -1px 0px #38506b; 
   text-transform:capitalize;
   }

input:focus, textarea:focus {
	background: #728eaa;
	background: -moz-linear-gradient(top, #204c5c 0%, #406c7c 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#204c5c), color-stop(20%,#406c7c)); /* webkit */
	-webkit-box-shadow: 5px 0px;
   }

input[type=submit]{
   width: 100px; 
   height: 52px; 
   float: right; 
   padding: 10px 15px; 
   margin: 0 15px 0 0;
   -moz-box-shadow: 0px 0px 5px #999;
   -webkit-box-shadow: 0px 0px 5px #999;
   border: 1px solid #556f8c;
   background: -moz-linear-gradient(top, #002c3c 0%, #204c5c 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002c3c), color-stop(100%,#204c5c)); /* webkit */
   cursor: pointer;
   }

input[type=submit]:hover {
	width: 100px;
	height: 52px;
	float: right;
	padding: 10px 15px;
	margin: 0 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#204c5c), color-stop(100%,#406c7c)); /* webkit */
	cursor: pointer;
	vertical-align: central;
	text-align: center;
   }
   
 .boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:0px;
        width:160px;
        height:30px;
       }

f1{
	font-family:Generica;
	 font-size:30px;  
}
