/*
Theme Name: LagZeroNETv2
Theme URI: http://www.lagzero.net/
Description: El Pulento Tema de LagZero.NET.
Version: 0.7
Author: Lagazo
Author URI: http://www.lagzero.net
Tags: Tema Pulento

CSS bajo Licencia CC Share a Like Basado en otra wea

Hola CONCHETUMADRE! ;)
*/


/* 
   Resetiando Segun Leimos (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #ffffff;
	color: #5A5A50;
	font-size: 1.3em;
	font-family:  Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}


/* 
   Tipografias
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 3em Lucida Grande;}
h2 {font: normal 2.2em Lucida Grande;}
h3 {font: normal 1.5em Verdana;font-weight:bold;}
h4 {font: normal 1.4em Lucida Grande;padding-left:10px;font-weight:bold;}
h5 {font: normal 1.6em Lucida Grande;}
h6 {font: bold 1.2em Lucida Grande;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	background: #f1f1f1 url('img/backgrounds.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}
/*
	Seleccion *.* - IE
--------------------------------------------------------------------*/
/*Mozilla-Geko*/
::-moz-selection{
	background:#a40000;
	color:#fff;
}

/* Otros */
::selection {
	background:#a40000;
	color:#fff;
}


/* 
   Tablas anales
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: url('img/grain_dark.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: url('img/grain_light.gif');
	border: 1px solid #DDC;
}


/* 
   Listas del culo
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url('img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {color: #333333; text-decoration:none;}
a:hover {
	color: #000;
	text-decoration: underline;
}

a.more-link {

	font-family: Lucida Grande, sans-serif;
	font-size: 15px;
	float:right;
	font-weight: bold;
	background: #fff url(img/flecha_derecha.gif) no-repeat;
	color: #333333 !important;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-left: 10px;
	background-attachment: scroll;
	background-position: right top;
}
a:hover.more-link {
	text-decoration: none;
	font-weight:bold;
	color: #000 !important;
}


/* 
   Formularios
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
}

input.button {
	background: #E9E8E8 url('img/backgrounds.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 0.8em Verdana,sans-serif;
	margin-top: 3px;
	padding: 3px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Detalles*/

.form_row {
	background: #f1f1f1;
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #e5e5e5;
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
	color: #222;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


.oculton {
display:none;
}

/* 
   Imagenes 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}

/*Random Post*/
img.randompost{
width:100%;
height:auto;
display:block;
margin:auto;
padding-top:5px;
}
.randomimg{
display:block;
margin:auto;
}

.randomtitle{
display:block;
margin:auto;
padding-top: 5px;
font-size: 1.5em;
font-weight:bold;
text-align:center;
}

/* 
   Flotadores
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Varios 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}


/* 
   Diagrama 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
		min-width: 975px;
}
/*limita el ancho del div de contenidos */
.limit {
max-width: 1200px;
}

.limita {
min-width: 335px;
max-width: 335px;
}

#header {
	background: #000000 url('img/bg-mtbk.gif') repeat-x;
	padding-top: 8px;
	height:110px;
}


/* Toplinks */
#toplinks {
	background: #353530 url('img/toplinks.gif') no-repeat left top;
	color: #554;
	float: right;
	font-size: 0.9em;
	height: 27px;
	width: 230px;
	margin-bottom: 10px;
}
#toplinks_inner {
	padding-top: 3px;
	text-align: center;
}
#toplinks a {color: #887;}
#toplinks a:hover {color: #DDC;}

/* Site title */
#site_title { 
	/*display:block;*/ 
	margin-left: 15px;
	height:66px;
	width:220px;
	color: #998;
	padding: 10px 0 0 1px;
}
#site_title a {
	color: #FFF;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
#site_title h1 {text-indent:-10000px;}
#site_title h1 a{display:block; background: url(img/logo-mtbk.png) no-repeat; height:86px; outline:none;}


/*Nuevo menu Header*/
#header_links {
background: url(img/header_lnk_bg.gif) repeat-x; 
height:35px;
font: 11px Arial, Helvetica, sans-serif;
line-height:30px;
color:#9b9b9b;
border-top:solid 1px #cacaca;
overflow:hidden;
margin:0px;
padding:0px;
}

