/*  
Theme Name: CSSLab v4.0
Theme URI: http://www.csslab.cl
Description: 4ª versión de CSSLab.cl
Version: 4.0
Author: Jorge Epuñan
Author URI: http://www.be-studios.com

Basado en MassivePress [http://www.massivepress.com/]
Much of this CSS is Based on GridFocus by 5ThirtyOne.com
*/


* {
	margin:0;
	padding:0;
}

body {
	background:#efefef;
	color:#333;
	text-align:center;
	font-size: 12px;
	font-family: 'Lucida Grande', arial,helvetica,verdana,sans-serif;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:10px;
	color:#7f7f7f;
	padding-left:1px;
	font-weight:400;
}

a {
	color:#333;
	text-decoration:none;
}

	a:focus {
		outline: 0;
	}

	a:hover {
		color:#666;
	}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:980px;
	padding-left:10px;
	padding-right:10px;
	background: url(images/kill.jpg) 440px 0px no-repeat;
}

	#wrapper.articulo {
		background: url(images/kill.jpg) 460px -140px no-repeat;
	}
	
	#wrapper.nokill {
		background: none;
	}

/* masthead / footer - navigation and categories */
#masthead {
	/* background: url(images/logo.jpg) no-repeat; */
	height:180px;
	margin-top:0;
}

#masthead h1 {

}

#masthead h1 a {
	display: block;
	width:423px;
	height: 128px;
	margin-top: 20px;
	float:left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/imago3.gif) no-repeat;
}

#masthead h1 a em {
	font-style:normal;
	color:#555;
}

#headLinks {
	float:right;
	padding-top:6px;
	color:#f5f5f5;
	margin-top: 60px;
}

	#headLinks a {
		font-size:12px;
		color:#fff;
		border: 1px solid #fff;
		background: url(images/transparencia.png);
		padding: 2px 4px;
	}

	#headLinks a:hover {
		color:#333;
		border: 1px solid #333;
		background: url(images/transparencia_w.png);
	}

	#headLinks ul li {
		list-style:none;
		float: left;
		margin:15px 0 0 10px;
	}
	
		#headLinks ul li.rss_icon {
			margin-top: 0;
		}
		
			#headLinks li.rss_icon a {
				display: block;
				width: 53px;
				height: 46px;
				background: url(images/rss_icon.gif);
				padding: 0;
				border: 0;
				text-indent: -9999px;
				overflow: hidden;
			}

#subHead {
	width:1080px;
	height:90px;
	border-bottom:1px solid #B8B8B8;
	padding-top:-20px;
	padding-bottom:5px;
	display:none;
}

#headAds {
	width:728px;
	height:90px;
	margin:auto;
	display:none;
}

li.top {
	border-left:1px solid #DDD;
	float:right;
	display:block width:100px;
}

li.top a {
	width:100px;
}

.nav li.skip a:hover,li.top a:hover {
	background:transparent;
	color:#333!important;
}

/* main - middle content and columns */
#mid {
}

#mainCol {
	float:left;
	margin: 26px 130px 0 0;
	width: 550px;
	overflow:hidden;
}

	#mainCol.single, #mainCol.pagina {
		width: 620px;
		margin-right: 60px;
	}
	

#tab_labs {
	width: 300px; overflow: hidden; margin: 20px 0 0!important;
}

	#tab_labs li, #tab_links li {
		float: left;
	}

	#tab_labs a {
		display: block;
		height: 35px;
		width: 100px;
		text-indent: -9999px;
		overflow: hidden;
		background-position: 0 0;
	}
	
	#tab_links a {
		display: block;
		line-height: 35px;
		width: 95px;
		background-position: 0 0;
		background-image: url(images/tabs.gif);
		text-align: center;
		padding-right: 5px;
		font-weight: bold;
	}

		#tab_labs a.tab_worx {
			background-image: url(images/tab_worx.gif);
		}
	
		#tab_labs a.tab_foros {
			background-image: url(images/tab_foros.gif);
		}
	
		#tab_labs a.tab_tweets {
			background-image: url(images/tab_twitts.gif);
		}
		
		#tab_labs a:hover, #tab_labs .selected,
		#tab_links a:hover, #tab_links .selected {
			background-position: 0 -35px;
			color: red;
		}
		
	#tab_cats, #elseWhere, #nube_tags {
		padding: 5px 5px 25px 5px;
		background: white url(images/tab_bottom.gif) center bottom no-repeat;
	}
	
		#wrapper.articulo #nube_tags {
			background: none;
		}

