/*
Theme Name: Magazine Basic
Theme URI: http://bavotasan.com/wordpress/free-wordpress-themes/magazine-basic-free-wordpress-theme/
Description: A 2 or 3 column magazine style theme with a fully customizable layout. Theme options include site width, 1 or 2 sidebars, header alignment, logo uploader, home page number of posts and more. Also includes two extremely useful widgets. Tested on WP 2.7.x using Firefox, IE6 and IE7. 100% xHTML valid. Designed by <a href="http://bavotasan.com">c.bavota</a> of <a href="http://tinkerpriestmedia.com">Tinker Priest Media</a>.
Version: 2.3.2
Author: c.bavota
Author URI: http://bavotasan.com/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options

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

*/

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	color: #205B87;
	}

	a:hover {
		text-decoration: underline;
		}

img {
	border: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #202020;
	width: 1024px;
	margin: 0 auto;

	}
#wrapper {
    width: 1024px;
	background: url(images/bg_body.png) center 0 repeat-y;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #222;
	}

textarea {
	width: 97%;
	}

/* Header Elements */

#header{
	width: 95%;
	margin: 0 auto;
	}

h2#description {
	display: none;
}	
	
#searchform {
	background: #FFF;
	height: 20px;
	margin: 0;
    padding: 0;
	}

.search_input {
width: 310px;

font-size: 20px;
color: #AAA;
}

#login {
	height: 16px;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding: 7px 10px 9px;
	background: url(images/login.png) repeat-x;
	}

	#login a {
		color: #fff;
		}

	#login ul {
		padding: 0;
		margin: 0;
		}

	#login ul li {
		display: inline;
		}

.dot:before {
	content: url(images/whitedot.png) " ";
	}

#title {
	width: 100%;
	text-align: center
	}

	#title a {
		color: #222;
		}

	#title a:hover {
		color: #cc0000;
		text-decoration: none;
		}

	#title img {
		margin: 0 auto;
	}

	#title h2 {
	font-size: 24px;
	text-align: center;
	width: 100%;
	margin: 2px;
	}

#navigation {
	width: auto;
	height: 36px;
	margin: 0px 15px 0px 15px;
	clear: both;
	background: url(images/menu_bg.png) 0 0 repeat-x;
}

ul.menu * {
	margin:0;
	padding:0
	}

ul.menu {
	padding-left: 1px;
	background: url(images/menu_level1_item_bg.png) 0 0 no-repeat;
}

	ul.menu {
		list-style:none;
		padding: 0;
		margin: 0;
		}

	ul.menu li {
		position:relative;
    	font-family: Georgia, "Times New Roman", serif;
		list-style-type: none;
		float: left;
		font-size: 14px;
		padding: 0 4px;
		margin: 0;
		position: relative;
		background: url(images/menu_level1_item_line.png) 0 0 no-repeat;
		}

	   ul.menu li:hover {
		background: #FFF url(images/menu_level1_item_line.png) 0 0 no-repeat;
	   }
	ul.menu a {

    	height: 36px;
    	display: block;
    	float: left;
    	line-height: 38px;
    	text-decoration: none;
    	color: #323232;
    	padding: 1px;
    	background: url(images/menu_level1_item_bg.png) 0 0 no-repeat;
		}

		ul.menu a:link, ul.menu a:visited  {
        	color: #646464;
		}
		ul.menu a:hover {
	       color: #000;
	       text-decoration: none;
		}


/* Main Elements */

#mainwrapper {
	width: 100%;
	padding: 10px 0 27px 0;
	margin: 0;
	}

#sidebar {
    width: 180px;
	float: left;
	padding: 5px 0 0;
	margin: 0 10px;


	}

#secondsidebar {
    width: 180px;
	float: left;
	padding: 5px 0 0;
	margin: 0 10px;
	}

#secondsidebar img {
    width: 160px;
    margin: 0 auto;
}

.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}

