/*
Theme Name: Internetizado
Author: Beew
Version: 1.0
*/

/* Fonts */
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: bold;
  src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url('http://themes.googleusercontent.com/static/fonts/droidserif/v1/c92rD_x0V1LslSFt3-QEpiHgNb6vKVPdRA9LSAKGxzw.woff') format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Serif'), local('DroidSerif'), url('http://themes.googleusercontent.com/static/fonts/droidserif/v1/0AKsP294HTD-nvJgucYTaLrIa-7acMAeDBVuclsi6Gc.woff') format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: normal;
  src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url('http://themes.googleusercontent.com/static/fonts/droidserif/v1/cj2hUnSRBhwmSPr9kS5894o3ZslTYfJv0R05CazkwN8.woff') format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url('http://themes.googleusercontent.com/static/fonts/droidserif/v1/QQt14e8dY39u-eYBZmppwRbnBKKEOwRKgsHDreGcocg.woff') format('woff');
}

/* General */

html {
	font-size: 62.5%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background: #f4f4f4 url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-gris-claro.jpg);
}
a {
	color: #006f8c;
	text-decoration: none;
}
a:hover {
	color: #000;
}
ul, ol {
	list-style: none;
}
	
/* Header */

	#header {
		padding: 10px 0;
		}
	
		#header h1 {
			float: left;
			width: 399px;
			height: 64px;
			margin: 0 20px 0 0;
			background: url(http://internetizado.s3.amazonaws.com/internetizado/images/logo.png) no-repeat;
			text-indent: -9999em;
		}
			#header h1 a {
				display: block;
				width: 399px;
				height: 64px;
			}
			
		#ad-header {
			float: right;
			width: 468px;
			height: 60px;
			background: #eee;
		}

/* Nav */
	
	#nav {
		background: #42a1ba url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-nav.gif) repeat-x bottom;
		padding: 10px 0;
		position: relative;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
		box-shadow: 0 1px 2px rgba(0,0,0,0.15);
		position: relative;
		z-index: 9999;
	}
	
		#nav ul {
			float: left;
			font-size: 0px;
			font-size: 0rem;
		}
			#nav ul li {
				position: relative;
				display: inline;
				color: #fff;
				font-size: 12px;
				font-size: 1.2rem;
				margin-right: 2px;
				z-index: 2;
			}
				#nav ul li a {
					display: inline-block;
					color: #fff;
					padding: 8px 12px;
					font-weight: bold;
					text-shadow: 0 1px 0 rgba(0,0,0,0.2);
				}
				#nav ul li a:hover,
				#nav ul li a.open,
				#nav ul li.current-menu-item a {
					background: #358195;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
				}
					#nav ul li ul {
						display: none;
						width: 170px;
						position: absolute;
						left: 0;
						top: 16px;
						z-index: 3;
						background: #358195;
						padding: 10px;
						-webkit-border-radius: 5px;
						-webkit-border-top-left-radius: 0;
						-moz-border-radius: 5px;
						-moz-border-radius-topleft: 0;
						border-radius: 5px;
						border-top-left-radius: 0;
						-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
						-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
						box-shadow: 0 2px 2px rgba(0,0,0,0.15);
					}
					#nav ul li:hover ul {
						display: block;
					}
						#nav ul li ul li {
							position: static;
							margin-right: 0px;			
						}
							#nav ul li ul li a {
								display: block;
								padding: 8px 2px;
								position: relative;
							}
								#nav ul li ul li a span {
									visibility: hidden;
									background: #2C6C7C;
									position: absolute;
									top: 5px;
									right: 0;
									display: block;
									padding: 0px 6px 1px 7px;
									line-height: 18px;
									text-align: center;
									-webkit-border-radius: 10px;
									-moz-border-radius: 10px;
									border-radius: 10px;
								}
							#nav ul li ul li a:hover span {
								visibility: visible;
								}
				
		#nav form {
			float: right;
			margin-top: 2px;
			font-size: 11px;
			font-size: 1.1rem;
			color: #666;
			position: relative;
			z-index: 1;
		}
			#nav form input {
				background: #f4f4f4 url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-gris-claro.jpg);
				border: none;
				color: #666;
				padding: 5px 25px 5px 6px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
				-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
				box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
			}
				#nav form input#s {
					width: 20px;
					background: transparent url(http://internetizado.s3.amazonaws.com/internetizado/images/search.gif) no-repeat 5px 7px;
					border: none;
					padding: 4px 8px;
					position: absolute;
					top: 0px;
					right: 0px;
					cursor: pointer;
					-moz-box-shadow: none;
					-webkit-box-shadow: none;
					box-shadow: none;
				}

