body{
	background:#fff;
	margin: 0;
	min-width:284px;
	font-weight: 300;
	box-sizing: border-box;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
.container{
	max-width: 410px;
	margin:0 auto;
	margin-top: 30px;
	padding:10px;
}
.container .login{
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
	background: url(../img/candado.png) no-repeat 95.5% 15px/ auto auto transparent;
	background: url(../img/candado.svg) no-repeat 95.5% 15px/ auto auto transparent;
}
.login .logo{
	height: 150px;	
	margin: 20px 0; 	
	background: url(../img/stiva-logo.jpg) no-repeat 50% 50%/ auto 100% transparent;
	background: url(../img/stiva-logo.jpg) no-repeat 50% 50%/ auto 100% transparent;
	 text-indent: -999em;
	 	display: block;	
}
.login p{
	margin: 0 20px 15px 20px;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
}
.opciones{
	list-style: none;
	padding: 0;
	margin:0;
	transition: all 0.3s linear 0s;
}
.opciones li{
	background-color: #fff;
		transition: all 0.3s linear 0s;
}
.opciones li:hover,.opciones li:focus,.opciones li:link,.opciones li:active{
	background-color: #f7fafc;
}
.opciones .comercial{
	background: url(../img/comercial.png) no-repeat 36px 50%/ auto auto transparent;
	background: url(../img/comercial.svg) no-repeat 36px 50%/ auto auto transparent;
}
.opciones .industrial{
	background: url(../img/industrial.png) no-repeat 36px 50%/ auto auto transparent;
	background: url(../img/industrial.svg) no-repeat 36px 50%/ auto auto transparent;
}
.opciones .verticales{
	background: url(../img/verticales.png) no-repeat 36px 50%/ auto auto transparent;
	background: url(../img/verticales.svg) no-repeat 36px 50%/ auto auto transparent;
}
.opciones .habitacional{
	background: url(../img/habitacional.png) no-repeat 36px 50%/ auto auto transparent;
	background: url(../img/habitacional.svg) no-repeat 36px 50%/ auto auto transparent;
}
.opciones .metallic{
	background: url(../img/industrial.png) no-repeat 36px 50%/ auto auto transparent;
	background: url(../img/industrial.svg) no-repeat 36px 50%/ auto auto transparent;
}

.opciones .masespacio{
	background: url(../img/verticales.png) no-repeat 36px 50%/ auto auto transparent;
	background: url(../img/verticales.svg) no-repeat 36px 50%/ auto auto transparent;
}
.opcion{
	height: 82px;
	color: #111;
	text-decoration: none;
	border-top: 1px solid #E5E5E5;
	line-height: 82px;
	font-size: 27px;
	font-weight: 300;
	cursor: pointer;
	display: block;	
	padding-left: 100px;
	outline: medium none;
}
.opcion:hover{
	background: url(../img/flecha.png) no-repeat 96% 50%/ auto auto transparent;
	background: url(../img/flecha.svg) no-repeat 96% 50%/ auto auto transparent;
}
.opcion strong{
	font-weight: 600;
}
.pie{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	color: rgba(0,0,0,0.3);
	margin-top: 8px;
}
.pie a{
	color: inherit;
	text-decoration: none;
	transition: all 0.3s linear 0s;
}
.pie a:hover{
	border-bottom: 1px solid #ccc;
}
*::-moz-placeholder {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 370px) {
  .container {
    margin-top: 10px;
  }
  .opcion {
  	line-height: 1.2;
  	padding-top: 10px;
  	font-size: 1.5em;
  	padding-left: 90px;
  }
  .opcion strong{
  	display: block;
  }
  .opciones li{
  	background-position: 26px 50% !important;
  }
  .login .logo {
    height: 50px;
    margin: 20px 0;
	}
	.login p{
		margin: 0 0 10px 10px;
	}
}