/*  
Theme Name: The Journal
Version: 1.1.5
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

/* Default styles */
@import "reset.css";

/* Custom styles */
@import "custom.css";

body {
 background-image:url(styles/zkeszq.png);background-repeat:repeat-x;
}

#wrap {	
	
}

/* Wrap */

#wrap {  }

/* Top */

#top {
	width: 942px;
	margin: 0 auto;
	border-top-width: 2px;
	border-top-style:solid;
}

/* Top Meta */

#top-meta {
	width: 942px;
	height:21px;
	padding:15px 0 5px 0;
	border-bottom-width: 0px;
	border-bottom-style:solid;
	margin-bottom:0px;
}

#top-meta .date {
	font-size:12px;
	height:21px;
	width:465px;
	float:left;
margin-left:5px;

	margin-right:12px;
}

#top-meta .search {
	font-size:11px;
	padding: 0 5px 0 15px;
	float:right;
	border-left-width: 2px;
	border-left-style:solid;
}

form#topSearch {
	background-color:#ffffff;
	border:1px solid #cccccc;
	width: 133px; height: 16px; padding:2px;
	position: relative;
}
	form#topSearch p.fields {
		padding:0;
	}
	
	form#topSearch p.fields input {
		color: #666666;
		font-size: 11px;
		font-style:italic;
		font-weight: normal;
		width: 130px;
		background: none;
		overflow: hidden;
		border: none;
		padding-left:20px;
		position: absolute;
	}
		form#topSearch p.fields button {
			background: url(images/ico-search.png) no-repeat;
			width: 16px; height: 16px;
			border: none;
			position: absolute;
			top: 2px; left: 2px;
            text-indent: -999px
		}
		


#top-meta .rss {
	padding: 4px 0px 0 10px;
	float:right;
	width:146px;
	border-left-width: 1px;
	border-left-style:solid;
    margin-left: 10px; 
}

#top-meta .rss a {
	background: url(images/ico-rss.png) no-repeat 0 5px;
	padding: 6px 0 3px 23px;
}

#top-meta .contact-link {
	padding: 4px 20px 0 10px;

    border-left-style: solid;
    border-left-width: 1px;
	float:right;
}

#top-meta .contact-link a {
	background: url(images/ico-contact-link.png) no-repeat 0 5px;
	padding: 6px 0 3px 23px;
}

/* Highlights */ 

#highlights {
	width: 922px;
	padding:10px 10px 15px 10px;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
margin-left:7px;
margin-bottom:10px;
}

#highlights h3 {
	font-size: 12px;
	padding:0px;
	font-style: italic;
	float:left;
	margin-bottom:10px;
}

#highlights .more {
	float:right;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	padding-top:5px;
}

#highlights .post {
	width: 294px;
	margin-right:20px;
	float:left;
}

#highlights .last {
	margin-right:0;
}

#highlights .post .image {
	float:left;
	width: 145px;
}

#highlights .post .image img {
	border-width:2px;
	border-style:solid;
}

#highlights .post .content {
	float:right;
	border-top-width: 0px;
	border-top-style:solid;
	width:140px;
	padding-top:5px;
}

#highlights .post .content .read_more a {
	font-size:10px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	padding:2px;
}

#highlights .post .content p {
	padding: 0 0 10px 0;
}

#highlights .post .content a {
	font-size:14px;
}

/* Page Navigation */

#menu-secciones {

margin-top:7px;
margin-bottom:10px;
padding-bottom:5px;
border-bottom-width:2px;
	border-bottom-style:dotted;
border-bottom-color:#C5CED7;
}

#top-nav {
	height: 22px;
	font-size: 11px;
	border-top-width: 1px;
padding-bottom:6px;
	border-bottom-width:1px;
	border-top-style:solid;
	border-bottom-style:solid;
	margin-bottom:5px;
margin-top:35px;
padding-top:0px;
background-color: #edeff4;
}

#top-nav a {
	color: #000000;
	font-family: helvetica,arial,sans-serif;
	font-size:11px;
}

#top-nav a:hover {
	text-decoration: underline;
}

#top-nav ul {
	padding: 0;


}

#top-nav .col-left {
	margin-left: -6px;
}

#top-nav .current_page_item ul li a {
	color:#111111;
}

#top-nav .current_page_item ul li a:hover {
	color:#ffffff;
}

/* Page Nav */

