html, body, input, button, select, option, textarea {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Verdana, Sans-Serif;
}

a,a:visited {
	text-decoration: none;
}

div#header-title h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 25px;
	line-height: 35px;
}
	div#header-title h1 a {
		margin-top: 25px;
		text-decoration: none;
	}

div#header-search {
	
	line-height: 62px;
}

div#about p {
	font-family: "Trebuchet MS",Sans,Arial;
	color:#333;

}
	div#about p.para1 {
		padding-top:10px;
		font-size: 18px;
	}

div#content div.pagetitle h2 {
	font-family: "Trebuchet MS",Sans,Arial;
	line-height: 31px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

div.post div.title h2 {
	font-family: "Trebuchet MS",Sans,Arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
	div.post div.title h2 a {
		text-decoration: none;
	}
	div.post div.title p {
		font-size: 11px;
		line-height: 20px;
	}
	div.post div.title p span.group2 {
		text-transform: lowercase;
	}
	div.post div.title p a, div.post div.title p a:visited {
		text-decoration: none;
	}
div.errormsg {
	text-align: center;
}

h3#comments, h3#respond {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
h3#comments a {
	text-decoration: none;
}
ol.commentlist li small {
	font-size: 12px;
}

div.vertstrip div.box h3 {
	font-family: "Trebushet MS", Times, serif;
	line-height: 31px;
	font-size: 18px;
	font-weight: normal;
}
	div.vertstrip div.box div.interior ul li a {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}	
div#footer {
	font-family: Verdana, sans-serif;
	font-size: 9px;
}
	div#footer a, div#footer a:visited {
		text-decoration: none;
	}
	div#footer a:hover, div#footer a:active {
		text-decoration: underline;
	}




/* Layout */

html, body, form { 
	margin: 0; padding: 0;
}
p {	
    color: #666;
	margin: 11px 0 0 0; 
	line-height: 22px;
	text-align:justify;
	}

.hidden {
	display: none;
}

div.clearer { clear: both; }

div#container {
	width: 960px;
	margin: 0 auto;
}

div#header {
	width: 100%;
	height: 62px;
}
	div#header-wrapper {
		margin: 0 auto;
	}
		div#header-title {
			float: left;
		}
			div#header-title h1 {
				display: block;
				margin: 0; padding: 0;
				border: 0;
			}
				div#header-title h1 a {
					display: block;
					height: 62px; width: 317px;
					border: 0;
				}					div#header-title h1 a span {
						display: none;
					}
		div#header-search {
			padding-top: 12px;
			padding-right: 25px;
			float: right;
		}
		
div#navmenu {
	padding-left:534px;
	height: 39px;
	background:#fff;
	border:0px;
	
}

div#navmenuh {
	padding-left:534px;
	height: 39px;
	border:0px;
}
div#topads {
	height: 25px;
	padding-top: 6px;
	padding-left: 23px;
	border-left: 10px solid;
	border-right: 10px solid;
	border-bottom: 1px solid;
}

div#about {
	height:130px;
	padding-top: 15px;
	border-left: 10px solid;
	border-right: 0px solid;	
}
	div#about div.text {
		height:130px;
		width: 922px;
		margin-left: 18px;
		float: left;
	}
	
	div#about div.advertisement {
		width: 300px; height: 225px;
		margin-right: 20px;
		float: right;
	}
		div#about div.advertisement img {
			border: 0;
		}
	div#about p {
		margin: 0;
		padding-left:10px;
		padding-left:600px;	
		}
	div#about p.para2 {
		padding-top:5px;
		font-size:11px;
		font-weight: bold;
	}


div#wrapper {
	border-left: 10px solid;
	border-right: 2px solid;
}
	div#wrapper div.clearer {
		clear: both;
	}

div#content {
	width: 596px;
	margin-right: 4px;
	float: left;
	padding: 0px;
}
	div#content div.pagetitle h2 {
		margin: 0; padding: 0 22px 22px 22px;
	}

div.post {
	padding-bottom: 10px;
}
	div.post div.title {
		padding: 15px 22px;

	}
		div.post div.title h2 {
			margin: 0; padding: 0;
			border-bottom: 1.5px dotted #FF9900;
		}
		div.post div.title p {
			margin: 0; padding: 10px 0 0 0;
			height: 20px;
			display: block;
		}
			div.post div.title p span.group1 {
				display: block;
				float: left;
			}
			div.post div.title p span.group2 {
				display: block;
				float: right;
				padding-left: 20px;
			}
	div.post div.entry {
		color: #666666;
		padding: 0 22px;
	}

div.post div.entry strong{
		color: #FF9900;
		font-size: 1.4em;
		font-weight: normal;
	}

div.post div.entry img{ 
	margin: 5px;
	border: 1px solid #CCC;
}

div.post div.entry #destacado{ 
	background: #FF9900;
	color: #FFF;
	padding: 10px;
	margin:15px 0 15px 0;
}
	
