﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
	vertical-align: middle;
}
a {
	text-decoration:none;
}
strong{
	font-weight:bold
}

ol,ul {
	list-style:none;
}

input:focus

{
	outline: 0;
}

img
{
	max-width: 100%;
}

/* -------------------------------------------------- ESTILOS LOGUEO -------------------------------------------------*/


#cont_admin

{
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
/*******************
SELECTION STYLING
*******************/

.logo_admin

{
	text-align: center;
	margin:10px;
}

.logo_admin img
{
	max-width: 50%;
    margin: 3% auto 5%;
}

::selection {
	color: #fff;
	background: #fff; /* Safari */
}
::-moz-selection {
	color: #fff;
	background: #fff; /* Firefox */
}

/*******************
BODY STYLING
*******************/
body {
	background: url(img/fondo-login.jpg) no-repeat;
    background-size: cover;
	font-family: sans-serif;
	font-weight:300;
	text-align: left;
	text-decoration: none;
}

#wrapper {
	/* Center wrapper perfectly */
	width: 30%;
	margin: 0 15px;
	display: inline-block;
	*display: inline-block;
}


/* --------------------------------- TEXTO DE ALERTA -----------------------------------*/

.validacion

{
	font-size: 14px;
	color: #D90000;
	margin: 5px 0;
}


/* --------------------------------- TEXTO DE ALERTA -----------------------------------*/


/*******************
LOGIN FORM
*******************/

.login-form {
width: 100%;
    position: relative;
    background: #FFF;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
        padding: 58px 0;
}

/*******************
HEADER
*******************/

.login-form .header {
	padding: 0px 20px 10px 20px;
}

.login-form .header h1 {
	font-family: sans-serif;
	font-weight: 100;
	font-size: 1.3em;
	line-height:34px;
	color: #444;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

.login-form .header p  {
	font-size: 14px;
	padding-right: 20px;
	text-align: right;
	line-height: 16px;
	color: #0099FF;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

/*******************
CONTENT
*******************/

.login-form .content {
	padding: 0 30px;
	text-align: center;
}

/* Input field */
.login-form .content .input {
	width: 100%;
	padding: 12px 15px;
	box-sizing:border-box;
	-o-box-sizing: border-box; /* Opera */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */

	font-family: sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);

	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;

	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

/* Second input field */
.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 15px;
}

.login-form .content .input:hover {
	background: #f4f4f4;
	color: #414848;
}

.login-form .content .input:focus {
	background: #f4f4f4;
	color: #414848;

	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.user-icon, .pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: -1;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.user-icon {
	bottom:283px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: url(../img_modulos/modulos/user.png) no-repeat center;
}

.pass-icon {
	bottom:225px;
	background:url(../img_modulos/modulos/unlok.png) no-repeat center;
}

.content input:focus + div{
	left: -46px;
}

/* Animation */
.input, .user-icon, .pass-icon, .boton, .register {
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
}

/*******************
FOOTER
*******************/

.login-form .footer {
	padding: 0 25px;
}

/* Login boton */
.login-form .footer .boton {
	width: 80%;
	padding: 11px 25px;

	font-weight: 600;
    color: #fFF;
    background: #BCBF3A;
    border: 1px solid #BCBF3A;
	cursor: pointer;
}

.login-form .footer .boton:hover {
    border: 1px solid #A8AB34;
    background: #A8AB34;
}

.tit_sistemas{
color: #fff;
    font-style: italic;
    margin: 3% 0 0;
    text-shadow: 0.1em 0.1em 0.05em #717171;
}
.login-form .footer .boton:focus {
    border: 1px solid #A8AB34;
    background: #A8AB34;
}

/* CAPCHA*/

.captcha_admin

{
	padding: 0 30px 25px 30px;
	text-align: center;
}

.captcha_admin a

{
	color: #777;
	font-size: 12px;
}
.captcha_admin input
{
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px;
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

.captcha_admin input:hover
{
	background: #f4f4f4;
	color: #414848;
}

.captcha_admin input:focus {
	background: #f4f4f4;
	color: #414848;

	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

/* CAPCHA*/


.remate_admin .logo_remate

{

	width: 100%;
	text-align: center;
}

.remate_admin .logo_remate ul li

{
	display: inline-block;
	*display: inline-block;
	width: 42px;
	margin: 0 5px;
}

.remate_admin .logo_remate img
{
	max-width: 100%;
}

.remate_admin .derechos
{
	width: 100%;
	margin: 15px 0;
}

.remate_admin .derechos p{
	text-align: center;
	color: #999;
	font-size: 12px;
}

.remate_admin .derechos p a{
	color:#000;
}

.remate_admin .derechos p a:hover{
	text-decoration: underline;
}

.remate_admin .derechos p a img{
	width: 8%;
    vertical-align: middle;
    margin: -0.5% 0 0 1.5%;
}

.info_contacto{
	padding: 1%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}

 .info_contacto div{
	width: 12%;
	margin: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.info_contacto img{
	width: 100%;
}

.info_contacto .txt{
	width: 35%;
	text-align: center;
	color: #666;
	font-size:10px;
	display: inline-block;
	vertical-align: middle;
}


.bloque_superior

{
	margin: 0 0 20px 0;
}

.bql_derecho_admin
{
	padding: 0;
	margin: 0 15px;
	text-align: center;
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	width: 40%;
	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


.bql_derecho_admin ul li

{
	display: inline-block;
	*display: inline-block;
	width: 44%;
	height: 170px;
	margin: 0 20px 20px 0;
	background: #fff;
	vertical-align: top;
	padding: 15px;

	box-sizing:border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


.bql_derecho_admin ul li h2

{
	color:#aaa;
	font-size: 16px;
}

.bql_derecho_admin ul li p

{
	color: #888;
	font-size: 12px;
}
/* -------------------------------------------------- ESTILOS LOGUEO -------------------------------------------------*/

@media screen and (min-width: 300px) and (max-width: 700px){
	#wrapper {
    width: 88%;
}
}