/* CSS extesamente modificado por Fabián Núñez Acevedo para DILO.cl */

@import url('../blueprint/reset.css');
@import url('../blueprint/typography.css');
@import url('../blueprint/forms.css');

/* Globales */

body {
	background-image: url('../../images/headerdilo.jpg');
	background-color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em; }

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

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

:focus { -moz-outline-style: none; }

a, a:link, a:visited {
	color: #435159;
	font-weight: bold;
	text-decoration: none; }

a:hover {
	color: #63B1D8; }

p { line-height: 1.5em; }
blockquote { }
code { }
pre code { }

input[type=submit] {
	border: 1px solid #CCC;
	padding: 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

input[type=submit]:hover {
	background: #63B1D8;
	color: #FFF; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #CCC; }

th, td {
	padding: 5px;
	border: 1px solid #CCC;
	border-width: 1px; }

th {
	font-weight: bold;
	background: #F5F5F5; }

td { background: #FFF; }

/* Clases comunes */

.aligncenter {
	display: block;
	margin: 0 auto; }

.alignright {
	float: right;
	margin: 0 0 1em 1em; }

.alignleft {
	float: left;
	margin: 0 1em 1em 0; }

.floatleft { float: left; }

.floatright { float: right; }

img.aligncenter, img.alignright, img.alignleft { border: 5px solid #322E2C; }

.textcenter { text-align: center; }

.textright { text-align: right; }

.textleft { text-align: left; }

.noticebox {
	background-color: #fff9d7;
	border: 1px solid #e2c822;
	color: #333;
	margin-bottom: 20px;
	padding: 10px; }

.noticebox a { color: #000; }

.sub { }

.ui-tabs-hide, .hide { display: none !important; }

.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background: #F3F3F3;
	padding-top: 4px;
	margin: 10px }

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none; }

.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0 }

.tags a:link, .tags a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px;
	display: inline-block;
	background: #F5F5F5;
	margin-bottom: 3px; }

/* Estructura */

#wrapper {
	min-height: 100%;
	position: relative; }

#main {
	z-index: 0;
	*z-index: -1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #FFF; }

/*#main { background: url(../../images/12_col.gif); } */

/* Cabecera */

#header { }

#branding {
	width: 973px;
	margin: 1em auto;
	border: 1px solid #EEE;
	background: #FFF;
	margin: 0 auto 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url('../../images/headerdilo.jpg');  }

.logo {
	max-width: 600px;
	float: left;
	margin: 10px; }

.blog-name {
	font-weight: bold;
	font-size: 36px;
	text-shadow: 2px 2px 2px #555;
	display: block;
	margin: 0;
	letter-spacing: -2px;
	padding: 0;
	line-height: 1em; }

.blog-name a:link, .blog-name a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em; }

