/*-- Tema v2 --*/


/* ------------- General -------------- */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

html{
	background:#131313;
}

body{
	margin:0px;
	padding:0px;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #4c4b4b;
}

#page{
	width:1000px;
	margin:0px auto;
}

/* ------------- Cabecera -------------- */
#header{ 
	width:100%;
	height:190px; /*208 px CON MARQUESINA - Espacio entre header y cuerpo pagina */
	background:transparent url(images/header-kane.jpg) no-repeat scroll 0 41px; /*60px; CON MARQUESINA - Espacio entre header y menu*/
}

#header_title{
	float:left;
}

#header_title h1{
	color:#ffffff;
	font-size:54px;
	font-style:italic;
	/*letter-spacing:-4px;*/
}

#header_title h1 a{
	color:#ffffff;
}

.description{
	font-size:14px;
	color:#ffffff;
	display:block;
	padding:0 0 0 50px;
	letter-spacing:0;
	font-weight:normal;
}

/* -------------Menú superior -------------- */
#menu{
	width:100%;
	height:43px;
	background:url(images/menu_bg.gif) no-repeat;
}


#menu ul{
float:left;
}

#menu li{
	float:left;
	display:block;
	color:#000000;
	font-size:16px;
	padding:7px 14px 0 14px;
	/*padding:14px 10px 0 10px;*/
	height:33px;
	background:url(images/menu_sep.gif) no-repeat right center;
}


#menu a{
	color:#ffffff;
	display:block;
	float:left;
	padding:4px 7px 4px 7px;
}

#menu a:hover {
    background: #2b2f2e url(images/menu_ah.gif) no-repeat bottom center;/*#2a2e2d;*/
	text-decoration: none;
}


/* ------------- Cuerpo de la pagina -------------- */
#body{
	width:100%;
	background:url(images/body_bg.gif) repeat-y;
	overflow:hidden;
}

#body_top{
	width:100%;
	background:url(images/body_top_bg.gif) no-repeat; 
	overflow:hidden;
}

#body_left{
	width:717px;
	float:left;
	padding-bottom:40px;
}

#body_right{
	width:283px;
	float:right;
}


/*---- Bloque de noticias ----*/
#body_left_content{
	width:656px;
	padding-top:30px;
	margin-left:32px;
}

.post{
	width:100%;
}

.post-top{
	background:url(images/post-top_bg.png) no-repeat;
	width:100%;
	overflow:hidden;
	padding:0 0 5px 0;
}

.post-date{
	float:left;
	font-size:17px;
	width:57px;
	color:#fff;
	text-align:center;
	padding:5px 5px 5px 0;
}

.post-date p{
	font-size:34px;
	line-height:25px;
	color:#ffffff;
}

.post-title{
	float:right;
	width:591px;
}

.post-title h2{
	font-size:27px;
	color:#000000;
	font-weight:normal;
	margin:0 0 4px 6px;
}

.post-title h2 a{
	color:#000000;
}

.post-title h3{
	font-weight:normal;
	color: #525252;  /*Letra pequeña de los autores de los post*/
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 20px 10px 0;
	margin:0 0 0 6px;
	border-bottom:1px dashed #c8bfa3;
}

.post-title h3 a, .post-title h3 span{
	color:#b41e1b;
}

.entry{ 
	line-height:20px;
	font:76%/1.5 Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:10px 0 0 5px;
}

.entry a{ /*Propiedades de los enlaces dentro del post*/
	text-decoration:none;
	font-weight:bold;
	color: #b41e1b;
}

.entry a:hover{ /*Propiedades de los enlaces dentro del post cuando el rat�n est� encima*/
	text-decoration:underline;
}

.entry p{
	padding-bottom:15px;
}

.postmetadata{
	width:100%;
	height:48px;
	background:url(images/postmetadata_bg.gif) no-repeat;
	margin-bottom:30px;
}

/*--- Alineacion Derecha ---*/
.postmetadata .alignright{
	padding:15px 20px 0 0;
}

.postmetadata .alignright a{
	color:#000000;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/comm_a.gif) no-repeat left 1px;
	padding-left:20px;
}

.postmetadata .alignright a span{
	font-weight:bold;
	color:#9e0b0e;
}

