/**=============================================================================
 *
 *	Filename: stylesheet.css
 *	
 *	(c)Autor: Arkos Noem Arenom
 *	
 *	Description: Estilos del documento
 *	
 *	Licence: GPL|LGPL
 *	
 *===========================================================================**/
{
	font-family: "Sans-serif", Arial, Sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	letter-spacing: 0px;
	word-spacing: 0.08em;
	line-height: 18px;
}

body{
	font-size: 11px;
	font-family: sans-serif;
	background-image:url(../img/fondologin.jpg);
	background-repeat:repeat;
	background-repeat:inherit;
	background-position:center;
	color:#333333;
}

#allContent{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}

.inner{
	display: block;
	padding: 10px;
}

#alertBoxes{
	display: block;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.loginBlock{
	display: block;
	color: #B80101;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	/*text-align: left;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	filter: shadow(color=#999999, direction=135, strength=2);
}

.loginBlock form input[type=text], .loginBlock form input[type=password]{
	display: inline-block;
	margin: 5px;
	border: 1px solid #dadada;
	background-color: #eaeaea;
	padding: 3px;
	color:#000033;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.loginBlock form button{
	display: inline-block;
	margin: 5px;
	border: 1px solid #dadada;
	background-color: #eaeaea;
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000033;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.timer{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(login/loader.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.box-info, .box-success, .box-alert, .box-error{
	clear: both;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.box-info {
	color: #00529b;
	background-color: #bde5f8;
	border-color: #00529b;
}
.box-success {
	color: #4f8a10;
	background-color: #dff2bf;
	border-color: #4f8a10;
}
.box-alert {
	color: #9f6000;
	background-color: #feefb3;
	border-color: #9f6000;
}
.box-error {
	color: #d8000c;
	background-color: #ffbaba;
	border-color: #d8000c;
}

.session_on{
	display: block;
	text-align: left;
}

.btnm {
	background-image: url(../img/fondoBotonera.png);
    border: #910D0D solid 1px;
    border-bottom: #700E0E solid 4px;
	text-align: center;
    color: white;
    padding:10px;
    margin:10px;
    width: 150px;
    font-size: 1.5em;
    height: 26px;
    position: relative;
	display: inline-block;
	vertical-align: top;
    -webkit-border-top-left-radius: 12px;  
    -webkit-border-top-right-radius: 12px;  -moz-border-radius-topleft: 12px;  -moz-border-radius-topright: 12px;  
    border-top-left-radius: 23px;  
    border-top-right-radius: 23px;
}

.btnm a{
	color:#FFFFFF;
	font-family:"Chalet",Helvetica,Verdana;
}

.btnm:hover {
	background-color: blue;
	border: #D36363  solid 2px;
    border-bottom: #C75656  solid 4px;
	-webkit-border-top-left-radius: 12px;  
    -webkit-border-top-right-radius: 12px;  -moz-border-radius-topleft: 12px;  -moz-border-radius-topright: 12px;  
    border-top-left-radius: 23px;  
    border-top-right-radius: 23px;
}

.divlogo{
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	margin: 10px auto;
	height: 160px;
	width: 190px;
	float: inherit;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	filter: shadow(color=#999999, direction=135, strength=2);
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
  	.divlogo{
		float: left;
		margin: -9px 0 0 2%;
	}
}

@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
  	.divlogo{
		float: left;
		margin: -9px 0 0 2%;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
	#allContent{
	top: 0px;
	left: 0px;
	width: 280px;
}

.loginBlock{
	display: block;
	width: 400px;
}
.divlogo{
	margin: auto;
	height: 160px;
	width: 190px;
	float: inherit;
	border-radius: 5px;
}
.loginBlock form input[type=text], .loginBlock form input[type=password]{
	display: block;
	width: 100%;
}

#alertBoxes{
	display: block;
	width: 100%;
}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}

#allContent{
	top: 0px;
	left: 0px;
	width: 70%;
}

.loginBlock{
	display: block;
	width: 300px;
}

.divlogo{
	margin: auto;
	height: 160px;
	width: 190px;
	float: inherit;
	border-radius: 5px;
}

.loginBlock form input[type=text], .loginBlock form input[type=password]{
	display: block;
	width: 150px;
}

#alertBoxes{
	display: block;
	width: 280px;
}
}
