@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'), url('fonts/lato.woff') format('woff');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url('fonts/lato_regular.woff') format('woff');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local('Lato Bold'), local('Lato-Bold'), url('fonts/lato_bold.woff') format('woff');
}

ul,li,h1,div,fieldset{margin:0; padding:0;border:none;}
li{list-style-type: none}

body {
	font-family: "Lato", Arial;
	font-size: 12px;
}

#contenedor {
   width: 314px; 
   height: 428px;
   text-align:center;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-top: -214px; 
   margin-left: -157px;
   background-color: #121317;
   -webkit-box-shadow: 2px 2px 17px #666666;
   -moz-box-shadow: 2px 2px 17px #666666;
   -o-box-shadow: 2px 2px 17px #666666;
   -ms-box-shadow: 2px 2px 17px #666666;
   box-shadow: 2px 2px 17px #666666;
}

#contenido{
	text-align:left;
}

h1.logo{
	font-size:30px;
	color:#ffffff;
	font-weight:normal;
	margin:0;
	/*float:left;*/
	
	background:url('../resources/logo-black.png') no-repeat #fff center center;
	width:100%;
/*	height:57px;*/
	 padding-top: 35px;
	text-indent: -999999px;
	
}


.img-logo{
	background: rgba(0, 0, 0, 0) url("../resources/ico-login.png") no-repeat scroll left top;
    float: left;
    height: 60px;
    margin: 30px 22px 0;
    width: 60px;
}

fieldset{
  margin:35px 22px 0 22px;
  background-color: #121317;
}

fieldset li{
	margin-bottom:20px;
}

fieldset li p{
	color:#ffffff;
}

#usuario,#clave,#entrar,#email,#enviar{
	border:1px solid #18191e;
	color:#979696;
	padding:15px 49px 15px 20px;
	width:200px;
	font-size:17px;
	font-family: "Lato", Arial;
}

#usuario{
	 background:url('../resources/ico-user.png') #18191e no-repeat 235px 18px;
}

#clave{
	 background:url('../resources/ico-clave.png') #18191e no-repeat 235px 18px;
}

#email{
	 background:url('../resources/ico-email.png') #18191e no-repeat 235px 18px;
}

#entrar,#enviar{
	border:1px solid #ff9e2b;
	background-color:#ff9e2b;
	color:#f5f5f5;
	cursor:pointer;
	width:270px;
	padding:15px 20px;
}

label.mantener{
	color:#979696;	
	font-size: 13px;
	cursor:pointer;
}

.icheckbox_square-yellow{
	top:-1px !important;
}

span.recordar{
	color:#ffffff;
	cursor:pointer;
}


#slider{	clear:both;float:left;}
#slider > ul {margin: 0;padding:0;height:326px; width:314px;}
#slider > ul > li{margin:0 10px 0 0; padding:0;float:left;list-style:none;height:326px; width:314px;}