/*
	Author Name: 	Th3 ProphetMan
	Author Site	: 	http://blog.moskis.net/
	Style Name	: 	Blue-K2
	Style URI	:	http://bluek2.moskis.net/blue-k2/
	Version	: 	SVN
	Comments	: 	Un esquema inspirado en Kubrick, con tonos azules.
	
*/
/* http://blog.moskis.net/wp-content/themes/k2/styles/blue-k2/ */

/* Menu */
	
ul.menu {
	top: 0px;
	left: 12px;
	margin: 0px;
	padding: 0px;
	width: 756px;
	height: 30px;
	}

ul.menu li {
	float: left;
	margin: 0px 2px;
	padding: 0px 0px 0px 7px;
	}

ul.menu li a {
	font: 11px 'Trebuchet MS', Arial, sans-serif;
	float: left;
	display: block;
	padding: 0.5em 7px 5px 0px;
	margin: 0px;
	color: #fff !important;
	font-weight: bold;
	}

ul.menu li:hover {
	background: url('navbar-hover-1.png') no-repeat top left;
	}

ul.menu li a:hover, ul.menu li:hover > a {
	color: #5394e2!important;
	font-weight: bold;
	background: url('navbar-hover-2.png') no-repeat top right;
	}

ul.menu li.current_page_item {
	background: url('navbar-active-1.png') no-repeat top left;
	}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #5394e2!important;
	background: url('navbar-active-2.png') no-repeat top right;
	font-weight: bold;
	}


/* Menu para IE6  */

ul.menu li:hover {
	_background: none!important;
	}

ul.menu li a:hover {
	_color: #FFF!important;
	_text-decoration:underline!important;
	_background: none!important;
	}

ul.menu li.current_page_item {
	_background: none!important;
	}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	_color: #FFF!important;
	_background: none!important;
	_text-decoration:underline!important;
	}

ul.menu li.current_page_item a:hover {
	_color: #FFF!important;
	}


/* Estructura principal */

body {
	margin: 0;
	}
	
#page {
	background: #FFF url("bg.jpg");
	border: none;
	padding-bottom: 0;
	}

#header {
	margin-top: -20px;
	background: url('header.jpg') center center no-repeat;
	}

#header  h1 {
	padding-top: 120px;
	color: #FFF !important; 
	}

br .clear {
	display: none;
	}

#footer {
	background: url('footer.jpg') top center no-repeat;
	color: #fff;
	height: 59px;
	margin-top: 0;
	margin-bottom: 0 !important;
	padding-bottom: 2px;
	padding-top: 22px;
	position: relative;
	//margin-right: 1px; /* IE Hack */
	}

div .content {
	margin-top: -20px;
	_margin-top: -5px; /* IE6 Hack */
	margin-bottom: 0;
	padding-bottom: 10px;
	}

div .firstpage {
	margin-top: 15px;
	_margin-top: 25px; /* IE6 Hack */
	margin-bottom: 0;
	padding-bottom: 10px;
	}

div .nthpage .page-head h2 {
	margin-bottom: -30px;
	}

#dynamic-content,
body.fixraposition #dynamic-content {
	padding-top: 10px;
	}

div .navigation {
	margin: 16px 0 0;
	}

#primary {
	position: relative;
	left: 10px;
	top: 0px;
	padding: 8px 0 0;
	_padding: 15px 0 0; /* IE6 Hack */
	}

.secondary {
	margin-bottom: -50px;
	padding-bottom: 0;
	top: -47px;
	}
	
.secondary ul ul,
.secondary ol ol,
.secondary div div {
	margin:0;
	}

div .pagetitle {
	margin-top: 0px;
	}


/* Entradas */

.entry-title {
padding-left: 6px;
}

.entry-meta {
	background: #F0F4FF;
	border: 1px solid #9be;
	border-bottom: 0;
	padding: 4px;
	padding-bottom: 3px;
	color: #666666;
	-moz-border-radius: 8px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-khtml-border-radius: 8px;
	-khtml-border-bottom-left-radius: 2px;
	-khtml-border-bottom-right-radius: 2px;
	-webkit-border-radius: 8px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	}

