@CHARSET "UTF-8";
@font-face {
    font-family: 'Bitter';
 	font-style: normal;
   	font-weight: normal;
   	src: local('Bitter'), url('fuentes/Bitter-Bold.otf') format('truetype');
}

a, a:hover,a:active, a:visited a:link {
	color:#000000;
	text-decoration: none;
}


#cabecera{
	position: relative;
	height: 100px;
	z-index: 1;
	background-image: url("../images/cabecerabg.jpg");
	background-repeat-x: repeat;
	background-size: 100%;    
	-moz-background-size: 100%;  
  	-o-background-size: 100%;   
 	-webkit-background-size: 100%;  
  	-khtml-background-size: 100%; 
}

#usuariobg{
	margin-top: 4px;
	position: relative;
	height: 21px;
	width: 340px;
	z-index: 1;
	background-image: url("../images/usuariobg.png");
	background-repeat-x: repeat;
	background-size: 100%;    
	-moz-background-size: 100%;  
 	-o-background-size: 100%;   
	-webkit-background-size: 100%;  
   	-khtml-background-size: 100%; 
}

#titulo-header{
	position: absolute;
	z-index: 3;
	height: 100px;
	right: 15%;
	padding-top: 3.3%;
	font-size: 1.5em;
	color: #000;
	font-family: "Bitter";
}

#cabecera-izquierda{
	position: absolute;
	z-index: 3;
	height: 100px;
	left: 0;
}

#cabecera-derecha{
	position: absolute;
	z-index: 3;
	height: 100px;
	right: 0;
}

#logo{
	position: absolute;
	z-index: 4;
	height: 100px;
	padding-left: 50px;
	padding-top: 10px;
}

#footer-derecha{
	float: right;
	width: 40%;
	height: 21px;
	background-image: url("../images/1.jpg");
	background-repeat-x: repeat;
	background-size: 100%;    
	-moz-background-size: 100%;  
  	-o-background-size: 100%;   
 	-webkit-background-size: 100%;  
   	-khtml-background-size: 100%; 
}

#footer-izquierda{
	margin-top: 4px;
	float: left;
	width: 80%;
	height: 9px;
	background-image: url("../images/2.jpg");
	background-repeat-x: repeat;
	background-size: 100%;    
	-moz-background-size: 100%;  
 	-o-background-size: 100%;   
 	-webkit-background-size: 100%;  
  	-khtml-background-size: 100%; 
}

#footer{
	background: #FFF;
	width: 100%;
	bottom: 0;
 	display:block;
    margin:0 auto auto auto;
    height: 70px;
    position: fixed;
}

#footer-img{
	float: right;
}

#content{

}

html, body {    
   height: 100%; 
   margin: 0;
}
 

div::after,
.clearfix::after
.crear::after{
	clear: both;
	visibility: hidden;
	content: "";
	display: block;
}



#txusuario, #txclave {
		color: #777;
		background: #E9E8E6;
		height: 2.6em;
		padding: 10px 40px;
		
	}
	form > div {
		margin: 0px 0;
		position: relative; 
	}
	
	
.form-control + .glyphicon {
    position: absolute;
    left: 0;
	top: 14%;
    padding: 8px 0 0 17px;
	font-size: 15px;
	color: #757575;
}

#bglogin1{
	z-index: 1;
	background: #DDDDDD;
	padding: 15px;
	border:1px solid #A1A2A2;
display: table; 
margin: 0 auto;
    width: 405px;
}

#bglogin2{
	padding: 15px;
	z-index: 2;
	background: #F8F8F8;
	border:1px solid #A1A2A2;

}

#form-login{
	
    padding-top: 20px;

}


#titulo-contenedor{
	margin-top: -20px;
	position: relative;
	height: 50px;


}

#titulo-img{
	z-index: 3;
	position: absolute;
	padding-top: 30px; 
}

#titulo-sesion{
	color:#A1A2A2;
	z-index: 4;
	right: 0;
	left: 0;
	text-align: center;
	position: absolute;
	
}