body {
	background-color: #fcfcfc;
	border-top: solid 5px #22428c;
	color: #333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin: 0px;
	padding: 50px 0px;
	text-align: center;
}


.espClave {
	background: #eee;
	border: solid 1px #ccc;	
	height: 140px;
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
	text-align: center;
	width: 90%;
}


.espClave .imgClave {
	background: url("../img/logo-univia-oficial-128.png") no-repeat center;
	background-size: 75%;
	height: 128px;
	position: absolute;
	left: 20px;
	top: 0px;
	width: 128px;
}

.espClave .txtClave {
	font-size: 60pt;
	font-weight: bold;
	height: 115px;
	margin: 15px auto 0px auto;
	text-align: center;
	width: 900px;
}

.espClave .proClave {
	background: #22428c;
	height: 10px;	
}

.proAvance80 {
	background: #22428c;
}

.proAvance100 {
	background: #ed1c24 !important;
}

.txtAvance80 {
	color: #22428c;
}

.txtAvance100 {
	color: #ed1c24;
}