/*  
Theme Name: CSSLab 5.1
Theme URI: http://www.csslab.cl
Description: Analytics async y sin SK2, comments funcionan
Version: 5.1
Author: Jorge Epu&ntilde;an
Author URI: http://www.be-studios.com
*/

@import url('style/reseter_v2.css');
/*
html {
	height: 100%;
}
*/
body {
	background: #efefef;
	color:#333;
	font-size: 14px;
	font-family: 'Myriad Pro', Myriad, 'Lucida Grande', arial,helvetica,verdana,sans-serif;
}

/* ** ** Header Styles ** ** */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 0.5em;
	font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
	font-weight: bold;
/*	text-shadow: #fff 1px 1px 0;
	text-shadow: 0 1px 0 #CCCCCC, 
				0 2px 0 #C9C9C9, 
				0 3px 0 #BBBBBB, 
				0 4px 0 #B9B9B9, 
				0 5px 0 #AAAAAA, 
				0 6px 1px rgba(0, 0, 0, 0.1), 
				0 0 5px rgba(0, 0, 0, 0.1), 
				0 1px 3px rgba(0, 0, 0, 0.3), 
				0 3px 5px rgba(0, 0, 0, 0.2), 
				0 5px 10px rgba(0, 0, 0, 0.25), 
				0 10px 10px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.05);

	text-shadow: 1px 1px 0px #eee, 2px 2px 0px #707070;
*/

	-webkit-mask-image: -webkit-gradient(linear, left top, left bottombottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));  
	text-shadow: 1px 1px 0 #fff;
}
	h1 {font-size:4em;} 
	h2 {font-size:2em;} 
	h3 {font-size:1.5em;} 
	h4 {font-size:1.2em;} 
	h5 {font-size:1em;} 
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			text-decoration:none;
			color: #444;
		}
		h1 a {
			-webkit-transition: 0.5s ease-out;
			-moz-transition: 0.5s ease-out;
			-o-transition: 0.5s ease-out;
		}
			h1 a:hover {  
			        color: #185a50;  
			    }

/* ** ** custom select color ** ** */
::selection {
	background: #0099FF;
	}
::-moz-selection {
	background: #0099FF;
	color:#fff;
}

p {margin:0 0 1.5em;}
li {margin:0 0 0.5em;}

a {
	color:#666;
	text-decoration:underline;
}

	a:focus {
		outline: 0;
	}

	a:hover {
		color:#000;
		text-decoration: none;
	}
	
	a {
		-webkit-transition: 0.5s ease-out;
		-moz-transition: 0.5s ease-out;
		-o-transition: 0.5s ease-out;
	}
	
small {
	font-size: 70%;
}

em {
	font-style: italic;
}
	
#wrap {
	background: url('images/bg2.jpg') center top repeat-x;
}

.leyenda {
	font-size: 0.8em;
	color: #666;
	padding: 0.3em 0.5em;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
/* =========================================== container */
	#container {
		width: 900px;
		padding: 20px 0;
	}
	
	