#vids {
	padding-left:20px;
}

/* style individual sidebars */
#midCol a {
	color: #555;
	font-weight: bold;
}

	#midCol a:hover {
		color: #222;
	}
	
#midCol {
	color:#444;
	float:left;
	margin:25px 0 0 0;
	width:300px;
	line-height:1.3em;
	/*display: none;*/
}

#midCol p, #tertCol p {
color:#777;
font-size: 10px;
font-style: italic;
}

#searchWrap,.middle_links {
margin-bottom:20px;
}

#searchWrap input {
vertical-align:middle;
}

#searchWrap #s {
font-size:1.1em;
border:1px solid #BBB;
padding:1px 2px;
margin-right:3px;
width:220px;
background: transparent url(images/transparencia_w.png);
color: #f00;
}

.middle_links h3 {
margin-bottom:5px;
}

#midCol ul {
list-style:none;
margin:8px 0 4px;
}

.middle_links ul li {
color:#7F7F7F;
line-height:1.2em;
border-top:1px solid #BBB;
padding:3px 0 4px;
}

.middle_links img {
border:0;
}

#tertCol {
float:left;
width:300px;
margin:23px 0 0 0;

}

#tertCol p {
color:#777;
}

#tertCol ul {
list-style:none;
margin:8px 0 4px;
}

#elseWhere {
margin:0 0 20px;
}

#elseWhere h3 {
margin-bottom:5px;
}

ul#imgLinks {
list-style:none;
margin:5px 0;
}

#imgLinks li {
color:#7F7F7F;
line-height:1.2em;
padding:0 0 1px;
}

#imgLinks li a img {
border:3px solid #EEE;
width:145px;
height:74px;
color:#333;
font-weight:700;
}

#imgLinks li a:hover img {
border-color:#DDD;
}

#introIMG {
float:left;
margin:6px 8px 0 0;
overflow:hidden;
}

#introIMG img {
border:none;
padding:4px;
border:1px solid #BDBDBD;
width:140px;
height:140px;
}

.rss_links h3 {
margin-bottom:5px;
}

.rss_links {
margin-bottom:20px;
}

.rss_links ul li {
background:url(images/rss.gif) no-repeat 0 3px;
color:#7F7F7F;
line-height:1.2em;
border-top:1px solid #BBB;
padding:3px 0 4px 16px;
}

.user_links h3 {
margin-bottom:5px;
}

.user_links {
margin-bottom:20px;
}

.user_links ul li {
background:url(images/user.gif) no-repeat 0 3px;
color:#7F7F7F;
line-height:1.2em;
border-top:1px solid #BBB;
padding:3px 0 4px 16px;
}

#featured {
padding:2px;
}

#featured img{
width:90px;
height:90px;
padding:4px;
margin:-2px;
border:1px solid #B6B6B6;
}

/* wordpress entries styling - main content column */
#postMain {
/*height:212px;*/
overflow:hidden;
margin-bottom:40px;
}

#postMain.capsulas {
	width: 48%;
	float: left;
	overflow:hidden;
	margin-bottom:40px;
	margin-right: 2%;
	_margin-right: 1%;
}

	#postMain.capsulas .post {
		border-right: 1px solid #999;
		width: 94%;
		padding-right: 5px;
		
	}

	#postMain.capsulas.alt .post {
		border-right: 0;
	}

	#postMain.capsulas .post {
		height: 145px;
		margin: 0;
	}
	
	#postMain.capsulas .post h2 a {
		font-size: 18px;
		
	}

.postMeta {
	background:url(images/dot.gif) repeat-x left center;
	text-transform:lowercase;
	font-size:10px;
	text-align:right;
	margin-bottom:5px;
}

	.postMeta span.seguir {
		background: #efefef url(images/transparencia_w.png);
		color:#333;
		border: 1px solid #999;
		padding: 1px 2px;
		float: left;
		margin-top: -2px;
		font-weight: bold;
	}

	.postMeta span.date, .postMeta span.comments {
		background: #efefef url(images/transparencia_w.png);
		color:#333;
		border: 1px solid #999;
		padding: 1px 2px;
	}

	.postMeta span.comments {
		background: #efefef url(images/user.png) no-repeat left center;
		padding-left:15px;
		margin-left:2px;
	}

	.postMeta a {
		color:#c00;
	}
	
		.postMeta a:hover {
			color: #f00;
		}	

.post {
margin:0 0 10px;
}

	#mainCol.index h3 {
		font-size: 22px;
		line-height: 51px;
		color: #666;
		background: url(images/sangre.gif) left center no-repeat;
		padding-left: 48px;
		margin-bottom: 10px;
		color: #900;
/*		border: 1px solid #999;
		padding: 2px 4px;
*/
	}

	#mainCol.index .post h2 {
		line-height:1.2em;
		font-size: 20px;
		letter-spacing: -0.5px;
		text-shadow: #000 0 0 2px;
	}
	
		#mainCol.index .first h2 {
			font-size: 24px;
		}

		#mainCol.index .first p {
			font-size: 14px;
			line-height:1.5em;
		}

	.single h2, .post h2 {
		line-height:1.2em;
		font-size: 34px;
		margin-bottom: 8px;
		color: #444;
		letter-spacing: -0.5px;
		text-shadow: #000 0 0 2px;
	}
	
		.single h2 a, .post h2 a {
			color: #333;
			text-decoration: none;
		}
		
			.single h2 a:hover, .post h2 a:hover {
				color: #222;
				text-decoration: underline;
			}
	
	
	.single h3, .post h3 {
		color: #666;
		margin: 20px 0 10px 0;
		font-size: 20px;
		border-bottom: 1px solid #666;
	}
	
	.single h4, .post h4 {
		color: #666;
		margin: 10px 0;
		font-size: 16px;
		border-bottom: 1px solid #666;
	}
	
	.single p, .post p {
		margin-bottom: 10px;
	}
	
	.single a.verejemplo {
		display: block;
		margin: 20px 0!important;
		text-align: center;
		background: #fff;
		border: 1px solid #666;
		padding: 2px 4px;
		text-decoration: none!important;
		color: red;
		font-size: 14px;
	}
	
		.single a.verejemplo:hover {
			background: url(images/transparencia.png);
			border: 1px solid white;
			color: white;
		}
		
	.single a.bajar {
		display: block;
		margin: 20px 0!important;
		text-align: center;
		background: #fff url(images/icon_download.png) right center no-repeat;
		border: 1px solid #336600;
		padding: 2px 4px;
		text-decoration: none!important;
		color: #336600;
		font-size: 14px;
	}

		.single a.bajar:hover {
			background: #336600 url(images/icon_download.png) right center no-repeat;
			border: 1px solid #fff;
			color: #fff;
		}
	
	.single a, .post a {
		font-weight: bold;
		text-decoration: underline;
	}

		.single a:hover, .post a:hover {
			text-decoration: none;
		}
	
	.single .postMeta {
		margin-bottom: 30px;
	}
	
		.single .postMeta a {
			text-decoration: none;
		}
		

.post h2 a {
	outline:none;
	/*background: url(images/transparencia_w.png);*/
}
/*
.entry h3 {
	margin:1em 0;
}
*/
.post .entry {
	line-height:1.6em;
	overflow:hidden;
	/*background: url(images/transparencia_w.png);*/
}

