#formulario1{
border: #E2E2E2;
  
}


#titulo1{
font-family: "Palatino Linotype", serif;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
text-align: center;
color: #2c4c74;; 
}

#texto_nombre{
  font-family: "font2";
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
  height: 40px;
  
}

#texto_consulta{
  font-family: "Palatino Linotype", serif;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #2c4c74;
  height: 160px;
  width: 100%;

}

#imgcontactenos {
overflow:hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 15px;
    //border:3px solid #2c4c74;
    -/display:inline-block;
 
}

#caja{
	margin-top: 5px;
}

#tit1{
color: #ff7878; 
font-family: "Palatino Linotype", serif;
font-weight: bold;	
font-size: 26px;
	margin-top: -10px;
    text-align:right;

}

#mapa, iframe,#mapa2 {
    width: 100%;
    height: 360px;
    margin: 0;
    padding: 0;
 
}


#cont_contact{
	margin-left: 5px;
	margin-right: 5px;
	
}

section {
  padding: 50px 0;
}

.blue h3{
   text-align: center;
    padding: 2px;
}
.fa fa-facebook {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 60px;
	
}

tit2{
 font-family: "font1";
  font-weight: bold;
  font-size: 30px;
  color: #000070;
   text-align: left;
}
tit3{
 font-family: "font2";
  font-weight: bold;
  font-size: 25px;
  color: #000070;
   text-align: left;
}
@font-face {
    font-family:font1;
    src: url(../fonts/ChopinScript.ttf);
    font-weight: bold;
}

@font-face {
    font-family:font2;
    src: url(../fonts/Chunkfive.ttf);
    font-weight: bold;
}

#formulario{
    padding: 20px;
}
#texto_nombre:Hover,#texto_consulta:Hover{
    background-color:#f6f1ed;
	
}
