/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3 {
	margin-bottom: 15px;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #339933;
	font-size: 197%;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
	text-transform: none;
}

h2 {
	letter-spacing: -1px;
}

h3 {
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	color: #cccc66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 25px;
	text-align: center;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	background: #000 ;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #CEEA70;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #8B985F;
}

img {
	border: none;
	text-align: center;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width:  900px;
	height: 305px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: #000 url(images/cabecera2.gif) no-repeat center top;
}

#header h1 {
	margin: 0;
	padding: 200px 0 0 40px;
	letter-spacing: -2px;
	font-size: 40px;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #CAF368;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0 25px;
	background: #000;
	color: #030;
	bottom: auto;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 5px 0 0 5px;
	background: #000;
}

.post {
	width: 595px;
	padding: 20px 0 0 20px;
	background-color: #000;
}

.post h1, .post h2, .post h3 {
	text-align: center;
}

.post .title {
	padding: 0 0 5px 0;
	color: #339933;
	text-align: center;
	
}

.post .title span {
	padding-right: 30px;
	color: #339933;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 5px 5px 0 0;
	bottom: auto;
	height: auto;

}

.box {
	width: auto;
	padding-left: 1px;
	background-color: #030;
	color: #FFF;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 18px;
	text-align: left;
	color: #CC3;
	font-family: Verdana, Geneva, sans-serif;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	text-align: center;

}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;
}

.box p {
	margin: 0;
	line-height: normal;
	height: auto;
}

.box a {
	padding-left: 10px;
	border-bottom-style: inherit;
	color: #cccc66;
	font-weight: bold;
	font-size: 12px;

}

/* Footer */

#footer {
	width: 900px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 15px 25px;

}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
	color: #cccc66;
}

#footer a {
	color: #565736;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}
#page #content .post p u {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #339933;
}
