
div.headerPuntos{
	font-weight: bold;
	margin-bottom: 5px;
}
div.puntos{
	height: 318px;
    overflow-x: hidden;
    overflow-y: auto;
}


/* single scrollable item */

.item,.itemEditor, .itemSeleccionado {
/* 	font-family: Helvetica, Arial; */
/* 	border:1px solid #235b34; */
	margin:5px 0;
/* 	padding:5px 15px 5px 15px; */
/* 	font-size:12px; */
/* 	height:60px; */
	width: 100%;
}
.itemSeleccionado {
	background-color: #e8eaec;
}

.itemSeleccionado textarea{
	margin:0 0 1px 0;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	border: 0;
    background-color:transparent;
	overflow: hidden;
}
/* elements inside single item */
.item img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.item {
/* 	height: 60px; */
}

.item .infoPunto{
	padding: 10px 5px;
	font-size:11px;
	color:#333333;
	border: 0;
    background-color:transparent;
	overflow: hidden;
	cursor: url("../imagenes/play.png"), pointer;
}


.item h5 {
	margin:0 0 0 0;
	font-size:9px;
	color:#333333;
	font-weight:normal;
}

.item a {
	cursor: pointer;
}

.item:nth-child(odd){
    background: #FBFCF4;
}

.item:hover{
	background: #DEE5BE;
}

/* .item:nth-child(odd) .infoPunto, .item:nth-child(odd) .botonera { */
/*     background: #DEE5BE; */
/* } */


/* the action buttons above the scrollable */
#actions {
	width: 100%;
	margin:0px 0 15px 0;	
}

#actions a {
	font-size:12px;		
	cursor:pointer;
	color:#666;
	
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.next {
	float:right;
	text-decoration:underline;
}
.prev {
	float:left;
	text-decoration:underline;
}
.vacio{
	width: 310px;
	padding: 20px;
	text-align: center;
	}