.entry abbr {
	font-style: italic;
	cursor: help;
}

.post .entry p {
	margin:10px 0;
}

.post .entry p a {
	text-decoration: underline;
	font-weight:700;
}

.entry blockquote {
	background: url(images/cierra.gif) no-repeat right bottom;
	width: 500px;
	padding-left: 18px;
	padding-right: 18px;
	text-indent: -18px;
	text-align: justify;
	margin: 40px;
	font-size: 1.2em;
	line-height: 1.4em;
}

	.entry blockquote:first-letter {
     		background: url(images/abre.gif) no-repeat left top;
     		padding-left: 18px;
	}

.entry ul {
margin: 20px 40px;
list-style:square;
}

.entry li a {
color:#333;
font-weight:700;
/*background:url(images/dot.gif) repeat-x bottom left;	*/
}

.entry ul li {
/*background:url(images/li.gif) no-repeat 0 1px;
padding-left:18px;*/
margin-bottom:7px;
}

.entry ol {
margin:0 1em 0 3em;
}

.entry ol li {
margin:0 0 7px;
}

.entry dl {
	margin:0 1em 0 3em;
}

	.entry dt {
		font-weight: bold;
	}
	
	.entry dd {
		border-bottom: 1px solid #ccc;
		font-style: italic;
		margin-bottom: 4px;
	}

.entry img,.entry a img {
/*border:3px solid #EEE;*/
}

.entry a:hover img {
border-color:#DFDFDF;
}

.entry table tr {
padding:15px 0;
}

.entry table tr.alt {
background:#eee;
}

.pullquote {
	border: 2px dashed #ccc;
	float: right;
	background: #fff url(images/pullquote_titulo.gif) center top no-repeat;
	padding: 12px 4px 2px 4px;
	margin: 4px 8px;
	width: 100px;
}

.commenthtml { color: #69c; }
.commentcss { color: #c66; }
.commentjs { color: #9c6; }

.codecss, .codejs, .codehtml, .codeas, .code {
	font-family:"Courier New", Courier, monospace;
/*	color: #666;	*/
	font-size: 14px;
	padding: 10px;
	background: #fff url(images/transparencia_w.png);
	border: 2px solid #6f9ebc;
	margin: 15px 20px!important;
	background-position: top right;
	background-repeat: no-repeat;
	word-wrap: break-word;
}

span.codecss {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	padding: 2px 15px 2px 6px;
	background: #fff url(images/css.gif) top right no-repeat;
	border: 1px solid #6f9ebc;
	margin: 5px 0;
	word-wrap: break-word;
	display: block;
}

	.codecss:hover,
	.codejs:hover,
	.codehtml:hover,
	.codeas:hover,
	.code:hover
	{ border: 2px solid #0099ff; color: #000; }

	span.codecss:hover {
		border: 1px solid #0099ff;
	}
.codecss { background-image: url(images/css.gif); }

.codejs { background-image: url(images/js.gif); }

.codehtml { background-image: url(images/html.gif); }

.codeas { background-image: url(images/as.gif); }

/* style pagination buttons */
#more_reading {
color:#7F7F7F;
font-size:11px;
text-transform:uppercase;
margin-bottom:15px;
margin-top:15px;
text-align:right;
}

span.navback{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/arrow_prev.png) top right no-repeat;
cursor:pointer;
}

span.navforward{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/arrow_next.png) top right no-repeat;
cursor:pointer;
}

/* style me some comments and inputs */
#comments {
padding:12px 0 0;
}


#btn_comentarios {
	list-style: none;
	margin-top: 20px;
	width: 400px;
	overflow: hidden;
}

	#btn_comentarios li {
		float: left;
	}
	
	#btn_comentarios a {
		display: block;
		font-size: 14px;
		line-height: 30px;
		width: 140px;
		text-decoration: none;
		background: url(images/comment_tab.gif) 0 -30px no-repeat;
		padding-left: 10px;
		color: #bbb;
	}

		#btn_comentarios a:hover {
			color: #fff;
		}
		
		#btn_comentarios a.selected {
			color: #f00;
			background: url(images/comment_tab.gif) 0 0 no-repeat;
		}
		