/***** Botonera Header ****//
#breadcrumb {
font: 11px Arial, Helvetica, sans-serif;
background-image:url(img/bc_bg.png); 
background-repeat:repeat-x;
height:30px;
}

#breadcrumb li {
list-style-type:none;
float:left;
padding-left:10px;
}
#breadcrumb a {
height:30px;
float:left;
background-image:url(img/bc_separator.png);
background-repeat:no-repeat;
background-position:right;
padding-right: 15px;
text-decoration: none;
color:#000;
}
.home {
border:none;
margin: 8px 0px;
}
#breadcrumb a:hover {
color:#a40000;
}
/****FIN botonera header***/

/***Publicidad

------------------------------------------------------------------- */

/*Publicidad Superior*/
.publicidad_top {
	padding-right:5px; 
	padding-top:5px;
	padding-bottom: 5px;
}
/*Publicidad Interposts*/
.interposts {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 22px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}

/* Logos Ads
/ 
/-------------------------------------------------------------------*/
.sponsor300{
border-right: 3px solid #cccccc;
border-bottom: 3px solid #cccccc;
background-image: url(img/sponsor.gif);
background-repeat: no-repeat;
background-position: center right;
width:300px;
padding-right: 15px;
}
.sponsor60{
border-right: 2px solid #cccccc;
border-bottom: 2px solid #cccccc;
}


/* Navigation */
#navigation ul, #navigation li { margin-left:30px; display: inline;}
#navigation li {display: inline; float: left; width: 65%; background:url(img/folder.gif) no-repeat 0 1px; padding-left:22px;}
#navigation {color: #ffffff; background: #ffffff url('img/nav_bg.gif') repeat-x;}
#navigation a {

	text-decoration: none;
}
#navigation li:first-child a {color: #de0000;}
#navigation a:hover,#navigation li.current_page_item a {
	color: #a40000;
}

/*Navegacion de Pagina Principal*/
.navegacion {
	padding-top:10px;
	padding-bottom:10px;

}

/* Main */
#main_wrapper_outer {background: #ffffff;}
#main_wrapper_inner {
	/*background: url('img/main_wrapper_inner.gif') repeat-x left top; ANTIGUO CON IMAGEN */
	background: #ffffff;
	line-height: 1.4em;
	padding: 0px 0;
	padding-top:25px;
}
#main {
	font: normal 0.9em Verdana,sans-serif;
	width: 65%;
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}


/* Sidebar */
#sidebar {
	color: #665;
	width: 35%;
	border-left: 0px dashed #CCB;
	padding-right: 0px;
	/*margin-right:6px;*/
	font-size: 0.8em;
	background: #ffffff;
}
#sidebar_content {padding-left: 0px;}
#sidebar a {color: #665;}
#sidebar a:hover {color: #C40;}


/* Dashboard */
#dashboard {
	background: #eaeaea;
	border-top: 1px dashed #C0C0B0;
	padding-left:22px;
	padding-right:22px;
}
#dashboard_content {padding: 16px 0 22px;}

#dashboard .col3 {width: 255px;}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}

#dashboard .col3_content h4{
font-family: Verdana;
font-size: 1.4em;
font-weight: bold;
}

#dashboard li {
	color: #887;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #C6C6B6;}
#dashboard li a {
	color: #606050;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #332;
	text-decoration: underline;
}


/* Footer links */
#footer {
	background: #000;
	color: #AA9;
	padding: 12px 22px ;
}
#footer a {color: #BBA;}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {color: #CCB;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {
	margin-bottom: 24px;
	margin-left: 30px;
	}

.post_title h2 { 
	font: bold 25px/30px Verdana;
	letter-spacing: -1px;
	}

.post_title h2 a:hover {
 color: #000;
}	
.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

/*ESTUDIAR*/
.bajada { font-family: Verdana; font-weight: bold;font-size: 12px; letter-spacing: -1px;}

