@import url(http://fonts.googleapis.com/css?family=Open+Sans:,300,400,700);

/* Fuentes */
/* 
font-family: 'Open Sans', 'sans-serif';
font-weight: 700;
font-weight: 400;
font-weight: 300;

*/

/* LOGIN I-TEC */
/* DICIEMBRE/2014 */
/* DESARROLLO Y DISEÑO WEB POR WWW.VIAMAGICA.CL */

/*****************
	http://meyerweb.com/eric/tools/css/reset/ - v2.0b1 | 201101
*****************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; /*vertical-align: baseline; font: inherit*/ }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }
ol, ul { list-style: none; list-style-position: inside;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }


/* remember to define visible focus styles! 
:focus { outline: ?????; } */


/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

table	{ border-collapse: collapse; border-spacing: 0; }

/*********************************************
Estilos Generales para Escritorio
*********************************************/
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}
body {
	background: #fff /*url(../imagenes/bg-sitio.jpg) no-repeat left bottom fixed*/;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
article{
	overflow: hidden;
}
/*Textos*/
a {
	font-size: 1em;
	color: #0096d6;
	transition:0.3s;
	text-decoration: none;
}
a:hover {
	color: #ff4800;
	transition:0.3s;
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6,p {
	font-style: normal;
	font-weight: normal;
	margin-top:0px;
	display:block;
	width: 100%;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 3.5em;
	margin-bottom:20px;
	color: #424040;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom:20px;
	color: #424040;
	}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	
	font-size: 2em;
	margin-bottom:20px;
	color: #424040;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	margin-bottom:10px;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 10px;
}
p,li{
	font-size:1em;
	line-height:1.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 20px;
}
li{
	margin-bottom:10px;
}
p{
	margin-bottom:20px;
}
.btn {
	color: #fff;
	background: #002440;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	border: 0;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	padding: 15px 0px;
	width: 100%;
	text-align: center;
	float: right;
	cursor: pointer;
	transition-duration: 0.3s;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
   -webkit-appearance: none;
}
.btn:hover{
	background: #ff4e00;
	color: #fff;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	transition-duration: 0.3s;
}
.btn:active{
	position:relative;
	top:1px;
}
.btn-a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	background: none;
	display: block;
	float: left;
	padding: 8px 15px;
	width: auto;
	color: #0096d6;
	border: 2px solid #0096d6;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 5px;
	}
.btn-a:hover{
	background: #0096d6;
	transition: 0.3s; 
	color: #fff;
}


/*Textos*/
.cont-login{
	background:#0060ad;
	border:10px solid /*#2e88ce*/ rgba(255, 255, 255, 0.1);
	padding:2%;
	width: 270px;
	margin:2% auto 2% auto;
/*	margin-left: -135px;
	left: 50%;
	margin-top: 2%;*/
	height: auto;
	position: relative;
/*	margin-bottom: 50px;*/
	overflow: hidden;

	-webkit-box-shadow:inset 1px 1px 0 0 #0a4a7d;
	box-shadow:inset 1px 1px 0 0 #0a4a7d;
	
	-webkit-border-radius: 15px;
	border-radius: 15px;	
}
.logo-login{
	text-align: center;
	margin-bottom: 20px;
}
.logo-login img{
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
}
.logo-login h1{
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	/*font-weight: 700;*/
}
.logo-login h1 span{
	display: block;
	font-size: 18px;
	font-weight: 300;
}
input[type="text"] {
	border: 1px solid #0060ad;
	background: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	color: #fff;
	height: 50px;
	padding: 0 0 0 5%;
	transition-duration: 0.3s;
	width: 95%;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
}

 input[type="text"]:hover {
	transition-duration: 0.3s;
	border: 1px solid #6da8d7;
}

 input[type="password"] {
	border: 1px solid #0060ad;
	background: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	color: #fff;
	height: 50px;
	padding: 0 0 0 5%;
	transition-duration: 0.3s;
	width: 95%;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
}

input[type="password"]:hover {
	transition-duration: 0.3s;
	border: 1px solid #6da8d7;
}

input[type="password"]:focus, input[type="text"]:focus{
	border: 1px solid #fff;
}
::-webkit-input-placeholder{
   color: #555;
}
select {
	border: 1px solid #999;
	background: none;
	color: #999;
	height: 50px;
	padding: 0 0 0 5%;
	transition-duration: 0.3s;
	width: 100%;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
}
select option.inactivo{
   color: #999;
} 
input[type="text"]:focus{
	border: 1px solid #fff;
}
a{
/*	float: left;*/
/*	width: 100%;*/
	text-align: center;
	color: #fff;
	transition-duration: 0.3s;
}
a:hover{
	color: #fff;
	text-decoration:underline;
	transition-duration: 0.3s;
}
a:active{
	position:relative;
	top:1px;
	text-decoration:none;
	transition-duration: 0.3s;
}
.cont-login span{
	width: 100%;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999;
	overflow: hidden;
}
/*footer*/
footer.p-a{
	position: absolute;
	bottom: 0;
}
footer{
/*	background: #002440;*/
	background:#0060ad;
	width: 100%;
	padding: 15px 0;
}
footer section{
	width:90%;
	overflow: hidden;
	margin: auto;
}
footer section p{
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	color: #fff;
}
footer section span{
	text-align: center;
/*	width: 100%;*/
	display: block;
	margin-top:15px !important;
	color: rgba(255, 255, 255, 0.5);
	font-size:11px;
}

/**/

.f-l {
	float: left !important;
}
.f-r {
	float: right !important;
}