/* =========================================== header */
	#header {
		width: 900px;
		padding: 20px 0 20px 80px;
		overflow: hidden;
		border-bottom: 1px solid #ccc;
	}
		#header h1 {
			float: left;
			margin: 0;
			letter-spacing: -0.05em;
		}
			#header h1 a {
				color: #333;
				text-decoration: none;
			}
				#header h1 a:hover {
					color: #444;
				}
			#header h2 {
				clear: left;
				float: left;
				font-size: 18px;
				letter-spacing: -0.05em;
			}
			
			.search-form {
				float: right;
				margin-right: 10px;
			}
				#content .search-form {
					float: none;
					margin: 10px 0;
				}
				.search-form input {
					font-size: 0.8em;
					border: 2px solid #ccc;
					border-right: 0;
					width: 160px;
					color: #999;
					padding: 0.4em 0.7em 0.3em;
					color: #666;
					border-top-left-radius: 10px;
					border-bottom-left-radius: 10px;
					-webkit-border-top-left-radius: 10px;
					-webkit-border-bottom-left-radius: 10px;
					-moz-border-radius-topleft: 10px;
					-moz-border-radius-bottomleft: 10px;
					font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
					margin: 0;
				}
					.search-form input:focus {
						color: #333;
						border-color: #999;
					}
						#searchbox.load {
							background: #fff url('images/search_load.gif') 155px center no-repeat;
						}
					.search-form #searchform .submit {
						width: 60px;
						border: 0;
						background: #333;
						color: #fff;
						text-decoration: none;
						border-top-left-radius: 0;
						border-bottom-left-radius: 0;
						-webkit-border-top-left-radius: 0;
						-webkit-border-bottom-left-radius: 0;
						-moz-border-radius-topleft: 0;
						-moz-border-radius-bottomleft: 0;
						border-top-right-radius: 10px;
						border-bottom-right-radius: 10px;
						-webkit-border-top-right-radius: 10px;
						-webkit-border-bottom-right-radius: 10px;
						-moz-border-radius-topright: 10px;
						-moz-border-radius-bottomright: 10px;
						cursor: pointer;
						outline: 0;
					}


			#header ul {
				float: right;
				clear: right;
				margin: 30px 0 0 0;
				padding: 10px;
			}
				#header li {
					float: left;
					font-size: 1.2em;
					margin-left: 1em;
				}
				#header li a {
					background: #333;
					padding: 0.4em 0.7em 0.3em;
					color: #fff;
					text-decoration: none;
					border-radius: 10px;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					box-shadow: #666 0 0 5px;
					-webkit-box-shadow: #666 0 0 5px;
					-moz-box-shadow: #666 0 0 5px;
					font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
				}
					#header li a:hover {
						background: #ccc;
						color: #333;
					}
					#header li a.selected {
						background: #ccc;
						color: #333;
						margin-top: -5px;
					}

#donation {
	margin: 20px 40px 0 0;
	text-align: center;
	box-shadow: 1px 1px 6px #999;
	-moz-box-shadow: 1px 1px 6px #999;
	-webkit-box-shadow: 1px 1px 6px #999;
	padding:10px ;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: linear-gradient(bottom, rgb(4,78,151) 23%, rgb(0,51,102) 62%);
	background-image: -o-linear-gradient(bottom, rgb(4,78,151) 23%, rgb(0,51,102) 62%);
	background-image: -moz-linear-gradient(bottom, rgb(4,78,151) 23%, rgb(0,51,102) 62%);
	background-image: -webkit-linear-gradient(bottom, rgb(4,78,151) 23%, rgb(0,51,102) 62%);
	background-image: -ms-linear-gradient(bottom, rgb(4,78,151) 23%, rgb(0,51,102) 62%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.23, rgb(4,78,151)),
		color-stop(0.62, rgb(0,51,102))
	);
}
	#donation h2 {
		font-size: 14px;
		text-shadow: #000 1px 1px 1px;
		color: #fff;
	}
	#donation form {
		display: inline;
	}
/* =========================================== contenido */
	#content,
	#comments,
	#tucomment {
		width: 900px;
		padding: 20px 0 20px 80px;
/*		overflow: hidden;*/
		border-bottom: 1px solid #ccc;
/*		position: relative;*/
	}
		#tucomment {
			margin-top: 20px;
		}
		#content.interior {
			border-bottom: 0;
		}
		
		.interior h2.error {
			font-size: 8em;
			text-align: center;
			letter-spacing: -0.05em;
			color: #900;
		}


		/* =========================================== article */
		#content .articulo {
			width: 900px;
			padding: 10px 0;
			margin-bottom: 10px;
/*			overflow: hidden;*/
		}
		
			#content .detalle,
			#comments .detalle,
			#tucomment .detalle {
				width: 240px;
				padding-right: 10px;
				float: left;
			}
				#content .detalle ul {
					margin-left: 0.5em;
				}
					#content .detalle li {
