.bloque_imagen a{
	border-color: #CCCCCC;
}

.bloque_imagen:hover{
	border-color: #7171BF;
	border-width: 1px;
	/*color: #7171BF;
	text-decoration: underline;*/
}

.bloque_imagen img{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: right;
	float: left;
	padding: 4px;
	margin-right: 8px;
	background-color: #fff;
/*	margin-bottom: 15px;*/
}

.bloque_imagen .titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}

.bloque_imagen .titulo a {
	text-decoration: underline;
}

.bloque_imagen .titulo:hover {
	text-decoration: underline;
}
					
.bloque_imagen{
	min-height: 60px;
	max-height: 2000px;
	height: 90px;
	width: 370px;
/*	max-width: 220px;*/
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: left;
	/*float: left;  */
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(./img/fondo.jpeg);
	display: block;
}