#nav, #nav ul {
	padding-top:0px;
	margin-top: 0px;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	display: block;
	line-height: 28px;
	padding: 0 10px;
	z-index: 100;
	text-transform:uppercase;
}

#nav li {
	float: left;
}

/* Style drop down list */

#nav li ul { position: absolute; width: 172px; left: -999em; border-top: 1px solid #F7F6F6;}
#nav li ul li {	border: 1px solid #F7F6F6; border-width:0 1px 1px; background: #FFF; }
#nav li ul li a { line-height: 25px; font-size: 11px; color: #555555; width: 150px; }
#nav li ul ul {	margin: -26px 0 0 170px; }
#nav li ul ul li a { line-height: 25px; }
#nav li ul li ul li a {	border-width:0 1px 1px 0px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

/* Header */



#header {
	width: 100%;
	height: 70px;
	padding-top: 0px;
	clear: both;
	position: relative;
	margin:0px 0;
	border-bottom-width: 0px;
	border-bottom-style:solid;
background:url(images/lineas-cabecera.png) no-repeat;

}

#header h1 {
	display: none;
}

#header .logo {
	float:left;
	width:79px;
margin-top:20px;
	/*margin-right:18px;*/

}

#header #header-banner-ad {
	position: absolute;
	left: 470px;
	top:50px;
}

 #header .recent-entries {
    width:520px;
    float:right;
    height:90px;  
margin-top:-7px;  
}



#header .recent-entries .archives {
    width:330px;
    padding-right:10px;
    float:left;
    text-align:right;
}

#header .recent-entries .archives h3 {
    padding:0;
    margin-bottom:25px;
    font-size: 12px;
}

#header .recent-entries .archives p {
    font-size:10px;
    letter-spacing:-1px;
    line-height:14px;
    margin-bottom:0;
}

#header .recent-entries ul {
    width:478px;
    float:right;
    border-left-width: 0px;
    border-left-style:solid;
    padding:0;
    height:60px;
    overflow:hidden;
}

#header .recent-entries li {
    width:135px;
    padding: 0 10px;
    float:left;
    height:105px;
    border-left-width: 0px;
    border-left-style:solid;
    overflow: hidden;
}

#header .recent-entries h4 {
    padding:0;
    text-transform:uppercase;
    letter-spacing:0px;
font-family:arial;

}



.category {
	margin-bottom:5px;
	clear:both;
	padding:0;
}

.category a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#929191;
	font-weight:normal;
}

#header .recent-entries h4 a {
    font-size:11px;
    font-weight:normal;
}


/* Content */

#content {
	width: 942px;
	margin:0 auto;
	min-height: 550px;
	padding: 0;

}

#content h8 { margin-left:20px; }


* html #content { height: 550px; }

#main {
	width:617px;
}



/* Home Page */

.threecol_one {
	width:303px;
	margin-right:20px;
	float:left;
	margin-bottom:0px;

}

.threecol_two {
	width:296px;
	float:left;
	margin: 0 20px 0px 0px;
}

.threecol_three {
	width:303px;
	float:right;
	margin-bottom:10px;
background-color:#EDEFF4;
}

.opinion {
background:url(images/fondo_opinion.png) no-repeat;

border-top-width:0px;
	border-top-style:dashed;
	



}






#featured_photo {
	border-bottom-width:0px;
	border-bottom-style:solid;
}

#featured_photo img {
	border-width:2px;
	border-style:solid;
}

#featured_photo div {
    padding-top:  5px;
	padding-bottom:-5px;
	margin-bottom:15px;
	border-bottom-width:0px;
	border-bottom-style:solid;
}


#piedefoto {
font-family:arial;
font-size:11px;
font-style:italic;
color:#406099;
}








#fondo_opinion {
	border-top-width:0px;
	border-top-style:solid;
border-top-color:#DBE1E6;
margin-top:-30px;
margin-bottom:0px;
padding-bottom:-5px;

}








#agenda_cultural_portada {

margin-top:-20px;
background: url(images/fondo-agenda-cultural.png) no-repeat;
padding:73px 15px 20px 20px;
margin-bottom:10px;
color: #b70a0a;
font-family: arial;
font-size: 11px;

width:297px;


}

#agenda_cultural_portada a { color: #406099;
font-size: 10px;
}


#agenda_cultural_portada li { 
border-bottom-width:1px;
border-bottom-style:solid;
padding-bottom:5px;
padding-top:5px;
border-color: #d8dfea;
width:260px;

}




