* {
	padding: 0;
	margin: 0;
}
		
		body{
			font-size:14px;
			
			background: #FFFFFF;/*gray*/

		}
		
		
		h1{
			text-align: right;
			margin-right: 2%;
			font-size: 28px;
			color:  #0000FF;/*white*/
			
		}

		
		
		

	#formu{
		/*clear: left;*/
		width: 100%;
	    max-width: 1000px;
	    margin: 0 auto;
		
		padding-bottom: 50px;
		background: #FFFFFF;/*blanco*/
	}

    #encab{
	background: white;
	border-bottom:6px solid #999999;
	margin-bottom: 20px;
     }
	 
	 #lineas{
     width: 100%;
     height: 10%;
     background: #73aa73;/*Darkgreen*/
   /* background: repeating-linear-gradient(
      45deg,#acff59;
      rgba(0, 0, 0, 0) 20px,
      rgba(0, 0, 0, 0) 40px,
      #DF6C4F 40px,
      #DF6C4F 60px
    );*/
	}

     #mensaje{
     	width: 30%;
     	background: #ffffff;
     	/*margin: 0 auto;*/
     	padding-bottom: 10px;
		font-size: 16px;
     	/*position: absolute;*/
     	float: right;
     	text-align: justify;
     	margin-right: 20px;
     }

    label{
		
    	margin-left: 1%;
    	padding-left: 10px; 
		color: #9ACD32;
		
    }
    
	.etiqueta{
		width: 90px;
		
		display: inline-block;
	}
   input{
			font-family: inherit;
			font-size: 100%;
			margin: 1%;
			height: 30px;
             width: 300px;
			-webkit-border-radius: 5px;
			-moz-border-radius:5px;
			}

	
    textarea{
		
		width: 400px;
		height: 200px;
    	margin:4% 0 0 7%;
    	font-family: inherit;
		font-size: 100%;
		rows:10;
		cols:80;	

			-webkit-border-radius: 5px;
			-moz-border-radius:5px;
    	/*width:340px;
    	height:300px;
    	resize:none;
    	overflow:auto;*/
    }

#submit{
     margin:7%;
   
	 width: 150px;
	 height: 40px;
     border-radius: 5px;
     border: 2px solid;
     border-top-color: #ffffff;
     border-left-color: #A9A9A9;
     border-right-color:#A9A9A9;
     border-bottom-color: #A9A9A9;
	 background: #4040ff;
	 font-size: 16px;
	 font-weight: bold;
	 color: white;
	}
     
   #submit:hover{
     background: #262693;
	}  

	
	
	
	
	
	
	
	
	
	@media screen and (max-width: 500px){
		
		
	#encab img{
     width: 250px;
	 height: 50px;
	}		
		
		
		 input{
			
			
             width: 260px;
			
			}
		
		
		textarea{
		
		width: 350px;
		height: 200px;
    	
    }
		
		
		

		#mensaje{
     	width: 90%;
     	background: #ffffff;
     	/*margin: 0 auto;*/
     	padding-bottom: 10px;
		font-size: 16px;
     	/*position: absolute;*/
     	
     	text-align: justify;
     	margin-right: 20px;
     }
		
		#info {
			display: none;
		}
		
		
	}