#comentarios, #trackbacks {
	background: #fff;
	padding: 10px;
	border: 1px solid #999;
	margin-top: -1px;
}

#comment {
width:458px;
overflow:auto;
font:12px arial,helvetica,verdana,sans-serif;
}

h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color:#333 !important;
}

ol.commentlist {
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}

ol.commentlist p {
	margin-bottom:10px;
	line-height: 20px;
}

ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin: 5px 10px;
}

	ol.commentlist cite a {
/*		color: #999;	*/
	}

	ol.commentlist small {
		font-size: 10px;
		font-weight: normal;
	}
	
ol.commentlist li {
	padding: 10px 10px 5px 10px !important;
	/*border:1px solid #BBBBBB;*/
	/*background: #efefef;*/
}

ol.commentlist li.alt {
	/*padding: 20px 10px 10px 10px;
	background: #fff;*/
}

	ol.commentlist .datos_comentarista {
		background: #dcdada;
		height: 32px;
		overflow: hidden;
	}

		ol.commentlist .datos_comentarista img {
			float: right;
		}
		
	ol.commentlist .author .datos_comentarista {
		background: #aaa;
	}
	
		ol.commentlist .author .datos_comentarista a {
			color: #000;
			text-shadow: #666 0 0 3px;
		}
	
		ol.commentlist .author .cada_comentario {
			background: url(images/comment_author_globo.gif) 10px 0 no-repeat;
		}
		
	ol.commentlist .cada_comentario {
		padding: 5px 45px 0 35px;
		background: url(images/comment_globo.gif) 10px 0 no-repeat;
	}
		
#trackbacks li {
	margin-bottom: 10px;
	margin-left: 30px;
	color: #666;
}

	#trackbacks a {
		
	}

.labeltext {
	padding:0 0 10px 0;
}

#commentform label {
	display: block;
}

input#submit {
	cursor:pointer;
	margin:5px 0 15px 0;
}

	#commentform p.izq {
		float: left;
		margin-left: 20px;
		display: inline;
	}

	#commentform p.der {
		float: right;
		margin-right: 20px;
		display: inline;
	}

	#commentform p.entero {
		clear: both;
		margin-right: 20px;
	}

#comment,#author,#email,#url {
	border:1px solid #BBBBBB;
	padding:2px;
	margin:0 0 15px 0;
	font-size: 18px;
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	width: 220px;
/*	_width: 200px;	*/
}

	#comment {
		width: 330px;
/*		_width: 300px;	*/
		height: 133px;
	}

	#submit {
		float: right;
	}

/* footer - text string and links */
#footer {
	margin:25px 0 0 0;
/*	background: url(images/fondo_footer.gif) center bottom no-repeat;	*/
	background: #922119;
	color: #999;
	font-size: 11px;
}

	#footer .contenedor_footer {
		margin:0 auto;
		text-align:left;
		width:900px;
		background: url(images/footer_drip.gif) 70% top no-repeat;
		height: 80px;
		padding: 40px 0 0 30px;
	}

	#wrapper.articulo #footer {
		background: url(images/fondo_footer.gif) 80% bottom no-repeat;
	}

#footer a {
	font-weight:bold;
	color:#fff;
}

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

#footer ul {
	list-style: none;
	margin-top: 10px;
}

	#footer ul li {
		float: left;
		margin-right: 5px;
		padding-right: 5px;
		border-right: 1px solid #999;
	}
	
	#footer li.ultimo {
		border: 0;
	}



/* float rules */
.floatleft {
float:left;
margin:3px 7px 0 0;
}

.floatright {
float:right;
margin:3px 0 0 7px;
}

.right {
float:right;
}

.left {
float:left;
}

.clear {
clear:both;
}

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

.fix {
display:inline-block;
}

* html .fix {
height:1%;
}