.blog-name a:hover { color: #63B1D8; }

.blog-description {
	font-size: 16px;
	color: #CCC;
	line-height: 1em; }

/* Navegación */

#nav { }
#nav-content {
	width: 973px;
	border: 1px solid #EEE;
	background: #F5F5F5;
	margin: 0 auto 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.sf-menu { font-weight: bold; }

.sf-menu, .sf-menu ul {
	float: left;
	list-style: none;
	line-height: 30px;
	padding: 0; margin: 0; }

.sf-menu a
	{ display: block;
	text-decoration: none;
	padding: 0 15px;
	text-transform: uppercase;
	color: #666; font-size: 10px; }

.sf-menu li { float: left; padding: 0; }

.sf-menu ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0;
	line-height: 1;
	border: solid #CCC;
	border-width: 0 0 1px; }

.sf-menu li li {
	width: 148px;
	border: solid #CCC;
	border-width: 1px 1px 0; }

.sf-menu li li a {
	background: #FFF;
	padding: 7px 10px;
	width: 128px;
	font-size: 10px;
	text-transform: none; }

.sf-menu li ul ul { margin: -27px 0 0 148px; }

.sf-menu li li:hover { background-color: #76BAE5; }

.sf-menu li:hover ul ul, .sf-menu li:hover ul ul ul, .sf-menu li:hover ul ul ul ul, .sf-menu li.sfhover ul ul, .sf-menu li.sfhover ul ul ul, .sf-menu li.sfhover ul ul ul ul { left: -999em; }

.sf-menu li:hover ul, .sf-menu li li:hover ul, .sf-menu li li li:hover ul, .sf-menu li li li li:hover ul, .sf-menu li.sfhover ul, .sf-menu li li.sfhover ul, .sf-menu li li li.sfhover ul, .sf-menu li li li li.sfhover ul { left: auto; z-index: 2; }

.sf-menu li ul li:hover a, .sf-menu li ul li li:hover a, .sf-menu li ul li li li:hover a, .sf-menu li ul li li li:hover a { color: #63B1D8; }

.sf-menu li:hover li a, .sf-menu li li:hover li a, .sf-menu li li li:hover li a, .sf-menu li li li li:hover li a { color: #666; }

.rss {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0 15px; }

.rss a:link, .rss a:visited {
	display: block;
	margin: 0 25px 0 0;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0 0 0;
	float: left;
	clear: left;
	margin: 0; }

.rss li {
	float: left;
	display: inline;
	text-transform:	uppercase;
	background: url(../../images/rss.png) no-repeat;
	background-position: 0 9px;
	padding: 0 0 0 18px;
	margin: 0 0 0 10px; }

/* Barra de búsqueda */

#searchbar {
	float: right;
	overflow: hidden;
	padding: 10px;
	margin: 15px;
	width: 450px;
	border: 1px solid #EEE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

#searchform #s {
	border: 2px inset #CCC;
	padding: 3px;
	width: 350px; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

#searchform #searchsubmit { }

/* Barra lateral */

.sidebar {  }
.sidebar .xoxo {
	list-style: none;
	padding: 10px 0px 10px 10px;
	margin: 0; }

.widgetcontainer {
	border: 1px solid #EEE;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.widgetcontainer:first-child {margin: 0px}

.widgetcontainer ul, .widgetcontainer ol {
	list-style: none;
	margin-left: 15px; }

.widgetcontainer li {
	margin-bottom: 0px;
	color: #848485;
	border-bottom: 1px solid #F5F5F5;
	padding: 1px 0px 2px 0px; }

.widgetcontainer li:last-child, .widgetcontainer li:last-child a {border: 0}

.widgetcontainer li:hover {
	background: #F5F5F5;
 }

.widgetcontainer ul li:before, widgetcontainer ul ul li:before { content: "\00BB \0020"; }

.widgetcontainer li a:visited, .widgetcontainer li a:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; }

.widgetcontainer li a:hover { border-bottom: 1px dotted #635957; }

.widgetcontainer input[type=text] { width: 260px; }

.widgettitle {
	margin: 0 0 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: -1px; }

.widgettitle a { color: #666; }

.widgetcontent { font-size: 10px; }

#multi-sidebar { }

#multi-sidebar .tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden; }

#multi-sidebar .tabs li	{
	float: left;
	background: #F5F5F5;
	padding: 3px 6px;
	margin: 0 3px 5px 0; }

#multi-sidebar .tabs a:link, #multi-sidebar .tabs a:visited {
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase; }

#multi-sidebar .tabs a:hover { border-bottom: 1px dotted #FFF; }

#multi-sidebar .tabs .ui-tabs-selected { background: #FFF; }

#multi-sidebar .tabs .ui-tabs-selected a:link, #multi-sidebar .tabs .ui-tabs-selected a:visited	{ color: #37322F; }

#multi-sidebar #s-tags a:link, #multi-sidebar #s-tags a:visited	{
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px;
	background: #F5F5F5;
	display: inline-block;
	margin-bottom: 3px; }

#multi-sidebar .widgetcontainer	{
	margin-bottom: 10px;
	padding: 10px;
	font-size: 11px;
	border-left: 1px solid #EEE; }

#multi-sidebar .widgetcontainer ul {
	list-style: none;
	margin: 0; }

#multi-sidebar .widgetcontainer li { margin-bottom: 10px; }

#multi-sidebar .widgetcontainer a:link, #multi-sidebar .widgetcontainer a:visited {}

/* GalerÃƒÂ­a destacada */

.featured {
	background: #FFF;
	padding: 10px;
	margin: 0px ;
	height: 250px;
	border: 1px solid #EEE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

#controls {
	position: absolute;
	float: left;
	z-index: 1000;
	width: 630px;
	padding-top: 75px; }

#controls .next, #controls .prev {
	text-indent: -9000px;
	width: 30px;
	height: 30px;
	display: block; }

#controls .prev {
	background: url(../../images/prev.png) no-repeat;
	float: left; }

