.fondo-consumidor {
	background: url(../Images/Wallpapers/green_wall.png) repeat; 
}

.fondo-reseller {
	background: url(../Images/Wallpapers/orange_wall.png) repeat; 
}

.fondo-administrador {
	background: url(../Images/Wallpapers/blue_wall.png) repeat; 
}

.fondo-contratista {
	background: url(../Images/Wallpapers/red_wall.png) repeat; 
}

.fondo-hotel {
	background: url(../Images/Wallpapers/cyan_wall.png) repeat; 
}

.fondo-monedero {
	background: url(../Images/Wallpapers/wall_monedero.jpg) no-repeat center center fixed; 
}

.fondo-consumidor, .fondo-reseller, .fondo-contratista, .fondo-hotel, .fondo-administrador, .fondo-monedero{		

	background-color: transparent;	
	height: 100%;
	width: 100%;
	position: relative;
	overflow: auto;
}
html{
	height: 100%;
	width: 100%;
	overflow: hidden;	
}

.formulario-administrador, .formulario-reseller, .formulario-consumidor, .formulario-contratista, .formulario-monedero{
	background: none;
}

#PrimerDiv, #SegundoDiv{
	height: 100%;
	width: 500px;
	right: -6%;	
	position: fixed;
	z-index: 1;			
	overflow-y: auto;
	overflow-x: hidden;	
    -moz-box-shadow: 0px 0px 9px 0px #000;
    -webkit-box-shadow: 0px 0px 9px 0px #000;
    box-shadow: 0px 0px 9px 0px #000;

}

#divLogin{		
	margin: 40% 40px 20% 40px;
	position: relative;	
	z-index: 4;
	height: 100%;
	text-align: center;
	color: white;
}




/* General button style (reset) */

input[type="submit"], input[type="button"] {
    height: 34px;    
    padding: 10px 30px;
    margin-bottom: 15px;
    font-size: 12px;    
    line-height: 0.5;	    
    background-color: #3A62C1;    
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-2 {
	background: #3A62C1;
	color: #fff;
	box-shadow: 0 6px #1D3161;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-2c {
	border-radius: 5px;
}

.btn-2c:hover {
	box-shadow: 0 4px #1D3161;
	top: 2px;
}

.btn-2c:active {
	box-shadow: 0 0 #1D3161;
	top: 6px;
}

*, *:after, *:before { 
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
}

body, html { 
	font-size: 100%; padding: 0; margin: 0; height: 100%;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #89867e;	
}

.container > section {
	margin: 0 auto;
	padding: 5em 3em;
	text-align: center;
	color: #fff;
}


h2, .lablVersion{
	color: #333;
}

.columnaFrm{
	float: left;    
    margin: 12% 0 0 10%;
}



#PrimerDiv{
	background-color: white;
}

#logo_cg{
	width: 200px;
	height: 100px;
	float: left;
	margin-left: 50px;
	top: 0;
	background-color: #333;
	position: absolute;

    -webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,1.7));
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,1.7));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

#logo_cg > img{
	margin-top: 38px;
}

#bienvenida{
	width: 580px;
	height: 180px;
	float: left;
	top: 38%;
	position: absolute;
	background-color: rgba(0,0,0,0.45);
	color: white;
	text-align: left;
	vertical-align: middle;
	padding-left: 100px;
	padding-top: 50px;
	font-size: 2em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;	
}

.bold{
	font-weight: 400;
}

input[type="text"], input[type="password"] {
  height: 30px;
  padding-left: 5px; 
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  -moz-box-shadow:    inset 0 0 2px #000000;
   -webkit-box-shadow: inset 0 0 2px #000000;
   box-shadow:         inset 0 0 2px #000000;
   border-radius: 5px;
}

input:-webkit-autofill { 
    background-color:white !important;
}

