@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'gemgloo';
    src: url('../fonts/avant_garde_bk_bt-webfont.eot');
    src: url('../fonts/avant_garde_bk_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avant_garde_bk_bt-webfont.woff') format('woff'),
         url('../fonts/avant_garde_bk_bt-webfont.ttf') format('truetype'),
         url('../fonts/avant_garde_bk_bt-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{ 
   margin: 0;
   padding: 0;
   background:#FFF;	
}

#siteseal{
    left: 50px;
    position: absolute;
    top: 10px;	
}

#siteseal0{
    left: 500px;
    position: absolute;
	font-family:gemgloo;
    top: 45px;	
	color:#0072C6;
	font-size:13px;
}

#siteseal1{
    left: 675px;
    position: absolute;
	font-family:gemgloo;
    top: 45px;	
	color:#0072C6;
	font-size:13px;
}

#siteseal2 a{
    left: 800px;
    position: absolute;
	font-family:gemgloo;
    top: 45px;	
	color:#666;
	font-size:13px;
}



.cuadroInterior {
   position:absolute;	
   top:60px;
   left:605px;
   width:350px;
   padding-top:15px;
   height:255px;
   z-index:10;
   border:0px solid;
}

.login-inp{
  position:relative;
  background-color:#fff;
  border:1px solid #CCC;
  color: #fff;
  font-size: 16px;
  height: 28px;
  width: 260px;
  -webkit-border-radius: 4px ;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top:10px;
}

.icon_user{
	position:absolute;
	left:4px;
	top:2px;
	width:20px;
	height:20px;
	border:1px solid;
    background:url(../images/icon-username.png) ;	
}

.icon_empresa{
	position:absolute;
	left:4px;
	top:2px;
	width:20px;
	height:20px;
	border:1px solid;
    background:url(../images/empresa.png) ;	
}

.icon_pass{
	position:absolute;
	left:4px;
	top:2px;
	width:20px;
	height:20px;
	border:1px solid;
    background:url(../images/icon-password.png) ;	
}

.campo_ini{
	position:absolute;
	border: none;	
	font-size: 14px;
	height: 24px;
	width: 220px;	
	left:28px;
	border:0px solid;	
}
	
.vIngresos{
   position:relative;
   width:300px;
   height:200px;
   margin:0 auto;
   top:40px;
   left:20px;	
}

.submit-login {
  position:absolute;
  height:30px; 
  margin-top:30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: #000 1px 1px 3px;
  -moz-box-shadow: #000 1px 1px 3px;
  box-shadow: #000 1px 1px 3px;
  cursor:pointer;	
  width:120px; 
  background: #0072C6;
  color:#fff;
  font-size:19px;
  cursor:pointer;
  border:0px solid;	
  font-family:gemgloo;
}

.linkgloo {
  position:absolute;
  margin-top:110px;
  cursor:pointer;	
  color:#0072C6;
  font-size:14px;
  cursor:pointer;
  font-family:gemgloo;
  text-decoration:none;
}

.versiongloo {
  position:absolute;
  height:30px; 
  margin-top:140px;
  cursor:pointer;	
  width:290px; 
  color:#949494;
  font-size:14px;
  cursor:pointer;
  font-family:gemgloo;
  text-decoration:none;
}
	
.letraLogin{
   font-size:18px;
   color:#333;	
   font-family:gemgloo;   
}

.contenedorPrincipal{
  position:relative;
  width:99.9%;
  height:280px;
}

.tituloSesion{
   position:absolute;
   top:15px;
   font-size:22px;
   left:35px;
   color:#0F3E6D;		
   width:160px;
   height:20px;
   text-align:right;
   border:0px solid;
   font-family:gemgloo;
}

.contenedorAlineador{
  position:relative;
  width:1000px;
  height:400px;
  margin:0 auto;	
}

.derechos_enlace{
  cursor:pointer;
  font-weight:bold;
  color:#CCC;	
  text-decoration:none;
}

.derechos_enlace:hover{
    color:#CCC;	
}

.footer {
	background-image:url(../images/bg.png);
    bottom: 0;
    font-size: 86%;
    height: 88px;
    left: 0;
    position: fixed;
    right: 0;
    width: auto;
    z-index: 250000;
	border-top:1px solid #E2E2E2;
}

.pie{
  position:relative;
  width:100%;
  height:140px;	
  background-color:#0072c6;
  font-family:gemgloo;
  padding-top:18px;
}

.pie .p{
	color:#FFF;
	text-align:center;
	margin:0 auto;
	position:relative;
	margin-top:5px;
}

.pie .p1{
	color:#FFF;
	text-align:center;
	margin:0 auto;
	position:relative;
	margin-top:5px;
	font-size:14px;
}

.slidercontem{
  position: relative; width: 500px;
  height: auto;
  border:1px solid #EEEEEE;
  left:50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);		
}



 .captionOrange, .captionBlack
  {
	  color: #fff;
	  font-size: 20px;
	  line-height: 30px;
	  text-align: center;
	  border-radius: 4px;
  }
  .captionOrange
  {
	  background: #EB5100;
	  background-color: rgba(235, 81, 0, 0.6);
  }
  .captionBlack
  {
	  font-size:16px;
	  background: #000;
	  background-color: rgba(0, 0, 0, 0.4);
  }
  a.captionOrange, A.captionOrange:active, A.captionOrange:visited
  {
	  color: #ffffff;
	  text-decoration: none;
  }
  a.captionOrange:hover
  {
	  color: #eb5100;
	  text-decoration: underline;
	  background-color: #eeeeee;
	  background-color: rgba(238, 238, 238, 0.7);
  }		
		
  .jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
  {
	  position: absolute;
	  cursor: pointer;
	  display: block;
	  overflow:hidden;
  }
  .jssora05l { background-position: -10px -40px; }
  .jssora05r { background-position: -70px -40px; }
  .jssora05l:hover { background-position: -130px -40px; }
  .jssora05r:hover { background-position: -190px -40px; }
  .jssora05ldn { background-position: -250px -40px; }
  .jssora05rdn { background-position: -310px -40px; }  
  
  .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av
  {
	  filter: alpha(opacity=70);
	  opacity: .7;
	  overflow:hidden;
	  cursor: pointer;
	  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  }
  .jssorb01 div { background-color: #fff; }
  .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
  .jssorb01 .av { background-color: #0072C6; }
  .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }