/*css ocio*/

/*
Colors:

#000 -->  fuentes body, a y borders
#cbdbe1 --> body background
#f28300 --> hover y enlaces
#fff --> fuentes y background de content y sidebar
#92b0bc --> background títulos sidebar
#637c86 --> títulos de post

*/

body{
	background-color: #d1dad9;
	/*font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;*/
	font-family: tahoma, sans-serif;
	font-size:12px;
	line-height:18px;	
	color: #000;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body hr {
	display: none;
}

a{
	color:#000;
}


a:hover {
	/*color:#f7f0f0;*/
	text-decoration:none;
}


#page{
	width: 916px;
	margin: 0px auto;
}

#header{
	border: 1px solid #000;
	width: 760px;
	height: 100px;
	margin: 0px 0px 20px 0px;	
	padding: 0px 0px 0px 0px;
	float: left;
	background-image: url(img/header.jpg); 
	background-repeat: no-repeat; 
	background-position: left top;
	text-align: center;
	color:#000000;/*#c42732*/
}

#headerimg{
	margin: 15px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	/*vertical-align:middle;*/
}

#header a{
	color:#000000;/*#c42732*/
	text-decoration:none;
}

#header a:hover {
	/*color:#4491bd;*/
	text-decoration:none;
}



#content{
	border: 1px solid #000;
	width: 560px;
	margin: 0px 12px 0px 0px;
	padding: 0px 0px 10px 0px;
	float: right;
	background-color: #FFF;
}

/*
#content h2{
	text-align:center;
	vertical-align:middle;
}
*/

#sidebar{
	/*border: 1px solid #00F;*/
	width: 170px;
	/*
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	*/
	float: left;
}

#sidebar ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul li {
	background-color: #FFF;
	border: 1px solid #000;
	margin: 0px 0px 20px 0px;
}

#sidebar ul li ul{
	list-style-type: square;
	margin: 0px 0px 10px 20px;
}

#sidebar ul li ul li{
	border: 0px solid #FFF;
	margin: 0px 0px 0px 0px;
}

#sidebar h2{
	background-color: #92b0bc;/*c42732*/
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 30px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-image: url(img/sidebar-section-title.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
}

#sidebar p{
	padding: 5px 5px 5px 5px;
}


#adsense{
	/*border: 1px solid orange;*/
	width: 142px;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align:center;
}

#adsense-title{
	margin: 5px 0px 5px 0px;
}

#adsense-content{
	margin: 5px 0px 5px 0px;
}


#footer{
	/*border: 1px solid yellow;*/
	width: 760px;
	padding: 10px 0px 0px 100px;
	clear: both;
	/*float: left;*/
	text-align: center;
}

.post{
	border-bottom:1px dashed;
	margin: 5px 10px 0px 10px;
	text-align: justify;
	clear:both;
}


.post h2 a{
	font-size:14px;
	font-weight:bold;
	color:#637c86;/*941820*/
	border-bottom:1px dashed;
	text-decoration:none;
}

.post h3 a{
	font-size:14px;
	font-weight:bold;
	color:#637c86;/*941820*/
	border-bottom:1px dashed;
	text-decoration:none;
	text-align:left;
}


.post .entry a{
	/*color:#f7f0f0;*/
}


.post .entry a:hover {
	/*color:#000000;*/
	text-decoration:none;
}

/*img for post*/

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.imgpostframe{
	border: 1px solid #000;
	text-align: center;
	margin: 10px 20px 20px 10px;
	padding: 5px 5px 5px 5px;
}

.imgpost{
	
}

.caption{
	margin: 0px auto;
	text-align: left;
}

/*end img for post*/

.navigation .alignleft {
	float: left;
	border: 1px solid #000;
	background-color: #92b0bc;/*c42732*/
	padding: 5px 5px 5px 30px;
	background-image: url(img/arrow-left.gif); 
	background-repeat: no-repeat; 
	background-position: left center;
}

.navigation .alignleft a{
	color: #FFF;
}

.navigation .alignright {
	float: right;
	border: 1px solid #000;
	background-color: #92b0bc;/*c42732*/
	padding: 5px 30px 5px 5px;
	background-image: url(img/arrow-right.gif); 
	background-repeat: no-repeat; 
	background-position: right center;
}

.navigation .alignright a{
	color: #FFF;
}

.navigation {
	margin: 30px 10px 70px 10px;
}

#sidebar form{
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
}

#sidebar ul #s{
	width: 75px;
}

.pagetitle{
	text-align: center;
	margin: 20px 0px 0px 0px;
}

.center{
	text-align:center;
	vertical-align:middle;
}

#comment{
	width: 500px;
}

#comments{
	margin: 5px 10px 0px 10px;
	font-size:14px;
	font-weight:bold;
	color:#637c86;/*941820*/
}

#respond{
	margin: 5px 10px 0px 10px;
	font-size:14px;
	font-weight:bold;
	color:#637c86;/*941820*/
}


#commentform{
	margin: 5px 10px 0px 10px;
}

.sidebar-book{
	margin: 0px 5px 5px 5px;
}

.sidebar-book-title{
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

.sidebar-book-img{
	text-align: center;
	margin: 0px 0px 5px 0px;
}

.sidebar-book-footer{
	text-align: center;
}

.commentslink{
	font-size:14px;
	font-weight:bold;
	color:#637c86;/*941820*/
	border-bottom:1px dashed;
	text-decoration:none;
}

#highlights {
	border: 0px solid #000; 
	width:760px; height:250px; 	
	margin: 0px 0px 20px 0px;	
	padding: 0px 0px 0px 0px; 
	float: left;
}

.highlightadsense{
  border: 1px solid #000;
	width: 300px;
	height: 250px;
}

#highlights td{
	vertical-align: top;
}

.highlighttd {
	width: 230px;
	height: 125px;
}

.highlight {
	background-color: #FFF;
	border: 1px solid #000;
}

.highlighttop{
	margin-bottom: 5px;
	height: 120px;
}


.highlightdown{
	height: 120px;
}

.highlightleft{
	margin-left: 5px;
	margin-right: 5px;
}

.highlightright{
}


#highlights ul{
	list-style-type: square;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

#highlights ul li {
	border: 0px solid #FFF;
	margin: 0px 0px 0px 0px;
}

#highlights h2{
	background-color: #92b0bc;/*c42732*/
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 30px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-image: url(img/sidebar-section-title.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
}

#highlights p{
	padding: 0px 5px 5px 5px;
}

.highlightbookimage{
	float: left; 
	margin: 0px 3px 0px 3px;
}

.highlightbooktitle{
	margin: 0px 3px 0px 3px; 
	text-align: center; 
	font-weight:bold;
}

.highlightbookdescription{
	margin: 0px 3px 0px 3px;
}

.highlightbookbuy{
	margin: 0px 3px 0px 3px;
}

/*post libro*/
.primero{
	position:relative;
	float:left;
	width:25%;
	padding-right:2%;
	margin: 0px 0px 5px 0px;
}

.fondoLibro{
	border:0;
	z-index:1;
}

.imagenFicha{
	position:absolute;
	left:0px;
	height:183px;
	width:120px;z-index:4;
}

.bookdata{
	clear: both;
}
/*fin post libro*/

.tagcloud{
	margin: 0px 3px 0px 3px;
}

#horizontal-adsense{
	width:728px; 
	height:90px; 
	border:1px solid #000; 
	float: left; 
	margin: 0px 0px 10px 10px;
}

.bannerbuttonscontainer{
	width:125px;
	margin: 0px auto;
}

.bannerbutton{
	margin: 10px 0px 10px 0px;
}