/* CSS Document */

@font-face {
	font-family: Museo;
	src: url('../includes/Museo300-Regular.otf');
} 
body {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #385062;
}
#left {
	width: 280px;
	float:left;
}
#news_container {
	width: 718px;
	height: 183px;
	float:left;
	margin-top: 27px;
	overflow:hidden;
}
.top_news {
	width: 168px;
	height: 100px;
	margin-right: 15px;
	float:left;
}
.top_news_double {
	width: 351px;
	height: 183px;
	margin-right: 15px;
	float:left;
}
.top_news ul{
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
}
.justified {
	text-align:justify;
}
.top_news ul li{
	list-style:none;
	font-weight:bold;
	margin-bottom: 5px;
}
.top_news ul li ul li{
	font-weight: normal;
	list-style:none;
	margin-left: 10px;
	margin-bottom: 5px;
}

.top_news span{
	display:block;	
}
.top_news .date{
	margin-top: 11px;
	margin-bottom: 11px;
	color: #ef90a3;
}
.top_news .title{
	font-weight:bold;
	color: #ef90a3;
	margin-bottom: 3px;
}
.top_news .lead{
	font-size: 11px;
	color: #000;
}

.last{
	margin-right: 0px;
}

#content {
	margin-top: 10px;
	float:left;
	width: 718px;
}
#content div.lead,#content div.news_date {
	color: #000;
}
.news_date {
	padding: 5px 0px 5px 0px;
	border-bottom:#999 1px dotted;
	margin-bottom: 5px;
}
a, a:hover {
	color: #ef90a3;	
	text-decoration: none;
}
.titulo {
	font-family: Museo;
	font-size: 45px;
	font-weight: bold;
	color: #ef90a3;	
}
.news_titulo {
	font-family: Museo;
	font-size: 22px;
	font-weight: bold;
	color: #ef90a3;	
}
.subtitulo {
	font-size: 15px;
	font-weight: bold;
	color: #ef90a3;	
}
.museo {
	font-family: Museo;
}
#main_container {
	margin-left:auto;
	margin-right:auto;
	width: 998px;
}

/*GLOSSY MENU*/

#menu {
	margin-top: 10px;
	margin-bottom: 35px;
	padding-left: 25px;
	font-family: Museo;
	font-size: 14px;
	line-height: 16px;

}
#menu h3 {
	color: #385062;
	list-style: none;
	line-height: 16px;
	text-align: left;
}

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 260px; /*width of menu*/
	margin-top: 10px;
	margin-bottom: 35px;
	padding-left: 25px;
}

.glossymenu a.menuitem{
	font-family: Museo;
	font-size: 14px;
	color: #385062;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 0px;
	text-decoration: none;
}

.glossymenu_open {
	font-weight: bold;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
		font-weight: bold;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	/*background-image: url(glossyback2.gif);*/
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: none;
}

.glossymenu div.submenu ul li a{
	display: block;
	font-family: Museo;
	font-size: 14px;
	color: #385062;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 30px;
}

.glossymenu div.submenu ul li a:hover{
/*background: #DFDCCB;*/
colorz: white;
}
.copy {
font-size: 9px;
color: #999;
width: 200px;
margin: 0px auto;

}

  a.btn-donate {
            display: block;
    margin-left: 550px;
    background-image: url(../images/btn_doar.png);
    background-size: 168px 38px;
    height: 38px;
    width: 168px;
    cursor: pointer;
        }

            a.btn-donate:hover {
                background-image: url('../images/btn_doar_over.png');
            }