.post_date {
	color: #777;
	margin-bottom: 14px;
	font-size: 0.9em;
}
.post_date a {color: #444;}

.post_body h3 {
	font-size: 16px;
	font-weight: bold;
}

.post_body h5 {
font-family: Verdana;
float:left;
font-size:1.5em;
margin-right:10px;
padding:10px;
letter-spacing: 1px;
font-weight: bold;
color:#666655;
margin-left:15px !important;
width: 30%
}

.post_body h6 {
font-family: Verdana;
float:right;
font-size:1.5em;
margin-right:10px;
padding:10px;
letter-spacing: 1px;
font-weight: bold;
color:#666655;
margin-left:15px !important;
width: 30%;
}

.post_body a {
	color: #00adef;
	font-weight: bold;
	
}

.post_meta {
	background: url(img/bg_meta.gif) #f1f1f1 repeat-x;
	border: 1px solid #ccc;
	color: #222;
	font-size: 0.9em;
	padding: 8px 10px;
	margin-top: 15px;
}
.post_meta a {color: #222;}
.post_meta a:hover {color: #a40000;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.8em Georgia,serif;}

/*single*/

.single_title {
	padding-bottom: 5px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ccc;
	}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: url('img/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C6C6BA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.box_title {
	background: url(img/box_bg.gif) repeat-x #222222;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 8px;
}

.box_content {padding: 8px 0 8px;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #ccc; 
	margin: 1em 0 2em;
}

.comment {
	padding-top: 10px;
}

.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #665;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px; margin-left:10px;margin-right:10px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
	margin-left:5px;
}
.comment_author {padding-top: 3px;padding-left:25px;margin-left:5px;}

.comment-numero{
font-size:48px;
font-weight:bold;
font-family: tahoma, arial;
font-weight:100;
color:#c0c0c0;
/*overflow:hidden;*/
right:10px;
letter-spacing:-3px;
text-align: right;
margin-right: 10px;
}


li.bypostauthor {background: #eef3ff;list-style-type: none;	border-bottom: 1px solid #ccc;}
li.even {background:#fff;list-style-type: none;	border-bottom: 1px solid #ccc;}
li.odd {background:#f6f6f6;list-style-type: none;	border-bottom: 1px solid #ccc;}

/*************** Trackbacks ***************/
div#trackbacks {
	border-top: 1px solid #ccc; 
	margin: 1.5em 0 2em;
	padding-top:10px;
}
li.trackbacklist {font-size:10px;}
li.trackbacklist a{font-size:10px;}

/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}

/*Clases WP */

/*acronym*/
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }

/*************WP.com Stats *******************/
img#wpstats{display:none;}

/***404***/
.detallitos{
	width: 600px;
	background: #fffbce;
	border: 1px dashed #ccc;
	text-align: center;
	display: block;
	padding:10px;
	margin-left: auto;
	margin-right: auto;
}

.centrador{
	display:block;
	margin:auto;
}

.posts_recientes {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

/***Author***/
.avatar_autor,.avatar_autor h2 {margin-bottom: 5px;}
.avatar_autor img{float:left;padding-left:22px;}
.detalles_autor {padding-left:5px;}
/******** Resaltar *******/
#resaltar a{
font-weight: bold;
font-size: 15px;
}

#resaltar a:hover{
font-weight: bold;
text-decoration: none;
}

/* +++++ Alinea Fotos y video +++++*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright{float:right; margin:5px;}
.alignleft{float:left; margin:5px;}

object { display:block; margin:auto;} 
embed { display:block; margin:auto;} 

.ngg-navigation { margin-top:0px; margin-bottom:10px;}
 
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f1f1f1;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

 /* Captions */
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
 
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/*************** SPANs********************/
span.date { background:url(img/date.gif) no-repeat; padding-left:20px; }
span.comments { background:url(img/comment.gif) no-repeat; padding-left:20px; font-weight:bold; }
span.category { background:url(img/posted.gif) no-repeat; padding-left:20px; }
#rss_top{
	background:url(img/rss.gif) no-repeat; 
	padding-left:20px;
	padding-bottom: 2px;
}
#mail_top {
	background:url(img/email.gif) no-repeat; 
	padding-left:20px;
	padding-bottom: 2px;
}


/*Ajuste Navegacion de Comentarios*/
#nav_sup {
	padding-top:5px;
}
#nav_inf {
	padding-bottom:5px;
}
/************ Paginador de Comentarios y otras yerbas ***********/
.comments-pager {
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	}

