/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #000 url(images/bg-web.gif) repeat-y center top;
	color: #777;
	padding: 0;
}

body, select, input, textarea {
	font: 100% Arial, Helvetica, Geneva, sans-serif;
	}
	
p {	
	margin: 15px 0;
	line-height: 1.6em;
	}

a:link, a:visited {
	color: #439ddf;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	padding:3px 0px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:930px;
	margin:0 auto;
	font-size:11px;
	background: #FFF url(images/bg-contenedor.gif) repeat-y;
	padding:0;
	overflow: hidden;
	}

#intro {
	font-family: Verdana, sans-serif;
	font-size:11px;
	color: #fff;
	margin:5px auto;
	text-align: center;
	letter-spacing: 0.5em;
}

#branding {
	text-align: -9999px;
	margin: 15px 0 0 0;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right;
	margin: 0 16px 0 0;
	}

#leftcol {
	width:290px;
	}

#leftcol, #rightcol {
	margin-top:25px;
	float:left;
	}	
	
#rightcol {
	width:290px;
	padding-left:15px;
	margin-left: 16px;
	border-left: 1px solid #ddd;
	}

		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	text-decoration:none;
	color: #000;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: normal 20px Arial, Helvetica, Geneva, sans-serif;
	padding-bottom:4px;
	border-bottom:1px solid #439ddf;
	margin: 0 0 8px 0;
	color: black;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

h3, #sidebar h2 {
	font: 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.05em;
	margin-bottom:10px;
	font-weight:normal;
	color:#439ddf;
	}

#sidebar h3, #sidebar h2, #ten-content h3, .post .entry h3 {
	border-bottom:1px solid #439ddf;
	padding:6px 0 6px 0;
	margin:26px 0 8px 0;
	font-size:10px;
	}
#ten-content h3 {
	margin-top:3px;
	}
h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:10px;
	color: #000;
	text-transform:uppercase;
	font-weight:normal;
}
	
	
	
/* Content */

#content, #ten-content, #content-login {
	width:612px;
	float:left;
	margin: 22px 0 0 17px;
	}

#content h3 a {
	color: #439ddf;
}
#content small{
	font-size: 9px;
}
#ten-content {
	width:605px;
	float:left
	}
	
#ten-content li {
	list-style:none;
	margin-bottom: 5px;
	margin-left: 10px;
	}
#ten-content ul li a {
	color: #555;
	border-bottom: 1px solid #ddd;
	line-height: 1.3em;
}
#ten-content ul li a:hover {
	color: #439ddf;
	border-bottom: 1px solid #439ddf;
	text-decoration: none;
}

#content-noticias .feature {
	float: none !important; 
	width: 602px;
	height: 150px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
}
#content-noticias .feature img {
	float: left;
	border-bottom: 3px solid #439ddf;
	margin-right: 10px;
}
#content-noticias .feature p{
	margin-left: 290px;
}		
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	float: left; 
	width: 290px; 
	height: 270px;
	padding-left: 10px;
	}
	
.feature p, #rightcol p {
	margin:0 10px 0 0;
	}

.feature img, #rightcol img {
	margin-left: -10px;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin: 0 0 20px 0;
	}
	
#lead img{
	border: 0!important;
	}

.title {
	font-size:11px;
	font-weight:normal;
	line-height:1.6em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #000 !important;
}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	border-bottom: 3px solid #439ddf;
	margin-bottom: 7px;
	display:block
	}

#leftcol img {
	border-bottom: 3px solid #439ddf;
	margin-bottom: 7px;
	display:block
	}
	
#rightcol .clearfloat {
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

#logos {
	width: 250px;
	text-align: center;
}
#logos ul li {
	display: inline;
	margin: 0 40px 0 0;
}
.postmetadata {
	margin: 30px 0;
	}

#writer {
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}
.entry p{
	margin-left:10px;
	}
.entry p strong{
	color: #555;
	}
.entry p img{
	border-bottom:3px solid #439DDF;
	}