/* Destacados */
	
	#destacados {
		padding: 20px 0px 40px 0px;
		}
	
		/* Destacado Principal */
		
		#destacado-principal {
			float: left;
			background: #fff;
			width: 350px;
			height: 300px;
			position: relative;
			margin: 0 10px 10px 0;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-bottomleft: 5px;
			border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;
			overflow: hidden;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
			box-shadow: 0 1px 2px rgba(0,0,0,0.05);
		}
			#destacado-principal .caption {
				position: absolute;
				left: 0;
				bottom: 0;
				width: 300px;
				padding: 25px;
				background: #000;
				background: rgba(0,0,0,0.7);
			}
				#destacado-principal .caption h2 {
					font-family: 'Droid Serif', Georgia, serif;
					font-weight: bold;
					color: #fff;
					font-size: 20px;
					font-size: 2rem;
					line-height: 1.2em;
				}
					#destacado-principal .caption h2 a {
						display: block;
						color: #fff;
					}
		
		/* Destacados Secundarios */
		
		.destacado-secundario {
			float: left;
			background: #fff;
			width: 315px;
			height: 300px;
			position: relative;
			margin: 0 10px 10px 0;
			overflow: hidden;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
			box-shadow: 0 1px 2px rgba(0,0,0,0.05);
		}
		.last {
			margin: 0 0 10px 0;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-bottomright: 5px;
			border-top-right-radius: 5px;
			border-bottom-right-radius: 5px;
		}
			.destacado-secundario .caption {
				position: absolute;
				left: 0;
				bottom: 0;
				width: 285px;
				padding: 20px;
				background: #fff;
			}
				.destacado-secundario .caption h2 {
					font-family: 'Droid Serif', Georgia, serif;
					font-weight: bold;
					font-size: 13px;
					font-size: 1.3rem;
					line-height: 1.2em;
					margin-bottom: 10px;
				}
					.destacado-secundario .caption h2 a {
						display: block;
						color: #333;
					}
				.destacado-secundario .caption p {
					font-size: 11px;
					font-size: 1.1rem;
					line-height: 1.5em;
				}
					.destacado-secundario .caption p a {
						white-space: nowrap;
					}
					
		/* Destacados Slide */
		
		#destacados-slide {
			position: relative;
			overflow: hidden;
			width: 1000px;
			height: 130px;
			background: #fff;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
			box-shadow: 0 1px 2px rgba(0,0,0,0.05);
		}
			#destacados-slide .items {
				width: 20000em;
				position: absolute;
			}
				#destacados-slide .items .item {
					float: left;
					width: 275px;
					margin: 10px 30px;
				}
					#destacados-slide .items .item .left {
						width: 110px;
						height: 110px;
						margin-right: 15px;
					}
						#destacados-slide .items .item .left img {
							display: block;
						}
					#destacados-slide .items .item .right {
						width: 150px;
						overflow: hidden;
					}
					#destacados-slide .items .item .right h3 {
						font-family: 'Droid Serif', Georgia, serif;
						font-weight: bold;
						font-size: 12px;
						font-size: 1.2rem;
						line-height: 1.2em;
						margin-bottom: 10px;
					}
						#destacados-slide .items .item .right h3 a {
							color: #333;
						}
					#destacados-slide .items .item .right span {
						display: block;
						font-size: 10px;
						font-size: 1rem;
						color: #666;
						margin-bottom: 2px;
						padding: 2px 0 2px 15px;
					}
						#destacados-slide .items .item .right span.icon-date {
							background: url(http://internetizado.s3.amazonaws.com/internetizado/images/icon-date.gif) no-repeat 0 1px;
						}
						#destacados-slide .items .item .right span.icon-comment {
							background: url(http://internetizado.s3.amazonaws.com/internetizado/images/icon-comment.gif) no-repeat 0 1px;
						}
		
		#destacados-slide .browse {
			position: absolute;
			z-index: 1;
			top: 48px;
			background: #000;
			background: rgba(0,0,0,0.2);
			height: 35px;
			width: 18px;
			line-height: 37px;
			text-align: center;
			color: #fff;
			font-size: 10px;
			font-size: 1rem;
		}
			#destacados-slide .prev {
				padding-right: 2px;
				left: 0;
				-webkit-border-top-right-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				-moz-border-radius-topright: 5px;
				-moz-border-radius-bottomright: 5px;
				border-top-right-radius: 5px;
				border-bottom-right-radius: 5px;
			}
			#destacados-slide .next {
				padding-left: 2px;
				right: 0;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-bottomleft: 5px;
				border-top-left-radius: 5px;
				border-bottom-left-radius: 5px;
			}	