#controls .next {
	background: url(../../images/next.png) no-repeat;
	float: right; }

#featured-slideshow {
	position: relative;
	height: 250px;
	margin-right: 20px; }

.featured-article {
	display: block;
	width: 630px;
	height: 250px;
	text-decoration: none !important }

.featured-entry {
	position: relative;
	top: 165px;
	overflow: hidden;
	background: url(../../images/overlay.png);
	height: 85px;
	color: #FFF;
	padding: 0;
	display: block; }

.featured-entry .entry-title {
	color: #FFF;
	padding: 10px 15px 0;
	display: block;
	font-size: 18px;
	font-weight: bold; }

.featured-entry .entry-summary {
	padding: 0 15px;
	margin: 0;
	display: block; }

.layout-3c-r-fixed .featured, .layout-3c-fixed .featured { height: 225px; }

.layout-3c-r-fixed #controls, .layout-3c-r-fixed .featured-article, .layout-3c-fixed #controls, .layout-3c-fixed .featured-article { width: 480px; }

.layout-3c-r-fixed .featured-article, .layout-3c-fixed .featured-article { height: 225px; }

.layout-3c-r-fixed .featured-entry, .layout-3c-fixed .featured-entry { height: 100px; top: 125px; }

/* Contenido de los widgets inferiores */

#bottom-content-1 {
	float: left;
	width: 320px;
	margin: 0 10px 10px 0;
	overflow: hidden; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

#bottom-content-2 {
	float: left;
	width: 320px;
	margin: 0px 0px 10px 0;
	overflow: hidden; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

#bottom-content-1 .xoxo, #bottom-content-2 .xoxo { margin: 0; }

#bottom-content-1 * .xoxo, #bottom-content-2 * .xoxo { margin-left: 10px; }

#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle	{ }

.layout-3c-r-fixed #bottom-content-1, .layout-3c-r-fixed #bottom-content-2, .layout-3c-fixed #bottom-content-1, .layout-3c-fixed #bottom-content-2 { width: 245px; }

/* ÃƒÅ¡ltimos titulares */

.feed-title {
	line-height: 1em;
	border: 1px solid #EEE;
	padding: 5px 10px;
	margin: 0px 10px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.posts-default, .posts-quick, .posts-line {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden; }

.posts-default .post {
	width: 191px;
	float: left;
	margin: 10px 10px 0px 0px;
	background: #FFF;
	height: 235px;
	padding: 9px;
	font-size: 11px;
	border: 1px solid #EEE;
	overflow: hidden;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; }

.posts-default .post:nth-last-child(4) {margin: 10px 0px 0px 0px ;}
.posts-default .post:last-child {margin: 10px 0px 0px 0px ;}

.posts-default img {
	float: left;
	width: 190px;
	height: 100px;
	background: #111;
	text-indent: -9000px; }

.posts-default .entry-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 5px;
	line-height: 1.3em; }

.posts-default .entry-title a:link, .posts-default .entry-title a:visited { 
	color: #777;
	border-bottom: 1px dotted #CCC;
	text-decoration: none; }

.posts-default .entry-summary, .posts-quick .entry-summary {
	color: #444;
	overflow: hidden; }

.posts-default .entry-thumbnails {
	clear: both;
	display: inline-block; }