#tabnoticias {
background: url(images/noticias.png) no-repeat;
padding-top:60px;
height:400px;

}

#tabnoticias a { text-color: #406099;
font-size: 12px;
}

#tabnoticias li { 
border-bottom-width:1px;
border-bottom-style:solid;
padding-bottom:5px;
padding-top:5px;
border-color: #d8dfea;


}




#encuesta {
margin-top:10px;
background: url(images/fondo-nuestra-encuesta.png) no-repeat;
font-family: arial;
font-size:11px;
height: 354px;
padding-top:60px;
padding-left:15px;
padding-right:15px;
}

#encuesta li {
border-bottom-width:1px;
border-bottom-color:#d8dfea;
border-bottom-style:dotted;
padding-top:3px;
padding-bottom:3px;
}

#encuesta a { color: #406099;
font-size: 12px;
}




#featured_post {
	padding-bottom:10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin-bottom:2px;
    overflow: hidden;
height:300px;
}

#featured_post p {
	font-size: 14px;
	font-style: regular;
	letter-spacing:-1;
	line-height:20px;	
}

#featured_post h2 a {
	font-size:26px;
	color:#134d86;

}


#featured_post h13 {
	
	color:#515151;
font-family:arial;

}


#categories-module {
	width:303px;
	float:right;
}

#categories-module p {
	padding:0;
}

.category-box {
	border-bottom-style:solid;
	border-bottom-width:1px;
border-left-style:solid;
border-left-width:1px;
padding-left:13px;
padding-right:0px;
	padding-bottom:8px;
	margin-bottom:5px;
	width:283px;
padding-top:5px;
}

.category-box .category {
	padding: 0 0 5px 0;
	margin:0;

}

.category-box h3 a {
	font-size:18px;
	font-weight:bold;
color:#134D86;

}

.category-box h4 a {

color: #8A2520;
font-size: 10px;
text-transform: uppercase;

}

.category-box .comentarios {
font-size:11px;

color:#134D86;
padding-top:0px;

padding-bottom:5px;
margin-bottom:3px;
font-family:arial;


}

.category-box .comentarios a {
font-size:11px;

color:#134D86;
padding-top:0px;
padding-left:27px;
padding-bottom:5px;
margin-bottom:3px;
background: url(bubble.png) no-repeat 0 0;
font-family:arial;
}

.category-box h24 a {
font-size:12px;
font-family:Arial, sans-serif;
line-height: 5px;


}

.category-image-block {
	float:left;
	margin-right:20px;
}

.category-image-block img {
	border-width:2px;
	border-style:solid;
margin-bottom:5px;
margin-top:5px;
}

hr {
	height:5px;
	margin-bottom:0px;
	clear:both;
	border:none;
}

#fondo-vinetas {
background: url(images/fondo-vinetas.png) center no-repeat;
div align="center";
height:30px;
padding-bottom:50px;
margin-bottom:-22px;
margin-top:0px;

}


#fondo-articulos {
background: url(images/fondo-articulos.png) top center no-repeat;

height:330px;
padding-bottom:0px;
padding-top:43px;
margin-bottom:0px;
margin-top:-40px;
}

.hr {
    height:0px;
    margin-bottom:0px;
    clear:both;
    border:none;
}


#also {

	margin: 0px 0px 15px 0;


}

#also-header {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#also-header h3 {
	font-size:14px;
	font-style:italic;
	float:left;
margin-left:10px;

}

#also-header .carousel-nav {
    float:right;
    
}

#also-header .carousel-nav img {
	cursor: pointer;
}

#categories-crop {
    width: 942px;
    overflow: hidden;
}

#categories-slider {
	margin-bottom: 15px;

	float:left;
    width:8000px;

}

#categories-slider .panel {
	float:left;
	width:147px;
	margin-right:12px;


}

#categories-slider .panel-image {
	float:left;
    margin-bottom: 5px;
}




#categories-slider .panel .comentarios {
font-size:11px;

color:#134D86;
padding-top:0px;

padding-bottom:5px;
margin-bottom:3px;
font-family:arial;


}

#categories-slider .panel .comentarios a {
font-size:11px;

color:#134D86;
padding-top:0px;
padding-left:27px;
padding-bottom:5px;
margin-bottom:3px;
background: url(bubble.png) no-repeat 0 0;
font-family:arial;
}





