.contenedor_general {
	height: 700px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.contenedor_notas {
	float: left;
	height: 560px;
	width: 809px;
	padding-left: 100px;
	/* background-image: url(img/fondo_notas.jpg); 
	background-repeat: no-repeat; */
}
.contenedor_notas .bloque_nota {
	width: 360px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	height: 140px;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=90);
	opacity: .90;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.contenedor_notas .bloque_nota .imagen {
	height: 120px;
	width: 120px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.contenedor_notas .bloque_nota .titulo {
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.contenedor_notas .bloque_nota .texto {
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.contenedor_notas .bloque_nota a {
	color: #000000;
	text-decoration: underline;
}

.contenedor_notas .bloque_nota a:hover {
	color: #000000;
	text-decoration: none;
}

.contenedor_notas .paginacion {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	float: left;
	width: 750px;
	text-align: center;
	height: 20px;
	filter: Alpha(Opacity=90);
	opacity: .90;
	margin-top: 10px;
	margin-left: 10px;
}
.contenedor_notas .paginacion a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.contenedor_notas .paginacion a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}.contenedor_notas .detalle_imagen {
	width: 300px;
	height: 350px;
	margin-top: 50px;
	margin-left: 20px;
	float: left;
}
.contenedor_notas .detalle_texto {
	float: left;
	height: 325px;
	width: 400px;
	margin-top: 50px;
	margin-left: 20px;
	font-family: Arial;
	font-size: 12px;
	overflow: auto;
}
.contenedor_notas .detalle_texto h3 {
	font-size: 20px;
}
.contenedor_notas .volver {
	float: left;
	height: 20px;
	width: 700px;
	margin-left: 20px;
	text-align: right;
}
.contenedor_notas .volver #btnVolver {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	height: 20px;
	width: 100px;
	border: 1px solid #FFFFFF;
}