input[type="text"]:focus,input[type="password"]:focus
{
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
/*Celular*/
@media (min-width: 320px) and (max-width:480px){
	#bienvenida{
        top: 70px;
        font-size: 1em;
        width: 100%;
        height: 70px;
        padding-top: 14px;
        text-align: center;
        padding-left: 0;
	}
	#PrimerDiv, #SegundoDiv{
    	top: 50px;
    	height: 90%;
		margin-right: auto;
    	margin-left: auto;
    	right: 0;
    	left: 0;
	}
	.columnaFrm {
    margin: -10% 0 0 2%;
	}

	     #SegundoDiv{
    	right: -2%;
    	width: 330px;
    	}	

    	#PrimerDiv{
    		right: 0%;
    	width: 300px;
    	}
    		
	#logo_cg > img {
    	margin-top: 21px;
    	width: 120px;
	}
	#logo_cg {
    width: 146px;
    height: 67px;
    margin-left: 8px;
	}
}
/*Celular_Landscape*/
@media (min-width: 480px) and (max-width:599px){
   	#bienvenida{
    top: 43%;
    font-size: .8em;
    width: 38%;
    height: 76px;
    padding-top: 21px;
    padding-left: 15px;
    text-align: left;

	}
	#PrimerDiv, #SegundoDiv{
	    top: 0;

	}
	.columnaFrm {
    margin: -10% 0 0 2%;
	}

    #PrimerDiv, #SegundoDiv{
    	right: -10%;
    	width: 320px;
	    height: 100%;	        
	}
	#logo_cg > img {
    	margin-top: 21px;
    	width: 120px;
	}
	#logo_cg {
    width: 146px;
    height: 67px;
    margin-left: 8px;
	}

}
/*SmallTablet */
@media (min-width: 600px) and (max-width:799px){
   	#bienvenida{
		top: 43%;
    	font-size: 1em;
    	width: 38%;
    	height: 76px;
	    padding-top: 17px;
	    padding-left: 29px;
    	text-align: left;
	}
	#PrimerDiv, #SegundoDiv{
	    top: 0;
	    height: 100%;	    
	}
	.columnaFrm {
    margin: -7% 0 0 3%;
	}

    #PrimerDiv, #SegundoDiv{
    	right: -8%;
    	width: 380px;    	    
	}
	#logo_cg > img {
    	margin-top: 21px;
    	width: 120px;
	}
	#logo_cg {
    width: 146px;
    height: 67px;
    margin-left: 8px;
	}

}
/*SmallTablet_Landscape*/
@media (min-width: 800px) and (max-width:767px){
		#bienvenida{
		top: 12%;	
		height: 125px;
		font-size: 1.5em;
		width: 100%;
		padding-top: 30px;
		text-align: center;
		padding-left: 0px;
	}
	#PrimerDiv, #SegundoDiv{
		top: 270px;
	}

	.columnaFrm {    
    margin: -10% 0 0 10%;
	}

}
/*Ventana web*/
@media (min-width: 768px) and (max-width:1023px) and (max-height: 799px){
		#bienvenida{
		top: 37%;	
		height: 125px;
		font-size: 1.5em;
		width: 42%;
		padding-top: 30px;
		text-align: left;
		padding-left: 20px;
	}
	#PrimerDiv, #SegundoDiv{
		top: 0px;
		width: 280px;
	}

	.columnaFrm {    
    margin: -10% 0 0 4%;
	}
}
/*Tablet */
@media (min-width: 768px) and (max-width:1023px) and (min-height: 800px){
	#bienvenida{
	    top: 112px;
    	height: 123px;
    	width: 100%;
    	font-size: 2em;
    	padding-top: 16px;
    	text-align: center;
    	padding-left: 0;    	    
	}
	.columnaFrm {    
    	margin: 0% 0 0 5%;
	}
	#PrimerDiv, #SegundoDiv{
	    top: 320px;
	    right: 26%;
		width: 300px;
	    right: 30%;
	}
}
/*Tablet_Landscape*/
@media (min-width: 1024px){
#bienvenida{
    padding-left: 36px;
    width: 450px;
	}
}

.alert-danger{
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(193,39,45,0.8);
	color:white;
	border: none;
	border-radius: 0;
	box-shadow: -2px 0px 6px 1px rgba(0,0,0,0.74);
}

#SegundoDiv{
	background-color: white;
}
.columnaFrm2{
    margin: 12% 0 0 0;
}