/* PERFIL.CSS */
#contenido_interior_der {
	background-color:#DDDDDD;
	padding:3px;
	min-height:561px !important;
}

.blogtitulo {
	font-size:10pt;
	color:#5f5f5f;
	font-style:italic;
	font-weight:bold;
}
.blogtitulo a {
	text-decoration:underline;
	color:#5f5f5f;
}
#entrada {
	border-bottom:3px solid #bac59a;
	margin-bottom:10px;
}
	#entrada .ultima {
		border-bottom:none;
	}
	#entrada .link {
		text-decoration:underline;
		color:#6f862c;
	}
	#entrada .fecha {
		font-weight:bold;
		font-size:10px;
		color:#6f862c;
	}

#contenido_interior_izq {
	width:350px !important;;
}	
#contenido #contenido_interior_der {
	padding-top:20px;
	height:561px;
	max-height:561px;
	margin-top:90px;
	/* border-bottom:3px solid #6F862C; */
}
#contenido_interior_med {
	float:left;
	background-image:url(../../imgs/VCardona3.jpg);
	background-repeat:no-repeat;
	background-position:-10px 90px;
	width:245px;
	height:601px;
	/* border-bottom:3px solid #6F862C; */
}