/*						margin-bottom: 0.2em;*/
					}
			.detalle h3 {
				-webkit-mask-image: -webkit-gradient(linear, left top, left bottombottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));  
				text-shadow: 1px 1px 0 #fff;
			}	
			time {
				display: inline;
			}
			
			#content .cuerpo,
			#comments .cuerpo,
			#tucomment .cuerpo {
				width: 650px;
				float: right;
			}
				#content .cuerpo p,
				#content .cuerpo li,
				#comments .cuerpo p,
				#tucomment .cuerpo p {
					line-height: 160%;
				}
				#content .cuerpo a,
				#comments .cuerpo a,
				#tucomment .cuerpo a {
					font-weight: bold;
				}
				#content .cuerpo .primero {
					font-size: 2.5em;
				}
				#content .atencion {
					text-align: center;
					border: 2px solid #fff;
					border-radius: 10px;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					box-shadow: #888 0 0 5px;
					-webkit-box-shadow: #888 0 0 5px;
					-moz-box-shadow: #888 0 0 5px;
					padding: 10px;
					margin: 20px 0;
					color: #666;
					font-style: italic;
				}

				#content .cuerpo h3 {
					margin: 1em 0 0.5em 0;
				}
					#content .cuerpo h3 img {
						vertical-align: sub;
						margin-left: 0.5em;
					}
					#content .cuerpo h3 span {
						font-size: 0.6em;
						font-weight: normal;
					}
				#content .cuerpo h4 {
					margin: 1em 0 0.5em 0;
					border-bottom: 1px solid #999;
				}
				#content .cuerpo ul {
					margin: 1em 2em;
					list-style: square;
				}
				#content .cuerpo ol {
					margin: 1em 2em;
				}
				#content .cuerpo dl {
					margin: 20px;
				}
					#content .cuerpo dt {
						font-weight: bold;
						color: #666;
					}
					#content .cuerpo dd {
						font-style: italic;
						border-bottom: 1px solid #ccc;
						margin-bottom: 10px;
					}
				#content .cuerpo blockquote {
					font-style: italic;
					margin: 20px;
					border-top: 2px dotted #ccc;
					border-bottom: 2px dotted #ccc;
					padding: 10px 0;
					text-align: center;
				}
				
				#content .cuerpo .bookmarklet {
					margin: 20px 0;
				}
					#content .cuerpo .bookmarklet a {
						-webkit-border-radius: 10px;
						-moz-border-radius: 10px;
						-o-border-radius: 10px;
						-ms-border-radius: 10px;
						border-radius: 10px;
						background: -moz-linear-gradient(
							top,
							#0099ff 0%,
							#0064a6);
						background: -webkit-gradient(
							linear, left top, left bottom, 
							from(#0099ff),
							to(#0064a6));
						border-radius: 10px;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
						border: 1px solid #ffffff;
						-moz-box-shadow:
							0px 1px 3px rgba(000,000,000,0.5),
							inset 0px 0px 1px rgba(255,255,255,0.7);
						-webkit-box-shadow:
							0px 1px 3px rgba(000,000,000,0.5),
							inset 0px 0px 1px rgba(255,255,255,0.7);
						text-shadow:
							0px -1px 0px rgba(000,000,000,0.4),
							0px 1px 0px rgba(255,255,255,0.3);
						padding: 6px 12px;
						color: #fff;
					}
				
				#content .alignleft {
					float: left;
					margin: 0 1em 1em 0;
				}
				#content .alignright {
					float: right;
					margin: 0 0 1em 1em;
				}
				
			#content .haptica {}
				#content .haptica h3 {
					font-size: 3em;
				}
				#content .haptica ol {
					font-weight: bold; 
					color: #09F;
				}
					#content .haptica ol p {
						font-weight: normal; 
						color: #333; 
						border-left: 1px solid #09F; 
						padding-left: 10px;
					}
					
				#content .haptica .gesture {
					background: url('/wp-content/uploads/2010/07/gesture.png') no-repeat; 
					padding: 100px 220px 0 0;
					margin-top: 20px;
				}

