@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
body{
	
/*	background-color:#999;*/
	color:#666;
	font-family: 'Raleway', sans-serif;
}
.fondo{
	
	background-image:url('./../img/fondo.jpg');
	background-repeat:no-repeat;
	background-position:center center;

}
.logo{
	height:60px;
	width:300px;
	margin:10px auto;
	}

header{
	width:70%;
	height:70px;
	line-height:70px;
	margin:10px auto;
	text-align:center;
}
header h1{
	font-family: 'Changa One', cursive;
	font-size:2.5em;
	color:#0E2C8E;
	font-weight:100;
	}
#login{
	float:right;
	margin-right:5%;
	background-color:rgba(255,255,255,0.7);

}
#login td{
	padding-right:10px;
	padding-left:10px;
}
#login td img{
	width:40px;
	height:auto;
	padding-left:10px;
}
#login span{
	position:relative; bottom:5px;
	font-size:0.9em;
	}
#login a{
	text-decoration:none;
	font-style:normal;
	font-weight:900;	
	
}


#login input[type='text' ] , #login input[type='password' ] {
	border: none;
	background: #fff;
   font-weight:700 ;
	display: block;
	height: 25px;
	outline: none;
	background-color: #fff;
	font-family: 'Muli', sans-serif;
}

#login input[type="password"],#login input[type="text"] {
	width:80%;
	margin:5px auto;
	padding:2%;
	border:1px solid #ccc;
}
input.btn_login[type="submit"]{
	color:#FFF;
	font-size:1em;
	transition: background-color 0.5s, font-size 0.5s;
	width:84%;
	margin:5px 8%;
	padding:5px 0px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-weight:900;
	background-color:#00A553;
	border:none;
	border-radius:0px;
	box-shadow:none;
	transition: background-color 0.5s;
}


input.btn_login[type="submit"]:hover{
	background-color:#0C8E4D;
	font-weight:900;
	font-size:1em;
	margin:5px 8%;
	padding:5px 0px;
	
}




.bar {
	width: 100%;
	height: 1px;
	background: #fff ;
}
.bar span {
	width: 95%;
	margin: auto;
	height: 1px ;
	display: block;
	background: #d1d1d1;
}

a{
	text-decoration:none;
	color:#000;
	font-family: 'Muli', sans-serif;
	font-size:1em;
	font-style:oblique;
}

.registro{
	
	margin:100px auto;
}

#contenedor{
	width:70%;
	margin:0px auto;
}
#acordion div{
	color:#666;
	}

.buena_accion{
	font-family: 'Raleway', sans-serif;
	font-size:1.3em;
	color: #333;
	text-align:center;
}
.separador{
	margin-right:50px;
	
	}
p{
	font-family: 'Raleway', sans-serif;
}
li, input{
	font-family: 'Raleway', sans-serif;
}
.btn_center{
	width:50%;
	margin:8px auto 5px auto;
	text-align:center;
	font-family: 'Raleway', sans-serif;
}
input[type="text"], input[type="password"]{
	border:1px solid #ccc;
	height:25px;
	border-radius:5px;
	padding:4px;
}

input[type="button"], input[type="submit"]{
	background-color:#00A553;
	color:#FFF;
	font-size:1em;
	font-family: 'Raleway', sans-serif;
	border-radius:4px;
	box-shadow:4px 4px 5px 2px #666; 
	transition: background-color 0.5s;
	padding:3px 10px;
}
input[type="button"]:hover, input[type="submit"]:hover{
	background-color: #0C8E4D;
	padding:3px 10px;
}
#resultado_test{
	text-align:justify;
	width:100%;

}
.semaforo{
	width:auto;
	float:left;
	padding:1%;
	width:18%;
}
.semaforo img{
	width:100%;
	height:auto;
}
.texto_resultado{
	float:right;
	width:79%;
	padding-left:1px;
	text-align:justify;
}
#historial{
	width:100%;
	clear:both;
	margin:0px auto;
}

.grafica{
	width:50%;
	border:1px dotted #666;
	height:15px;
	display:inline-block;
}
.verde{
	height:15px;
	display:inline-block;
	background-color:#090;
	background: -webkit-linear-gradient( #6C0, #3C0, #390); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#6C0, #3C0, #390); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#6C0, #3C0, #390); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#6C0, #3C0, #390); /* Standard syntax */

}
.amarillo{
	height:15px;
	display:inline-block;
	background-color: #FF0;
	background: -webkit-linear-gradient( #FF6, #FF0, #D5D500); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FF6, #FF0, #D5D500); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FF6, #FF0, #D5D500); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FF6, #FF0, #D5D500); /* Standard syntax */

}
.rojo{
	height:15px;
	display:inline-block;
	background-color: #F00;
	background: -webkit-linear-gradient(#F00, #C00, #900); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F00, #C00, #900); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#F00, #C00, #900); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#F00, #C00, #900); /* Standard syntax */
}