/* Page */

	/* Wrap */
	
		#wrap {
			background: #fff url(http://internetizado.s3.amazonaws.com/internetizado/images/wrap.gif) repeat-y;
			padding: 20px;
			margin-bottom: 20px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
			box-shadow: 0 1px 2px rgba(0,0,0,0.05);
		}
		
			/* Content */
			
			#content {
				float: left;
				display: inline;
				width: 584px;
				margin-right: 40px;
				min-height: 600px;
			}
				
				.section-title {
					background: #D8D900;
					color: #fff;
					font-size: 13px;
					font-size: 1.3rem;
					font-weight: bold;
					text-shadow: 0 1px 0 rgba(0,0,0,0.2);
					position: relative;
					top: -20px;
					left: -20px;
					width: 584px;
					padding: 11px 20px;
					-webkit-border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					border-top-left-radius: 5px;
				}
			
				/* Post */
				
					/* Post comun */
				
					.post {
						padding-bottom: 20px;
						margin-bottom: 20px;
						border-bottom: 1px solid #ebebeb;
					}
						.post .left {
							width: 215px;
						}
							.post .left .post-thumb-content {
								background: #f4f4f4;
								display: block;
								overflow: hidden;
								-webkit-border-radius: 5px;
								-webkit-border-top-right-radius: 0;
								-moz-border-radius: 5px;
								-moz-border-radius-topright: 0;
								border-radius: 5px;
								border-top-right-radius: 0;
								margin-bottom: 20px;
								position: relative;
							}
								.post .left .post-thumb-content .post-thumb {
									display: block;
									height: 135px;
								}
								.post .left .post-thumb-content .post-comments {
									position: absolute;
									bottom: 0;
									right: 0;
									color: #fff;
									font-size: 11px;
									font-size: 1.1rem;
									background: #000;
									background: rgba(0,0,0,0.5) url(http://internetizado.s3.amazonaws.com/internetizado/images/icon-comment-2.gif)  no-repeat 7px 7px;
									display: block;
									padding: 6px 12px 6px 21px;
									-webkit-border-top-left-radius: 5px;
									-moz-border-radius-topleft: 5px;
									border-top-left-radius: 5px;
								}
								
								.post .left .post-social .left {
									display: inline;
									width: auto;
									margin-bottom: 10px;
								}
								
						.post .right {
							width: 350px;
						}
							.post .right h2 {
								font-family: 'Droid Serif', Georgia, serif;
								font-size: 23px;
								font-size: 2.3rem;
								font-weight: normal;
								line-height: 1.2em;
								margin-bottom: 20px;
							}
								.post .right h2 a {
									color: #333;
								}
							.post .right p.post-data {
								font-family: 'Droid Serif', Georgia, serif;
								font-size: 12px;
								font-size: 1.2rem;
								color: #999;
								font-style: italic;
								margin-top: -20px;
							}
								.post .right p.post-data .gravatar {
									display: inline-block;
									position: relative;
									top: 10px;
									margin-right: 5px;
									-webkit-border-radius: 3px;
									-moz-border-radius: 3px;
									border-radius: 3px;
									overflow: hidden;
								}
									.post .right p.post-data .gravatar img {
										display: block;
									}
								.post .right p.post-data a {
									color: #666;
								}
							.post .right p {
								font-size: 13px;
								font-size: 1.3rem;
								line-height: 1.6em;
								margin-bottom: 20px;
							}
							
					/* Post destacado */
					
					.post-destacado .left {
						width: 380px;
						position: relative;
					}
						.post-destacado .left .post-thumb-content {
							margin-bottom: 0;
							display: block;
						}
							.post-destacado .left .post-thumb-content .post-thumb {
								height: 280px;
							}
						.post-destacado .left .post-thumb-content .caption {
							position: absolute;
							bottom: 0;
							right: 0;
							color: #eee;
							font-size: 12px;
							font-size: 1.2rem;
							background: #000;
							background: rgba(0,0,0,0.5);
							display: block;
							padding: 20px;
						}
							.post-destacado .left .post-thumb-content .caption h2 {
								color: #fff;
								font-family: 'Droid Serif', Georgia, serif;
								font-size: 23px;
								font-size: 2.3rem;
								font-weight: normal;
								line-height: 1.2em;
								margin-bottom: 10px;
							}
								.post-destacado .left .post-thumb-content .caption h2 a {
									color: #fff;
									display: block;
								}
							.post-destacado .left .post-thumb-content .caption p {
								font-family: 'Droid Serif', Georgia, serif;
								font-style: italic;
							}
								.post-destacado .left .post-thumb-content .caption p a {
									color: #eee;
								}
								.post-destacado .left .post-thumb-content .caption p a:hover {
									color: #fff;
								}
					.post-destacado .right {
						width: 185px;
					}
							
					/* Post mini */
					
					.post-mini .left {
						width: 175px;
					}
						.post-mini .left .post-thumb-content {
							margin-bottom: 0;
						}
						.post-mini .left .post-thumb-content .post-thumb {
							height: 110px;
						}
					.post-mini .right {
						width: 390px;
					}
						.post-mini .right h2 {
							font-size: 14px;
							font-size: 1.4rem;
							font-weight: bold;
							font-style: italic;
							margin-bottom: 10px;
						}
							.post-mini .right h2 a {
								color: #398da3;
							}
						.post-mini .right p {
							font-size: 12px;
							font-size: 1.2rem;
							line-height: 1.6em;
							margin-bottom: 10px;
						}
						.post-mini .right p.post-data {
							font-size: 11px;
							font-size: 1.1rem;
							margin-top: 0;
							margin-bottom: 0;
						}
						
						
					/* Post Single */
					
						.single .post {
							padding-bottom: 0px;
							margin-bottom: 0px;
							border-bottom: none;
						}
							.single .post h2 {
								font-family: 'Droid Serif', Georgia, serif;
								font-size: 28px;
								font-size: 2.8rem;
								font-weight: normal;
								line-height: 1.3em;
							}
								.single .post h2 a {
									color: #333;
								}
							.single .post .post-data {
								font-family: 'Droid Serif', Georgia, serif;
								font-size: 12px;
								font-size: 1.2rem;
								color: #999;
								font-style: italic;
								border-bottom: 1px solid #ebebeb;
								margin-bottom: 20px;
								padding-bottom: 20px;
							}
								.single .post .left,
								.single .post .right {
									width: auto;
								}
								.single .post .post-data .gravatar {
									display: inline-block;
									position: relative;
									top: 10px;
									margin-right: 5px;
									-webkit-border-radius: 3px;
									-moz-border-radius: 3px;
									border-radius: 3px;
									overflow: hidden;
								}
									.single .post .post-data .gravatar img {
										display: block;
									}
								.single .post .post-data a {
									color: #666;
								}
								.single .post .post-data .post-comments {
									position: relative;
									top: 15px;
									background: url(http://internetizado.s3.amazonaws.com/internetizado/images/icon-comment.gif) no-repeat 0 4px;
									padding: 0 0 0 13px;
								}
								
							.post-entry {
								font-size: 14px;
								font-size: 1.4rem;
								line-height: 1.6em;
							}
								.post-entry p {
									margin-bottom: 20px;
								}
								.post-entry a {
									font-weight: bold;
								}
								.post-entry blockquote {
									font-size: 15px;
									padding: 20px 20px 1px 20px;
									background: #e9e9e9 url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-gris-oscuro.jpg);
									margin-bottom: 20px;
									-moz-border-radius: 3px;
									-webkit-border-radius: 3px;
									border-radius: 3px;
								}
								.post-entry ul,
								.post-entry ol {
									margin-bottom: 20px;
								}
									.post-entry ul li {
										list-style: disc;
										margin-left: 30px;
									}
									.post-entry ol li {
										list-style: decimal;
										margin-left: 30px;
									}
										.post-entry ul li ul,
										.post-entry ol li ol {
											margin-bottom: 0px;
										}
								.single .post-entry h1, .single .post-entry h2, .single .post-entry h3,
								.single .post-entry h4, .single .post-entry h5, .single .post-entry h6 {
									font-family: 'Droid Serif', Georgia, serif;
									font-weight: normal;
									line-height: 1.2em;
									margin-bottom: 20px;
								}
								.single .post-entry h1 { font-size: 22px; font-size: 2.2rem; }
								.single .post-entry h2 { font-size: 20px; font-size: 2.0rem; }
								.single .post-entry h3 { font-size: 18px; font-size: 1.8rem; }
								.single .post-entry h4 { font-size: 16px; font-size: 1.6rem; }
								.single .post-entry h5 { font-size: 14px; font-size: 1.4rem; text-transform: uppercase; letter-spacing: 0.1em; }
								.single .post-entry h6 { font-size: 12px; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.1em; color: #666; }
								
								/* Images, Captions */
								.post-entry p img {
									padding: 0;
									max-width: 100%;
									}
								img.alignnone {
									display: block;
									margin-bottom: 20px;
									}
								img.centered {
									clear: both;
									display: block;
									margin-left: auto;
									margin-right: auto;
									}
								img.alignright {
									padding: 4px;
									margin: 0 0 5px 15px;
									display: inline;
									}
								img.alignleft {
									padding: 4px;
									margin: 0 15px 5px 0;
									display: inline;
									}
								.alignright {
									float: right;
									margin: 0 15px 5px 15px;
									}
								.alignleft {
									float: left;
									margin: 0 20px 5px 0px;
									}
									
								.aligncenter,
								div.aligncenter {
									clear: both;
									display: block;
									margin-left: auto;
									margin-right: auto;
									}
								.wp-caption {
									text-align: center;
									}
								.wp-caption p {
									margin: 0;
									}
								.wp-caption p.wp-caption-text {
									font-size: 0.9em;
									line-height: 1.2em;
									padding: 0 4px 5px;
									font-style:italic;
									color:#555;
									margin: 0 0 10px 0;
									}
									
							.single .post .post-data-bottom {
								font-family: 'Droid Serif', Georgia, serif;
								font-size: 12px;
								font-size: 1.2rem;
								color: #999;
								font-style: italic;
								margin-bottom: 20px;
							}
								.single .post .post-data-bottom a {
									color: #666;
								}
								
							.pagination-single {
								overflow: hidden;
								height: 1%;
								font-size: 13px;
								font-size: 1.3rem;
								margin-bottom: 20px;
								border-top: 1px solid #ebebeb;
								padding: 20px 0 0 0;
							}
								.pagination-single a {
									display: block;
									width: 280px;
								}
								.pagination-single .right {
									text-align: right;
								}
							
							#recomendar {
								background: #e9e9e9 url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-gris-oscuro.jpg);
								margin-bottom: 10px;
								overflow: hidden;
								-webkit-border-top-left-radius: 3px;
								-webkit-border-top-right-radius: 3px;
								-moz-border-radius-topleft: 3px;
								-moz-border-radius-topright: 3px;
								border-top-left-radius: 3px;
								border-top-right-radius: 3px;
							}
								#recomendar .left {
									padding: 20px;
									width: 300px;
									border-right: 10px solid #fff;
								}
									#recomendar .left .item {
										float: left;
										display: inline;
										margin-right: 10px;
									}
								#recomendar .right {
									padding: 20px;
									width: 184px;
									position: relative;
									left: -10px;
									border-left: 10px solid #fff;
									text-align: center;
								}
							
							#relacionados {
								padding: 20px 0px 0px 20px;
								background: #d1e1ed url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-celeste-oscuro.jpg);
								margin-bottom: 20px;
								overflow: hidden;
								-webkit-border-bottom-left-radius: 3px;
								-webkit-border-bottom-right-radius: 3px;
								-moz-border-radius-bottomleft: 3px;
								-moz-border-radius-bottomright: 3px;
								border-bottom-left-radius: 3px;
								border-bottom-right-radius: 3px;
							}
								#relacionados ul {
									overflow: hidden;
									height: 1%;
									}
									#relacionados ul li {
										margin-bottom: 20px;
										margin-right: 20px;
										float: left;
										display: inline;
										width: 262px;
										}
										#relacionados ul li a {
											display: block;
											overflow: hidden;
											height: 1%;
											color: #666;
											font-size: 1.1rem;
											line-height: 1.1em;
											line-height: 1.2em;
											}
											#relacionados ul li a span {
												float: left;
												display: block;
												width: 110px;
												height: 60px;
												margin-right: 10px;
												}
											#relacionados ul li a strong {
												font-family: 'Droid Serif', Georgia, serif;
												display: block;
												color: #333;
												margin-bottom: 5px;
												}
												#relacionados ul li a:hover strong {
													color: #000;
													}
							
								#recomendar h4,
								#relacionados h4 {
									font-size: 14px;
									font-size: 1.4rem;
									font-weight: bold;
									text-shadow: 0 1px 0 rgba(255,255,255,0.5);
									margin-bottom: 20px;
								}
								
				/* Comentarios */
				
				#content-comments {
					margin-top: 20px;
					}
					#content-comments h3#comments-title,
					#content-comments h3#respond-title {
						font-size: 14px;
						font-size: 1.4rem;
						font-weight: bold;
						margin: 0px 0px 20px 20px;
						}
					
					ol.commentlist {
						list-style: none;
						margin: 0px;
						border-top: 1px solid #ebebeb;
						}
						ol.commentlist li {
							margin: 0px;
							}
							ol.commentlist li div.comment-container {}
								ol.commentlist li div.comment-content {
									padding: 20px 0px;
									border-bottom: 1px solid #ebebeb;
									}
									ol.commentlist li div.comment-content .avatar {
										float: left;
										display: inline;
										width: 60px;
									}
									ol.commentlist li div.comment-content .avatar img {
										display: block;
										border-right: none;
									}
									ol.commentlist li div.comment-content .comment-txt {
										float: left;
										display: inline;
										width: 360px;
										padding: 0px 20px;
										font-size:1.2em;
									}
									ol.commentlist li div.comment-content p {
										margin-bottom:10px;
										line-height:140%;
										}
									ol.commentlist li div.comment-content strong.comment-author {
										font-size:12px;
										color:#555;
										margin-right:10px;
										}
										ol.commentlist li div.comment-content strong.comment-author	a {}
									ol.commentlist li div.comment-content span.comment-author-data {
										font-size:11px;
										color: #999;
										}
										ol.commentlist li div.comment-content span.comment-author-data a {
										color: #999;
										}
									
									ol.commentlist li div.comment-content .comment-right {
										float: left;
										display: inline;
										width: 124px;
										text-align: right;
									}
									ol.commentlist li div.comment-content .comment-right .comment-vote {
										margin-top: 10px;
										visibility: hidden;
									}
										ol.commentlist li div:hover.comment-content .comment-right .comment-vote {
											visibility: visible;
										}
						
						
						ol.commentlist ul.children {}
							ol.commentlist ul.children li div.comment-content {
								padding-left: 20px;
								background: url(http://internetizado.s3.amazonaws.com/internetizado/images/comment-arrow.gif) no-repeat 0px 20px;
							}	
							ol.commentlist ul.children li .avatar {
								width: 40px;
								height: auto;
							}
							ol.commentlist ul.children li .comment-txt {
								width: 360px;
							}
									
								ol.commentlist ul.children li li div.comment-content {
									padding-left: 40px;
									background-position: 20px 20px;
								}
								ol.commentlist ul.children li li .comment-txt {
									width: 340px;
								}
								
								ol.commentlist ul.children li li li div.comment-content {
									padding-left: 60px;
									background-position: 40px 20px;
								}
								ol.commentlist ul.children li li li .comment-txt {
									width: 320px;
								}
								
								ol.commentlist ul.children li li li li div.comment-content {
									padding-left: 80px;
									background-position: 60px 20px;
								}
								ol.commentlist ul.children li li li li .comment-txt {
									width: 300px;
								}
								
					
					.moderate {
						color:#C00;
						font-style:italic;
						}
						
					#content-comments #pings {}
						#content-comments #pings h3 {}
						#content-comments #pings ol {
							margin:0px 20px;
							padding:0px;
							}
					
					#respond {
						margin:0px;
						padding-top: 20px;
						}
						
					.cancel-comment-reply {
						margin:0px 0px 0px 5px;
						}
						.cancel-comment-reply a {
							font-size: 12px;
							font-size: 1.2rem;
							color: #db0000;
							}
							
					#commentform {
						font-size: 12px;
						font-size: 1.2rem;
						}
						#commentform .left {
							width: 325px;
						}
						#commentform .right {
							width: 218px;
						}
						#commentform .alert {
							height: 81px;
							margin-bottom: 10px;
						}
						
						#commentform p {
							margin-bottom: 10px;
							}
						#commentform label {
							width: 80px;
							padding: 9px 10px 0 0;
							text-align: right;
							float: left;
							display: inline;
							}
							#commentform label span {
								color: #C00;
								}
						#commentform input {
							float: left;
							display: inline;
							width: 215px;
							margin-bottom: 10px;
							}
						#commentform textarea {
							width: 474px;
							height: 120px;
							margin-bottom: 10px;
							}
						#commentform input.submit {
							float: right;
							width: auto;
							padding: 10px 30px 7px 30px;
						}
						
						#commentform .subscribe-to-comments {
							float: left;
							display: inline;
							width: 340px;
							margin-left: 90px;
						}
							#commentform .subscribe-to-comments label {
								width: auto;
								padding: 5px 0 0 10px;
								text-align: left;
								float: static;
								width: 250px;
							}
							
					.author-item {
						font-size: 13px;
						font-size: 1.3rem;
						line-height: 1.5em;
						margin-bottom: 20px;
						padding-bottom: 10px;
						border-bottom: 1px solid #ebebeb;
						overflow: hidden;
						height: 1%;
					}
						.author-item .avatar {
							width: 90px;
							float: left;
							display: inline;
							margin: 0 20px 20px 0;
							-webkit-border-radius: 5px;
							-webkit-border-top-right-radius: 0;
							-moz-border-radius: 5px;
							-moz-border-radius-topright: 0;
							border-radius: 5px;
							border-top-right-radius: 0;
							overflow: hidden;
						}
						.author-item .right {
							width: 470px;
						}
							.author-item h3 {
								font-size: 18px;
								font-size: 1.8rem;
								line-height: 1.2em;
								margin-bottom: 10px;
							}
							.author-item p {
								margin-bottom: 10px;
								
							}
									
			/* Sidebar */
			
			#sidebar {
				float: left;
				display: inline;
				width: 336px;
				min-height: 600px;
			}
				
				#sidebar .widget {
					margin-bottom: 20px;
				}
				#sidebar .widget-50 {
					float: left;
					margin-right: 10px;
					width: 163px;
				}
				#sidebar .widget-50-nomargin {
					margin-right: 0px;
				}
				
					#sidebar .widget h4 {
						color: #398da3;
						background: #d1e1ed url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-celeste-oscuro.jpg);
						font-size: 12px;
						font-size: 1.2rem;
						padding: 10px;
						font-weight: bold;
						margin-bottom: 10px;
						-webkit-border-top-left-radius: 3px;
						-webkit-border-top-right-radius: 3px;
						-moz-border-radius-topleft: 3px;
						-moz-border-radius-topright: 3px;
						border-top-left-radius: 3px;
						border-top-right-radius: 3px;
					}
				
					#sidebar .widget ul.nav-sidebar {
						font-size: 12px;
						font-size: 1.2rem;
					}
						#sidebar .widget ul.nav-sidebar li {
							display: inline;
							margin-right: 6px;
							margin-bottom: 5px;
						}
							#sidebar .widget ul.nav-sidebar li a {
								padding: 6px 10px;
								display: inline-block;
								color: #666;
								text-shadow: 0 1px 0 rgba(255,255,255,0.9);
								border: 1px solid #ebebeb;
								-moz-border-radius: 5px;
								-webkit-border-radius: 5px;
								border-radius: 5px;
							}
							#sidebar .widget ul.nav-sidebar li a:hover {
								color: #333;
								border: 1px solid #ccc;
							}
					
					#sidebar #sidebar-social ul {}				
						#sidebar #sidebar-social ul li {
							padding: 8px 0;
							font-size: 11px;
							font-size: 1.1rem;
							border-top: 1px solid #ebebeb;
						}
							#sidebar #sidebar-social ul li a {
								color: #333;
							}
							#sidebar #sidebar-social ul li a.rss {
								display: block;
								background: url(http://internetizado.s3.amazonaws.com/internetizado/images/rss.gif) no-repeat 0 1px;
								padding: 5px 0 5px 20px;
							}
							#sidebar #sidebar-social ul li .formulario input.suscribe-email {
								width: 216px;
								margin-right: 5px;
							}
					
					#sidebar #sidebar-ads {
						overflow: hidden;
						margin-bottom: 10px;
					}
						#sidebar #sidebar-ads .ad-block {
							float: left;
							width: 163px;
							text-align: center;
							padding: 19px 0;
							margin: 0 10px 10px 0;
							background: #e9e9e9 url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-gris-oscuro.jpg);
						}
							#sidebar #sidebar-ads .ad-block a,
							#sidebar #sidebar-ads .ad-block img {
								display: block;
							}
							#sidebar #sidebar-ads .ad-block img {
								width: auto;
								margin: 0 auto;
							}
							#sidebar #sidebar-ads .ad-block-right {
								margin: 0 0 10px 0;
							}
							#sidebar #sidebar-ads .ad-large {
								width: 160px;
								padding: 0;
								background: none;
							}
						#sidebar #sidebar-ads .ad-block-content {
							float: left;
							width: 163px;
						}
							#sidebar #sidebar-ads .ad-block-content .ad-block {
								width: 166px;
								padding: 14px 0px;
							}
					
					#sidebar .widget ul.list-style-1 {}
						#sidebar .widget ul.list-style-1 li {
							margin-bottom: 10px;
							}
							#sidebar .widget ul.list-style-1 li a {
								display: block;
								overflow: hidden;
								height: 1%;
								}
								#sidebar .widget ul.list-style-1 li a span {
									float: left;
									display: block;
									width: 110px;
									height: 60px;
									margin-right: 10px;
									}
								#sidebar .widget ul.list-style-1 li a strong {
									display: block;
									color: #555;
									font-family: 'Droid Serif', Georgia, serif;
									font-size: 11px;
									font-size: 1.1rem;
									line-height: 1.2em;
									margin-bottom: 10px;
									}
					
					#sidebar .widget ul.list-style-comments {}
						#sidebar .widget ul.list-style-comments li {
							margin-bottom: 10px;
							font-size: 11px;
							font-size: 1.1rem;
							line-height: 1.2em;
							color: #333;
							overflow: hidden;
							height: 1%;
							}
							#sidebar .widget ul.list-style-comments li img {
								float: left;
								display: inline;
								margin-right: 10px;
								}
									
					#sidebar .widget ul.xoxo {
						font-size: 11px;
						font-size: 1.1rem;
						line-height: 1.2em;
						}
						#sidebar .widget ul.xoxo li {
							background: url(http://internetizado.s3.amazonaws.com/internetizado/images/li-bullet.gif) no-repeat 2px 2px;
							padding-left: 16px;
							margin-bottom: 8px;
							}
							#sidebar .widget ul.xoxo li a {
								color: #333;
								}			
								
					#sidebar .widget ul.list-style-numbers {}
						#sidebar .widget ul.list-style-numbers li {
							background: #e9e9e9 url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-gris-oscuro.jpg);
							margin-bottom: 10px;
							font-size: 11px;
							font-size: 1.1rem;
							line-height: 1.2em;
							font-style: italic;
							font-weight: bold;
							color: #666;
							padding: 10px;
							}
							#sidebar .widget ul.list-style-numbers li span {
								margin-right: 1px;
								font-family: 'Droid Serif', Georgia, serif;
								font-size: 16px;
								font-size: 1.6rem;
								position: relative;
								top: 1px;
								color: #398da3;
								}
						#sidebar .widget ul.list-style-numbers li:last-child {
							margin-bottom: 0;
							}
							
					#sidebar .widget ul.list-style-charlatanes {}
						#sidebar .widget ul.list-style-charlatanes li {
							overflow: hidden;
							height: 1%;
							margin-bottom: 10px;
							font-size: 11px;
							font-size: 1.1rem;
							line-height: 1.2em;
							font-style: italic;
							color: #666;
							}
							#sidebar .widget ul.list-style-charlatanes li img {
								float: left;
								display: inline;
								margin-right: 10px;
								}
							#sidebar .widget ul.list-style-charlatanes li strong {
								font-weight: bold;
								color: #333;
								display: block;
								margin-bottom: 2px;
								}
						#sidebar .widget ul.list-style-charlatanes li:last-child {
							margin-bottom: 0;
							}		
							
							
					#sidebar .widget ul.tabs {
						overflow: hidden;
						height: 1%;
						margin-bottom: 10px;
					}
						#sidebar .widget ul.tabs li {
							display: inline;
							float: left;
							width: 168px;
						}
							#sidebar .widget ul.tabs li a {
								display: block;
								color: #999;
								background: #e9e9e9 url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-gris-oscuro.jpg);
								font-size: 12px;
								font-size: 1.2rem;
								padding: 10px;
								font-weight: bold;
								-webkit-border-top-left-radius: 3px;
								-moz-border-radius-topleft: 3px;
								border-top-left-radius: 3px;
							}
							#sidebar .widget ul.tabs li:last-child a {
								-webkit-border-top-left-radius: 0px;
								-moz-border-radius-topleft: 0px;
								border-top-left-radius: 0px;
								-webkit-border-top-right-radius: 3px;
								-moz-border-radius-topright: 3px;
								border-top-right-radius: 3px;
							}
							#sidebar .widget ul.tabs li a.current {
								color: #398da3;
								background: #d1e1ed url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-celeste-oscuro.jpg);
							}
					#sidebar .widget .panes .pane {
						display:none;
					}
					
			/* Archivo */
		
			#archivo {
				
			}
				
				#archivo-categorias {
					float: left;
					display: inline;
					width: 170px;
					margin-bottom: 20px;
				}
					#archivo-categorias ul {
						
						border-right: 1px solid #ebebeb;
						}
						#archivo-categorias ul li {
							display: inline;
							font-size: 12px;
							font-size: 1.2rem;
							}
							#archivo-categorias ul li a {
								color: #333;
								display: block;
								padding: 8px 20px 8px 0px;
								border-bottom: 1px solid #ebebeb;
								}
								#archivo-categorias ul li a:hover {
									color: #006f8c;
									}
				#archivo-tags {
					float: left;
					display: inline;
					width: 374px;
					margin-bottom: 20px;
					padding: 20px;
					background: #e9e9e9 url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-gris-oscuro.jpg);
					text-align: center;
					line-height: 2em;
					-webkit-border-top-right-radius: 3px;
					-webkit-border-bottom-right-radius: 3px;
					-moz-border-radius-topright: 3px;
					-moz-border-radius-bottomright: 3px;
					border-top-right-radius: 3px;
					border-bottom-right-radius: 3px;
				}
					#archivo-tags a {
						padding: 2px;
						white-space: nowrap;
					}
					
				#archivo-date {}
					#archivo-date a {
						display: inline-block;
						font-size: 12px;
						font-size: 1.2rem;
						-moz-border-radius: 3px;
						-webkit-border-radius: 3px;
						border-radius: 3px;
						padding: 8px 10px;
						white-space: nowrap;
						background: #e9e9e9 url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-celeste-oscuro.jpg);
						margin: 0 1px 3px 0;
						}
					
	/* Footer */
	
		#footer {
			color: #999;
			font-size: 11px;
			font-size: 1.1rem;
			margin-bottom: 20px;
		}
			#footer ul li {
				display: inline;
				margin: 0 10px;
			}
				#footer a {
					color: #999;	
				}
				#footer a:hover {
					color: #666;	
				}