/* =========================================== subitems */
	#subitems {
		width: 900px;
		padding: 20px 0 20px 80px;
		overflow: hidden;
		border-bottom: 1px solid #ccc;
	}
		#subitems #cuerpo_izq,
		#subitems #cuerpo_der {
			width: 280px;
			float: left;
			font-size: 1.2em;
			
		}
			#subitems #cuerpo_izq ul,
			#subitems #cuerpo_der ul {
				list-style: square;
				margin-left: 1em;
			}
		
		#subitems .detalle {
			float: left;
			min-height: 300px;
			width: 160px;
			font-size: 1.6em;
			font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
			font-weight: bold;
			text-shadow: #fff 1px 1px 0;
		}
			#subitems .detalle a {
				text-decoration: none;
			}
			#subitems #tabmenu_izq {
				text-align: right;
				margin-right: 9px;
				padding-right: 10px;
				border-right: 1px solid #ccc;
			}
				#subitems #tabmenu_izq a,
				#subitems #tabmenu_der a {
					font-size: 20px;
					-webkit-mask-image: -webkit-gradient(linear, left top, left bottombottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));  
					text-shadow: 1px 1px 0 #fff;
				}
			
				#subitems #tabmenu_izq a.selected {
					color: #c00;
					margin-right: 10px;
				}
					#subitems #tabmenu_izq a.selected:before {
						content: '< ';
					}
				#subitems #tabmenu_der a.selected {
					color: #c00;
					margin-left: 10px;
				}
					#subitems #tabmenu_der a.selected:after {
						content: ' >';
					}
					
			.caja {
				margin: 40px 0;
				width: 240px;
				overflow: hidden;
			}
				.share li {
					float: left;
					width: 32px;
					height: 32px;
					margin-right: 2px;
				}
					.share a {
						background-image: url('images/socialize.png');
						background-position: 0 0;
						display: block;
						width: 32px;
						height: 32px;
						text-indent: -9999px;
						overflow: hidden;
					}
						.share .share_tw {
							background-position: 0 -32px;
						}
							.share a.share_tw:hover {
								background-position: 0 0;
							}
						.share .share_mw {
							background-position: 32px -32px;
						}
							.share a.share_mw:hover {
								background-position: 32px 0;
							}
						.share .share_li {
							background-position: 64px -32px;
						}
							.share a.share_li:hover {
								background-position: 64px 0;
							}
						.share .share_gb {
							background-position: 96px -32px;
						}
							.share a.share_gb:hover {
								background-position: 96px 0;
							}
						.share .share_de {
							background-position: 128px -32px;
						}
							.share a.share_de:hover {
								background-position: 128px 0;
							}
						.share .share_fb {
							background-position: 160px -32px;
						}
							.share a.share_fb:hover {
								background-position: 160px 0;
							}


				.commenthtml,
				.commentcss,
				.commentjs {
					color:#6F9EBC;
					font-size: 0.8em;
				}
					.codecss, .codejs, .codehtml, .codeas, .code {
						background: #fff right top no-repeat;
						border: 2px solid #6F9EBC;
						font-family: "Courier New",Courier,monospace;
						margin: 15px 0!important;
						padding: 10px;
						word-wrap: break-word;
						border-radius: 10px;
						-webkit-border-radius: 10px;
						-moz-border-radius: 10px;
						overflow: hidden;
						z-index: 999;
					}
						.codecss:hover, .codejs:hover, .codehtml:hover, .codeas:hover, .code:hover {
							border:2px solid #0099FF;
							color:#000000;
						}

						.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");
						}
						
			.btn_publica {
				display: block;
				text-align: right;
				font-size: 12px;
				background: url('images/worx_logo.png') left center no-repeat;
				line-height: 25px;
				border-bottom: 1px solid #fff;
				margin-bottom: 10px;
				color: #c00;
				font-weight: bolder;
			}
			.btn_sigueme {
				display: block;
				text-align: right;
				font-size: 12px;
				background: url('images/twitter.png') left center no-repeat;
				line-height: 25px;
				border-bottom: 1px solid #fff;
				margin-bottom: 10px;
				color: #c00;
				font-weight: bolder;
			}
			.btn_delicious {
				display: block;
				text-align: right;
				font-size: 12px;
				background: url('images/delicious.png') left center no-repeat;
				line-height: 25px;
				border-bottom: 1px solid #fff;
				margin-bottom: 10px;
				color: #c00;
				font-weight: bolder;
			}
			
			.pullquote {
				border: 2px solid #999;
				border-radius: 10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				box-shadow: #888 0 0 5px;
				-webkit-box-shadow: #888 0 0 5px;
				-moz-box-shadow: #888 0 0 5px;
				float: right;
				background: #fff;
				padding: 12px 4px 2px 4px;
				margin: 4px 8px;
				width: 100px;
			}
			
			.leermas {
				background: #333;
				padding: 0.2em 0.5em 0.1em;
				color: #fff;
				text-decoration: none;
				border-radius: 10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				box-shadow: #666 0 0 5px;
				-webkit-box-shadow: #666 0 0 5px;
				-moz-box-shadow: #666 0 0 5px;
				font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
				font-weight: normal!important;
				font-size: 0.8em;
				float: right;
			}
			
			.verejemplo,
			.bajar {
/*				display: block;
				width: 200px;
				margin: 1.5em auto;
				text-align: center;
				background: #09f;
				padding: 0.4em 0.8em 0.2em;
				color: #fff;
				text-decoration: none;
				border-radius: 10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				box-shadow: #666 0 0 5px;
				-webkit-box-shadow: #666 0 0 5px;
				-moz-box-shadow: #666 0 0 5px;
				font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
				font-weight: normal!important;
				font-size: 1.2em;
*/				
				font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
				display: block;
				width: 200px;
				margin: 1.5em auto;
				text-align: center;
				text-decoration: none;
				font-weight: normal!important;
				font-size: 1.2em;
				color: #ffffff;
				padding: 10px 20px;
				background: -moz-linear-gradient(
					top,
					#0099ff 0%,
					#0064a6);
				background: -webkit-gradient(
					linear, left top, left bottom, 
					from(#0099ff),
					to(#0064a6));
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border: 1px solid #ffffff;
				-moz-box-shadow:
					0px 1px 3px rgba(000,000,000,0.5),
					inset 0px 0px 1px rgba(255,255,255,0.7);
				-webkit-box-shadow:
					0px 1px 3px rgba(000,000,000,0.5),
					inset 0px 0px 1px rgba(255,255,255,0.7);
				text-shadow:
					0px -1px 0px rgba(000,000,000,0.4),
					0px 1px 0px rgba(255,255,255,0.3);
				
			}
			.bajar {
				width: 400px;
			}
				.leermas:hover,
				.verejemplo:hover,
				#header li a:hover {
					background: -moz-linear-gradient(
							top,
							#0064a6 0%,
							#0099ff);
					background: -webkit-gradient(
						linear, left top, left bottom, 
						from(#0064a6),
						to(#0099ff));
					color: #fff;
				}
				
			



/* =========================================== navigation */
	#navigation {
		width: 630px;
		padding: 20px 20px 20px 330px;
		overflow: hidden;
/*		background: #333;
		color: #333;
		border-radius: 0 20px 20px 0;
		-webkit-border-radius: 0 20px 20px 0;
		-moz-border-radius: 0 20px 20px 0;
		box-shadow: #666 0 0 5px;
		-webkit-box-shadow: #666 0 0 5px;
		-moz-box-shadow: #666 0 0 5px;*/
	}
		#navigation a {
			background: #333;
			padding: 0.3em 0.7em 0.2em;
			color: #ccc;
			text-decoration: none;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			box-shadow: #333 0 0 5px;
			-webkit-box-shadow: #333 0 0 5px;
			-moz-box-shadow: #333 0 0 5px;
			font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
			font-weight: normal!important;
			font-size: 1em;
		}
			#navigation a:hover {
				background: #999;
				color: #000;
				box-shadow: #fff 0 0 5px;
				-webkit-box-shadow: #fff 0 0 5px;
				-moz-box-shadow: #fff 0 0 5px;
			}
			#navigation .alignleft {
				float: left;
			}
			#navigation .alignright {
				float: left;
				margin-left: 1em;
			}
			
			
	#resultados {
		width: 630px;
		padding: 10px 20px 10px 330px;
		background: #333;
		color: #333;
		border-radius: 0 20px 20px 0;
		-webkit-border-radius: 0 20px 20px 0;
		-moz-border-radius: 0 20px 20px 0;
		box-shadow: #666 0 0 5px;
		-webkit-box-shadow: #666 0 0 5px;
		-moz-box-shadow: #666 0 0 5px;
		color: #ddd;
		text-shadow: #000 1px 1px 0;
	}
		#resultados em {
			font-style: italic;
			font-weight: normal;
			color: #fff;
			text-shadow: #000 0 0 2px;
		}

						
					
		/* comments */
		#comments {}
			#comments h5 {
				text-align: right;
				margin: 20px;
				line-height: 140%;
			}
				#comments h5 big {
					font-size: 5em;
					letter-spacing: -0.05em;
					color: #666;
					text-shadow: #fff 1px 1px 0;
				}
			
			#comments .comment {
				border-bottom: 1px solid #ccc;
				width: 620px;
				overflow: hidden;
				padding-top: 10px;
			}
				#comments .comment:last-child {
					border-bottom: 0;
				}
				#comments .avatar {
					border: 6px solid #666;
					border-radius: 10px;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					float: left;
					margin-bottom: 1em;
				}
					#comments .author .avatar {
						float: right;
					}
				#comments .commentmetadata {
					font-style: italic;
					color: #999;
				}
				#comments .comment-author {
					float: left;
					width: 514px;
					background: url('images/comment_balloon.gif') left 10px no-repeat;
					padding-left: 30px;
				}
				#comments .comment-author cite {
					font-size: 1.4em;
				}
					#comments .author .comment-author {
						float: left;
						padding-left: 0;
						background: url('images/comment_balloon_author.gif') right 10px no-repeat;
						padding-right: 30px;
						text-align: right;
					}
						#comments .author .comment-author p {
							text-align: left;	
						}
						#comments .author .comment-author li {
							text-align: left;	
						}
			
			.comment-form {
				margin: 0 30px;
			}
				.comment-form .izq {
					width: 280px;
					float: left;
					display: inline;
				}
				.comment-form .der {
					width: 280px;
					float: right;
					display: inline;
				}
				.comment-form input,
				.comment-form textarea {
					border: 1px solid #ccc;
					width: 270px;
					padding: 5px;
					color: #666;
					border-radius: 10px;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
				}
					.comment-form input:focus,
					.comment-form textarea:focus {
						color: #333;
						border-color: #999;
					}
					.comment-form input.error,
					.comment-form textarea.error {
						border-color: #c00;
					}
					.comment-form input {
						margin-bottom: 7px;
					}
					.comment-form textarea {
						height: 90px;
					}
					#validaciones {
						height: 35px;
						padding-top: 10px;
