/* CSS Document */

.ico
{
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.ico.Fecha
{
	background-image: url(/template/accord-v2/ico/time.png);
	background-repeat: no-repeat;
}
.ico-fecha
{
	background-image: url(/template/accord-v2/ico/ico-fecha.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 2px;
	display: block;
	height: 30px;
	width: 32px;
	text-align: center;
	float: left;
	cursor: pointer;
}
.ico.miniLocalizacion
{
	background-image: url(/template/accord-v2/ico/location.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
}
.ico.miniImpresion
{
	background-image: url(/template/accord-v2/ico/miniImprimir.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
}
.ico.miniDetalle
{
	background-image: url(/template/accord-v2/ico/detalle.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
}
.ico.Imprimir
{
	background-image: url(/template/accord-v2/ico/print.png);
	background-repeat: no-repeat;
}
.ico.ImprimirConsulta
{
	background-image: url(../ico/imprimir-todo.png);
	background-repeat: no-repeat;
}
.ico.MapaCompleto
{
	background-image: url(../ico/location-todo.png);
	background-repeat: no-repeat;
}
.ico.Ficha
{
	background-image: url(/template/accord-v2/ico/account_contact_icon.png);
	background-repeat: no-repeat;
}
.ico.favorito-on
{
	background-image: url(/template/accord-v2/ico/star.png);
	background-repeat: no-repeat;
	opacity:0.25 !important;
	filter: "alpha(opacity=25)"; /* expected to work in IE 8 */
	filter: alpha(opacity=25);   /* IE 4-7 */
}
.ico.favorito-off
{
	background-image: url(/template/accord-v2/ico/star_disabled.png);
	background-repeat: no-repeat;
}
.ico.pdf
{
	background-image: url(/template/accord-v2/ico/pdf2.png);
	background-repeat: no-repeat;
}
.ico.AVISO
{
	background-image: url(/template/accord-v2/ico/aviso.png);
	background-repeat: no-repeat;
	margin-right: 0;
}
.ico.MENSAJE
{
	background-image: url(/template/accord-v2/ico/mensaje.png);
	background-repeat: no-repeat;
	margin-right: 0;
}
.ico.AYUDA
{
	background-image: url(/template/accord-v2/ico/ayuda.png);
	background-repeat: no-repeat;
	margin-right: 0;
	margin-top: 8px;
	opacity: 0.5;
	
}
.ico.ALERTA
{
	background-image: url(/template/accord-v2/ico/alerta.png);
	background-repeat: no-repeat;
	margin-right: 0;
}
/*----------------------------------------*/
.ico {
	height: 20px;
	width: 20px;
	display:inline-block;
	cursor:pointer;
}
.Estrella{
	background:url(/template/accord-v2/ico/star.png) no-repeat center center;
	float:none !important;
}
.Estrella_Inactiva{
	background:url(/template/accord-v2/ico/star_disabled.png) no-repeat center center;
	float:none !important;
}
.comment-user{
	font-size:20px;
	color:#999999;
}

.comment-doc{
	font-size:20px;
	color: #00BAFF !important;
}
.msg-doc{
	color: #00BAFF !important;
}