#primary .entry-meta a:hover,
#page strong a:hover,
#page b a:hover {
	text-decoration: none;
	}

.meta-start{
	background: url('16.png') no-repeat top left;
	background-position: 0 -176px;
	}

.entry-content {
	line-height: 1.5em;
	}

.entry-content ul,
.entry-content ol {
	padding-right:20px;
	}

div .entry-content li {
	margin-bottom:10px;
	}

div .entry-content ul li {
	margin-bottom:10px;
	line-height:16px;
	list-style: url(bullet-blue.gif) none !important;
	}


/* Asides */

#primary .k2-asides {
	margin: 20px 20px;
	padding: 5px 0 10px 0;
	background: #F0F4FF url("aparte-bg.jpg") no-repeat top right;
	background-position: 98% 7px; 
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

#primary .k2-asides .entry-content {
	color: #666 !important;
	font-size: 0.9em !important;
	line-height:1.4em;
	margin: 0px 10px;
	margin-top: -28px;
	padding: 35px 0px 5px 0px;
	}

#primary .k2-asides .entry-content img {
	border: 1px solid #9be;
	}

#primary .k2-asides .entry-title {
	letter-spacing: 0;
	}

#primary .k2-asides .entry-head {
	padding: 0 0 0 10px;
	margin-top: 6px;
	}

#primary .k2-asides .entry-head img {
	margin: -28px 0 8px 0;
}

#primary .k2-asides .entry-head a {
	font-size: 0.55em;
	}

#primary .k2-asides .entry-meta {
	margin-top: -21px;
	position: absolute;
	right: 55px;
	border: none;
	background: none;
	}

#primary .k2-asides .entry-meta a {
	font-size: 1.3em;
	}

#primary .k2-asides .meta-start,
#primary .k2-asides .entry-author,
#primary .k2-asides .entry-date,
#primary .k2-asides .entry-tags,
#primary .k2-asides .commentslink span,
#primary .k2-asides .entry-edit {
	display:none;
	}


#primary .k2-asides .commentslink {
	padding-top: 0;
	background: url('16.png') no-repeat top left;
	background-position: 0 -16px;
	}

.secondary .sb-asides span {
	color: #5394e2;
	font-weight: bold;
	margin-left: 5px;
	}


/* Comentarios */

.comment-content p {
	margin: 10px 0px;
	text-align: justify;
	}

.comments li {
	background-color: #F6F7F8;
	border: 1px solid #BBB;
	border-bottom: 2px solid #BBB;
	-moz-border-radius: 8px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topright: 2px;
	-khtml-border-radius: 8px;
	-khtml-border-bottom-left-radius: 2px;
	-khtml-border-top-right-radius: 2px;
	-webkit-border-radius: 8px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	}

.commentauthor-admin,
.bypostauthor {
	background-color: #F0F4FF !important;
	border: 1px solid #9be !important;
	border-bottom: 2px solid #BBB;
	-moz-border-radius: 8px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topright: 2px;
	-khtml-border-radius: 8px;
	-khtml-border-bottom-left-radius: 2px;
	-khtml-border-top-right-radius: 2px;
	-webkit-border-radius: 8px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	}

#leavecomment {
	background-color: #FFF;
	font-size:3em;
	color:#DDD;
	border: none;
	}

.comments #pinglist li {
	margin-left: 0px;
	margin-bottom: -1px;
	}

.commentslink {
	padding: 2px 0 2px 18px;
	margin-left: 2px;
	}


#primary .comment-meta a:hover, 
#primary .commentauthor a:hover {
	text-decoration: none;
	}

li.comment .alert {
	border: 1px solid #FFD324;
	margin-bottom:5px;
	}

.commentslink,
.comments #commentlist .comment-meta {
	background: url('16.png') no-repeat top left;
	background-position: -2px -16px;
	}

.commentsrsslink {
	background: url('16.png') no-repeat top left;
	background-position: 0 -48px;
	}

