/*  
Theme Name: Libro Rojo
Theme URI: http://sergionouvel.cl/
Description: Tema de Libro Rojo.
Version: 1.0
Author: Sergio Nouvel
Author URI: http://sergionouvel.cl/
	
*/

body {
	background-color: #A40B02;
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}
h1,h2,h3{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}
#main_left {
	background-image: url(images/main_left.png);
	background-repeat: repeat-y;
	padding: 0px 10px 5px;
}
#main_right {
	background-image: url(images/main_right.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #F5FFD7;
	margin-left: 15px;
	margin-right: 15px;
}
#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#lado_left {
	background-image: url(images/lado_left.gif);
	background-repeat: repeat-y;
}
#lado_right {
	background-image: url(images/lado_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#title h1{
	margin:0px;
}
#title {
	padding-left: 10px;
}

#leftCol {
	float:left;
	width: 207px;
}
#content {
	margin-left: 207px;
	background-color: #fff;
	margin-right: 15px;
	background-image: url(images/fondo_content.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
color:#333;
}
#bottom_right {
	background-image: url(images/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content ul li{
	list-style:circle;
	font-size: 11px;
	margin:4px 0px 4px 14px;
}
#content ul{
	margin:12px 0px;
}
#content p{
	margin:8px 0px 12px;
	font-size: 11px;
	line-height:1.3em;
}
.active {
	background-color: #fff;
}

#content_left {
	background-image: url(images/corner_left.png);
	background-repeat: no-repeat;
	padding: 15px 40px;
}
#bottom_left {
	background-image: url(images/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content_right {
	background-image: url(images/corner_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebar{
	padding:8px 0px 8px 0px;
}
#sidebar h2, #sidebar h3 {
	text-transform: uppercase;
	color: #666666;
	font-size: 13px;
	letter-spacing: 3px;
	cursor: default;
	margin-bottom: 3px;
	margin-left: 18px;
}
#sidebar a {
	color: #9F0802;
	text-decoration: none;
	font-size: 13px;
padding:3px 18px 3px 20px;
	display: block;
}
#sidebar p{
	font-size: 13px;
	padding: 0px 20px;
}
a {
	color: #D82801;
	text-decoration: none;
}
a:hover {
	color: #FD3D00;
	text-decoration: underline;
}
#sidebar a:hover {
	background-color: #F73A00;
	color: #fff;
}
li{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}
ul{
	margin-left:0px;
	padding-left:0px;
}
p.metadata{
	text-transform:uppercase;
	margin-top:0px;
}
.post h2{
	margin-bottom:0px;
color:#777;
}
.entry{
	margin:8px 0px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	padding:5px 0px;
}
.entry img{margin:5px;}
#footer{
	font-size:11px;
	text-align:center;
	padding:8px 0px;
color:#666;
}
table.infotabla{
border:1px solid #800000;
width:100%;
}
.clear{clear:both;}
#search {
margin-top:15px;
text-align:center;
}