@charset "utf-8";
/* CSS Document */

/* expande */
#expande {
	width: auto;	   
    height: 0;
    overflow: hidden;
	margin: 0.5rem 0 0.5rem 0;
	
    transition: height 2s;
    -moz-transition: height 2s; /* Firefox 4 */
    -webkit-transition: height 2s; /* Safari and Chrome */
    -o-transition: height 2s; /* Opera */
}

a.showLink, a.hideLink {
	color: #FFF;
	font-family: "Oswald Regular";
	font-size: 120%;
    text-decoration: none;	
}

a.showLink:hover, a.hideLink:hover {
	color: #F60;
	height: 1.5em;
	text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.90);
	text-decoration: none;	
	transition:  1s ease 0s;	
}

#expande-2 {
	width: auto;	   
    height: 0;
    overflow: hidden;
	margin: 0.5rem 0 0.5rem 0;
	
    transition: height 2s;
    -moz-transition: height 2s; /* Firefox 4 */
    -webkit-transition: height 2s; /* Safari and Chrome */
    -o-transition: height 2s; /* Opera */
}

a.showLink-2, a.hideLink-2 {
	color: #FFF;
	font-family: "Oswald Regular";
	font-size: 120%;
    text-decoration: none;	
}

a.showLink-2:hover, a.hideLink-2:hover {
	color: #F60;
	height: 1.5em;
	text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.90);
	text-decoration: none;	
	transition:  1s ease 0s;	
}