.feedlink { /* sidebar */
	background: url('16.png') no-repeat top left;
	background-position: right -48px;
	}

.entry-tags {
	background: url('16.png') no-repeat top left;
	background-position: 0 -272px;
	}

.pingback span,
.trackback span {
	margin-left:10px;
	}

.trackbacklink {
	background: url('16.png') no-repeat top left;
	background-position: 0 -208px;
	}


/* Formularios */

textarea, input {
	border: 1px solid #CBD0CD;
	background-color: #F9F9F9;
	color: #666 !important;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	-moz-border-radius: 8px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-khtml-border-radius: 8px;
	-khtml-border-bottom-left-radius: 2px;
	-khtml-border-bottom-right-radius: 2px;
	-webkit-border-radius: 8px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	}

textarea:hover, input:hover {
	border: 1px solid #9be;
	color: #5394e2!important;
	}

textarea:focus, input:focus {
	border: 1px solid #9be!important;
	color: #5394e2!important;
	background-color: #F0F4FF !important;
	}

textarea{
	overflow:auto;
	}

.comments form textarea {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	height: 250px;
	padding: 5px;
	width: 488px;
	}

#commentform #submit {
	border-bottom: 2px solid #BBB;
	height: 30px;
	width: 100%;
	font-size: 1.6em;
	padding-bottom: 4px;
	color:#999 !important;
	margin: -4px 0 5px;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-khtml-border-radius: 8px;
	-khtml-border-top-left-radius: 2px;
	-khtml-border-top-right-radius: 2px;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	}

#commentform #submit:hover {
	border-bottom: 2px solid #9be;
	color: #5394e2!important;
	background: #F0F4FF;
	}


/* Formularios de busqueda */

#searchform input {
	border: 1px solid #555 !important;
	background-color: #fff !important;
	color: #333 !important;
	font-size: 11px;
	}

#searchform input:hover {
	border: 1px solid #04A !important;
	color: #5394e2!important;
	}

#searchform input:focus{
	border: 1px solid #04A !important;
	color: #5394e2!important;
	background-color: #F0F4FF !important;
	}

div .sb-search {
	text-align: center;
	}

#searchinput {
	width: 162px;
	}

#searchsubmit {
	display: none;
	}
	
#searchform {
	margin-bottom: 30px;
	text-align: center;
	_margin-top: -4px;
	}

#searchform #s {
	display: inline;
	position:relative;
	width: 162px;
	filter: alpha(opacity=80); 
	opacity: 0.8;
	-moz-border-radius: 5px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.sb-search h2 { display: none; }

#searchreset {
	background: url('16.png') no-repeat top left;
	background-position: 0 -144px;
	right:-2px;
	top:3px;
	height:16px;
	width:16px;
	}

#searchreset:hover {
	background: url('16.png') no-repeat top left;
	background-position: 0 -112px;
	right:-2px;
	top:3px;
	height:16px;
	width:16px;
	}

#searchload {
	background: url('16.png') no-repeat top left;
	background-position: 0 -240px;
	right:-2px;
	top:3px;
	height:16px;
	width:16px;
	}


/* Otros */

input[type=text], textarea {
	color: #444;
	padding: 2px 0 2px 2px;
	margin: 0;
	}

#searchinput.livesearch { width: 200px; }

.livesearchform input[type=submit] { 	margin: 0; }

strike { color: #444; }
	
.hidden { display: none; }

	
/* Enlaces */

a {
	color: #5394e2!important;
	}

a:hover {
	color: #fF8000 !important;
	}

a:active {
	color: #fF8000 !important;
	background: #f0f4ff;
	text-decoration: underline;
	}
	
h3 a, h2 a {
	color: #5394e2!important;
	font-size: 20px !important;
	font-family: Helvetica, 'Trebuchet MS',Verdana,Sans-Serif;
	font-weight: bold;
	}
	
h3 a:hover, h2 a:hover {
	color: #f36 !important;
	text-decoration: none !important;
	}

h3 a:active, h2 a:active {
	color: #f36 !important;
	}

#footer small {
	color: #FFF!important;
	}

