@import url(https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,500,500italic,700&subset=latin,latin-ext);

html, body{
	width: 100%;
	height: 100%;
	min-width: 800px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
}
#clear{
	clear: both;
}
#blocked_screed h1{
	display: none;
}
@media only screen and (max-width: 799px){
	#blocked_screed{
		display: block; 
		position:absolute;
		width:100%;
		height:100%;
		z-index:99999;
		background-color: #000;
		margin: 0px;
	}
	#blocked_screed h1{
		display: block;
		margin: 0 auto;
		width: 80%;
		color: gray;
		text-align: center;
		margin-top: 20%;
	}
}
#wrapper{
	width: 100%;
	min-height: 768px;
	max-height: 1800px;
}



/*-- Index --*/

.bgindex{
	background: #f5f5f5 url('../images/bg_index.jpg') no-repeat center top;
	background-size: cover;
}
#logsesion, #logo_brand{
	width: 450px;
	margin: 0 auto;
}
#logo_brand{
	border-bottom: 3px solid silver;
	margin-bottom: 30px;
}
#logo_brand h1{
	color: #fff;
	width: auto;
	font-size: 18px;
}
.input-group{
	margin-bottom: 20px;
}
.input-control{
	/*background: url("../images/user-icon.gif") no-repeat scroll 0 0 #fff;*/
	background-position: 1px 2px;
	color: gray;
	background-color: #fff;
	width: 100%;
	height: 40px;
	border: none;
	font-size: 14px;
	text-align: center;
	opacity: 0.70;
	
}
.user{
	background: url("../images/user-icon.gif") no-repeat scroll 0 0 #fff;
}
.password{
	background: url("../images/pass-icon.gif") no-repeat scroll 0 0 #fff;
}
.btn_submit{
	/*background-color: #ed1c24;*/
	background-color: rgba(198, 40, 40, 0.64);
	color: #fff;
	border: 0px;
	padding: 15px 30px;
	font-size: 14px;
	font-family: 'Roboto';
	letter-spacing: 3px;
	float: left;
}
.btn_pass{
	text-decoration: none;
	padding-bottom: 13px;
	font-size: 11px;
}
.btn_pass:hover{
	color: #ed1c24;
	text-decoration: underline;
}
.alerta_login{
	float: right;
	display: block;
	color: #fff;
	text-align: right;
	margin: 0px;
}

/*-- Temrina Index --*/

footer{
	width: 100%;
	position: fixed;
	bottom: 0px;
	margin-top: 50px;
	/* altura en px del footer con valor negativo */ 
	height: 50px;
	/* Altura del Footer en px*/ 
	clear: both; 
	background: #838383;
}
#firmaLT{
	display: block;
	float: right;
	list-style: none;
	height: 50px;
	margin: 0px 20px
}
#firmaLT li{
	float: left;
	display: block;
	height: 30px;
	margin: 10px 8px;
}
#firmaLT li:first-child{
	border-right: 1px solid black;
	border-right-color: rgb(61, 61, 61);
}
#firmaLT li p{
	font-size: 12px;
	margin: 10px 20px;
	color: rgb(61, 61, 61);
}