#categories-slider .panel h3 {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
        color:#2F4772;
}

#categories-slider .panel h3 a:link { color:#2F4772;}
#categories-slider .panel h3 a:visited { color: #2F4772;}

#categories-slider .panel h33 {
	font-size:12px;
	font-weight:regular;
	font-style:normal;
        color:#111;
font-family:arial;
margin-top:10px;
}


#bottom ul {
	padding:0;
}

#bottom li {
	padding:2px 0;
}

#bottom .featured_article {
	border-right-style:solid;
	border-right-width:0px;
	border-bottom-style:solid;
	border-bottom-width:0px;
	padding: 0 20px 20px 0;
color:#406099;
}

#bottom .featured_article .more_featured {
	text-align:right;
	padding:0;
}

#bottom .featured_article h3 {
	font-size:14px;
	font-style:italic;
margin-top:5px;
}

#bottom #col_two li {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#bottom #col_two li li{ display: none;}    

/* Tabs */

#tabs {
	width:296px;
	float:left;
	padding-top:20px;
	border-top-width:0px;
	border-top-style:solid;
margin-bottom:10px;
}

ul.idTabs {
	width: 100%;
	padding: 0 !important;
}

ul.idTabs li {
	display: inline;
	font-family: Georgia;
	font-weight: bold;
}

ul.idTabs li a {
	line-height: 25px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color: #111111 !important;
	display: block;
	float: left;
	padding: 0 5px;
	margin-right: 4px;
}

ul.idTabs li a.selected, ul.idTabs li a:hover {
	text-decoration:none;
}

.inside ul {
	padding:10px !important;
	border-bottom-width:0px;
	border-bottom-style:solid;
}

.inside li {
	margin: 0 0 5px 0 !important;
	padding: 0 0 5px 0 !important;
	list-style-type: none !important;
	color:#134D86;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}

.inside li a {
	color:#134D86;
}

/* Adverts */


#mpu_ad {
	float:right;
	width:303px;
	margin-bottom:15px;
}

#leaderboard_ad {
  text-align: center;
  background: url(images/ad-deco.gif) center center no-repeat;
  height:90px;
}

#button_ad {
	float:right;
	width:200px;
	height:90px;
}

/* Main Content (style) */

#main a { text-decoration: none; text-color: #546785; }
#main a:hover {	text-decoration: underline; }
#main h2, #main h3 { font-weight: normal; }
#main h2 { font-size: 24px; }
#main h3 {font-size: 18px; }
#main h4 { font-size: 12px; }
#main h8 { font-size: 12px; margin-left:20px; padding-left:60px; }
#main ol, #main ul { line-height: 18px; }
#main ul { padding-left: 50px; }
#main ul li { list-style: circle; padding: 3px 0; }
#main ol { padding-left: 57px; }
#main ol li { list-style: decimal; padding: 3px 0; }
#main blockquote {
	 padding-left: 150px;  padding-top: 25px;  padding-bottom: 18px;  padding-right: 10px;  background-color: #EDEFF4;  border-top: 0px solid #ccc;  border-bottom: 1px solid #ccc;  margin: 10px;  background-image: url(images/blockquote.png);  background-position: middle left;  background-repeat: no-repeat;  text-indent: 23px;  text-color: #ffffff; border-left:5px solid #d9dade;
}



#bottom {
	width:942px;
	border-top-style:solid;
	border-top-width:0px;
	float:left;
	margin-top:20px;
	padding-top:45px;
background:url(fondo-top3blanco.png) no-repeat 0 0;
}

#bottom #col_one {
	width:302px;
	float:left;
	margin-right:5px;
margin-left:10px;
}

#bottom #col_two {
	width:142px;
	float:left;
	margin-right:18px;
margin-left:5px;
}

#bottom #col_three {
	width:142px;
	float:left;
	margin-right:5px;
}

#bottom #col_four {
	width:302px;
	float:left;
}

#bottom .widget h3 {
	font-size:14px;
	font-style:italic;
	padding-bottom:0px;
	border-bottom-style:solid;
	border-bottom-width:0px;
	margin-bottom:5px;
margin-top:5px;
color:#406099;
}

/* Main Content (post) */

#fondo-cabecera-articulo {background-image: none;}

#icono-categoria {text-align:right; margin-right:-16px; margin-bottom:15px; }

#extracto {
margin-left: 10px;
margin-bottom:-5px;
margin-top:-10px;
}

