.loading {
background:#FF0000;
color:#FFFFFF;
display:none;
}

/* modificador de clase que permite que se genere de una lista en forma de barra
grafica */
ul#publico  {
background-color: #FFF;
border-top: 2px solid #666699;
border-bottom: 2px solid #666699;
color:	#808000;
font-family: sans-serif;
font-size: 11px;
margin:	0px;
padding: 1px;
white-space: wrap;
width:	95%;

}

ul#publico a:hover  {
background-color: #666699;
border-bottom:	0px solid #000066;
color:	#FFF;
}

ul#publico li  {
background-color: #FFF;
border-bottom: 1px solid #DEE0E7;
color: #000;
font-weight: 600;
display:	block;
list-style-type: disk;
margin:	0px;
padding-top: 1px;
padding-bottom:	1px;
padding-left: 2px;
text-align:	left;
width:	99%;
}

ul#publico li a  {
border: 0px solid #FFFFFF;
color:	#000;
display: block;
padding-left: 2px;
padding-top: 1px;
padding-bottom:	1px;
text-decoration: none;
}

.datoAdd {
	color:#A5A5A5;
	font-family: arial;
	font-size: 9px;
	
}

.btHerra {
	background-image:	url('icon/bkHerras.jpg');
	background-position: top left;
	background-repeat:	no-repeat;
	border: 0px solid #000;
	color:	#000;
	font-family: arial;
	font-size: 10px;
	text-align:center;
	font-weight: bold;
	padding-top: 6px;
	margin:1px;
	width:82px;
	height:50px;
	float:left;
	cursor:pointer;
	
}

.btHerraGrado {
	background-image:	url('icon/bkHerrasGrado.jpg');
	background-position: top left;
	background-repeat:	no-repeat;
	border: 0px solid #000;
	color:	#000;
	font-family: sans-serif;
	font-size: 11px;
	text-align:center;
	font-weight: bold;
	padding-top: 6px;
	margin:2px;
	width:82px;
	height:50px;
	float:left;
	cursor:pointer;
	
}

.marcoPubHerra{
	background-color: #FFF;
	border: 1px solid #666699;
	color:	#333333;
	font-family: sans-serif;
	font-size: 11px;
	padding: 5px;
	width:	99%;
	clear:both;
	
}

.marcoPubUser{
	background-image:	url('icon/bkCurriculo.jpg');
	background-position: top left;
	background-repeat:	no-repeat;
	border-bottom: 1px solid #666699;
	color:	#000;
	font-family: sans-serif;
	font-size: 11px;
	padding: 5px;
	margin-bottom:12px;
	float:left;
	width:	773px;
}

.marcoPubGrado{
	background-color: #FFF;
	border: 1px solid #666699;
	color:	#333333;
	font-family: sans-serif;
	font-size: 12px;
	padding: 5px;
	width:	98%;
	clear:both;
}

.titleListaC{
	background-image:	url('icon/titleCurriculos.gif');
	background-position: top left;
	background-repeat:	no-repeat;
	border-bottom: 0px solid #666699;
	color:	#FFF;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-bottom:8px;
	width:	770px;
}

.iconPublico {
	cursor:pointer;
	text-decoration: none;
	color: #990000;
}

.boxInfo {
	width:240px;
	float:left;
}

.boxHerramientas {
	width:270px;
	float:left;
	border-left:1px solid #C0C0C0;
	padding-left:5px;
}

.boxRecursos {
	width:140px;
	float:left;
	padding-left:10px;
	border-left:1px solid #C0C0C0;
	text-align:left;
}

.boxPrint{
	width:90px;
	float:left;
	border-left:1px solid #C0C0C0;
}