/*--- Alineacion Izquierda ---*/
.postmetadata .alignleft{
	padding:15px 0 0 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.postmetadata .alignleft a{
	color:#9e0b0e;
	font-size:12px;
}


.postmetadata .alignleft a:hover{
	text-decoration:underline;
}



.post-page{
	width:100%;
}

h2.page_title{
	font-size:27px;
	color:#000;
	font-weight:normal;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 5px 10px;
	border-bottom:1px dashed #c8bfa3;
}

.post-page .entry{
	padding-top:13px;
}

.post-page .entry a{
	color:#b41e1b;
	text-decoration:none;
	font-weight:bold;
}

.post-page .entry a:hover{
	text-decoration:underline;
}

.entry strong{
}

.post-page .entry strong, .post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#000000;
	display:block;
	font-weight:normal;
}

.post-page .entry strong{
	font-size:28px;
}

.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
} 


/*----Bloque derecho de la pagina----*/
#body_right_content{
	margin:10px 0 0 0;
}

#main_rss{
	margin:0 0 13px 10px;
}

#searchform_body{ /*--- Campo de búsqueda ----*/
	width:266px;
	height:36px;
	background: url(images/search.png) no-repeat;
	margin:0 0 10px 8px;
}

#searchform_top{
	margin:0 0 0 10px;
}

#searchform_top_text{
	width:227px;
	border:0px;
	background:none;
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin:8px 0 0 0;
}

#gosearch{
	position:relative;
	top:4px;
	float:left;
}

/* ------------- Anuncios Google -------------- */
#right_ads{
	padding:10px 0 10px 14px;
	float:left;
}

#right_ads div{
	float:left;
	padding-right:5px;
	margin-bottom:5px;
}

#right_ads div.right{
	margin-right:0;
}

/* ------------- Sidebar -------------- */
#sidebars{
	float:left;
	padding:0 0 0 14px;
}

#sidebar{
	float:left;
	width:255px;
}

.sidebars h2{
	font-size:20px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	padding:8px 0 0 35px;
	background:url(images/sidebars_h2.gif) no-repeat;
	width:220px;
	height:42px;
}


.sidebares h2{

       background:url(images/afiliados.png) no-repeat;
}


.sidebars ul{
	color:#d0d0d0;
	font-size:12px;
}

.sidebars ul li{
	padding:0 0 8px 0;
}

.sidebars ul li ul li{
	margin:0 15px 5px 15px;
	width:auto;
}

.sidebars ul li ul li ul li{
	margin:0;
}

.sidebars li ul{
}

.sidebars li ul li ul{
	padding-bottom:0px;
	padding-left:10px;
	width:auto;
}

.sidebars li ul li ul li ul{
}

.sidebars li{
	margin-bottom:0px;
	background:none;
}

.sidebars li li{
	margin-bottom:0px;
	border-bottom:1px solid #2c2c2c;
	background:none;
	padding:2px 0 8px 8px;
	font-size:13px;
}

.sidebars li li li{
	background:none;
	border:0px;
	padding-bottom:3px;
}

.sidebars li a{
	color:#d0d0d0;
}

.sidebars li.widget_categories ul li{
	font-weight:bold;
}

.sidebars li.widget_categories ul li a{
	font-weight:normal;
	background:url(images/li_cat.gif) no-repeat left 3px;
	padding:0 0 0 14px;
}

.sidebars li.widget_categories ul li ul li a{
	font-weight:normal;
}

.sidebars li.widget_archives ul li a{
	font-weight:normal;
	background:url(images/li_ar.gif) no-repeat left 3px;
	padding:0 0 0 14px;
}

.sidebars li.linkcat ul li a{
	font-weight:bold;
	background:url(images/li_br.gif) no-repeat left 4px;
	padding:0 0 0 10px;
	color:#898989;
}

.sidebars li.widget_meta ul li a{
	font-weight:normal;
}

.sidebars .widget_tags p{
	padding:0px 10px 10px 15px;
}

.sidebars .widget_tags a{
	color:#d0d0d0;
}

.sidebars .textwidget{
	padding:10px;
	
}
.sidebars .bloques{
	background:url(images/afiliados.png) no-repeat;
	}

/* ------------- PIE de página -------------- */
#footer{
	width:100%;
	height:135px;
	background:url(images/footer.gif) no-repeat;
	margin-top:1px;
}

#footer_text{
	color:#d5c0aa;
	font:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:13px 20px 15px 20px;
}

