/***** Reset (YUI) ******/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

BODY{background: url('images/blog_fondo_completo.jpg') no-repeat top center #FBFCEE;}
BODY{width:100%;font-family:Arial, Verdana,sans-serif;font-size:13px;color:#826349}

.clear{clear:both;}

#page{height:2126px;width:1005px;margin:auto;}

#header{height:268px;text-align:right;padding-top:152px;}

#content{
	float:left;
	padding-top:137px;
	width:663px;
	margin-left:64px;
}

#sidebar{
	margin-left:729px;
	width:276px;
	
}

#widgets{
	background:url('images/superior_sidebar.png') no-repeat;
	padding-top:68px;
}

#widgets UL.widgets{
	background:url('images/fondo_sidebar.png') repeat-y;
	padding:0px 38px 15px 44px;
	width:193px;
}

#widgets H2{
	font-weight:bold;
	font-size:16px;
}

#widgets LI.widget{
	padding:10px 0px;
	border-bottom:dashed 1px #414141;
}

#widgets LI.widget UL{
	padding-top:5px;
}

#widgets LI.widget LI{
	background:url('images/estrella.png') no-repeat center left;
	padding: 3px 10px 3px 18px;
	color:#494949;
}

#widgets  A{
	color:#494949;
	text-decoration:none;
}
#widgets  A:hover{
		text-decoration:underline;
}


#posts{
	margin:auto;
	width:600px;
}

.navigation{
	margin:auto;
	width:570px;
	margin-top:15px;
	font-weight:bold;
}

.navigation .next{
	float:right;
}

.navigation .previous{
	float:left;
}

.post{
	padding:15px;
	background:url('images/fondo.png');
	margin-bottom:15px;
}

.post H2{
	color:#913715;
	font-weight:bold;
	font-size:16px;
	margin-bottom:3px;
}

.post H2 A{
	text-decoration:none;
}

.post H2 A:hover{text-decoration:underline;}

.post .date{
	color:#A17B57;
	font-style:italic;
	font-size:13px;
}

.post .metadata{
	color:#A17B57;
	text-align:right;
	font-weight:bold;
}


.post .entry{
	margin:5px 0px;
	line-height:20px;
}

A{
	color:#9C391A;
	text-decoration:underline;
	
}

#buscar{
	background:url('images/buscar.png') no-repeat left top;
	height:80px;
	margin-top:20px;
	margin-left:-4px;
	width:276px;
}

#campos{padding:22px 0px 0px 57px;}
#campos #s{height:18px;width:161px;border-top:solid 1px #848381;border-left:#858180 solid 1px;border-bottom:#FBFAF5 solid 1px;border-right:#F5F2ED solid 1px;}
#campos DIV.enviar{padding-top:5px;text-align:right;padding-right:50px;}



/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


