/*aside derecha*/
aside#derecha {
	margin-top:55px;
	position:static;
	padding:0px 0px 0px 0px;
	border: solid 1px white;
	background:white;
	opacity: 0.75;
	border-radius: 0px 0px 0px 0px;
	transition: background 0.5s, opacity 0.5s;
	-webkit-transition: background 0.5s, opacity 0.5s;
	-moz-transition: background 0.5s, opacity 0.5s;
	-o-transition: background 0.5s, opacity 0.5s;
	-ms-transition: background 0.5s, opacity 0.5s;
}
aside#derecha:hover {
	background:white;
	opacity: 1;
}
aside article {
	height:60px;
	overflow:hidden;
	transition: height 1s;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	-o-transition: height 1s;
	-ms-transition: height 1s;
	outline:none;
	cursor:default;
}
aside article small {
	float:right;
	color:#060;
	margin-top:12px;
	cursor:pointer;
	font-size:12px;
	font-family: 'Scada', sans-serif;
}
aside h2 {
	font-size: 16px;
	font-family: 'Clicker Script', cursive;
	text-align:center;
	padding:0px 0px 0px 0px;
}
aside article h1 {
	padding:0px 0px 0px 4px;
	font-size:12px;
	line-height:14px;
	font-family: 'Scada', sans-serif;
}
aside article p {
	padding:0px 0px 0px 4px;
	font-size:10px;
	line-height:12px;
	font-family: 'Scada', sans-serif;
}
aside article.clase1:focus {
	height:170px;
}
aside article.clase2:focus {
	height:380px;
}
aside article.clase3:focus {
	height:85px;
}
aside article.clase4:focus {
	height:265px;
}
aside article.clase5:focus {
	height:200px;
}