div.post div.entry #destacado strong{ 
	color: #FFF;
	font-weight: bold;
}
	
div.post div.entry #destacado p{ 
	color: #FFF;
}

div.post div.entry #cursos{ 
	height:120px;
}

div.post div.entry table tr td{
	width:440px;
}

div.post div.entry table{
	padding: 10px;
}

div.navigation {
	height: 48px;
	padding: 0 22px;
}
	div.navigation div {
		line-height: 24px;
	}
	div.navigation div.prev {
		float: left;
	}
	div.navigation div.next {
		float: right;
	}

div.singlepost {
	border-bottom: none;
}
	div.singlepost div.entry {
		margin-bottom: 3em;
	}

div.comments {
	padding: 0 22px;
}
	
h3#respond {
	padding-top: 2em;
	border-top: 1px dashed;
}
	ol.commentlist {
		margin-bottom: 3em;
	}
	ol.commentlist li {
		margin-bottom: 11px;
	}
form#commentform {
	
	padding-bottom: 1em;
}
	
div.vertstrip {
	float: left;
	width: 270px;
	margin-left: 25px;
	margin-bottom: 25px;
	
}
	div.vertstrip div.box {
		margin-top: 20px;
	}
		div.vertstrip div.box h3 {
			margin: 0; padding: 0 10px;
			display: block;
		}
		
		div.vertstrip div.box div.interior {
			padding: 7px 6px 7px 7px;
		}
			div.vertstrip div.box div.interior ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			
			div.vertstrip div.box div.interior ul li {
				margin: 0 5px;
				padding: 3px 0 3px 1.2em;
			}
			div.vertstrip div.box div.interior ul:hover li:hover {
				margin: 0 5px;
				padding: 3px 0 3px 1.2em;
			}
		
		
div.vertstrip div.box-adverts div.interior {
	padding: 7px 6px 0 7px;
}
	div.vertstrip div.box-adverts div.interior div {
		padding-bottom: 7px;
	}
	div.vertstrip div.box-adverts div.interior img {
		border: none;
	}

	div#footer p {
		margin: 0px;
		padding: 0 0 40px 20px;
		display: block;
	}
	
/* Forms */

input#s { 
	width: 150px;
	padding: 1px;
} 

div#sidebar div.box-archive select {
	width: 100%;
}

img {
border:0px;
}

/* Colors */

a, a:visited {
	color: #FF9900;
	text-decoration: underline;
}

body {
	background: #000;
}

div#container {
	border-left-color: #999;
	border-right-color: #999;
}

div#header h1 {
	background: url('images/background-title.gif') top left no-repeat;
}

div#header h1 a{
	width: 440px;
	height: 95px;
}

input#s { 
	border: 1px solid #666;
	background-color: #000;
	color: #666;
} 

div#navmenu{
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	margin-top: 55px;
	background: url('images/background-navmenu.gif') top left no-repeat;
}

div#topads {
	background-color: #EEECE3;
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #EEECE3;
}

div#about {
	background: url('images/background-about.gif') top left repeat-x;
	border-left-color: #fff;
	border-right-color: #fff;
}
	div#about div.text {
		border-color: #fff;
		color: #fff;
		background: url('images/background-blue-people.jpg') top left repeat-x;
	}

div#wrapper {
	background: #FFF url('images/background-wrapper.gif');
	border-left-color: #fff;
	border-right-color: #F90;
}

div#content div.pagetitle {
}
	div#content div.pagetitle h2 {
		color: #FF9900;
}

div.post div.title {
  color: #CCC;
}
	div.post div.title p span.group2 {
        color: #FF9900;	
}
	div.post div.title h2 a, div.post div.title h2 a:visited {
		color: #FF9900;

	}

h3#comments, h3#respond {
	color: #162d43;
}

h3#respond {
	border-top-color: #ccc
}

div.vertstrip div.box {
	border-color: #fff;
}
	div.vertstrip div.box h3 {
		color: #666666;
	}
		div.vertstrip div.box div.interior ul li {
			border-bottom-color: #ccc;
		}
			div.vertstrip div.box div.interior ul li a {
				color: #999999;
			}

div#footer {
	clear: both;
	background: #000 url('images/background-footer.gif') no-repeat;
	color: #666;
}
	div#footer a, div#footer a:visited {
		color: #666;
	}
	
/* Entry Styling */
blockquote {
	padding: 0 0 0 1em;
	font-style: italic;
}
blockquote blockquote {
	padding: 0;
	margin-left: 0;
	font-style: normal;
}

/*Letra grandota*/
#grande {
	width:550px;
    font-size: 6em;	
	font-weight: bold;
    color: #E4E4E4;	
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
	text-align: right;
	line-height: 100%;
}

img.alignleft, div.alignleft{
float:left;
margin:0 1em 1em 0;
}

img.alignright, div.alignright{
float:right;
margin:0 0 1em 1em;
}

img.aligncenter, div.aligncenter{
text-align:center;
margin:0 auto;
}