.side-widget {
    width: 160px;
	float: left;
	margin: 0 0 10px;
	padding: 0 10px 15px;
	background: url(images/bg-hatch.gif);
	border: 1px solid #ddd;
	}

	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0;
		margin: 0;
		font-size: 13px;
		}

	.side-widget ul li {
		padding-left: 15px;
		margin: 2px 0;
		}

	.tw-accordion ul {
	   width: 150px !important;
	   border: 0;
	}
	.tw-accordion ul li {
	   list-style-type: disc;
	   margin-left: 5px;
	   padding: 0;
		}

	.side-widget h2 {
		font-size: 14px;
		border-bottom: 1px solid #ddd;
		padding: 10px 0 5px;
		margin-top: 0;
		text-align: center;
		text-transform: uppercase;
		}

	.side-widget .storycontent {
		border-bottom: 1px solid #ddd;
		}

	.side-widget .noline {
		border-bottom: 0;
		}

.posts {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	}

	.posts h2 {
		margin: 10px 0 0;
		}

.readmore {
	color: #cc0000;
	}

#footer {
	clear: both;
	width: 100%;
	height: 100px;
	padding: 0;
	text-align: center;
	font-size: 11px;
	margin: 0 0 0 1px;
	background: url(images/bg_foot.png) center 100% no-repeat;
	}

/* Left Content Elements */

#leftcontent {
	width: 624px;
	float: left;
	padding: 0;
	margin: 0;
	}

	#leftcontent h5 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #cc0000;
		margin-bottom: 5px;
		font-size: 14px;
		}

	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 24px;
		line-height: 26px;
		}

.more-link {
	font-size: 11px;
	text-align: right;
	color: #cc0000;
	}

.tags a {
	color: #cc0000;
	}

.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	position: relative;
	}

.post {
	float: left;
	padding: 10px 10px 2px 10px;
	width: 100%;
	margin: 0 0 12px 0;
}

#twocol {
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	background: url(images/line.png) repeat-y 50% 0;
	}

	#twocol img {
		width: 80px;
		float: left;
		margin: 0;
		margin: 0 10px 5px 0;
		}

	#twocol h1 {
		font-size: 18px;
		line-height: 20px;
		}

.mainhr {
	float: left;
	background: #aaa;
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
}

.videos a img {
margin: 0 auto;
}
.videos .storycontent {
text-align: center
}

.twopost {
	width: 46%;
	float: left;
	padding: 10px 10px 2px 10px;
	margin: 0;
	}


.threecol {
	float: left;
	/*background: url(images/line.png) repeat-y 31.5% 0;*/
	margin-top: 3px;
	width: 615px !important;
	}

#threecol2 {
	float: left;
	padding: 0;
	/*background: url(images/line.png) repeat-y 67% 0;*/
}

	.threecol img {
		width: 170px;
		float: left;
		margin: 0 10px 5px 0;
		}

.threepost {
	width: 29%;
	float: left;
	padding: 10px 10px 2px 10px;
	margin: 0 0 12px 0;
	background: url(images/line.png) repeat-y 250px 0;

	}

	.threepost h2, .twopost h2 {
		margin: 0;
		font-size: 16px;
		line-height: 18px;
		}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}

	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}

	.threepost1, .threepost4 {
		clear: left;
		}

	.c2 {
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
	}


/* Other Elements */

#leftcontent h1.catheader {
	margin-top: 3px;
	color: #cc0000;
	font-weight: normal;
	}

	#leftcontent .post h1 {
		color: #000;
		margin-top: 3px;
		}

.red{
	color: #cc0000;
	}

#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}

