/* 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;
  background-color: #FFFFFF; 
}

.contact_form{  
  width: 460px; 
  height: auto;
  margin: 10px auto;
  border-radius: 10px;  
  padding-top: 10px;
  padding-bottom: 10px;  
  background-color: #ffffff; 
  padding-left: 10px; 
}

input{
  background-color: #fbfbfb; 
  width: 408px; 
  height: 20px; 
  border-radius: 5px;  
  border-style: solid; 
  border-width: 1px; 
  border-color: #0080C0; 
  margin-top: 10px;  
  padding-left: 10px;
  margin-bottom: 10px; 
}

textarea{
  background-color: #fbfbfb; 
  width: 405px; 
  height: 60px; 
  border-radius: 5px;  
  border-style: solid; 
  border-width: 1px; 
  border-color: #0080C0; 
  margin-top: 10px;  
  padding-left: 10px;
  margin-bottom: 10px; 
  padding-top: 10px; 
}

label{
  display: block; 
  float: center;  
}

button{
  height: 40px; 
  padding-left: 5px;
  padding-right: 5px;   
  margin-bottom: 20px; 
  margin-top: 10px;   
  text-transform: uppercase;
  background-color: #ab4493; 
  border-color: #0080C0; 
  border-style: solid; 
  border-radius: 10px;  
  width: 420px;   
  cursor: pointer;
}

button p{
  color: #fff; 
}

span{
  color: #ab4493; 
}

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

h1{
  font-size: 24px; 
  padding-bottom: 10px;
  color: #0000A0; 
}

h3{
  font-size: 18px; 
  padding-bottom: 1px;
  color: #1EA01B;   
}

p{
  font-size: 12px; 
  color: #0000A0;
  font-weight: 700; 
}
.formulario input:focus{
  outline:0;
  border: 1px solid #97d848;
}

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

.header{background:repeat-x scroll left top transparent; height:1px; margin-left:auto; margin-right:auto; width:960px;}
#logo{float:left; margin-right:10px; margin-top:1px;}
#menu{margin-top:10px;}
.menu, .menu *{float:right; list-style:none outside none; margin:10px; padding:0;}
.menu a{text-decoration:none; color:#0000FF; border-bottom:1px solid #d3d4d6; transition:color 0.1s linear; -moz-transition:color 0.1s linear; -webkit-transition:color 0.1s linear; -o-transition:color 0.1s linear;}
.menu a:hover{color:#24E50B;}
.text_imput {color:#0080C0; font-size: 14px }