/*Created by Ardora http://www.webardora.net*/

* {
	margin:5px;
	padding: 0;
}

body {
	background: #355379;
	font: normal small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}
/* Boxed Style */
.boxed {
	margin-bottom: 20px;
	background: #788CA5;
	border: 3px solid #FFFFFF;
}
.boxed .title {
	height: 26px;
	padding: 10px 0 0 10px;
	background: url(images/img02.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
	text-transform: lowercase;
	font-size: 1em;
	color: #355379;
}

.boxed .content {
	padding: 5px 5px 5px 5px;
}

/* Post */

.post {
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	background: #788CA5;
	border: 3px solid #FFFFFF; text-align:justify;
}

.post .title {
	clear: both;
	padding: 0 0;
	color: #355379;
}
.post .meta {
	float: left;
	width: 332px;
	height: 28px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: x-small;
}
.post h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo {
	width: 100%;
	height: 45px;
	margin: 0 auto;
}

#logo h1 {
	padding: 5px 0 0 5px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 26px;
}

#logo h1 span {
	font-size: .7em;
	font-weight: normal;
}

#logo h2 {
	float:right;
	margin-top: -1em;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Menu */

#menuPrincipal {
	width: 100%;
	height: 30px;
}

#menuPrincipal ul {
	margin: 0;
	list-style: none;
}

#menuPrincipal li {
	display: inline;
}

#menuPrincipal a {
	display: block;
	float: left;
	padding: 0 5px 0 5px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
}

#menuPrincipal a:hover {
	text-decoration: underline;
}

#menuPrincipal .active a {
	text-transform: uppercase;
}

/* Content */

#content {
	width: 100%;
	margin: 0 auto;

}

#areaContido {
	float: right;
	width: 78%;
}

#menu {
	float: left;
	width: 18%;
}
#updates ul {
	margin: 0;
	list-style: none;
}
#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
#updates p {
	font-size: smaller;
	line-height: normal;
}
#partners .content {
	padding: 10px 0;
}
#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}
#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}
/* Footer */
#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 2px 0;
	border-top: 1px dotted #FFFFFF;
}
#footer p {
	margin: 0;
	font-size: x-small;
}
