.input-background
{
    background-color: #ededed;
    border-width: 0px 0px 2px 0px;

  -webkit-box-shadow: none;
  box-shadow: none;

}
#menu {
  text-align: center;
}
.content-contacto
{
    margin-left: 10%;
    margin-right: 10%;
}
.contacto-texto
{
    /*width: 100%;*/
}
.contacto-form
{
    /*width: 100%;*/
}

.contacto-titulo h1
{
    color: #0096d5;
    font-size: x-large;
    text-align: center;
}
.contacto-titulo p
{
    text-transform: uppercase;
    font-size: large;
    text-align: center;
}
.contacto-texto h3
{
    font-size: medium;
}
.contacto-texto h3
{
    color: #0096d5;
}
.italic {
    font-style: italic;
}
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
/*#nombreContacto {
    padding-left: 30px;
}
#nombre-label {
    position: relative;
}
#nombre-label:before {
    color: #666;
    content:"\f007";
    font-size: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 5px;
}


#emailContacto {
    padding-left: 30px;
}
#email-label {
    position: relative;
}
#email-label:before {
    color: #666;
    content:"\f0e0";
    font-size: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 5px;
}
#mensajeContacto {
    padding-left: 30px;
}
#message-label {
    position: relative;
}
#message-label:before {
    color: #666;
    content:"\f0e5";
    font-size: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 5px;
}*/