#cabecera {
margin-left: 10px;
margin-bottom:5px;
margin-top:0px;

}

#detalle {
margin-left: 15px;
margin-top:5px;
border-bottom-width:1px;
	border-bottom-style:solid;
	padding-bottom:5px !important;
	margin-bottom:5px;
border-color: #CCCCCC;
}

#votacion-articulos {
width:300px;
margin-left:15px;
font-family:arial;
font-size: 12px;
color: #1A3567;
}

#votacion-articulos h12 {

font-family:arial;
font-size: 12px;
color: #1A3567;
}

#donaciones-bajo-articulos { 
background: url(images/donaciones-bajo-articulos.png) no-repeat;
height:96px;
}

#donaciones-bajo-articulos a { 
background: url(images/donaciones-bajo-articulos.png) no-repeat;
height:50px;
display:block;
margin-top:10px;
}

#iconos-donaciones-articulosa {
margin-top:5px;
margin-left:170px;
margin-bottom:20px;

}

#iconos-donaciones-articulosb {
margin-top:5px;
margin-bottom:20px;
}

#iconos-donaciones-articulosc {
margin-top:5px;
margin-bottom:20px;
margin-right:0px;
}


#extracto h8 {
font-size:15px;

}


#cabecera h9 {
font-size:14px;

}

#detalle h10 {
font-size:11px;
}


#main .post { padding:0 0 0px 10px; color:#406099; }

#main .post-title {	font-size:32px; margin-bottom:0px; padding-top:0; padding-bottom:0px; line-height:32px; }

#main .post-excerpt {	 margin-bottom:0px; padding-top:0; color:#406099; }

#main .page-title {	font-size:36px; margin-bottom:0px; padding-top:0; }

p.post-details { 
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-bottom:5px !important;
	margin-bottom:5px;
}

#main h2 a, #main h3 a { color:#1A3567; text-decoration: none; }
#main h8 { color:#313131; text-decoration: none; line-height:100%;}
#main h9 { color:#771D19; text-decoration: none; text-transform: none; font-family:arial;}
#main h10 { color:#A2A2A2; text-decoration: none; }
#main h10 a {text-decoration:none; color:#666666; line-height:20px; font-family:arial; }
#main h18 { font-size:13px; line-height:20px; color:#333333; font-style:normal;  }
#main h18 a { color:#406099; }
#main h88 { background: url(images/pregunta.png) no-repeat 0 0; padding-left:35px; padding-top:11px; font-weight:bold; padding-bottom:5px; margin-left:20px; color:#404044; font-size:12px; font-family:arial; line-height:20px; }
#main h2 a:hover, #main h3 a:hover { text-decoration: underline; }
#main p.post-details { line-height: 28px; font-size:11px !important; margin-top:0px; position: relative; }
#main p.post-details a { text-decoration: none; }
#main p.post-details a:hover { text-decoration: underline; }
#main p.post-details {
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 0px 0 1px

}


#main .post h4 { margin-top: 1px; clear: both; width: 100%; }
#main .post h4.continue a {
	background: #A8BC70;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
#main .post h4.continue a:hover {background: #9fb26a;}
#main .post img.thumbnail {
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
     float: right; 
     margin: 15px 0 15px 15px;     
}
#main .post p { font-size:13px; line-height:20px; color:#333333; font-style:normal; }

#articulo {

font-size:5px;
}

#main .post img.gallery { margin:0 7px 7px 0; }
#main h2.arh {
	border-bottom: #cccccc 1px solid;
	margin-bottom: 10px;
	padding-bottom:10px;
	font-size:14px;
	text-transform:uppercase;
}



/* Main Content (advert 468x60) */

#main .advert_468x60 {
	background-color:#EDEDED;
	padding:12px 0;
	margin: 5px 0 25px 0;
	text-align:center;
}
#main .latest .advert_468x60 {margin-left:33px;}

/* Main Content (post>single) */

#main p.tags {
	width: 597px;
	padding:5px 10px;
	clear: both;
	font-size:11px;
}
.single #main .advert_468x60 {margin: 15px 0 0px 0;}
#main .page h2 {padding-top: 5px;}

/* Comments */

#comments h3 { font-size: 20px;	font-weight: normal;padding: 10px 0 20px 0;}

