/* @group Main elements */
body {
	background: #192329 url('bodybg.jpg') repeat-y top center;
}
body, input {
	font-size: 12px;
	font-family: verdana, sans-serif;
	color: #000;
}
p {
	margin:18px 0;
}
a {
	color: #346a8e;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: cambria, georgia, serif;
	letter-spacing: -1px;
	font-size: 28px;
	font-weight: bold;
}
h2 {
	color: #807255;
	font-family: cambria, georgia, serif;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 4px;
	margin-bottom: 15px;
}
h1 a {
	color: #346a8e;
	text-decoration: none;
}
img[align=left] {
	margin: 0 5px 5px 0;
}
img[align=right] {
	margin: 0 0 5px 5px;
}
/* @end */

/* @group Main containers */
#wrapper {
	width: 960px;
	background: url('headerbg.jpg') no-repeat;
	margin: 0 auto;
	position:relative;
}
#header {
	position:relative;
	width: 960px;
	height: 180px;
}
#title {
	font-family: cambria, georgia, serif;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 10px 0 0 25px;
}
#title a {
	color: white;
	text-decoration: none;
	font-size: 60px;
}
#subtitle {
	color: #fff;
	width: 500px;
	height: 35px;
	font-size: 11px;
	padding: 0 25px;
}
#searchbox {
	text-align: right;
	padding-top: 5px;
	margin-right: 45px;
}
#searchbox label {
	display:none;
}
#searchbox input {
	vertical-align: middle;
}
#searchbox .submit {
	border: none;
	background: url(buscarbtn.gif) 50% 50% no-repeat;
	width: 73px;
	height: 30px;
	color: white;
	font-weight: bold;
}
input.text {
	height: 20px;
}
#sections {
	position: absolute;
	left: 25px;
	top: 123px;
	z-index: 2;
}
#sections ul {
}
#sections li {
	margin-right: 25px;
	display: inline;
}
#sections li a {
	color: white;
	text-decoration: none;
	font-size: 19px;
	font-family: cambria, georgia, serif;
	font-weight: normal;
	letter-spacing: -1px;

}
#footer {
	width: 960px;
	background: url('footerbg.jpg') no-repeat;
	color: #fff;
	margin: 0 auto;
	padding: 50px 0 20px;
	text-align: center;
}
#footer ul {
	margin: 0 0 6px;
}
#footer li {
	display: inline;
}
#footer a {
	color: #fff;
	font-weight: bold;
}
#body {
	width: 960px;
}
#mainbar {
	width: 577px;
	padding: 0 20px 0 33px;
	float:left;
}
#firstbar {
	float: left;
	width: 326px;
	overflow: hidden;
}
/* @end */

/* @group Post contents */
#post_navigation {
	margin-bottom: 20px;
}
#post_navigation .prev {
	float: left;
}
#post_navigation .next {
	float: right;
}
.post {
	margin-bottom: 20px;
	position:relative;
	padding-top:20px;
}
.post .date {
	font-family: tahoma, sans-serif;
	color: #6e7d85;
	font-size: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dae3e8;
	position:absolute;
	top:0;
	width:100%;
}
.post .author {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	margin-bottom: 6px;
}
.post .tags {
	font-family: tahoma, sans-serif;
	font-size: 11px;
}
.post .author a, .post .tags a {
	color: #9a7d45;
}
.post_body {
	line-height: 1.4em;
	font-size: 1.05em;
	padding-bottom: 10px;
	overflow:hidden;
}
* html .post_body {
	overflow:visible;
}
.post_body ul, .post_body ol {
	margin-bottom: 20px;
}
.post_body ul li {
	list-style-type: none;
	background: url('postulbullet.gif') no-repeat 4px 4px;
	padding-left: 18px;
}
#related_posts ul {
	margin-bottom: 30px;
}
#related_posts li {
	list-style-type: none;
	background: url('postbullet.gif') no-repeat 4px 0;
	padding-left: 30px;
	margin-bottom: 8px;
}
.post_body ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.post_body blockquote {
	list-style-type: none;
	background: url('blockquotebg.gif') no-repeat;
	padding-left: 45px;
}
.opciones_msg {
	line-height: 40px;
	text-align: right;
	list-style-type: none;
	padding: 0 10px;
}
.opciones_msg a {
	font-weight: bold;
}