.entry h3 {
	color: #000;
}
.entry h4 {
	color: #000;
	margin: 10px 0 8px 0;
	padding: 3px 5px;
	background: url(images/bg-h4.gif) repeat-y -10px;
}
.entry ul {
	margin: 0;
}
.entry ul li {
	list-style-type: none;
	margin-top: 10px;
	line-height: 1.3em;
}
.entry ul li em{
	background-color: #999;
	color: #fff;
	margin-right: 5px;
	padding: 0 3px;
}
h3 a:link, h3 a:visited {
	color:#439ddf;
	}

#directores {
	margin: 0;
	padding: 0;
}
#directores li{
	font-family: Arial, sans-serif;
	display: inline;
	list-style-type: none;
	margin: 0 1px;
}
#directores li a{
	display: inline-block;
	display: -moz-inline-box;
	color: #000;
	line-height: 1em;
	padding: 1px 4px;
	margin: 0 0 15px 0;
	background-color: #eee;
}
#directores li a:hover{
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
#directores img {
	border: 0;
	margin: 0;
	padding: 0;
}

.fle-izq, .fle-der {
	padding: 0 !important;
	margin: 0 0 11px 0 !important;
}
.menuOn {
	background-color: #ccc !important;
}

#feat-attr {
	margin-bottom: 17px;
	font-size: 9px;
	margin-left: -10px;
}

.lt-video {
	width: 120px;
	height: 120px;
	background: url(images/bg-h4.gif) repeat-y -20px 0;
	float: left;
	padding: 10px;
	margin: 0 12px 12px 0 ;
}
.lt-video a{
	color: #555;
}
.lt-video a img{
	margin-bottom: 3px;
	border-bottom:2px solid #439ddf;
}
.lista-videos li {
	border-bottom: 1px solid #439ddf;
	line-height: 29px;
	margin-bottom: 5px;
}
.lista-videos li a{
	color: #777;
}
.lista-videos li a:hover{
	color: #000;
}
.lista-videos li a img{
	margin-bottom: -11px;
	margin-right: 4px;
}

.lista-prensa {
	margin-left: 10px;
}
.lista-prensa li {
	height: 53px;
	margin: 5px 0 6px 0;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
}
.lista-prensa li a{
	color: #777;
}
.lista-prensa li a:hover, .lista-prensa li strong a{
	color: #439ddf;
}
.lista-prensa li img {
	float: left;
	margin-right: 5px;
}

.lista-logos {
	margin:30px 0 0px 0 !important;
	width: 620px;
	border-bottom: 1px solid #;
}

.lista-logos li{
	float: left;
	margin: 0 0 20px 0 !important;
	list-style-type: none !important;
}

/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	margin-bottom:5px;
	margin-left:20px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding:1px 10px 2px 10px;
	background:#000;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#439ddf;
	color:#fff;
	text-decoration:none;
	}
#suscribete input#s {
	padding: 1px;
	width: 164px;
}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	padding-top: 55px;
	margin: 0 auto 0 auto;
	width: 930px;
	height: 40px;
	font-size:10px;
	color:#777;
	text-align:center;
	background: url(images/bg-pie.gif) no-repeat;
	letter-spacing: 0.1em;
}

#footer a {
	color:#777;
}
	


/* especial */

.clear {
	clear: both;
}

#audioplayer {
	text-align: right;
	margin-bottom: -24px;
}

.idioma {
	position: absolute;
	font-size: 9px;
	display: block;
	color: #fff !important;
	background-color: #ab2518;
	margin-top: -14px;
	margin-left: 817px;
	padding: 6px 25px;
	letter-spacing: 0.1em;
}
	
#cont-scroll {
	float:left;
	overflow:hidden;
	position:relative;
	width: 290px;
	margin-top: 0;
	margin-left: 0;
}

#contenedor-scroll {
	position: relative; 
	float: left;
	height: 278px;
	}
	
#gallery_conoce div{ 
	float: left;
	margin: 5px 8px 5px 8px;
	}
	
.page-item-115 { border: 0!important}

.page-item-99 { width: 110px !important}