#footer a {
	color: #FFF!important;
	border-bottom: none;
	}

#footer a:hover {
	text-decoration: underline;
	border-bottom: none;
	}
	
.secondary a {
	color: #5394e2!important;
	}

.secondary a:hover {
	color: #FF8000 !important;
	}

.hentry a img {
	border: 1px solid #9be!important;
	background: #e8f1fc;
	margin: 2px;
	padding: 4px !important;
	}

.hentry a img:hover {
	border: 1px solid #9be!important;
	background: #acccf3;
	}


/* Titulos */

h2 {
	color: #5394e2;
	letter-spacing: 0;
	}

.entry-content h2 {
	border-bottom: 1px solid #9be;
	clear: both;
	font-size: 1.5em;
	margin: 25px 0 5px;
	text-align: left;
	}

.entry-content h2[align=right] {
	text-align: right;
	font-size: 1.8em;
	}
	
h3 {
	font-size: 25px !important;
	color: #27D;
	}

.secondary h2 {
	color: #444;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 10px;
	text-align: left;
	}


/* Parrafos especiales */

blockquote {
	width: 425px;
	background: #F0F4FF url('parrafo-quote.png') 10px 20px no-repeat;
	min-height: 35px;
	padding: 5px 20px 5px 55px;
	color: #666!important;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

div.comments div blockquote {
	background-color: #FEFEFE!important;
	border: 1px solid #BBB !important;
	width: 420px;
	background: #FFF url('parrafo-quote.png') 10px 10px no-repeat;
	min-height: 45px;
	padding: 0px 5px 0px 50px;
	color: #666!important;
	-moz-border-radius:0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	}

div.comments div blockquote p {
	margin:5px;
	}


blockquote p {
	text-align: justify;
	}

blockquote p.author {
	font-weight: bold;
	margin-top: -5px;
	text-align: right;
	}

.quote {
	background: url('parrafo-quote.png') 25px 4px no-repeat;
	margin: 10px auto;
	min-height: 35px;
	padding: 0 30px 0 67px;
	}

.alert {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	}
	
.alert2 {
	background: #FFF6BF url('parrafo-alert.png') 10px center no-repeat;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}

.download {
	background: #D0F29D url('parrafo-download.png') 10px center no-repeat;
	border-top: 2px solid #9CD941;
	border-bottom: 2px solid #9CD941;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}
	
.construction {
	background: #ffcccc url('parrafo-cross.png') 10px center no-repeat;
	border-top: 2px solid #c90404;
	border-bottom: 2px solid #c90404;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}

.favorite {
	background: #FFF6BF url('parrafo-favorite.png') 10px center no-repeat;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}

.info {
	background: #9DD1F2 url('parrafo-info.png') 10px center no-repeat;
	border-top: 2px solid #419ED9;
	border-bottom: 2px solid #419ED9;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}

.question {
	background: #9DD1F2 url('parrafo-question.png') 10px center no-repeat;
	border-top: 2px solid #419ED9;
	border-bottom: 2px solid #419ED9;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}

.bluebox {
	background: #9DD1F2;
	border-top: 2px solid #419ED9;
	border-bottom: 2px solid #419ED9;
	text-align: center;
	padding: 5px 20px;
	}
	
.yellowbox {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	}
	
.redbox {
	background: #ffcccc;
	border-top: 2px solid #c90404;
	border-bottom: 2px solid #c90404;
	text-align: center;
	padding: 5px 20px;
	}
	
.greenbox {
	background: #D0F29D;
	border-top: 2px solid #9CD941;
	border-bottom: 2px solid #9CD941;
	text-align: center;
	padding: 5px 20px;
	}

.greybox {
	background: #f2f2f2;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	text-align: center;
	padding: 5px 20px;
	}

.alertboxr {
	background: url(rbox-alert.gif) 50% no-repeat;
	line-height: 12px;
	padding: 12px 20px 12px 45px;
	text-align: center;
	}
	
.favoriteboxr {
	background: url(rbox-favorite.gif) 50% no-repeat;
	line-height: 12px;
	padding: 12px 50px;
	text-align: center;
	}
	
.constructionboxr {
	background: url(rbox-construction.gif) 50% no-repeat;
	line-height: 12px;
	padding: 12px 50px;
	text-align: center;
	}
	
.downloadboxr {
	background: url(rbox-download.gif) 50% no-repeat;
	line-height: 12px;
	padding: 12px 50px;
	text-align: center;
	}

.questionboxr {
	background: url(rbox-question.gif) 50% no-repeat;
	line-height: 12px;
	padding: 12px 50px;
	text-align: center;
	}

.infoboxr {
	background: url(rbox-info.gif) 50% no-repeat;
	line-height: 12px;
	padding: 12px 50px;
	text-align: center;
	}

.greyboxr {
	background: url(rbox-grey.gif) 50% no-repeat;
	line-height: 12px;
	padding: 12px 50px;
	text-align: center;
	}

code, pre, div.code, div.codePrint {
	color: #555;
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	font: 500 1em/1.5em 'Lucida Console', Consolas, 'Courier New', monospace;
	background: #f7fafe;
	border: 1px solid #e8f1fc;
	border-left: 4px solid #cde0f8;
	border-right: 4px solid #cde0f8;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}



/* Links de parrafos especiales*/

.download a, .alert2 a, .info a,
.question a, .favorite a, .construction a,
.bluebox a, .yellowbox a,
.redbox a, .greenbox a, .greybox a,
.downloadboxr a, .alertboxr a, .favoriteboxr a,
.infoboxr a, .questionboxr a, .constructionboxr a,
.greyboxr a {
	font-weight: bold;
	}

.download a:hover, .alert2 a:hover, .info a:hover,
.question a:hover, .favorite a:hover, .construction a:hover ,
.bluebox a:hover, .yellowbox a:hover,
.redbox a:hover, .greenbox a:hover, .greybox a:hover,
.downloadboxr a:hover, .alertboxr a:hover, .favoriteboxr a:hover,
.infoboxr a:hover, .questionboxr a:hover, .constructionboxr a:hover,
.greyboxr a:hover {
	color: #f36 !important;
	font-weight: bold;
	text-decoration: none !important;
	}


/* Quitar bordes a imagenes */

img.nbimg,
.entry-head h3 a img,
.entry-head h3 a img:hover,
.pagetitle h2 a img,
.pagetitle h2 a img:hover,
.page-head h2 a img,
.page-head h2 a img:hover,
.hentry img.wp-smiley,
.entry-content img.wp-smiley  {
	background: none;
	border: 0 !important;
	padding: 0 !important;
	}

.comment-content img.wp-smiley,
.hentry img.wp-smiley,
.entry-content img.wp-smiley {
	vertical-align: -10%;
	padding:  0px;
	}

.entry-content a img.nbimg {
	border: 0 !important;
	padding: 0 !important;
	}

.entry-content a:hover img.nbimg {
	border: 0 !important;
	padding: 0 !important;
	-moz-opacity: 0.9;
	}


/* Ocultar titulo y descripcion en Header */

#header  h1,
#header .description {
	display: none;
	}


/* Links sin outlines, mucho mejor asi :) */

a {
	outline: 0 !important;
	}



	/* PLUGINS */


/* Rolling Archives */

div #rollingarchives {
	top: 15px;
	padding: 10px 0;
	margin-bottom:0;
	}

div #texttrimmer {
	top: 0px;
	}

body.smartposition #rollingarchives {
	opacity: 0.9;
	}

body.smartposition #texttrimmer {
	top: 10px;
	}
	
#rollload, #nested_rollload {
	background: url('16.png') no-repeat top left !important;
	background-position: 0 -240px;
	}

#rollingcontent div.page-head h2 {
	display:none;
	}

div.trimmed .hentry {
	background: #FFF;
	padding: 4px 0;
	}


/* Suscribe to Comments */ 

p.subscribe-to-comments {
	position: absolute;
	bottom: -8px;
	}


/* Gravatars */

.gravatar {
	margin-top: -1px !important;
	margin-left: 10px;
	padding: 2px !important;
	background: #ddd;
	border: 1px solid #666 !important;
	}

.gravatar:hover {
	border: 1px solid #5394e2!important;
	}


/* WP-Contact */

.contactform {
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	}

#wpcf_your_name, #wpcf_email,
#wpcf_website, #wpcf_response {
	width: 200px;
	font-size: 12px;
	}