/* @group Photos & thumbnails */
img.fotobonita {
	border:1px solid #bac9d1;
	padding:4px;
	margin:0 10px;
	background:#dbe2e6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.module img.fotobonita {
	border:1px solid #0c1318;
	margin: 0 15px 10px 0;
	background:#1e2930;
	float: left;
}

.thumbnail {
	background: #b4d4e6;
	padding: 1%;
	margin: 2%;
	width: 18%;
	text-align: center;
	float: left;
	overflow: hidden;
}
.fotoalbum, .album_complete .thumbnail {
	width: 44%;
	float: left;
	height: 200px;
	text-align: center;
	background: #b4d4e6;
	margin: 2%;
	padding: 1%;
}
.fotoalbum img, .thumbnail img {
	border:1px solid #a0c3d7;
	background-color: white;
	padding:4px;
	margin:5px;
}
/* @end */

/* @end */

/* @group Comments */
#comments_list {
	width: 577px;
	margin-bottom: 20px;
	float: left;
}
.comment {
	width: 577px;
	margin: 0 0 20px;
	float: left;
	clear: both;
}
.comment .author {
	margin: 0 0 20px;
}
.comment .comment_body {
	width: 512px;
	float: left;
}
.comment .comment_body p {
	margin: 0 0 10px;
}
#comments_form .fieldrow {
	margin: 9px 0;
}
#comments_form .fieldrow label {
	padding-left:9px;
}
#comments_form .submit {
	width: 161px;
	height: 30px;
	border:none;
	background: url(enviarbtn.gif) 50% 50% no-repeat;
	color: white;
	font-weight: bold;
}
#comments_form {
	margin-bottom: 10px;
}
/* @end */

/* @group Modules */
.module h2 {
	color: #fff;
	background: url(moduleh2bg.gif) no-repeat;
	height: 30px;
	font-size: 19px;
	font-family: cambria, georgia, serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 6px 0 0 10px;
	border: 0;
}
.module {
	color: white;
	padding: 0 33px 0 20px;
	margin-bottom: 25px;
}
.module a {
	color: #d8ae54;
}
.module ul {
	list-style-type: none;
	margin: 10px 0;
}
.module dl a, .module ul a {
	font-weight: bold;
}
.module dd {
	padding-left: 12px;
	text-indent: -10px;
	margin-bottom: 10px;
}
.module li {
	margin-bottom: 5px;
}
#last_comments a {
	background: url('commentbullet.gif') no-repeat;
	padding: 0 0 6px 30px;
}
#more_commented a {
	background: url('postbluebullet.gif') no-repeat;
	padding: 0 0 6px 30px;
	line-height: 20px;
}
#loginbox {
	background: url('loginboxbg.gif') no-repeat 20px 0;
}
#loginbox h2 {
	background-image: none;
	padding: 15px 0 0 20px;
	margin-bottom: 10px;
}
#loginbox form {
	background: url('loginformbg.gif') no-repeat bottom left;
	padding-bottom: 15px;
}
#loginbox .fieldrow, #contact_form .fieldrow {
	padding: 2px 0;
}
#loginbox .fieldrow {
	margin-bottom: 6px;
}
#loginbox .fieldrow label, #contact_form .fieldrow label {
	display:block;
	width:100px;
	float:left;
	text-align:right;
	padding-right:5px;
	margin-right:5px;
}
#loginbox .submitrow, #contact_form .submitrow {
	padding:2px 0 2px 110px;
}
#loginbox .submit {
	border: none;
	background: url(entrarbtn.gif) 50% 50% no-repeat;
	width: 75px;
	height: 30px;
	color: white;
	font-weight: bold;
}
/* @end */