.comments-pager-bottom {
	padding: 2em 0;
	border-top: 1px solid #ccc;
}

.comments-pager p {
	margin: 0;
}

.comments-pager.bottom {
	border-top: solid 1px #ccc;
	margin-bottom: 1em;
}

.comments-pager a {
	text-decoration: none;
	border: solid #a40000 1px;
	background-color: #fff;
	color: #a40000;
	font-weight: normal;
}

.comments-pager a strong {
	/*font-size: 1.3em;*/
}

.comments-pager a:link,

.comments-pager a:visited {
	border: solid #a40000 1px;
	padding: .2em .4em;
}

.comments-pager a:hover {
	border: solid #fff 1px;
	background-color: #000;
	color: white;
	font-weight: normal;
}

.comments-pager a.active {
	border: solid #a40000 1px;
	background-color: #fff;
	color: white;
}


.page-numbers {
	border: solid #a40000 1px;
	background-color: #fff;
	color: #a40000;
	font-weight: normal;
	padding: 3px;
}	

.current {
	border: 1px solid #000;
	padding:3px 6px 3px 6px;
	color: #fff;
	background:#222;
	font-weight: bold;
}


/*Cuadro Foro*/

#cuadro_foro{
padding:8px;
margin-top:1px;
color:#333;
/*background:#fff;*/
}
#cuadro_foro .lista-links a{color:#333}
#cuadro_foro .lista-links a:hover{color:#000}
#cuadro_foro h2, #cuadro_foro h3{font-size:1em;font-weight:normal;color:#3585B0;
text-transform:uppercase;padding:5px 0;
margin:0 0 6px 0;border-top:4px solid;}

#cuadro_foro h5{
font-family:Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
font-size: 11px; 
font-weight:bold;
text-transform: uppercase;
border-bottom: 1px solid #ee7204;
color: #222222;
padding:2px 2px 2px 5px;
}

#cuadro_foro .titulo-foro {
border-bottom: 1px solid #a70000;
}

#cuadro_foro ul.enlaces_foro{
	border-width:0;
	line-height:1.6em
	}
#cuadro_foro ul.enlaces_foro li{padding-left:3px;margin-bottom:0; border:0;}
#cuadro_foro ul.enlaces_foro li a{
	height:20px;
	background-repeat:no-repeat;
	background-position:left center;
	padding:2px 2px 2px 20px;
	}

.enlaces_foro .indice_foro{background-image:url(img/foro.png);font-weight:bold;}
.enlaces_foro .registro_foro{background-image:url(img/registro.png)}
.enlaces_foro .login_foro{background-image:url(img/netvibes.png)}
.enlaces_foro .comunidades{background-image:url(img/comunidades.png)}
.enlaces_foro .contacto{background-image:url(img/email.gif)}

.enlaces_foro .rss{background-image:url(img/rss.png);font-weight:bold}
.enlaces_foro .google{background-image:url(img/google.png)}
.enlaces_foro .email{background-image:url(img/email.gif);font-weight:bold}
.enlaces_foro .steam{background-image:url(img/steam.gif)}
.enlaces_foro .twitter{background-image:url(img/twitter.gif)}

/*Minilogo WP & FF */

.wplink{
background-image: url(img/wordpress.png);
font-weight:bold;
background-repeat:no-repeat;
background-position:left center;
padding:2px 2px 2px 16px;
}

.fflink{
background-image: url(img/firefox.png);
font-weight:bold;
background-repeat:no-repeat;
background-position:right center;
padding:2px 20px 2px 2px;
}

/*Suscripcion Single*/

#suscripcion{
padding:8px;
color:#333;
background:url(img/suscripcion-bg.png) repeat-x;
}
#suscripcion .list-subs a{color:#333}
#suscripcion .list-subs a:hover{color:#000}
#suscripcion h2, #suscripcion h3{font-size:1em;font-weight:normal;color:#3585B0;
text-transform:uppercase;padding:5px 0;
margin:0 0 6px 0;border-top:4px solid;}

#suscripcion h5{font-size: 16px; font-weight:bold;}

#suscripcion ul.feeds{
	border-width:0;
	line-height:1.6em
	}
