#notasTitulares{
	padding: 10px;
}
#notasTitulares .titular{
	color: black;
	cursor: pointer;
	font-size: 12px;
	float: left;
	padding: 4px;
	height: 65px;
	width: 230px;
	overflow: hidden;
}
#notasTitulares .titular:hover{
	background-color: #CECECE;
}
#notasTitulares .titular span{
	color: #003366;
}
#notasTitulares .titular img{
	width: 90px;
	height: 65px;
	float: left;
	margin-right: 5px;
}
#notasTitulares .titular p{
	/*white-space:nowrap;*/
	text-overflow: ellipsis;
	height: 65px;
}