#tagcloud a {
	color: #cc0000;
	}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}


	 h4#comments, #respond h3 { color:#333; font:normal 240% georgia,times,serif; margin:0 0 .1em; padding:0 0 .1em; }

	 #respond p, #respond li { font-size:11px; margin:0 0 1em; }

	 ol.commentlist { list-style:none; margin:0; padding:0; }

	 ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }

	 ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }

	 ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }

	 ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }

	 ol.commentlist li div.vcard cite.fn a.url, .cancel-comment-reply a { color:#cc0000; text-decoration:none; }

	 ol.commentlist li div.vcard cite.fn a.url:hover, .cancel-comment-reply a:hover { color:#000; }

	 ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }

	 ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }

	 ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }

	 ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }

	 ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }

	 ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }

	 ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }

	 ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

	 ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }

	 ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }

	 ol.commentlist ul.children li.odd { background:#fff; }

	 ol.commentlist ul.children li.even { background:#f6f6f6; }

	 ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

.commentnumber {
		position: absolute;
		left: 7px;
		bottom: 3px;
		font-size: 14px;
		color: #ccc;
		}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft, div.alignleft {
   float: left;
   margin-right: 10px;
}

.alignright, div.alignright {
   float: right;
	margin-left: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 18px;
   padding: 3px;
   margin: 0;
   text-align: justify
}

#today {
	color: #cc0000;
	}

#wp-calendar {
	margin: auto;
	}

.posts {
	float: left;
	}

	.posts img {
		margin: 10px 10px 10px 0;
		float: left;
		width: 100px;
		}

/* Banners */
#banner_sup {
    width: 100%;
    text-align: center;
}
#banner_izq {
    width: 100%;
    text-align: center;

}
#banner_inf1 {
    width: 250px;
    height: 150px;
    float: left;
    margin-left: 25px;
}
#banner_inf {
    padding: 0 25px;
    text-align: right
}
ul#authors_list {
    width: 100%;
    text-align: center;
}
#authors_list li {
    list-style: none;
    font-size: 18px;
}
.clear {
    clear: both;
}
.videos {
    border: 1px solid #EEE;
    width: 46%;
    padding: 5px;
    margin: 3px
}
.post-sidebar {
width: 180px;
}
.post-sidebar img {
width: 170px;
padding: 2px 5px;
}

#noticias img.size-full, #reportajes img.size-full {
margin: 5px auto;
max-width: 340px;
#width: 340px
           
}
 #noticias img.size-medium, #reportajes img.size-medium {
  }
.otras_noticias {
border: 1px solid #888;
padding: 5px;
width: 574px !important;
margin: 0 0 10px 0;
}
.otras_noticias h2{
border-bottom: 1px solid #DDD;
padding: 0 0 10px 0;
text-align: center;
}
.otras_noticias h3 {
font-size: 12px;
margin: 3px;
}
.otras_noticias h3 span a{
	color: #205B87;

}
.oculto {
display: none
}

#videodelmes {
text-align: center;
}
#videos a img, #opinion_index a img, #hemeroteca a img, #galerias a img, #asociaciones a img {
    max-width: 180px;
    #width: 180px;
}
.videos a img {
    max-width: 280px;
    #width: 280px;
}
.videos-header {
margin: 0;
}
.subcategory {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid #AAA;
    border-left: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    font-size: 14px;
}
.subcategory a {
    padding: 0 5px;
}
.subcategory a:hover {
    text-decoration: none;
    background: #BBB;
}
#reportajes h1 {
margin: 10px 0 0 0;
}
#main {
text-align:left;
margin: 0 0 10px 0;
padding: 0;
margin: 0;
width: 814px;
}
#noticias {
border: 1px solid #AAA;
width: 390px;
float: left;
padding: 0 0 0 8px;
}
#noticias p, #reportajes p {
margin: 0 8px 0 0;
}

#reportajes {
border: 1px solid #AAA;
width: 390px;
float: right;
padding: 0 0 10px 8px;
}

#reportajes h1, #noticias h1 {
margin: 5px 0 0 0;
}
#reportajes h2, #noticias h2 {
margin: 10px 0 0 0;
}
#reportajes .meta, #noticias .meta {
margin: 7px 0 5px 0;
height: 34px;
}
#opinion_index, #videos, #galerias, #hemeroteca, #asociaciones {
width: 100%;
margin: 10px 0 0 0;
border-top: 1px solid #AAA;
padding: 10px;
}