#suscripcion ul.feeds li{padding-left:3px;margin-bottom:0; border:0;}
#suscripcion ul.feeds li a{
	height:20px;
	background-repeat:no-repeat;
	background-position:left center;
	padding:2px 2px 2px 20px;
	}
.feeds
.rss{background-image:url(img/rss.png);font-weight:bold;}.feeds
.bloglines{background-image:url(img/bloglines.png)}.feeds
.netvibes{background-image:url(img/netvibes.png)}.feeds
.yahoo{background-image:url(img/yahoo.png)}.feeds
.google{background-image:url(img/google.png)}.feeds
.email{background-image:url(img/email.gif);font-weight:bold}.feeds
.twitter{background-image:url(img/twitter.png)}.feeds
.steam{background-image:url(img/steam.gif)}.feeds

.list-subs ul{
	padding:0;
	margin:0 10px 0;
	list-style-type:none
	}
.list-subs ul li{
	padding:3px 0;
	color:#333
	}
.list-subs ul li a{padding: .1em 0;line-height:120%;text-decoration:none;color:#333}
.list-subs ul li a:hover{color:#000;text-decoration:none}

.estilo-poll {
background-image:url(img/poll_back.gif);
background-repeat: no-repeat;
background-position: top right;
padding-top:10px;
width:550px;
display:block;
margin:auto;
}
.ngg-galleryoverview {
display:block;
margin:auto;
}

/*v2 Breves en Bloque Central */
.breve {
font-size:0.9em;
text-align:left;
padding-top:0px;
}

.breve a.more-link {
font-size:1.0em;
background: none;
}

.breve p img {
float:right;
margin-top:15px;
margin-left:5px;
margin-bottom: 5px;
width: 150px;
height:auto;
border:2px solid #222;
}

.breve p {
padding-top:0px;
}

.breve-titulo {
padding-bottom:2px;
}
.breve-titulo h2 {
font-size:1.2em;
color:#0061c2;
margin-bottom:1px;
text-align:center;

}
.breve-box {
padding-top: 16px;
padding-bottom: 16px;
}
.ahorcador {
padding-left:100px;
}
.breve-linea-inferior{
float:right;
text-align:left;
width: 90%;
border-bottom: 1px solid #d9d9d9;
padding-bottom:3px;
}
/*.breve-linea-superior{
border-top: 0px solid #d9d9d9;
width: 90%;
padding-top:3px;
}*/
/*Marcos*/
.storywrap {
        padding:20px 20px;
        /*font-size:13px;*/
        text-align:justify;
        float:right;
        /*width:100%;*/
        margin-bottom:20px;
        background-color:#e8e8e8;
		background-image:url(img/breve_icon.gif);
		background-repeat:no-repeat;
		background-position: left;
        overflow:hidden;

        opacity: 0.95;filter:alpha(opacity=95);zoom:1;

         -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;

}
/*Thumbnails Destacados v2*/

.destacado{
	display:block;
	margin:auto;
}

.destaca-bg {
background:#eeeeee;
}

.item{
width:100px;

text-align:center;
float:left;
padding-right:2px;
padding-left: 7px;
}

.item a{ 
color:#000 !important;
	}

.item a:hover {
 color: #da0808 !important;
 text-decoration: none !important;
 }

.item img {
width:200px;
height:auto;
border:1px solid #222;
}

.imagendest {
width:100px;
height:100px;
overflow:hidden;
}

.destaca-box {
	height:360px;
	background:#f2f2f2;
	color:#222;
        opacity: 0.95;filter:alpha(opacity=95);zoom:1;

         -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
		 }
.clean {
		background-image:none;
		background-color:#f2f2f2;
		color: #222;
		text-align:center;
		font-size: 1.3em;
			        opacity: 0.95;filter:alpha(opacity=95);zoom:1;

         -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
		 
		 -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
		 
         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;		 
		}

/*Nuevo Titulo v2 */		
.boxed-title {
border-top: 3px solid #222;
border-bottom: 1px dotted #222;
padding-top: 5px;
padding-bottom: 2px;
text-transform: uppercase;
}		

.featured {
border-top: 8px solid #222;
border-bottom: 0px;
text-align: center;
font-weight: bold;
			        opacity: 0.95;filter:alpha(opacity=95);zoom:1;

         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;
		 
		 -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;
		 
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;	
}

.lagzero {
border-top: 3px solid #a70000;
}

.madboxpc {
border-top: 3px solid #356498;
}

.limpiador li{
border:0px;
list-style-type: disc;
list-style-position: inside;
}

/* 
   Twitter Block MotherFucka by Pepe Huerta
------------------------------------------------------------------- */

.twitter_header {
	background-color: #222;
	background-repeat: repeat-x;
	min-height: 30px;
	width: 190px;
	border-top: #a40000 solid 3px;
	margin-left: 30px;

}

span.via-twitter {
	float: right;
	font-family: Lucida Grande;
	color: #fff;
	font-size: 1.8em;
	padding-right: 40px;
	padding-top: 6px;
	
}

#twtt-block{
	font-size: 0.9em;
	margin-left: 30px;
	background-image: url('img/bg-twttr.png');
	background-color: #222;
	background-repeat: repeat-x;
	/*background-position: right top;*/
	border-top: 6px solid #222;

}
#twtt-block ul li {
	list-style-type: none;
	background: #fff;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-left: 4px;
	}
