/* CityDesk default style sheet */


/* Basic HTML Element Style */
body {
	background-color: #fff;
	font: 11px/16px verdana, tahoma, arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font: bold 14px verdana, tahoma, arial, sans-serif;
}

h2 {
	font: bold 12px verdana, tahoma, arial, sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: solid 1px #DDD;
}
h3 {
	font: 18px georgia, 'times new roman', sans-serif;
}
h4, h5 {
	font: italic normal 11px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}

/*Structural elements */
#container {
	width: 550px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}

#navList {
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	border-top: solid 1px #078;
	text-align: right;
}

/* text effects */
em.title {
	text-decoration: underline;
}
#articleList p {
	margin: 0 0 25px 0;
}
#articleList h3 {
	font: 13px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}


#menu{
	background-color: #2860C0;
	text-align: left;
	padding-left: 20px;
}	
#menu a:link, #menu a:visited, #menu a:active{
	color: White;
	font: 12px verdana, tahoma, arial, sans-serif;
	font-weight: bold;
}	
hr.separador{
	width: 80%;
	height: 1;
	border: 1px dotted #eee;
	background-color: #999999;
}

#noticias{
	vertical-align: top;
	background-color: #DCDCDF;
	padding: 6px;
	padding-top: 10px;
	text-align: left;
	min-height: 400px;
}
#articleBody{
    padding: 5px;
}    
#footer{
   	border-top: 1px solid #dcdcdf;
   	color: #aaa;
   	width: 780px;
   	text-align: center;
}   	
#header{
	background: White url(../images/linea.png) no-repeat right;
}	
.nota{ color:#999; font-style: italic }	