/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

body {
	margin: 20px 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EBEBEB;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Header */

#header {
	margin: 0 auto;
	padding: 0px 20px 0 20px;
	background-image: url(images/header.jpg);
	height: 157px;
}



#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding-top: 127px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 80px;
	height: 18px;
	margin-left: 2px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 7px;
}

#menu a:hover {	background-color: #999999;
}

#menu .active a {
	background-color: #999999;
}
#sidebar {
	float: left;
	width: 200px;
}
#sidebar .boxed .title h2 {
	background: url(../images/img08.gif) no-repeat;
}
#updates {
	background-color: #383435;
}

#updates ul {
	margin: 0;
	list-style-position: inside;
	list-style-type: none;
}

#updates h3 {
	font-size: 11px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
	font-size: c
}
/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(../images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
	font-size: 11px;
}
#sidebar2 {
	float: left;
	width: 130px;
	padding-left: 20px;
	background-color: #6D6567;
	height: 180px;
}

#sidebar2 .boxed .title h2 {
	background: url(../images/img10.gif) no-repeat right top;
}
.backgroundcmenuderecho { background-color:#97ACD1}
.backgroundcmenuizq { background-color:#343434}

/* Content > Main */

#main {
	float: left;
	width: 501px;
	margin-left: 10px;
}

#main a {
	text-decoration: none;
	color: #0033CC;
}

#main a:hover {
	text-decoration: none;
	color: #333333;
}
/* Content > Main > Welcome */

#welcome {
}
/* Post */

.post {
}

.post .title {
	font-size: 1em;
	color: #FFFFFF;
	background-image: url(../images/bgtitulo.jpg);
	background-repeat: repeat-x;
}

.post .title span {
	display: block;
	height: 20px;
	padding: 5px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	font-size: 15px;
	background-image: url(../../images/img07.gif);
	background-repeat: repeat-x;
}
.post .story2 {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(../images/img07.gif) repeat-x;
}
/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

#Scrumble {
	color: #003399;
	padding-left: 20px;
}
#Scrumble a {
	text-decoration: underline;
	color: #003399;
}

#Scrumble a:hover {
	text-decoration: none;
	color: #990000;
}
.tituloMailinglist{
	font-size: 15px;
	color: #003399;
}