#twtt-block ul li:hover {
	list-style-type: none;
	background: #eee;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-left: 4px;
	}
	
.espaceador {
	padding-top: 40px;
	}	

li.statuses {
	padding-bottom: 10px;
	min-height: 41px;
	list-style-type: none;
}
.avatar {
	float:left;
	margin-right:10px;
	margin-left: 4px;
}
.avatar img { 
	width:40px;
	height:40px;
}

.msg {}
span.twit {
	font-weight: bold;
	}
span.msgtxt {}
.info a{
	font-size: 0.9em;
	color:#999999;
	}
a.tweet-link{}

.dofollow {
	font-size: 0.9em;
	padding: 0 0 0 8px;

}

.dofollow  ul li{
	list-style-type: none;
	text-align: right;
	background: none !important;
	color: #fff;
}

.follow a {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

.follow a:hover {
	color:#a40000;
	text-decoration: underline;
	font-weight: bold;
}

.explicatwtt {
		
}
.linea {
	border-top:1px solid #000;
	}
	
/* Paginas Especiales
/****************************/	

/*Comic-Con09*/
.sp {
	font-size: 0.8em !important;
	}
	
.tit-sp  a{
	font-size: 11px !important;
	line-height: 1.2em;
	}
	
.img-sp {
	height:80px;
	width:80px;
	overflow:hidden;
	float:right;
	padding-right: 25px;
	}
	
.img-sp img{
	width: auto;
	height:100px;
	}	

.header-sp {
	height: 100px;
	background: #fff url('img/bg-sp.png') repeat-x !important;
	padding-top:0px !important;
	}

/* Site title */
#site_title-sp { 
	/*display:block;*/ 
	margin-left: 15px;
	height:66px;
	width:220px;
	color: #998;
	padding: 10px 0 0 1px;
}
#site_title-sp a {
	color: #FFF;
	text-decoration: none;
}
#site_title-sp a:hover {color: #FFB;}
#site_title-sp h1 {text-indent:-10000px;}
#site_title-sp h1 a{display:block; background: url(img/logo-sp.png) no-repeat; height:66px; outline:none;}

.estrujon {
	width: 100%;
	}
	
/******/
.box320	{

		width:48%;

		float:left;

		margin:0px 2px 2px 0px;

		/*border-right:solid 1px #ddd;*/

		overflow:hidden;

		padding:0px;
		}

		

		

		.box320 .post_image{

		overflow: hidden;

		width: 80px;

		height: 80px;

		float: left;

		border:solid 2px #ddd;

		margin:0px 5px 5px 0px;

			}

	



		.box320meta	{

					border-bottom:solid 1px #ddd;

					overflow:hidden;

					margin-bottom:5px;

					min-height: 90px;
					
					font-size: 0.8em;

					}

		.box320 h2	{



					letter-spacing:-1px;

					}



		.box320 img	{

					

	width: auto;
	height:100px;



					}

					.box320 .text	{

									color:#999999;

									font-size:11px;

									}


	
