@charset "UTF-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/* 
font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'PT Sans Caption', sans-serif;
*/

body, html {
	/*height: 100%;*/
	margin: 0;
	font-family: 'Muli', verdana;
	font-weight: 400;
	font-size: 1em;
	color: #3C3C3B;
	background-color: #FFF;
	background-image: url(../images/back_login2.png);
	background-position: top;
	background-size: cover;
	/*background-color:#FFFFFF;*/
}
* {
	margin:0px;
}


/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	5;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
}

#login {
	width: 100%;
	margin-left: 0;
	clear: both;
	float: left;
}

#logo {
	clear: both;
	float: left;
	width: 100%;
	margin-left: 0;
	text-align: center;
	padding: 0 0 20px 0;
}

#logo img{
width: 80%;
	
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}






#error{
	background-color: #FF0000;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	margin: 30px 0;
	border-radius: 6px;
	font-size: 0.8em;
	font-weight: 400;
	width: 100%;
}

input[type=submit] {
	font-size: 16px;
	font-weight: normal; 
	color: #FFFFFF; 
	outline: none;
	padding: 9px 2%;
	font-family: 'Muli', verdana;
	border: 2px solid #0071CE;
	background-color: #0071CE;/*0071CE*/
	border-radius: 6px;
	width: 100%;
}

input[type=text]{
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: left;
	padding: 10px 2%;
	color: #333;
	background-color: #fff;
	font-weight: 400;
	font-size: 1em;
	width: 86%;
	font-family: 'Muli', verdana;
	margin: 10px 0;
	float: left;
}

input[type=password]{
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: left;
	padding: 10px 2%;
	color: #333;
	background-color: #fff;
	font-weight: 400;
	font-size: 1em;
	width: 86%;
	font-family: 'Muli', verdana;
	margin: 10px 0;
	float: left;
}

#btn_mostrar{
	border: 1px solid #fff;
	border-radius: 4px;
	text-align: right;
	padding: 10px 0;
	color: #333;
	background-color: #fff;
	font-weight: 400;
	font-size: 1em;
	width: 8%;
	font-family: 'Muli', verdana;
	margin: 10px 0 30px 0;
	float: left;
}

#btn_mostrar i{
	color: #999;
	font-size: 0.8em;
}

input[type=text]::placeholder, input[type=password]::placeholder{
	color:#999;
	padding: 0 2%;
	font-weight: 200;
}


#back_login{
	background-color: #ffffff;
	border-radius: 2px;
	padding: 10%;
	/*box-shadow: 0 0 10px 5px #002b50;*/
}

#titulo {
	text-align: left;
	color: #0071CE;
	font-size: 1.6em;
	font-weight: 800;
	width: 100%;
	margin: 0 0 10px 0;
}


.error{
	text-align: left;
	color: #ff0000;
	font-weight: 400;
	font-size: 0.9em;
	font-family: 'Muli', verdana;
}


a.link{
	color: #00B2E3;
	
}


/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {	
	
#contenedor {
	width: 100%;
	display: table;
	height: 100vh;
}

#align_table_middle{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	position: relative;
	z-index: 9999;
	border-bottom: 1px solid #000;
}
	
	
.gridContainer {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%
}

#login {
width: 66.5338%;
margin-left: 16.733%;
clear: both;
}

#logo {
width: 66.5338%;
margin-left: 16.733%;
}


.hide_tablet {
display: none;
}

.zeroMargin_tablet {
margin-left: 0;
}

}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	margin: auto;
	max-width: 1200px;
}
	
#back_login{
	padding: 10% 15%;
}
	
#titulo {
	margin: 0 0 30px 0;
}
	
#login {
width: 33.0677%;
margin-left: 0.3984%;
clear: none;
}
#logo {
width: 33.0677%;
margin-left: 25.0996%;
	padding: 20px 0;
	margin-top: 60px
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}



