#contenedor_estudio
{
	padding:40px;
	margin:15px;
	width:350px;
	height:200px;
	overflow:hidden;
	border-bottom:1px solid #91c810;
	border-top:1px solid #91c810;
	text-align:justify;
	text-transform: none;;	
}
#estudio .flecha
{
	width:16px;
	position:relative;
	margin-top:-60px;
	margin-left:420px;
	cursor:pointer;
	background-color: #c5f25e;
	border: 1px solid #c3f255;
	border-radius: 3px;
box-shadow: 0 1px 2px rgba(1, 0, 0, 0.5);
}
#flechaArriba
{
	background: transparent url(../images/scroll/arr.png) no-repeat 0 100%;
	width:16px;
	height:16px;
	opacity:.5;
}
#flechaAbajo
{
	background:transparent url(../images/scroll/aba.png) no-repeat 0 100%;
	width:16px;
	height:16px;
	opacity:.5;
}
