<style>
.texto{
	font-size:14px;
	
	}
.label{
    font-size: 16px;
    /* color: white; */
    font-weight: 300;
	color: #919191;
	font-family:'Nunito', sans-serif;
}

.asunto{
	width: 95%;
    height: 30px;
    /*border-color: rgba(145, 145, 145, 0.55);*/
	color:#9191A2;
	}
	
.area{
	 color:#9191A2;
	/* border-color: rgba(145, 145, 145, 0.55);*/
	} 
	
.enviar{
	width: 22%;
	}
		
.boton_enviar {
	margin-bottom: 8%;
    margin-top: 10%;	
}

.estiloContenedor2{
	-moz-box-shadow: 0px 0px 13px -4px #000;
    -webkit-box-shadow: 0px 0px 13px -4px #000;
    box-shadow: 0px 0px 13px -4px #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: white;
    padding: 10px;
}
	.contenedor_iz{
	   width: 50%;
       float:left;
       
	}
    
    
    
    .contenedor_der{
	   width: 50%;
       float:right;
       
	}
    
    .contenedor_pq{
        width: 100%;
    }
    
    
  
	
</style>