
/* elementos */

* {margin: 0; padding: 0;}

html {
	height: 100%; 
}

body {
	background: #067F52 url(../img/body.jpg) fixed center top; 
	font: normal 13px Verdana,sans-serif; 
	color: #345;
}

a {color: #AA0011;}
a:hover {color: #036;}

p {margin: 2px 0 10px;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: bold 1.5em Georgia,sans-serif;}
h3 {font: bold 1.1em Tahoma,sans-serif;}

h1,h2,h3 {margin: 2px 0;}

blockquote {
	background: #EAF6EC url(../img/quote.gif) no-repeat;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}

ul,ol {margin: 0 0 1em 1.4em;} 

fieldset {
	padding: 12px 10px; 
	background: #EFE; 
	color: #232; 
	border: 1px solid #DED; 
	margin-bottom: 1em;
}

legend {font: bold 1em Verdana,sans-serif; padding: 0 6px; color: #363;}

img {border: none;}
img.bordered,.post img {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}

/* formulario */

input.enviar {
	background: #E9E8E8 url(../img/input_submit.gif) repeat-x; 
	border: 3px double #CCC; 
	border-color: #CCC #999 #999 #CCC; 
	color: #456; 
	font: bold 0.8em Verdana,sans-serif; 
	padding: 3px 0;
}
input.enviar:hover {background: #FCFDFC; cursor: pointer;}
input#s {
	background: #FCFCFC; 
	font: normal 1.1em sans-serif; 
	border: 1px solid #CCC; 
	padding: 3px 5px; 
	width: 150px;
}
input#s:hover {background: #FFF;}
textarea {
	width: 320px;
	background: #E9E8E8; 
	border: 3px double #CCC; 
	border-color: #CCC #999 #999 #CCC; 
	color: #456; 
	font: bold 0.8em Verdana,sans-serif; 
	padding: 3px 0;	
}

/* medidas principales */

#contenedor {width: 760px; margin: 0 auto; padding-bottom: 0.5em;}
#principal {margin: 15px 0 0 8px;}
#main_left {width: 63%;}
#main_right {
	width: 35%;  
	background-image: url(../img/degra_right_col.jpg);  
	background-position: bottom;  
	background-repeat: no-repeat;  
}

/* cabecera */
#top {margin: 1em 0; padding-left: 1em;}

/* navegación */
.barranav {
	margin-bottom: 2em; 
	background: #03A66A; 
	background-image: url(../img/fondo_barranav.gif);
	background-position: bottom;
	border-top: 4px solid #E0E5F0; 
	padding: 8px 6px; 
	color: White;
	
}

#nav {font-size: 1em;}
#nav a {color: #FFF; text-decoration: none;}
#nav a:hover {
	text-decoration: none; 
	font-weight: bold;
	background-image: url(../img/hover_barranav.gif); 
}
#nav .select_item a {
	color: #2F91A8;
	background: url(../img/splash.jpg);
	font-weight: bold;
	padding: 8px 6px;
}
#nav ul {display: inline; margin: 0;}
#nav ul li {display: inline; list-style: none; margin: 0 3px;}


/* barra lateral */
#main_right .content {
	padding: 2px 8px 4px; 
	background: #F8F8F3; 
	border-top: 1px solid #EAEAE2; 
	margin-bottom: 14px;
	font-size: 11px;
}

#main_right div.content {padding: 5px 5px;}

#sidebar ul {margin: 0;}
#sidebar li {list-style: none; padding: 3px 0;}

/* pie */
#footer {
	font-size: 0.8em; 
	border-top: 10px solid #E0E5F0; 
	background: #245166; 
	padding: 8px 12px; color: #888;
}
#footer .right {font-size: 0.9em;}
#footer .right, .right a {color: #888;}
#footer .right a {text-decoration: none;}
#footer .right a:hover {color: #000;}

/* destacar primer post */
#splash {margin-bottom: 1em;}
#splash .post {padding: 12px 18px 0; background: url(../img/splash.jpg) repeat-x left bottom !important; height: 0.01%;}
#splash .metadata {color: #ACA; border-top: 1px solid #DEE9E0; background: none; padding: 8px 0; margin: 0;}
#splash .metadata a {color: #474; text-decoration: none;}
#splash .metadata a:hover {color: #232; text-decoration: underline;}
#splash .date {font-size: 0.9em;}

/* special links */
a.scrolldown,a.scrollup {width: 16px; height: 16px;}
a.scrolldown {background: url(../img/arrow_down.gif) no-repeat left top; }
a.scrollup {background: url(../img/arrow_up.gif) no-repeat left top;}
a.feed {background: url(../img/feed.jpg) no-repeat left top; width: 28px; height: 28px; margin-top: 20px;}
a.button {display: block;}
a.button:hover {background-position: left bottom;}

/* varios */
.bold {font-weight: bold;}
.bordered {border: 1px solid #DDD; background: #FFF; padding: 5px;}
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.light,.light a {color: #777;}
.odd {background: #F6F6F6;}
.right {float: right;}
.tright {text-align: right;}

/* post */
.post {margin-bottom: 1em;}
.post .date {color: #468; font-size: 0.9em; margin: 4px 0 6px;}
.post .body {margin-bottom: 12px; line-height: 1.4em;}
.post .metadata {background: #F6F6F6; border-top: 1px solid #E6E6E6; font: normal 0.9em sans-serif; padding: 6px; clear: both;}
.post .metadata a {color: #333; text-decoration: none;}

/* iconos */
span.comment {background: url(../img/icon_comment.gif) no-repeat left center; padding-left: 18px;}
span.tag {background: url(../img/icon_tag.gif) no-repeat left center; padding-left: 18px;}

/* comments */
.commentlist {margin: 1em 0 0; font-size: 0.9em;}
.commentlist li {list-style: none; padding: 8px 10px 1px;}
.commentlist .post .date {margin-bottom: 3px;}