#footer_text a{
	color:#d5c0aa;
}

#footer_text a:hover{
	text-decoration:underline;
}






#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

	
	
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}




/*--- Calendario---*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; }




/*--- Otras cosas ---*/
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 5px 5px 5px 10px;
	padding-left: 40px; /*24*/
	padding-bottom:3px;
	background:url(images/blockquote_bg.gif) no-repeat; /*repeat-y*/
	}

blockquote blockquote{
	background:url(images/blockquote_bg.gif) no-repeat; /*repeat-x*/
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-weight:bold;
	clear:both;
	}

.navigation a{
	color:#000000;
	font-size:12px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	}

.navigation a:hover{
	text-decoration:none;
	}

.navigation .alignleft a{
	padding:0 0 0 14px;
	}

.navigation .alignright a{
	padding:0 14px 0 0;
}





/*----- Listas -----*/
.entry ul {
	list-style: none;
	padding:15px 15px 15px 40px;
	padding-left: 20px;
	padding-bottom:1px;
	padding-top:1px; /*Espacio entre linea final de lista y otro texto*/
} 

.entry ul li {
	padding: 4px 0 0 4px;
	display:block;
}

.entry ul li:before{
	content: url(images/entry_before.png);
}

.entry ol {
	margin: 3px 3px 3px 15px;
	padding-left: 40px;
	padding-bottom:3px;
}

.entry ol li {
	margin: 0;
	padding: 4px 0 6px 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}




/*----Formularios----*/
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { 
	text-align:center;
}

select {
	width: 130px;
}

#commentform{
	width:400px;
}

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

#commentform textarea {
	width: 350px;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	width:85px;
	height:35px;
	}





/*------ Comentarios -------*/
h2#comments_title{
	font-size:27px;
	color:#000;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
	border-bottom:1px dashed #ccc2ba;
	margin:0 0 8px 30px;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	margin:0 10px 0 30px;
	font:76%/1.5 Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#392c26;
}

.commentlist li {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	background:#f8f8f8 url(images/commentlist_li.gif) repeat-y;;
	width:622px;
}

.commentlist li.alt {
}

.commentlist li li {
	margin: 0px;
	padding: 5px 10px 5px;
	border-bottom:0px;
	background:none;
	border:0;
	width:auto;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
}

.commentmet_text{
	padding-left:5px;
	padding-top:5px;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	padding:14px 0px 0 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f26522;
	font-size:17px;
	font-weight:bold;
	text-transform:capitalize;
	background:url(images/commentmetadata_bg.gif) repeat-y;
}
	
.commentmetadata span{
	color:#333;
	font-weight:normal;
}

.commentmetadata a{
	color:#f26522;
}

.commentmet_text{
	padding:0 20px 10px 20px;
	background:url(images/commentmet_text_bg.gif) repeat-y;
}

#respond_box{
	margin:40px 15px 0 30px;
	padding:0 0 60px 0;
}

h3#respond{
	font-size:27px;
	color:#000;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
	border-bottom:1px dashed #ccc2ba;
	margin:0 0 10px 0;
}

#commentform{
	margin-left:55px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:70%;
}

#commentform label{
	position:relative;
	top:-2px;
}

#commentform a{
	color:#000000;
}

#commentform input{
	background:#fff;
	border:3px #e0e0e0 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

#commentform textarea{
	background:#fff;
	border:3px #e0e0e0 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	margin:5px 0 0 0;
}

#commentform input#submit{
	background:none;
	border:0px;
}




/*--- Pagina archivos ----*/
.page_archives_div{
	padding-bottom:60px;
}

.ar_panel{
}

.ar_panel3{
}

.page_archives_div h2{
	font-size:27px;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif; 
	padding:0 0 5px 10px;
	border-bottom:1px dashed #c8bfa3;
}

.ar_panel3 h2{
	padding-top:5px !important;
}

.ar_panel3 ul{
	margin-left:0px !important;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:10px 20px 40px 10px;
	padding:0px;
}

.page_archives_div ul li{
	margin:0px;
	padding:6px 0 8px 5px;
	list-style:none;
	background:none;
	background:url(images/dotted_black.gif) repeat-x left bottom;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#333;
	font-size:12px;
	padding-left:10px;
	background:url(images/page_archives_div_a.gif) no-repeat left 4px;
}

