
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
/* #Site Styles
================================================== */

/* #Page Styles
================================================== */
body {
	background:url(../../imagenes/background_login_2.jpg) center;
	font-size:1em;
}

.login-header{
	text-align:center;
	width:100%;
	margin-top:10%;
}

.login-header h2{
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	color:#FFF;
	text-shadow: 0.1em 0.1em 0.2em black
}

.form-bg {
	width: 370px;
	height: 248px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin: 15px auto 0;
	background:#CCC;
	padding: 8px 0 0 8px; 
	}

.form-bg form {
	width: 360px;
	height: 239px;
/*	background: #fff url(../images/bg_form.jpg) repeat-x top left;		*/
	background:#FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
	box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
}

.form-bg form h2 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
	filter: dropshadow(color=#fff, offx=0, offy=1);
	line-height: 35px;
	margin-bottom: 24px;
	margin-left:25px;
	padding-top:18px;
}


input[type="text"], input[type="password"]{
	box-shadow: 0px 0px 0px 4px #f2f5f7;
	width: 265px;
	height: 33px;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	color: #aeaeae;
	border: 1px solid #bec2c4;
	font-size:16px;
}
input[type="text"]{
	background-image: url(../../imagenes/man.png);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	padding-left:25px;
}
input[type="password"]{
	background-image: url(../../imagenes/lock.png);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	padding-left:25px;
}
input[type="text"]:focus, input[type="password"]:focus{
	box-shadow: 0px 0px 0px 4px #e0f1fc;
	border:1px solid #7dc6dd;
}

input[type="checkbox"] {
	vertical-align: middle;
}

#btn{
	width:auto;
	text-align:right;
	padding-right:25px;
}
.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #528ecc;*/
	text-shadow: 0.1em 0.1em 0.2em black;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
	color:#ffffff;
}
.btn:active {
	position:relative;
	top:1px;
}

.errors{
	width:340px;
	padding:5px 10px;
	color:#900;
	background-color:#FEE7E9;
	border:#900 dotted 1px;
	margin:2px auto;
	font-size:12px;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:14px;
}
.errors span{
	margin-right:10px;;

}
.errors span img{
	padding-right:5px;
}
/*
button {
	width:82px;
	height:32px;
	border:0px;
	float: right;
	margin-right: 24px;
}

button:hover {
	background:url(../images/login_hover.png) no-repeat;
	width:82px;
	height:32px;
	border:0px;
}

button:active {
	background:url(../images/login_active.png) no-repeat;
	width:82px;
	height:32px;
	border:0px;
}	

*/
label {
	display: inline;
	margin-left: 24px;
	vertical-align: middle;
}

label span {
	color: 555555;
	font-size: 12px;
}

/* #Media Queries
================================================== */

/* iPad Portrait/Browser */
@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* Mobile/Browser */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape/Browser */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Anything smaller than standard 960 */
@media only screen and (max-width: 959px) {}

/* iPad Portrait Only */
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}

/* Mobile Only */
@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}

/* Mobile Landscape Only */
@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
	Just create a "fonts" folder at the root, 
	copy your FontName into code below and remove
	comment brackets */
	
/*	@font-face {
	font-family: 'FontName';
	src: url('../fonts/FontName.eot');
	src: url('../fonts/FontName.eot?iefix') format('eot'),
		 url('../fonts/FontName.woff') format('woff'),
		 url('../fonts/FontName.ttf') format('truetype'),
		 url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	font-weight: normal;
	font-style: normal; }
*/