#comments #comments_wrap {padding: 0; position: relative; margin-top:20px;}
#comments #comments_wrap h2 {
	font-size:18px;
	font-style:italic;
	padding: 10px 0;
	border-top-style:solid;
	border-top-width:5px;
	letter-spacing:-1px;
}
#comments ol.commentlist li { list-style-type:none; }

#comments .comment { margin: 18px 0 30px 0; padding-bottom:30px; width: 100%; border-bottom-style:solid; border-bottom-width:1px; }
#comments .comment a { text-decoration: underline; }
#comments .comment a:hover { text-decoration: none; }
#comments .comment small { font-size: 10px;	margin-top: -2px; }

#comments .comment .col-left {width: 110px;}
#comments .comment .col-left img {border: #EDEDED 5px solid;}
#comments .comment .col-left p { padding: 0 0 0 2px; line-height: 19px;}
#comments .comment .col-left .inside {
	width: 110px;
	float: left;
	position: relative;
	overflow: hidden;
	min-height:70px;
}

#comments .comment .col-right {
	min-height: 70px;
	background: #fff;
	padding: 10px 20px;
	border: #EDEDED 1px solid;
	margin-left:100px;
	float:none; 
}

#comments .comment div.avatar {
	float:left;
	width:80px;
}

#comments .comment img.avatar {
}

#comments .comment .comment-entry p {
	font-size:14px;
	line-height:18px;
	padding-left:80px;
}

#comments .comment .comment-head {
	margin-bottom:10px;
}

#comments .reply {
	text-align:right;
}

#comments .reply a {
	padding:3px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
}

* html #comments .comment .col-right { height: 100px; }
#comments .comment span.reply { float:right; padding: 3px 3px 0; font-size:11px; }
#comments .comment span.reply a { text-decoration:none; color:#aaa; }

#comments ul.children { padding:10px 0 0 30px; margin-left:30px; border-left-style:solid; border-left-width:1px; }
#comments ul.children li { border:none; }

#comments .navigation .alignright, #comments .navigation .alignleft { margin:0;}
#comments .navigation a {
	background: #9F9F9F;
	color: #fff;
	display: block;
	padding: 5px 9px;
	margin-left: 4px;
	font-family:Georgia;
	font-weight:bold;
}
#comments .navigation a:hover {background: #888;}
#comments .commentlist {
	padding:0;
	border-top-style:solid;
	border-top-width:1px;
}
#comments .commentlist p{padding:0 0 10px;}

#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	border:0;
	width:auto;
}

#respond h2 {
	font-size:18px;
	margin-bottom:18px;
}
#commentform {
	background-color:#eeeeee;
	padding:10px;
}
#commentform p {
	padding:0;
	margin-bottom:10px;
}

#commentform .comment-fields {
	float:left;
	width:368px;
}

#commentform .comment-info {
	float:right;
	width:200px;
	padding: 15px 10px 0 0;
}

#commentform .comment-info p {
	font-size:12px;
	font-style:italic;
}
#commentform label {
	float:left;
	width:368px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	width:356px;
	padding:5px;
	border:1px solid #ffffff;
}
#comments .commentlist .children #respond #form_wrap .col-right{float:none;}
#comments .cancel-comment-reply {margin-bottom:10px;}

#commentform #submit {
	padding:5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	border-style: solid;
	border-width:1px;
	text-transform:uppercase;
}

/* Sidebar */

#sidebar {
	width: 303px;
	overflow: hidden;
border-left-width:1px;
border-left-style:solid;
border-left-color:#CCCCCC;
padding-left:5px;
background-color:#f0f1f3;

}

#paypala {
margin:20px 0 20px 0; 

}

#paypalb {
margin:20px 0 20px 0; 

}

#paypalc {
margin:20px 0 20px 0; 

}

#donaciones-seguras { 
width:303px;
background: url(images/donaciones-seguras.png) center no-repeat;
div align="center";
height:95px;
margin-top:-10px;
margin-bottom:20px;

}


#banners {

border-width:0px;
border-style:solid;
}

/*

#relacionados {

border-left-width:2px;
border-left-style:solid;
border-left-color:#DBE1E6;
margin-top:0px;
background: url(fondo-relacionados.png) no-repeat;
padding-top:45px;
}
*/


#agenda {

border-left-width:2px;
border-left-style:solid;
border-left-color:#DBE1E6;
margin-top:0px;
background: url(fondo-agenda.png) no-repeat;
padding-top:13px;
margin-bottom:10px;
color: #b70a0a;
font-family: arial;
font-size: 10px;
}

