body {margin: 0px;}
#encabezado{
height:20%;
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:15px;
color:#000;
background-color:#E3DCDA;
margin:0;
border:1px solid #D5CCCA;
padding:1%;
border:2px solid #D5CCCA;
}

#cabecera{
display:block;
list-style-type: none;
margin: 0;
padding: 0;
background-color:#E3DCDA;
width:100%;
text-align: left;
height:100%;
}
#cabecera li{
border:1px solid #D5CCCA;
display:inline;
background-color:#E3DCDA;
width:33%;
margin: 0 10px 0 0;
padding:1%;
}
#cabecera li a{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color:black;

}
#cabecera li:hover{
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color:white;
background-color:#AFACAB;
}
#cabecera li a:hover{
color:white;
}
#contenido{
height:60%;
width:100%;
font-family:Arial, Helvetica, sans-serif;
color:black;

}
#container
{
/*position: absolute;
height:60%;
width:100%;*/
top: 50%;
left: 50%;
border: 3px solid black;
/*width: 400px;
height: 300px;
margin-left: -200px;
margin-top: -150px;*/
border-radius: 20px;
box-shadow: 2px 2px 10px #4a4a4a;  
  
}
#pie{
height:20%;
width:100%;
/*position: absolute;*/
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:15px;
color:#fff;
/* background-color:#528431; */
background-color:#E3DCDA;
text-align:center;
margin-left:0;
margin-right:0;
border:1px solid #D5F6B1;
margin-top:1%;

}
#pie a{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:15px;
color:black;
}
/*.set{
width:50%;
height:100%;
margin-left:25%;
margin-top:2%;
margin-bottom:5%;
border:1px solid black;
-webkit-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
}*/
/*.form{
display:inline;
text-align:right;
width:45%;
float:left;
}
.input{
display:inline;
width:30%;
float:left;
margin-left:35%;
}
.input:hover{
-webkit-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
}
.boton{
display:block;
float:left;
margin-left:45%;
border-color: #000;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
background-color: #E3DCDA
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
border: 1px solid #000000;
padding: 2%;
border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}*/
.boton:hover{
-webkit-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
}
#texto2-pie{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000;
  text-align: center;
}
#texto2-pie a{
text-decoration:none;
text-align: center;
}
.texto-pie{
    padding-top: 5px;
    padding-left: 45%;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}
.icono{
	width: 32px;
	height: 32px;
}
.logo{
	text-align: center;
}
#negativa{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: red;
}

.button-login {
    background: #3a6999;
    color: #f2f2f2;
    border-radius: 5px;
    position: relative;

    height: 34px;
        border-bottom-width: 0px;
        border-top-width: 0px;
  }


.button-login:before {
    font-family: FontAwesome;
    content:"\f007";
    position: absolute;
    top: 11px;
    left: 7px;
    transition: all 200ms ease;
    font-size: 18px;
  }
