@charset "utf-8";
/* CSS Document */


body{ 
   margin: 0;
   padding: 0;
   background:url(../images/bg.png);	
}

#siteseal{
    left: 420px;
    position: absolute;
    top: 290px;	
}

.cuadroInterior {
   position:relative;	
   top:0px;
   left:100px;
   width:350px;
   height:270px;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
   -webkit-border-radius: 0 0 15px 15px ;
   -moz-border-radius:0 0 15px 15px;
   border-radius: 0 0 15px 15px;  
   box-shadow: 2px 2px 5px #000;
   -webkit-box-shadow: 2px 2px 5px #000;
   -moz-box-shadow: 2px 2px 5px #000;
   filter: shadow(color=#000, direction=135, strength=2);
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=125,strength=5)";
   filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=125,strength=5);
   z-index:10;
   border:0px solid;
}

.login-inp{
	position:relative;
	background-color:#fff;
	border:1px solid;
	color: #fff;
	font-size: 16px;
	height: 28px;
	width: 260px;
    -webkit-border-radius: 4px ;
    -moz-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 2px 2px 3px #666666;
    -webkit-box-shadow: 2px 2px 3px #666666;
    -moz-box-shadow: 2px 2px 3px #666666;
}

.icon_user{
	position:absolute;
	left:4px;
	top:2px;
	width:20px;
	height:20px;
	border:1px solid;
    background:url(../images/icon-username.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:10px;
   left:20px;
	
}

.submit-login {
  position:absolute;
  margin-top:14px;	
  left:140px;
  height: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: -moz-linear-gradient(top, #178193 0%, #126b7c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#178193), color-stop(100%,#126b7c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #178193 0%,#126b7c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #178193 0%,#126b7c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #178193 0%,#126b7c 100%); /* IE10+ */
background: linear-gradient(to bottom, #178193 0%,#126b7c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#178193', endColorstr='#126b7c',GradientType=0 ); /* IE6-9 */
  color:#fff;
  font-size:19px;
  font-weight:bold;
  cursor:pointer;
  border:0px solid;	
      font-family:"Bradley Hand ITC";
}
	
.letraLogin{
   font-size:15px;
   font-weight:bold;
   color:#333;	
   font-family:"Bradley Hand ITC";   
}

.imgSeycon{
  position:absolute;
  width:454px;	
  height:220px;
  left:480px;
  background-image:url(../images/portada.png);
}

.contenedorPrincipal{
  position:relative;
  width:99.9%;
  height:280px;
  box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  -moz-box-shadow: 2px 2px 5px #000;
  filter: shadow(color=#000, direction=135, strength=2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=125,strength=5)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=125,strength=5);
  border-top:2px solid #EEEEEE;
    background-color:#0683A1;
}

.imgSesion{
   position:relative;
   top:10px;
   margin-left:15px;
   font-size:24px;
   left:15px;
   color:#333;	
   width:150px;
   height:100px;
   border:0px solid;
   text-align:center;
   font-weight:bold;
   background-image:url(../images/logo_ini.png);   
   font-family:"Bradley Hand ITC";
}

.tituloSesion{
   position:absolute;
   top:35px;
   margin-left:145px;
   font-size:19px;
   left:15px;
   color:#0F3E6D;		
   width:160px;
   height:20px;
   text-align:right;
   border:0px solid;
   font-weight:bold;  
   font-family:"Bradley Hand ITC";
}

.tituloSesionEmpresa{
   position:absolute;
   top:58px;
   margin-left:145px;
   font-size:21px;
   left:15px;
   color:#1A74BA;	
   width:160px;
   height:20px;
   border:0px solid;
   font-weight:bold;  
   font-family:"Bradley Hand ITC";
   text-align:right;
}


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

.derechosLogin{
  position:absolute;
  width:600px;
  height:20px;
  left:480px;
  top:245px;
  z-index:800;
  color:#FFF;
  font-size:12px;
  color:#FFF;	
  font-weight: lighter;
  font-family:Arial, Helvetica, sans-serif;
}

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

.derechos_enlace:hover{
    color:#CCC;	
}

.navidad{
  position:absolute;
  width:254px;
  height:56px;
  background-image:url(../images/fiocchi.gif);
  left:150px;
  top:-15px;
  z-index:800;
  color:#FFF;
  font-size:14px;
  font-weight:bold;
  color:#FFF;	
  font-family:"Bradley Hand ITC";
}