@charset "utf-8";
/* CSS Document */
.mod_retos{ padding: 5px; 
	
}

.mod_retos .tableNotif {
	font-size: 11px;
	border: 1px solid #CCC;
}
.mod_retos .tableNotif th {
	background-color: #999;
	color: #FFF;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.mod_retos .tableNotif td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.mod_retos .tableNotif  label{
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}
.mod_retos blockquote {
	font-size: 14px;
	padding: 2px;
	width: auto;
	color: #999;
}
.mod_retos blockquote span {
	font-weight: bold;
	color: #FFF;
	background-color: #5B8DBE;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #4274A6;
}
.mod_retos .porcentaje {
	background-color: #EFEFEF;
	text-align: center;
	border: 1px solid #999;
	margin-top: 10px;
	line-height: 20px;
	font-size: 11px;
	position: relative;
	height: 20px;
}

.mod_retos .porcentaje .barra {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	background-color: #B3ECAA;
}
.mod_retos .porcentaje .dato {
	position: relative;
	z-index: 100;
}