#wpcf_msg, #wpcf_usersubject {
	font-size: 12px;
	width: 400px !important;
	}
	
#contactsubmit {
	margin-top: -20px;
	}


/* WP-Grins */

div #wp_grins {
	margin-top: 4px;
	margin-bottom: -8px;
	}


/* Brian Latest Comments */

.secondary .sb-comments-blc li {
	margin-bottom: 5px;
	}

.secondary .sb-comments-blc a {
	right: 0px;
	position: absolute;
	}

.secondary .sb-comments-blc small a {
	color:#888!important;
	position: relative;
	}

.secondary .sb-comments-blc a.activityentry {
	position: relative;
	}


/* WP-Syntax */

pre {
	line-height: 1.4em !important;
	}

.wp_syntax { 
	color: #100;
	background-color: #f9f9f9;
	border: 1px solid #999;
	margin: 0 0 1.5em 0;
	overflow: auto;
	}

.wp_syntax { /* IE */
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
	}

.wp_syntax table {
	border-collapse: collapse;
	}

.wp_syntax div, .wp_syntax td { 
	vertical-align: top;
	padding: 2px 4px;
	}

.wp_syntax .code {
	background: #f2f2f2;
	width: 100%;
	}

.wp_syntax .line_numbers {
	text-align: right;
	background-color: #def;
	color: gray;
	overflow: visible;
	}