#agenda a { color: #406099;
font-size: 10px;
}

#agenda h2 { font-family: arial;
font-size: 24px;
color: #272727;
font-weight: normal;
padding-left: 10px;
padding-bottom:17px;
}

#sidebar .subcol {
	width: 143px;
}

#sidebar ul {
	clear: both;
}
#sidebar ul li a {
	
	
}

#sidebar a:hover, #sidebar .current-cat a, #sidebar li.active a {
	color: #000;
}

#sidebar ul li span {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	
	font-weight:normal;
}

/* Sidebar (block) */





#sidebar .block {
	width: 300px;
}

#sidebar .subcol .block {
	width: 300px;
}

/* Sidebar (widgetized)*/



#sidebar .textwidget {
	clear:both;
	padding:0;
}

#sidebar .widget {
margin-top:10px;
	margin-bottom:10px;
	border-bottom-style:solid;
	border-bottom-width:5px;
}











#sidebar .widget ul {
	padding:0;

}

#sidebar .widget a {
	font-size:12px;
	font-style:bold;
}

#sidebar .widget li {
	padding:5px;
overflow: hidden;

}

#sidebar .widget h3 {
	font-size:14px;
	margin-top:20px;
	padding:10px;
	margin-bottom:0px;
}

#sidebar li {
	border-bottom: 1px solid #e2e2e2;
	line-height: 14px;
	
}

/* Sidebar (widgetized>list>inside)*/

#sidebar ul ul {
	padding: 0;
	margin: 3px 0 0 0;
	border:0;
}

#sidebar ul ul li {
	border: 0;
	padding-bottom: 0;
	border-top:1px solid #E2E2E2;
}

/* Sidebar (widgets)*/

#tag_cloud h2 {display: block;float: none;}
.textwidget {clear: both;padding: 5px 2px;line-height:20px;}
#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
	clear: both;
}
#wp-calendar caption {padding: 10px; margin-bottom:5px;}
#wp-calendar th {color: #fff;}
#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #E7E7E7;
	color: #9E9E9E;
}
#wp-calendar td {background: transparent;}
#wp-calendar td, table#wp-calendar th {padding: 3px 0;}
#wp-calendar a {text-decoration: underline;}
#wp-calendar a:hover {text-decoration: none;}

/* Sidebar (Search)*/

#sidebar #search_main form div {
	position: relative;
	height: 33px;
	background: #ccc;
	margin-bottom:25px;
}

#sidebar #search_main input.field {
	width: 163px;
	position: absolute;
	left: 12px;
	top: 7px;
	padding-top: 2px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 0;
	background: transparent;
	z-index: 1;
}

#sidebar #search_main input.submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}


/* Sidebar (flickr) */

#flickr h3 span {
	color: #0061D8;
}

#flickr h3 span span {
	color: #FF1183;
}

#flickr .wrap {
	margin-left: -5px;
	padding: 0;
	position: relative;
	margin-bottom:25px;
}

#flickr a img {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	background: #fff;
	border: #CECFC6 1px solid;
}

#flickr a:hover img {
	border: #A8AA99 1px solid;
}

/* Footer */

#footer {
	width: 922px;
	padding: 10px;
	margin:15px auto;
	font-size: 11px;
	color: #fff;
	text-align:center;
}

#footer #category-nav, #footer #page-nav {
	text-align:center;
	padding: 5px 0;
}

#footer #category-nav li, #footer #page-nav li {
	display:inline;
	margin-right:20px;
}

#footer #page-nav li {
	padding-right:8px;
	margin-right:8px;
	border-right-style:solid;
	border-right-width:1px;
}

#footer #category-nav a {
	text-transform:uppercase;
}

#footer a{ color:#fff; }
#footer .credits img {vertical-align: middle;}
#footer .credits span {display: none;}

 .mejorypeor {
width:600px;
}

#lomejor {
background-image: url(http://lanzarotelandia.com/images/lomejor.jpg); background-repeat: no-repeat; height: 228px; width: 250px;
margin-left:50px; margin-bottom:20px; padding-bottom:50px;
}

#lopeor {
background-image: url(http://lanzarotelandia.com/images/lopeor.jpg); background-repeat: no-repeat; height: 228px; width: 250px;
margin-right:30px; margin-bottom:20px; margin-left:20px; padding-bottom:50px;
}

#bannersuperior {
margin-bottom:5px;
margin-top:3px;
}

