/*
Theme Name: Blank 2 sidebars - right (theme development)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Anna
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */

/* - BASIC STUFF - */
body {
	color:#5C5C5C;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #573B23;
	background-image: url(imagen/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.rss2 a {
	background-image: url(imagen/icon-rss.png);
	background-repeat: repeat;
	background-position: left top;
	text-indent: -99999px;
	display: block;
	float: right;
	height: 46px;
	width: 46px;
	margin-left: 8px;
	margin-top: 5px;
}
.facebook2 a {
	background-image: url(imagen/icon-facebook.png);
	background-repeat: repeat;
	background-position: left top;
	text-indent: -99999px;
	display: block;
	float: right;
	height: 46px;
	width: 46px;
	margin-left: 8px;
	margin-top: 5px;
}
.twitter2 a {
	background-image: url(imagen/icon-twitter.png);
	background-repeat: repeat;
	background-position: left top;
	text-indent: -99999px;
	display: block;
	float: right;
	height: 46px;
	width: 46px;
	margin-left: 8px;
	margin-top: 5px;
}
.youtube2 a {
	background-image: url(imagen/icon-youtube.png);
	background-repeat: repeat;
	background-position: left top;
	text-indent: -99999px;
	display: block;
	float: right;
	height: 46px;
	width: 46px;
	margin-left: 8px;
	margin-top: 5px;
	margin-right: 10px;
}
.rss2 a:hover, .facebook2 a:hover, .twitter2 a:hover, .youtube2 a:hover {
	background-position: left bottom;
}
a {
	text-decoration:none;
	color: #900;
}
a:hover {
	text-decoration:none;
	color: #147;
}
a:focus {
	outline:none;
}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h2.entry-title {
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {
	float:none;
	clear:both;
	padding:0;
	width:1000px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height:177px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1000px;
}
#footer {
	height:245px;
	overflow:hidden;
	clear:both;
	float:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #a9781a;
}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {
	float:right;
	clear:none;
	width:710px;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 25px;
}

/* -- SIDEBARS --*/
.sidebar-wrap {
	overflow:hidden;
	float:left;
	clear:none;
	width:185px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.sidebar {width:49%;clear:none;}
.block-1 {float:left;}
.block-2 {float:right;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

.posts-wrap2 {
	float:left;
	clear:none;
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 20px;
	padding-left: 17px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.logo {
	float: left;
	width: 430px;
}
#header h1 a{
	background-image: url(imagen/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 110px;
	width: 415px;

}
#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	display: block;
	padding-right: 48px;

}
.cabecera {
	background-image: url(imagen/cabecera.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 138px;
	width: 1000px;
}
.botonera {
	background-image: url(imagen/botonera.png);
	background-repeat: repeat-x;
	height: 41px;
	background-position: top;
}

.scrollnews {
	overflow-y: scroll;
	width: 440px;
	height: 335px;
	padding-right: 10px;
}
.content-scroll {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.thumb {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
		}
		
.posthome {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 4px;
	float: left;
	margin-bottom: 5px;
	width: 750px;
	padding-right: 8px;
	padding-left: 8px;
}
.texthome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.texthome h2 a {
	color: #4E4E4E;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.texthome h2 a:hover {
	color: #900;
}
.texthome h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}
.readmore {
	font-size: 10px;
	float: right;
}
.menu a {
	background-image: url(imagen/b-a.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 27px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.menu a:hover {
	background-image: url(imagen/b-hover.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	text-decoration: none;
}
.top-right {
	float: right;
	width: 470px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.title-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: bold;
	background-image: url(imagen/fnews.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
.smoothe {
	width: 574px;
	float: left;
	margin-top: -15px;
	margin-right: 0px;
}
.recipees {
	float: left;
	width: 182px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
}
.publicidad {
	float: right;
	width: 176px;
}
.lefthome {
	float: left;
}
.lefthome2 {
	float: left;
	margin-top: 5px;
	width: 773px;
	margin-bottom: 10px;
}


.content-leyenda {
	background-image: url(imagen/imagen-leyenda.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFBE3F;
}
.leyenda {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.text-abajo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e5129;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.dir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f3b846;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.ley {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f5229;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffd350;
}
.ley li {
	color: #6f5229;
	padding-left: 8px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
.ley li a {
	color: #6f5229;
	text-decoration: none;
}
.ley li a:hover {
	color: #900;
	text-decoration: none;
}
.lista li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f5229;
	background-image: url(imagen/iconito.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
}
.lista li a {
	color: #6f5229;
}
.lista li a:hover {
	color: #900;
	text-decoration: none;
}

h2.entry-title a {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ac7d20;
}
h2.entry-title a:hover {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ac7d20;
	text-decoration: none;
	font-weight: normal;
}
.adsense1 {
	float: left;
	margin-top: 50px;
	margin-left: -250px;
	width: 468px;
}
.adsenseinterior {
	float: right;
	display: block;
	height: 250px;
	width: 300px;
	margin-top: -250px;
	margin-bottom: 10px;
}
.adsenseinterior2 {
	float: right;
	display: block;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-right: 0px;
}

