#sidebar .comunicadosmodule h2 {
	margin: 0px 5px 0px 5px;
	padding-left:15px;
	background:transparent url(../images/arrow-grey.gif) no-repeat 0 50%;
}

#sidebar .date {
	font-size:90%;
	color:#cccccc;
	font-style:italic;
	margin: 0px 5px 0px 5px;
}

.bodycopy, .bodycopy h3, .bodycopy h4, .bodycopy h5, .bodycopy h6{
	color: #444;
}

/* 
Make readmore links accessible using the techniques at
http://www.maxdesign.com.au/presentation/more-links/ and
http://www.knusperpixel.com/css/simple-accessible-more-links-v2/
*/

.bodycopy a.readmore span {
/*
Set span off screen
*/
	position: absolute;
	left: -1000px;
	width: 900px;
}
.bodycopy a.readmore:hover,
.bodycopy a.readmore:focus,
.bodycopy a.readmore:active {
/*
On 'hover' set the anchor to 'position:relative' to get a
measuring point. Somehow IE doesn't like it when this is
in the '.bodycopy a' declaration...
*/
	position: relative;
	text-decoration: none; /* Google chrome needs this to be in the parent, so we define it here */
}
.bodycopy a.readmore:hover span,
.bodycopy a.readmore:focus span,
.bodycopy a.readmore:active span {
/*
Take the previously hidden span and display it near the anchor
*/
	left: 20px;
	top: 20px;
	width: 100px;
/*
This is just for looks...
*/
	padding: 5px;
	line-height: 1.2em;
	font-size: 80%;
	border: 1px solid;
	text-decoration: inherit;
	background-color: #F6F6FF;
	color: #000;
}

.comunicadosmodule {
	float: left;
	width: 100%;
}

.comunicadosmodule .moduleactions {
	float: left;
	width: 100%;
}

.comunicadosmodule .title_container {
	clear: both;
	float: left;
}

.comunicadosmodule .title {
	text-transform: none;
	font-size: 200%;
	font-weight: bold;
	font-family: "Trebuchet MS","Arial";
	color: #724E4E;
}

.comunicadosmodule #comunicados_anoControl, .comunicadosmodule .title {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #CCCCCC;
	float: left;
	width: 480px;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 25px;
}

.comunicadosmodule #comunicados_anoControl label {
	display: block;
	float: right;
	width: 100%;
}

.comunicadosmodule #comunicados_anoControl .label {
	text-transform: none;
	float: left;
	font-size: 200%;
}

.comunicadosmodule .viewsingle {
}

.comunicadosmodule .bajada_titulo {
color: rgb(0,0,0);
text-align:justify;
font-style: italic
}

.comunicadosmodule .epigrafe {
color: rgb(0,0,0);
font: normal bold medium bold ;
}

.comunicadosmodule #comunicados_anoControl select {
	float: right;
}

.comunicadosmodule .logo_modulo {
	float: left;
	background-image: url("../images/logo_modulo.png");
	background-repeat: no-repeat;
	width: 82px;
	height: 70px;
}

.comunicadosmodule .yui-navset {
	float: left;
	width: 100%;
}

.comunicadosmodule .yui-navset .yui-nav li,
.comunicadosmodule .yui-navset .yui-nav .selected {
	margin:0 0.5em 0 0;
}
