#footer{
	margin: auto;
	bottom: 0;
	width: 100%;
	height: 32px;
	padding-bottom: 16px;
	background: #FFFFFF;
	border-top: 2px solid #A9BCF5;
	z-index:2000;
	color: #000000;
	font-size: 14px;
}



#head{
	top: 5px;
	margin: auto;
	width: 100%;
	position: fixed;
	height: 40px;
	padding-bottom: 16px;
	background: #FFFFFF;
	border-bottom: 2px solid #A9BCF5;
	color: #000000;
	font-size: 14px;
}

#buscador{  
	margin-right: 20px;
	float:right;    
	color:#000;
	font-size:16px;
}

#usuario{  
	margin-left: 20px;
	margin-top: 6px;
	float:left;    
	color:#000;
	font-size:16px;
}
#usuario2{  
	margin-left: 30px;
	margin-top: 6px;
	float:left;    
	color:#000;
	font-size:16px;
}

#panel_usuario{  
    position: relative;
    left: 30px;
	top: 5px;
	font-size:16px;
}  

  .boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:#000;
        background:#0f0f0f0;
        border:2px solid #A9BCF5;
        width:80px;
        height:19px;
       }
#cuerpo{
	float: center;
	margin-top: 63px;
	width: 90%;
	margin-left: 5%;
	background-color: #F0F0F0;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400);
body {
	-webkit-font-smoothing: antialiased;
	font: normal 14px Roboto,arial,sans-serif;
}

#background { width: 100%; height: 100%; position: fixed; top: 0; left: 0; }


.container {
    padding: 25px;
	position: fixed;
	padding-top: 180px;
}

.form-login {
	background-image: url("img\bg.jpg");
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
}

h4 { 
 border:0 solid #fff; 
 border-bottom-width:1px;
 padding-bottom:10px;
 text-align: center;
}

.form-control {
    border-radius: 10px;
}

.wrapper {
    text-align: center;
}

.btn_select {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  text-shadow: 2px 2px 3px #b8b6b8;
  font-family: Arial;
  color: #ffffff;
  font-size: 24px;
  background: #b6b7b8;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn_select:hover {
  background: #3cb0fd;
  text-decoration: none;
}