.posts-quick {
	background: #FFF;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #EEE; }

.posts-quick li {
	padding: 10px 0;
	border-bottom: 1px dotted #EEE; }

.posts-quick li:last-child { border: none; }

.posts-quick img {
	float: left;
	margin-right: 15px;
	border: 1px solid #CCC;
	width: 190px;
	height: 100px;
	background: #111;
	text-indent: -9000px; }

.posts-quick .entry-title {
	font-family: 'Georgia',
	serif; font-size: 16px;
	margin: 0 0 10px;
	line-height: 1.3em; }

.posts-quick .entry-title a:link, .posts-quick .entry-title a:visited { text-decoration: none; }

.posts-quick .entry-title a:hover { }

.posts-quick .entry-summary { line-height: 1.5em; }

.posts-quick .quick-read-more { padding: 5px 0; }

.posts-quick .entry-thumbnails { float: left; }

.posts-default .entry-meta, .posts-quick .entry-meta {
	color: #999;
	float: left;
	background: url(../../images/overlay.png);
	width: 190px;
	height: 25px;
	display: block;
	margin: -25px 0 0;
	font-weight: bold; }

.posts-quick .entry-meta { margin: 76px 0 0 -206px; }

.posts-default .entry-meta a:link, .posts-default .entry-meta a:visited, .posts-quick .entry-meta a:link, .posts-quick .entry-meta a:visited {
	text-decoration: none;
	color: #FFF; }

.posts-default .entry-comments, .posts-quick .entry-comments
	{ float: right;
	margin: 5px 5px 0;
	background: url(../../images/comments.gif)
	no-repeat left center;
	padding: 0 0 0 12px; }

.posts-default .published, .posts-quick .published {
	text-transform: uppercase;
	float: left;
	margin: 5px 5px 0;
	font-size: 10px;
	color: #999 !important;
	border-bottom: none; }

.posts-line {
	background: #FFF;
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 10px;
	border: 1px solid #EEE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.posts-line	li {
	padding: 5px 0;
	border-bottom: 1px solid #EEE; }

.posts-line li:last-child, .posts-line li:last-child a {
	border: 0;
	margin: 0px 0px -6px 0px; }

.posts-line li:hover {
	background: #F5F5F5; }


.posts-line .entry-cat {
	float: left;
	font-size: 10px;
	width: 80px;
	overflow: hidden;
	color: #848485;
	margin: 0px 8px; }

.posts-line .entry-title {
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 2px 0px 0px 0px; }

.posts-line .entry-title a:link, .posts-line .entry-title a:visited { text-decoration: none; }

.posts-line .entry-comments {
	float: right;
	font-size: 10px;
	color: #848485;
	margin: 0px 15px; }


.layout-3c-r-fixed .posts-default .post, .layout-3c-r-fixed .posts-default img, .layout-3c-r-fixed .posts-default .entry-meta { width: 225px; }

.layout-3c-fixed .posts-default .post, .layout-3c-fixed .posts-default img, .layout-3c-fixed .posts-default .entry-meta { width: 225px; }

.search-results h2 {
	line-height: 1em;
	border: 1px solid #EEE;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold; }

.search-results-content	{
	padding: 10px;
	margin-bottom: 15px; }

.navigation { margin: 11px 1px 11px 0px; }

/* Entrada simple */

.single .post, .single-post {
	margin: 0 10px 20px 0;
	border: 1px solid #EEE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.single .post .entry-title, .single-post .entry-title {
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
	line-height: 1.2em;
	margin: 10px;
	letter-spacing: -1px;
	background: #FFF;
	text-align: left;
	border: 1px solid #EEE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.single .post .entry-title a:link, .single .post .entry-title a:visited, .single-post .entry-title a:link, .single-post .entry-title a:visited {
	color: #848485;
	text-shadow: 1px 1px 1px #CCC;
	text-decoration: none; }

.single .post .entry-title a:hover, .single-post .entry-title a:hover { }

.single .post .entry-info, .single-post .entry-info { color: #848485; }

.single .post .entry-cat, .single-post .entry-cat {
	display: block;
	color: #848485;
	margin: 0; }

.single .post .entry-author, .single-post .entry-author {
	font-weight: bold;
	margin: 0 10px 0 0;
	color: #848485; }

.single .post .entry-author address, .single-post .entry-author address
	{ display: inline;
	font-style: normal; }

.single .post .tags, .single-post .tags {
	display: block;
	margin: 5px 0;
	color: #848485; }

.single .post .entry-photo, .single-post .entry-photo {
	width: 630px;
	margin: 0 auto 10px;
	background: #FFF;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.single .post .entry-content, .single-post .entry-content {
	margin: 10px 0;
	font-size: 13px;
	padding: 10px;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.single .post .entry-content p, .single-post .entry-content p { line-height: 1.75em; }

.single-post { padding: 0 10px; }

.single-post .entry-content { margin: 10px; }

.layout-3c-r-fixed .post .entry-photo, .layout-3c-r-fixed .single-post .entry-photo { width: 480px; }

.postbar {
	list-style: none;
	margin: 0 0 10px;
	padding: 4px 0;
	border: 1px solid #EEE;
	background: #F5F5F5;
	font-size: 11px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }


.postbar li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #DDD; }

.postbar li:first-child	{ border-left: 0; }

.postbar li a:link, .postbar li a:visited {
	text-decoration: none;
	font-weight: bold; }

.postbar li a:hover { }

.postbar .WP-PrintIcon, .postbar .WP-EmailIcon { display: none; }

.single-post-meta {
	padding: 4px;
	margin: 0 0 10px;
	border: 1px solid #EEE; }

.single-post-meta-field {
	clear: left;
	float: left;
	width: 15%;
	font-weight: bold; }

.single-post-meta-value {
	float: left;
	width: 80%; }

.module-title, .archive-title {
	line-height: 1em;
	border: 1px solid #EEE;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: #F0F0F0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; }

.gallery {
	clear: both;
	margin: 10px 0; }

.gallery-item {
	float: left;
	margin-right: 10px; }

.about-author {
	border: 1px solid #EEE;
	padding: 10px 15px;
	margin: 0 0 10px;
	line-height: 1.5em;
	font-size: 12px;
	background: #FFF; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.about-author h4 {
	font-size: 10px;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: bold; }

.about-author img {
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #FFF;
	padding: 0; }

/* wp-pagenavi */

.wp-pagenavi {
	margin: 0 0 10px;
	font-size: 12px; }

.wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 3px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #DDD; }
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.wp-pagenavi a:hover {
	background: #FFF;
	color: #000; }

.wp-pagenavi span.pages	{
	padding: 3px 4px;
	border: 1px solid #DDD;
	margin: 2px 2px 2px 0; }

.wp-pagenavi span.current {
	padding: 3px 4px;
	border: 1px solid #DDD;
	margin: 2px;
	font-weight: bold; }

/* GD star rating */

.gdmultitable { }

.gdmultitable td { }

/* WP125 */

#wp125adwrap_2c {
	width: 270px !important;
	display: inline-block;
	padding: 8px 0 2px 8px; }

#wp125adwrap_2c .wp125ad {
	padding: 0 !important;
	margin: 0 10px 10px 0 !important; }

#wp125adwrap_2c:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden; }

html[xmlns] #wp125adwrap_2c { display: block; }

* html #wp125adwrap_2c { height: 1%; }

/* WP-email */

#wp-email-required { color: #CC0000; }

#wp-email {
	margin: 10px;
	padding: 10px;
	background: #F0F0F0; }

#wp-email-button { text-align: left !important; }

/* Comentarios */

#commentlist {
	list-style: none;
	padding: 10px;
	margin: 0 10px 0 0;
	border: 1px solid #EEE;
	background: #FFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; }

#commentlist li {
	margin: 0;
	padding-bottom: 20px;
	overflow: hidden; }

#commentlist .avatar {
	border: 1px solid #CCC;
	padding: 1px;
	float: left;
	margin: 0 5px 10px 0; }

#commentlist cite {
	font-weight: bold;
	font-style: normal;
	line-height: 14px; }

#commentlist p {
	clear: left;
	font-size: 12px; }

#commentlist .reply { float: right; }

#commentlist .reply a, .comments-navigation a, .read-more, .navigation a {
	background: #FFF;
	text-decoration: none;
	padding: 5px 8px;
	margin-bottom: 3px;
	border: 2px solid #EEE;
	font-weight: bold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

#commentlist .reply a:hover, .comments-navigation a:hover, .navigation a:hover, .read-more:hover {
	color: #252221;
	background: #FFF; }

#commentlist .children {
	clear: right;
	margin: 5px 0 0; list-style: none; }

#commentlist .children li {
	border-bottom: none;
	border-left: 1px dotted #DDD;
	padding: 0 0 0 20px; }

#commentlist #respond {
	clear: both;
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px dotted #635957; }

#commentlist .comment-author { padding: 10px 0 0 10px; }

#commentlist .comment-content { padding: 0 10px; }
#commentlist .comment-node {
	background: #F5F5F5;
	border: 1px solid #EEE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

#commentlist .comment-meta {
	text-decoration: none;
	color: #999;
	font-size: 11px; }

#commentlist .comment-controls {
	background: #FFF;
	padding: 5px 10px;
	font-weight: bold; }

#commentlist .comment-controls a:link, #commentlist .comment-controls a:visited	{ text-decoration: none; }

.comments-navigation {
	clear: both;
	padding: 15px 0;
	margin: 0 10px 20px 0; }

.nocomments {
	background: #FFF;
	border: 1px solid #EEE;
	padding: 15px 10px;
	margin: 0 10px 20px 0; }

#commentsform {
	background: #FFF;
	margin: 0 10px 10px 0;
	padding: 10px 15px;
	overflow: hidden;
	border: 1px solid #EEE;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; }

#commentsform textarea {
	width: 98%;
	height: 100px;
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.pingbacks {
	background: #FFF;
	padding: 15px 10px 15px 30px;
	margin: 0 10px 20px 0;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; }

.pingbacks li {
	padding: 2px 0;
	font-weight: bold; }

.pingbacks a:link, .pingbacks a:visited	{ text-decoration: none; }

/* Footer */

#footer {
	margin: 5px auto 0;
	width: 973px;
	background: #FFF;
	border: 1px solid #EEE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

#footer .widgetcontainer {
	padding: 10px;
	background: #F5F5F5; }

#footer .widgettitle {
	background: none;
	font-weight:bold;
	color: #666;
	padding: 0 0 0px; }

#footer .widgetcontent {
	font-size: 11px;
	background: none;
	padding: 5; }

#footer .footer-message {
	float: left;
	overflow: hidden;
	margin: 10px 0px 0px 10px; }

