/* Importación de fuentes de google fonts */ 
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);


body{
	height: 100%; 
	font-family: 'Noto Sans', sans-serif;
}

#radio{
	margin-bottom: 10px;
	input{
 	  	width: auto;
  	  	height: 20px;
 	  	position: relative;
  	  	float: left;
  	  	margin-right: 20px !important;
  	  	margin-top: 2px !important;
   	 	margin: 0;
	}
}

fieldset{
	padding: 20px !important;
	margin-bottom: 40px !important;
}

.contact_form{	
	width: 100%; 
  	height: auto;
  	margin: 50px auto;
	border-radius: 10px;  
	padding-bottom: 20px;  
  	background-color: #fbfbfb; 
  	padding-left: 50px;
  	padding-right: 50px; 
	border-radius: 20px; 20px; 20px; 20px; 
}


input{
	background-color: #fbfbfb; 
	width: 100%; 
	height: 40px; 
	border-radius: 5px;  
	border-style: solid; 
	border-width: 1px; 
	border-color: #002337; 
	margin-top: 10px;  
	padding-left: 10px;
  margin-bottom: 20px; 
}
textarea{
  background-color: #fbfbfb; 
	width: 100%; 
	height: 150px; 
	border-radius: 5px;  
	border-style: solid; 
	border-width: 1px; 
	border-color: #002337; 
	margin-top: 10px;  
	padding-left: 10px;
  margin-bottom: 20px; 
  padding-top: 15px; 
}

label{
  float: center; 	
  font-weight: 600;	
}
button{
	height: 45px; 
	padding-left: 5px;
	padding-right: 5px; 	
	margin-bottom: 20px; 
	margin-top: 10px; 	
	text-transform: uppercase;
	background-color: #002337; 
	color: #ffffff;
	border-style: solid; 
	border-radius: 10px;	
	width: 100%;   
  cursor: pointer;
}


button p{
	color: #fff; 
}


span{
	color: #002337; 
}


.aviso{
	font-size: 13px;  
	color: #0e0e0e;  
}


h1{
	font-size: 25px;  
	font-weight: 600;
	text-align: center; 
	padding-top: 20px;
	padding-bottom: 20px; 
	color: #002337;
}


h3{
	font-size: 16px; 
	padding-bottom: 10px;
	color: #0e0e0e;   
}


p{
	font-size: 14px; 
	color: #0e0e0e; 
}


::-webkit-input-placeholder {
 color: #a8a8a8;
}


::-webkit-textarea-placeholder {
 color: #a8a8a8;
}


.formulario input:focus{
	outline:0;
	border: 1px solid #F28705;
}


.formulario textarea:focus{
	outline:0;
	border: 1px solid #F28705;
}