.wp_syntax pre {
	margin: 0;
	width: auto;
	float: none;
	clear: none;
	overflow: visible;
	}


/* P?gina de descargas */

div#post-90 p {
	line-height:40px;
	}

div#post-90 p.favorite {
	line-height:14px;
	}

.dlpage-title {
	font-size: 1.5em !important;
	clear: both;
	color: #27D;
	border-bottom: 1px solid #9be;
	margin: 0 !important;
	padding: 0 !important;
	}
	
.dlpage-ds {
	margin: 5px !important;
 	padding: 0px !important;	
	}


/* Ocultar titulo en Acerca de... */

#post-234 h2 {
	display:none;
	}


/* Incrementar espacio entre asides (por headlineimages) */

#primary .k2-asides {
	margin-top:30px;
	}


/* del.icio.us SMB */

#deliciousth3prophetman h4 a {
	color: #444!important;
	}

#deliciousth3prophetman h4 a:hover {
	color: #f36 !important;
	}


/* Video QuickTags */

.entry-content div.vvqbox {
	margin: auto;
}


/* Lightbox - Shadowbox */

a[rel ^="lightbox"],
a[rel ^="shadowbox"] {
	background: url(lightbox-link.png) center right no-repeat;
	padding-right: 12px;
	}
	
.nolb[rel ^="lightbox"],
.nolb[rel ^="shadowbox"] {
	background: none;
	padding-right: 0;
	}


/* Innerfade */

.innerfade {
	padding: 0 !important;
	text-align:center;
	width: 100%;
	}

div .entry-content .innerfade li {
	list-style: none !important;
	width: 100%;
	}


/* Walking the Kraken */

.wtkfeed {
	float:left;
	}

.wtkfeed a img {
	border: 1px solid #27D;
	background: #e8f1fc;
	margin: 2px;
	padding: 4px;
	}

.wtkfeed a img:hover {
	border: 1px solid #27D;
	background: #acccf3;
	}
	
/* Adsense  */

.g-ad {
	text-align:center;
	}

.adsense-centro {
	text-align:center;
	}