#footer .footer-message .widgetcontainer {
	width: 230px;
	overflow: hidden; }

#footer-sidebar {
	width: 680px;
	float: left;
	overflow: hidden;
	margin: 10px 10px 0; }

#footer-sidebar .widgetcontainer {
	float: left;
	margin: 0 0 15px 0;
	max-width: 680px;
	max-height: 120px; }

#footer-sidebar ul { list-style: square; }

#footer-sidebar li {
	margin: 0 0 3px;
	border-bottom: 1px solid #F5F5F5; }

#footer .widgetcontent a:link, #footer .widgetcontent a:visited	{ font-size: 11px;}

#footer .textwidget {text-align: justify}

.greet_block {
	background:#fff;
	border:1px solid #eee;
	margin:10px 0;
	width:100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.greet_image {
	float:left;
	padding:0 10px 0 0; }

.greet_image img {
	background:none;
	border:none;
	margin:0;
	padding:0; }

.greet_text {
	color:#333;
	font-size:16px;
	line-height:20px;
	margin:10px; }

.greet_block_close {
	background:#fff;
	border:1px solid #ccc;
	float:right;
	height:15px;
	margin:0 0 0 10px;
	width:15px; }

.greet_block_close a {
	color:#ccc;
	cursor:pointer;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin:0 3px;
	text-transform:uppercase; }

.greet_block_close a:hover { text-decoration:none; }

.greet_block_powered_by {
	float:right;
	font-size:9px;
	line-height:14px;
	padding:0 5px; }

.greet_block_powered_by a { color:#ccc; }

.greet_search_after {
	border-top:1px solid #eee;
	font-size:11px;
	margin:5px 0 0 0;
	padding:2px 0 0 0; }

.greet_search_before {
	border-bottom:1px solid #eee;
	font-size:11px;
	margin:0 0 5px 0;
	padding:0 0 2px 0; }

#greet_search_link { cursor:pointer; }

.browser {
	margin: 10px;
	padding: 4px;
	border: solid 1px #CCC;
	vertical-align: bottom;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.browser img {
	margin: 0 1px 0 1px;
	vertical-align: bottom; }

.similar-posts {
	border: 1px solid #F5F5F5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.similar-posts li {
	padding: 5px;
	border-bottom: 1px solid #EEE;
	overflow:hidden;
	font-size: 11px; }

.similar-posts li:hover {
	background: #F5F5F5; }

.similar-posts li:last-child {border: none}