.fix {
display:block;
}

/* ------------- .besites ------------ */

.besites {
	margin: 20px 0;
	width: 320px;
	overflow: hidden;
}

	.besites a {
		display: block;
		width: 145px;
		height: 90px;
		float: left;
		margin-right: 10px;
	}
	
	.besites a img {
		border: 0;
	}


/* ------------- #nube_tags ------------ */

#nube_tags {
	margin: 20px auto;
}

	#nube_tags h3, #nube_tags p {
	margin-bottom:5px;
	}

	#nube_tags a {
		font-weight: normal;
		line-height: 90%;
	}

/* ------------ carrusel ----------- */
.carrusel {
	height: 300px!important;
	overflow: hidden;
	border: 1px solid #666;
}

	.carrusel ul#contenedor li {
		height: 300px!important;
		border: 1px solid red;
	}
	
	#twitter {
		margin: 0 0 20px 0!important;
		clear: both;
		padding: 5px 5px 35px 5px;
		background: white url(images/tab_bottom.gif) left bottom repeat-x;
	}
	
		#twitter h2 a {
			display: block;
			background: url('images/twitts_icon.png') no-repeat;
			width: 190px;
			height: 40px;
			text-indent: -9999px;
			overflow: hidden;
		}
	
 		#twitter p {
			display: block;
			margin-bottom: 5px;
			border-bottom: 1px solid #bbb;
			color: #333;
			font-size: 12px;
			font-style: normal;
		}
		
			#twitter a {
				font-weight: bold;
			}
		
		#twitter .twitter-timestamp {
			display: block;
			font-style: italic;
			color: #666;
			font-size: 10px;
		}
		
		#twitter .twitter-link {
			font-size: 11px;
		}
	
	/* ------------ foros ------------ */	
	#phpbb {
		margin: 0 0 20px 0!important;
		padding: 5px 5px 35px 5px;
		clear: both;
		background: white url(images/tab_bottom.gif) left bottom repeat-x;
	}
	
		#phpbb h2 a {
			display: block;
			background: url('images/foros_icon.png') no-repeat;
			width: 156px;
			height: 40px;
			text-indent: -9999px;
			overflow: hidden;
		}
	
		#phpbb li {
			display: block;
			margin-bottom: 5px;
			border-bottom: 1px solid #bbb;
		}
		
		#phpbb .leyenda {
			font-style: italic;
			color: #666;
			font-size: 10px;
		}
		
		/* ------------ worx ------------ */
		#worx {
			margin: 0 0 20px 0!important;
			clear: both;
			padding: 5px 5px 35px 5px;
			background: white url(images/tab_bottom.gif) left bottom repeat-x;
		}

			#worx h2 a {
				display: block;
				background: url('images/worx_icon.png') no-repeat;
				width: 149px;
				height: 40px;
				text-indent: -9999px;
				overflow: hidden;
			}

			#worx .btn_publica {
				float: right;
				color: red;
				font-size: 10px;
				font-weight: bold;
			}

				#worx .btn_publica:hover {
					text-decoration: underline;
				}


		ul.jobber-list {
			margin: 0 0 20px 0!important;
		}
		
			ul.jobber-list li {
				margin-bottom: 5px;
				border-bottom: 1px solid #bbb;
			}
			ul.jobber-list a {
		    	color: #333;
				font-weight: bold;
		    	text-decoration: none;
			}
		
	#articulos_relacionados {
		margin: 0 auto 20px auto;
	}
	
		#articulos_relacionados h5 {
			font-size: 16px;
			color: #444;
			font-weight: bold;
		}
		
		#articulos_relacionados li {
			display: block;
			margin-bottom: 5px;
			border-bottom: 1px solid #bbb;
		}


/* ------------ Tips ------------ */
div.levitip {
	background: url(images/transparencia.png);
	font-size: 0.8em;
	font-style: italic;
	opacity: 0.9;
	padding: 2px 5px;
	color: #ccc;
}
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}
/* ------------ Google Search ------------ */

