.caixavotacions 
{
	float: right;
	overflow: hidden;
	padding: 10px;
	min-width: 120px;
	display: block;
}

.caixaliterals {
	float: left;
	text-align: right;
	width: 150px;
	margin-right: 20px;
}

.caixaimatges {
	overflow: auto;
	width: 120px;
}

.caixaimatges .left {
	float: left;
	width: 60px;
}

.caixaimatges .right {
	float: right;
	width: 60px;
}

.caixaimatges img {
	float: left;
	margin-top: 4px;
}

.caixaimatges p {
	margin: 2px 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	color: #16387C;
	float: left;
}


/* Votaciones para barServices, actualmente solo en reports */

.barServices .caixavotacions {
display:block;
float:left;
min-width:145px;
overflow:hidden;
padding:0;
}
.barServices .caixaliterals {
float:left;
margin-right:20px;
text-align:right;
width:150px;
}
.barServices .caixaimatges {
overflow:hidden;
width:145px;
float:left;
line-height:16px;
}
.barServices .caixaimatges .left {
 width:53px;
}
.barServices .caixaimatges .right {
 width:53px;
}
.barServices .caixaimatges div {
float:left;
width:35px;
}
.barServices .caixaimatges .right p{
border-right:1px solid #d6d6d6;
width:18px;
}
.barServices .caixaimatges img {
float:left;
margin-top:0;
}
.barServices .caixaimatges p {
color:#16387C;
font-size:14px;
font-weight:bold;
margin:2px 0 0 5px;
float:left;
}
.barServices .actions {
font-size:12px;
}