.hackadelic-sliderPanel {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
text-decoration:none;
background-color: #F6F7F9;
margin-top:5px;
}

a.hackadelic-sliderButton {
	border: 1px solid lightgrey;
	color: #406099;
	padding: 3px;
background-color: #EDEFF4;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
text-decoration:none;
}
a.hackadelic-sliderButton:hover {
	border: 1px solid #EDEFF4;
	background-color: #406099;
color: #ffffff;
text-decoration:none;
}
.entry .hackadelic-sliderPanel {
	background-color: #EDEFF4;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
text-decoration:none;
}
.textwidget .hackadelic-sliderPanel {
	
background-color: #EDEFF4;
}





/*--------------------------------------------------
TABS
  --------------------------------------------------*/


.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
font-family:arial;
 margin-top:1em;
width:305px;
background-image: url(images/fondotabs.png); background-repeat: no-repeat;
	line-height: 14px;
}

#tabheight li {
line-height: 24px;
margin-left:5px;
}

#tabheightstar li {

padding-bottom: 5px;
margin-left:0px;
}


/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
width: 100%;
text-align: center;
margin: 0 auto;
padding-top: 20px;
text-indent: 0;
list-style-type: none;
margin-bottom:0px;
}

ul.tabbernav li
{
padding: 0;
margin-left: 10px;
text-indent: 0;
display: inline;
}

ul.tabbernav li a
{
letter-spacing: 0px;
text-decoration: none;
color: #ccc;
font-size: 1em;
padding: 0 2px;
border-top: 0 solid #eee;
}

ul.tabbernav li a:link { color: #9f190f; }
ul.tabbernav li a:visited { color: #9f190f; }

ul.tabbernav li a:hover
{
color: #333;
border-top: none;
font-size: 2em;
}

ul.tabbernav li.tabberactive a
{
color: #333;
border-top: none;
font-size: 2em;
}

ul.tabbernav li.tabberactive a:hover
{
color: #333;
border-top: none;
font-size: 2em;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border-top:0;
padding-left:20px;
margin-top:-15px;

}

.tabberlive .tabbertab a {
color:  #406099;
}





 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */


/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 { display:none;
 
}

.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 { 
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}




/*--------------------------------------------------
TABS imagenes
  --------------------------------------------------*/


	.tabbed_images {
			list-style:none;
			margin:0;
			padding:0;
			clear:both;
		}

		.tabbed_images li {
			list-style:none;
			float:left;
			margin:0;
			padding:0;
		}

		.tabbed_images li a {
			border:0px solid #ccc;
			display:block;
			float:left;
			margin:0 10px 0 0;
		}

		.tabbed_images li a.active,
		.tabbed_images li a:hover {
			border:0px solid #333;
		}

		.tabbed_images li a img {
			border:none;
			padding:2px;
			margin:0;
			margin-bottom:-5px;
		}

		#image_1,
		#image_2,
		#image_3,
		#image_4,
		#image_5 {
			margin-top:10px;
			padding:2px;
			border:0px solid #ccc;
		}







/*--------------------------------------------------
TABS portada
  --------------------------------------------------*/


#tabsportada {


margin-top:0px;

padding-top:0px;
margin-bottom:0px;
color: #666666;
font-family: arial;
font-size: 12px;
height:400px;

}

#tabsportada .vistos {
background: url(images/musicos.png) no-repeat;
}

#tabsportada a { color: #406099;
font-size: 12px;
}

#tabsportada li {
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#DBE1E6;
padding-top:5px;
padding-bottom:5px;
}


#tabsportada h2 { font-family: arial;
font-size: 24px;
color: #272727;
font-weight: normal;
padding-left: 10px;
padding-bottom:17px;
}




	.addtoany_share_save_container{margin:0px 0;}
	ul.addtoany_list{
		display:inline;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		text-indent:0 !important;
	}
	ul.addtoany_list li{
		background:none !important;
		border:0;
		display:inline !important;
		line-height:32px;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
	}
	ul.addtoany_list li:before{content:"";}
	ul.addtoany_list li a{padding:0 9px;}
	ul.addtoany_list img{
		float:none;
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	ul.addtoany_list a img{
		opacity:.7;
		filter:alpha(opacity=70);
	}
	ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
		opacity:1;
		filter:alpha(opacity=100);
	}
	a.addtoany_share_save img{border:0;width:auto;height:auto;}
