@charset "utf-8"; 
#clouds {
	background-image:url(../img/cloud.png);
	background-repeat:no-repeat;
	background-position:0 75px;
}
.museo {
	font-family:"Museo";
	font-weight:normal;
}
div.content {
	background-color:#fff;
	width:95%;
	padding:15px;
	border:1px solid #daec0d;
	border-left:none;
	-webkit-border-top-right-radius: 7px;
	-khtml-border-radius-topright: 7px;	
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-khtml-border-radius-bottomright: 7px;	
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
}
#toogle-1-content.content {
	border-color:#daec0d;
}
#toogle-2-content.content {
	border-color:#b7b82f;
}
#toogle-3-content.content {
	border-color:#bf9a34;
}
#toogle-4-content.content {
	border-color:#b15b32;
}
#toogle-1-header{
	background-color:#daec0d;
}
#toogle-2-header{
	background-color:#b7b82f;
}
#toogle-3-header{
	background-color:#bf9a34;
}
#toogle-4-header{
	background-color:#b15b32;
}

#toogle-1-header:hover{
	background-color:#9BA70A;
}
#toogle-2-header:hover{
	background-color:#929225;
}
#toogle-3-header:hover{
	background-color:#967829;
}
#toogle-4-header:hover{
	background-color:#8E4928;
}
p.note {
	font-size:14px;
}
#toogle-4-content img {
	border:0 none;
	margin-right:10px;
}
.link-download{
	color:#C90;
	font-size:18px;
	line-height:100%;
}
blockquote{
	margin:5px 0 5px 15px;
}