
	.cabeceraa {
	margin-top: 30px;
	font-size: 20px !important;

	}
	.foter{
		font-weight: 600;
         color: #7E7E7E;
         font-size: 16px !important;
         margin-top: 14px;
	}
	.foter1{
		font-weight: 600;
         font-size: 16px !important;
	}
    .justufy{
    	text-align : justify;
    }
    .azul{
    	font-weight: 400;
        color: #0DB7C4;
    }
    .espacio{
        margin-bottom: 2cm;

    }

    .letras {
    padding: 5px;
    background: rgba(254, 249, 249, 0.32) none repeat scroll 0% 0%;
      border-radius: 5px 10px;
   }

   .formulario{
    font-weight: 400;
   }
   .formulario2{
    color: #666;
    font-weight: 400;
    font-size: 16px;
   }

   .policy{
    color: #666;
    font-weight: 700;
    font-size: 18px;
   }
   .centrar{
    text-align: center;
   }
   .enviar{
    background-color: #9B9090;
color: #FFF !important;
display: block;
font-family: "Open sans";
font-size: 14px;
font-weight: bold;
height: auto;
margin: 35px auto 20px;
min-width: 100px;
padding: 14px 30px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
width: auto;
border: medium none;
border-radius: 99px;
transition: all 0.4s ease 0s;
   }