td.gsc-input {
	border: 0;
}

input.gsc-input {
	font-size: 16px;
	color: red;
	border: 1px solid #ccc!important;
	margin: 5px 0;
	background: url(images/transparencia_w.png)!important;
}


/* ------------ New Horizons - top ------------ */
#new_horizons_container {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: 60px;
	overflow: hidden;
}
	#new_horizons {
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		width: 400px;
		height: 60px;
		margin-left: 350px;
		background: url(images/new_horizons.png) no-repeat;
	}


/* ------------ Comment Validation ------------ */
label.error {
	border: 1px solid red;
	color: #f00!important;
	padding: 2px 4px;
	margin-bottom: 5px;
}


/* ------------ Form Contacto ------------ */
.bar{
	display:none;	
	background: url('images/ajax-loader.gif') center center no-repeat;
	height: 200px;
	width: 500px;
}

#contacto {
	margin: 20px 50px;
	width: 500px;
}

	#contacto label {
		display: block;
		color: #666;
	}
	
	#contacto input, #contacto textarea {
		display: block;
		width: 500px;
		font-size: 14px;
		color: #333;
		border: 1px solid #999;
		margin-bottom: 5px;
		font-family: 'Lucida Grande', Arial, Helvetica, Verdana,sans-serif;
	}
	
	#contacto input.submit {
		width: 150px;
		margin: 10px auto;
		border: 0;
		background: #999;
		color: #000;
		font-weight: bold;
		padding: 4px;
		cursor: pointer;
	}
	
	#contacto .exito {
		text-align: center;
		color: #c00;
		line-height: 200px;
	}
	
	
/* ------------ 404 -------------- */

	
	#mainCol.error404 {
		width: 950px;
		margin: 0 auto;
	}


	.error404 .post {
		background: url('images/404.jpg') right top no-repeat;
		padding-right: 500px;
		padding-bottom: 30px;
	}
	
		.error404 .post h2 {
			color: #c00;
			margin: 40px 0 20px 0;
		}
		
		
/* ----- #horizons_tab ------- */

#horizons_tab  {
	height: 35px;
	list-style: none;
	margin: 10px 0 0 0;
}

	#horizons_tab li {
		float: left;
		font-size: 1.5em;
		font-weight: bold;
		margin-left: 20px;
	}
	
	#horizons_tab a {
		border-left: 4px solid #c00;
		padding-left: 5px;
	}
	
		#horizons_tab a:hover, #horizons_tab a.selected {
			border-left: 4px solid #f00;
			color: #f00;
		}
		

/* ------ #growl ---------- */
#growl {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #fff;
	background: url('images/growl_back.png') no-repeat;
	width: 170px;
	height: 120px;
	text-align: center;
	padding: 15px;
	position: fixed;
	left: 0;
	top: 0;
	text-shadow: #000 0 0 3px;
}

	#growl h2 {
		font-size: 16px;
		letter-spacing: -1px;
		margin-bottom: 5px;
		color: yellow;
	}

	#growl a {
		font-weight: bold;
		color: yellow;
	}
	
	
/* post especifico */

#las10leyes {
	font-size: 24px;
	color: red;
/*	margin: 20px;	*/
}

	#las10leyes p,#las10leyes pre,#las10leyes blockquote,#las10leyes cite {
		font-size: 12px;
		color: #666;
	}
	
	#las10leyes h5 {
		font-size: 16px;
		color: black;
		font-weight: bold;
	}
	
	#las10leyes img {
		margin: 10px;
	}
	
	#las10leyes blockquote {
		margin: 20px 10px;
	}


	
.post .entry .bookmarklet {
	margin-top: 30px;
}	

	.post .entry .bookmarklet a {
		background: rgba(0,0,0,0.7);
		color: white;
		font-weight: bold;
		padding: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		text-decoration: none;
		line-height: 160%;
	}

	.post .entry .bookmarklet small {
		font-weight: normal;
		font-style: italic;
	}