/* Genericas */

.container {
	width: 1000px;
	margin: 0 auto;
}
.left {
	float: left;
	display: inline;
	}
.right {
	float: right;
	display: inline;
	}
.clear{
	clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;
	}
.calado {
	background: #e9e9e9 url(http://internetizado.s3.amazonaws.com/internetizado/images/bg-gris-oscuro.jpg);
	padding: 10px 0 30px 0;
	margin-bottom: -20px;
}
.clickeable {
	cursor: pointer;
}
.alert {
	color: #666;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.3em;
	background: #ffffec;
	border: 1px solid #eeeeb6;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}
.adsense-links {
	text-align: center;
}

	/* Forms */
	
	.formulario input,
	.formulario textarea,
	.formulario select {
		font-size: 12px;
		font-size: 1.2rem;
		font-family: Helvetica, Arial, sans-serif;
		padding: 8px 9px;
		background: #fafafa;
		border: 1px solid #d6d6d6;
		color: #999;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.05);
		-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 3px rgba(0,0,0,0.05);
	}
	.formulario input:focus,
	.formulario textarea:focus,
	.formulario select:focus {
		color: #333;
	}
	.formulario textarea {
		padding: 9px;
	}
	.formulario input.submit {
		cursor: pointer;
		font-size: 9px;
		font-size: 0.9rem;
		text-transform: uppercase;
		text-shadow: 0 1px 0 rgba(255,255,255,0.6);
		letter-spacing: 0.07em;
		color: #333;
		background: #d6d6d6;
		border: 1px solid #b8b8b8;
		position: relative;
		padding: 10px 10px 7px 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 14px 1px rgba(255,255,255,0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 14px 1px rgba(255,255,255,0.2);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 14px 1px rgba(255,255,255,0.2);
	}
	input:hover.submit {
		background: #ddd;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 14px 1px rgba(255,255,255,0.3), 0 1px 5px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 14px 1px rgba(255,255,255,0.3), 0 1px 5px rgba(0,0,0,0.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 14px 1px rgba(255,255,255,0.3), 0 1px 5px rgba(0,0,0,0.1);
	}
	input:active.submit {
		top: 1px;
		background: #ccc;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 5px 3px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 5px 3px rgba(0,0,0,0.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 5px 3px rgba(0,0,0,0.1);
	}
	
	.wpcf7 textarea {
		width: 560px;
	}
	
	/* Pagination */
	
	.pagination {
		overflow: hidden;
		height: 1%;
		padding: 3px 0px 50px 150px;
		align: center;
	}
		body .pagination a,
		body .pagination span,
		body .pagination span.current {
			float: left;
			margin-right: 5px;
			padding: 7px 10px 5px 10px;
			font-size: 10px;
			font-size: 1rem;
			-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 10px 1px rgba(255,255,255,0.2);
			-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 10px 1px rgba(255,255,255,0.2);
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 10px 1px rgba(255,255,255,0.2);
		}
			body .pagination a:hover {
				-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 10px 1px rgba(255,255,255,0.3), 0 1px 5px rgba(0,0,0,0.1);
				-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 10px 1px rgba(255,255,255,0.3), 0 1px 5px rgba(0,0,0,0.1);
				box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 10px 1px rgba(255,255,255,0.3), 0 1px 5px rgba(0,0,0,0.1);
			}
		body .pagination span.current {
			color: #fff;
			background: #ACC705;
			border: 1px solid #8BA003;
			top: 0;
		}
	
	/* Buttons */
	
	a.button,
	a.comment-reply-link,
	.pagination a,
	.pagination span.current {
		font-size: 9px;
		font-size: 0.9rem;
		text-transform: uppercase;
		text-shadow: 0 1px 0 rgba(255,255,255,0.6);
		letter-spacing: 0.07em;
		text-align: center;
		color: #333;
		background: #d6d6d6;
		border: 1px solid #b8b8b8;
		display: inline-block;
		position: relative;
		padding: 8px 20px 4px 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 16px 1px rgba(255,255,255,0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 16px 1px rgba(255,255,255,0.2);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 16px 1px rgba(255,255,255,0.2);
	}
		a.comment-reply-link {
			display: inline-block;
			padding: 8px 10px 4px 10px;
		}
	a:hover.button,
	a:hover.comment-reply-link,
	.pagination a:hover {
		background: #ddd;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 16px 1px rgba(255,255,255,0.3), 0 1px 5px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 16px 1px rgba(255,255,255,0.3), 0 1px 5px rgba(0,0,0,0.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 16px 1px rgba(255,255,255,0.3), 0 1px 5px rgba(0,0,0,0.1);
	}
	a:active.button,
	a:active.comment-reply-link,
	.pagination a:active {
		top: 1px;
		background: #ccc;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 5px 3px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 5px 3px rgba(0,0,0,0.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), inset 0 5px 3px rgba(0,0,0,0.1);
	}
	
	
.vienendegoogle{
margin:0 auto;
width:600px;
padding:50px 0 40px 0;
font:1em/1.8em Arial, sans-serif !important;
color:#777;
}

.vienendegoogle .titulopost{font:bold 26px/28px Arial, sans-serif; color:#333; margin:0px 0;}
.vienendegoogle p{font-size:10px; line-height:18px; color:#333; width:400px;}

.vienenexcerpt{border-bottom:2px dotted #999; width:600px; margin:10px auto 110px; padding-bottom:10px}
.vienenexcerpt p{font:12px/18px Arial, Helvetica, sans-serif; color:#333; padding: 0 0 40px}