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


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

.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;
}

.tituloSesion{
   position:relative;
   top:48px;
   font-size:24px;
   left:10px;
   color:#333;	
   width:340px;
   text-align:center;
   font-weight:bold;
   font-family:"Bradley Hand ITC";
}

.login-inp{
	background-color:#383838;
	border: none;
	color: #fff;
	font-size: 16px;
	height: 28px;
	padding: 6px 6px 0 10px;
	width: 180px;
    -webkit-border-radius: 4px ;
    -moz-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
}
	
.vIngresos{
   position:relative;
   width:300px;
   height:200px;
   margin:0 auto;
   top:65px;	
}

.submit-login {
  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%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#178193), color-stop(100%,#126b7c));
background: -webkit-linear-gradient(top, #178193 0%,#126b7c 100%); 
background: -o-linear-gradient(top, #178193 0%,#126b7c 100%); 
background: -ms-linear-gradient(top, #178193 0%,#126b7c 100%); 
background: linear-gradient(to bottom, #178193 0%,#126b7c 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#178193', endColorstr='#126b7c',GradientType=0 ); 
  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;
}

.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:14px;
  font-weight:bold;
  color:#FFF;	
  font-family:"Bradley Hand ITC";
}