#galerias .threepost, #opinion_index .threepost, #hemeroteca .threepost, #videos .threepost, #asociaciones .threepost {
	width: 29%;
	float: left;
	padding: 10px 10px 2px 10px;
	margin: 0 0 12px 0;

}

a em {
    text-decoration: underline;
}
#petrer-mensual h1 {
font-size: 1.7em;
}#petrer-mensual h2 {
font-size: 1.1em;
}
#petrer-mensual img{
width: 185px;
}
#text_comments {
padding: 7px;
}
#respond a {
cursor: pointer
}
.mydiv img {
width: 80px !important;
height: 80px !important;
}

.mydiv {
z-index: 1001 !important;
}
.meta {
z-index: 1002;
}
.older, .newer {
font-size: 24px;
}
.navigation {
clear: both;
}
.newer {
padding: 5px 5px 5px 40px;
}
.older {
padding: 5px 40px 5px 5px;
}

/* Seccion de opinion */
table#opinion {
width: 100%;
margin: 0 4px 0 0;
}
.tdpost {
width: 50%;
vertical-align:top
}
.tdpost img {
width: 290px;
margin: 0 auto;
}
table#columnistas {
    width: 100%;
    background: url(images/bg-hatch.gif);
    border: 1px solid #ddd;
}
table#columnistas tr td {
width: 25%;
vertical-align:top
}

ul.autores, ul.autores li {
list-style: none;
}

td.mundo_natural_art, #mundo-natural-section td {
    vertical-align:top;
    border: 1px solid #999;
}
#mundo-natural-section td .storycontent, #mundo-natural-section td a, #mundo-natural-section td .meta, td.mundo_natural_art .storycontent,td.mundo_natural_art .meta, td.mundo_natural_art strong {
    margin: 5px;
}
td.mundo_natural_art img {
    max-width: 180px;
    #width: 180px;
}
#searcher {
width: 100%;
text-align: right;
position: relative;
clear: both;
margin-bottom: 10px;
}
#cabecera-mundo-natural {
width:975px;
height: 118px;
background: #FFF url(images/cabecera_mundo_natural.jpg) 0 0 no-repeat;
clear: both;
}

#cabecera-raco-del-valencia {
width:975px;
height: 118px;
background: #FFF url(images/raco2.jpg) 0 0 no-repeat;
margin-top: 20px;
}

#mundo-natural-section td img {
    max-width: 280px;
    width: 280px;

}

.videodeldia {
	border: 1px solid #AAA;
	background: #DEDEDE;

}
#searchers td {
position: relative;
}
#searchers td h3 {
font-weight: bold;
position: absolute;
left: 0;
top: 0;
text-align: center;
font-size: 12px;
margin: 0;
padding: 0;
}
#imagesresult div.img-media {
float: left;
margin: 3px;
width: 150px;
text-align: center;
color: #666;
}

#imagesresult img {
clear: right;
}

#imagesresult p {
margin: 0 5px 5px 5px;
font-size: 10px;
}

#media-pager {
font-size:12px;
line-height:22px;
text-align:center;

margin-top: 20px;
}
#media-pager span {
border:1px solid #EEEEEE;
padding:2px 6px;	
}
#media-pager a {
color:#0063DC;
border:1px solid #EEEEEE;
padding:2px 6px;	
}
#media-pager a:hover {
	text-decoration: none;
	color: #FFF;
	background: #0063DC;
}
#media-pager p {
color:#BBBBBB;
font:11px/15px Arial,Helvetica;
margin-top:8px;
text-align:center;	
}
#media-pager em {
color:#BBBBBB;
}
#rss {
}
#foot-links {
	list-style: none;	
}
#foot-links a {
	text-decoration: none;
	vertical-align: center;
	line-height: 16px;
}
#foot-links li {
	lins-style: none;
	float: left;
	margin-left: 10px;
	
}