/*						line-height: 45px;*/
						color: #f00;
						font-weight: bold;
						text-align: center;
					}
						#validaciones.preload {
							background: url('images/preload.gif') center center no-repeat;
						}
					
					.comment-form #field-author {
						background-image: url('images/comment_nombre.gif');
						background-position: 6px center;
						background-repeat: no-repeat;
					}
					.comment-form #field-email {
						background-image: url('images/comment_email.gif');
						background-position: 6px center;
						background-repeat: no-repeat;
					}
					.comment-form #field-url {
						background-image: url('images/comment_sitioweb.gif');
						background-position: 6px center;
						background-repeat: no-repeat;
					}
					.comment-form #field-comment {
						background-image: url('images/comment_comentario.gif');
						background-position: 6px 4px;
						background-repeat: no-repeat;
					}
					
				.comment-form #submit {
					clear: both;
					width: 100px;
					margin: 10px 0 0 0;
					background: #333;
					padding: 0.4em 0.7em 0.3em;
					color: #fff;
					border: 0;
					text-decoration: none;
					border-radius: 10px;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
					cursor: pointer;
				}

				/* ------------ Form Contacto ------------ */
				.sending{
					display:none;	
					background: url('images/preload.gif') center center no-repeat;
					width: 400px;
					height: 180px;
				}

				#contacto {
					margin: 20px 50px;
					width: 400px;
					height: 180px;
				}

					#contacto label {
						display: block;
						font-weight: bold;
						width: 70px;
						padding: 5px 10px 0 0;
						font-size: 1.2em;
						color: #666;
						float: left;
						font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
					}
						#contacto label.error {
							display: block;
							color: #c00;
						}

					#contacto input, #contacto textarea {
						border: 1px solid #ccc;
						width: 300px;
						margin-bottom: 10px;
						padding: 5px;
						color: #666;
						border-radius: 10px;
						-webkit-border-radius: 10px;
						-moz-border-radius: 10px;
						font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
					}
						#contacto input.error {
							border: 1px solid #c00;
						}

					#contacto #enviar {
						clear: both;
						width: 100px;
						margin: 10px 0 0 0;
						background: #333;
						padding: 0.4em 0.7em 0.3em;
						color: #fff;
						border: 0;
						text-decoration: none;
						border-radius: 10px;
						-webkit-border-radius: 10px;
						-moz-border-radius: 10px;
						font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
						cursor: pointer;
						float: right;
					}

					#contacto .exito {
						text-align: center;
						color: #c00;
						line-height: 100px;
					}


/* =========================================== footer */
	#footer {
		width: 900px;
		padding: 20px 0 20px 80px;
		overflow: hidden;
		font-size: 0.8em;
		color: #333;
	}
		#footer a {
			font-weight: bold;
			color: #c00;
			text-decoration: none;
		}
			#footer a:hover {
				color: #f00;
				text-decoration: underline;
			}
		#footer p {
			margin: 0;
		}
		
		#footer .legales {
			float: left;
		}
		#footer .submenu {
			float: right;
			padding: 15px 40px 15px 0;
			background: url('images/wp.png') right center no-repeat;
		}
			#footer .submenu li {
				float: left;
				margin-left: 10px;
			}
/*		#footer .btn_wp {
			background: url('images/wp.png') right center no-repeat;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			width: 35px;
			height: 35px;
		}*/

/* -- tooltip -- */
#tooltip {
	position:absolute;
	z-index:9999;
	opacity:0;
	text-indent: 0;
	color:#fff;
	line-height: 120%;
	font-size:11px;
	letter-spacing: 0px;
	width:120px;
	background: #333;
	padding: 5px 10px;
	font-weight: normal;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	box-shadow: #333 0 0 3px;
	-webkit-box-shadow: #333 0 0 3px;
	-moz-box-shadow: #333 0 0 3px;
	text-shadow: none;
	text-decoration: none!important;
}

/* -------- Form Validation Engine --------- */

.sending {}

.ajax-fc-container {
	color: #c00;
}

.formError {
		position:absolute;
		top:300px; left:300px;
		width:150px;
		padding-bottom:15px;
		display:block;
		z-index:5000;
	}
		.formError .formErrorContent {
			width:100%; 
			background:#000;
			color:#fff;
			font-family:tahoma;
			font-size:10px;
			box-shadow: 1px 1px 6px #000;
			-moz-box-shadow: 1px 1px 6px #000;
			-webkit-box-shadow: 1px 1px 6px #000;
			padding:4px 10px 4px 10px;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
		.formError .formErrorArrow{
			position:absolute;
			bottom:0;left:20px;
			width:15px; height:15px;
			
		}
			.formError .formErrorArrow div{
				box-shadow: 1px 4px 5px #000;
				-moz-box-shadow: 1px 4px 5px #000;
				-webkit-box-shadow: 1px 1px 5px #000;
				font-size:0px; 
				
			}
			.formError .formErrorArrow .line10{width:15px;height:1px; background:#000;margin:0 auto; font-size:0px; display:block;} 
			.formError .formErrorArrow .line9{width:13px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line8{width:11px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line7{width:9px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line6{width:7px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line5{width:5px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line4{width:3px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line3{width:1px;height:1px; background:#000;margin:0 auto;display:block;}


.ads_wide {
	width: 470px;
	margin: 20px auto;
}

.ads_wide_home {
	width: 470px;
	margin: 20px 0 20px 325px;
}

#content .autor {
	width: 630px;
	overflow: hidden;
	background: #fff;
	box-shadow: 1px 1px 6px #ccc;
	-moz-box-shadow: 1px 1px 6px #ccc;
	-webkit-box-shadow: 1px 1px 6px #ccc;
	padding:10px ;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	#content .autor img {
		float: left;
		border: 3px solid #efefef;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#content .autor .info {
		float: right;
		width: 510px;
		font-size: 0.9em;
		color: #666;
	}
		#content .autor .info h4 {
			margin: 0 0 0.5em 0;
			font-size: 1.3em;
			color: #666;
			border: 0;
		}

ul.zootool-badge{overflow: hidden; line-height: 0px; margin: 0px!important; padding: 5px;} 
	ul.zootool-badge li{background: none !important; float: left; list-style: none; margin: 5px !important; border: 1px solid #9e9e9e; padding: 1px !important; background: #fff;}

.idTabs {
	list-style: none!important;
	margin: 0!important;
	width: 300px;
	overflow: hidden;
}
	.idTabs li {
		float: left;
		margin-right: 10px;
		padding: 10px 5px;
	}
	.idTabs a {
		background: #333;
		padding: 0.4em 0.7em 0.3em;
		color: white;
		text-decoration: none;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		box-shadow: #666 0 0 5px;
		-webkit-box-shadow: #666 0 0 5px;
		-moz-box-shadow: #666 0 0 5px;
		font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
	}
		.idTabs a:hover,
		.idTabs a.selected {
			background: -moz-linear-gradient(
					top,
					#0064a6 0%,
					#0099ff);
			background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#0064a6),
				to(#0099ff));
			color: #fff;
		}

.catalizado {
	background: #11c8f8;
	line-height: 33px!important;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
	.catalizado a {
		float: right;
	}
