/*
Theme Name: The best of
Author: Adimedia
Author URI: http://www.adimedia.net/

*/

/*--------------------- BODY ---------------------*/
html, body {
	height: 100%;
	min-height:100%;
}
html{
	overflow-y:scroll;
}
body {
	/*background:url(images/bg-body.gif) repeat-x top center;*/
	background:#fefefe;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0;
	padding:0;
	text-align:center;
}

/*--------------------- HTML ---------------------*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved. http://creativecommons.org/licenses/by/2.0 This style sheet portion is licensed under a Creative Commons License. */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}
ul,ol {list-style:none}
/* // (CC) 2004 Tantek Celik. // */

/*------ Semantic ------*/
h2.pagetitle {
	color:#FC860B;
	font-size:1.5em;
	margin-bottom:1em;
}
p {
	line-height:1.7em;
	margin-bottom:1.5em;
}
a {
	color:#0077A9;
	text-decoration:underline;
}
a:hover {
	color:#FC860B;
	text-decoration:none;
}
img,
a img {
	border:none;
}
abbr, acronym {
	border-bottom:1px dashed;
	cursor:help;
}
a abbr, a acronym {
	cursor:pointer;
}
hr {
	position:absolute;
	left:-10000px;
	top:-10000px;
	font-size:.1em;
	line-height:1%;
}
.clearfix:after { /* Si usamos el clearfix hay que hacerlo añadiendo el class al elemento que flota */
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

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

* html .clearfix {
    height: 1%;
}
/*------ Tables ------*/
table {
  border-collapse:collapse;
  border-spacing:0;
  width:99%;
}
caption, th, td {}
/*------ Forms ------*/
label {
	font-weight:bold;
	margin-right:.5em;
}
input,
textarea {
	border:1px solid #AFAFAF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:.2em .3em;
}

/*--------------------- STRUCTURE ---------------------*/
/*------ Header ------*/
#header {
	height:280px;
	text-align:left;
	min-width:998px;
	position:relative;
}
#header h1 a {
	display:block;
	height:260px;
}
#header span {
	position:absolute;
	left:-10000px;
	top:-10000px;
	font-size:.1em;
	line-height:1%;
}
#header p.subtitulo{
	position:absolute;
	bottom:42px;
	right:154px;
}
#header p.subtitulo em{
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:normal;
	font-style:normal;
	color:#555555;
	background:#FFFFFF
}
/*------ Container ------*/
#container {
	background:url(images/bg-header.gif) no-repeat 0 0;
	margin:0 auto;
	padding:0 8px;
	text-align:left;
	width:998px;
	height: 100%;
	min-height: 100%;
	position:relative;
}
html>body #container{ height:auto;} /*IE7 lo necesita porque cuando es necesario el scroll no mueve el pie al final del contenido más largo */
/* Content */
#content {
	float:left;
	padding-right:32px;
	width:700px;
}
/* Sidebar */
#sidebar {
	background:url(images/border-y.gif) repeat-y left top;
	float:left;
	padding-left:19px;
	width:230px;
}
#sidebar li {
	background:url(images/border-x.gif) repeat-x left bottom;
	margin-top:1em;
	padding-bottom:1em;
}
#sidebar #idiomas{
	background:#c9479b;
	margin-left:-19px;
	text-align:right;
	padding:0 0 2px 0;
	width:249px;
}
#sidebar #idiomas ul{
	float:right;
}
#sidebar #idiomas li{
	float:left;
	padding:0 5px 0 5px;
	background:none;
	margin:0;
	padding:1px 10px;
	background:url(images/bg-footer-li.gif) no-repeat left .7em;
}
#sidebar #idiomas li:first-child{
	background:none;
}
#sidebar #idiomas li a{
	color:#FFFFFF;
	text-decoration:none;
}
#sidebar #idiomas li a:hover{
	text-decoration:underline;
}
#sidebar .search {
	background:none;
	margin:0;
	padding:0;
	line-height:0;
}
#sidebar .search form {
	background:#F1F1F1;
	margin-left:-18px;
	padding:16px;
}
#sidebar .search form #s {
	background:url(images/bg-sidebar-form-s.gif) no-repeat center right #FFF;
	padding-right:2em;
	width:184px;
}
#sidebar .search form #searchsubmit {
	position:absolute;
	left:-10000px;
	top:-10000px;
	font-size:.1em;
	line-height:1%;
}
#sidebar li.categories {
	background:none;
}
#sidebar li.suscription li {
	margin-top:1em;
	padding-left:1.85em;
}
#sidebar li.suscription .rss {
	background:url(images/bg-sidebar-suscription-rss.gif) no-repeat left center;
}
#sidebar li.suscription .mail {
	background:url(images/bg-sidebar-suscription-mail.gif) no-repeat left center;
}
#sidebar li.suscription .what-is {
	color:#0B75CB;
}
#sidebar li.suscription .what-is:hover {
	color:#FC860B;
}
#sidebar h3 {
	color:#6B245F;
	font-size:1.1em;
	margin:1em 0 .7em 0;
}
#sidebar li li {
	background:url(images/bullet-sidebar-li-li.gif) no-repeat left .5em;
	margin:0 0 .7em 0;
	padding:0 0 0 .8em;
}
#sidebar li li a {
	color:#333;
	text-decoration:none;
}
#sidebar li li a:hover {
	color:#0077A9;
}
#sidebar li p{
	margin-bottom:0;
}
/*------ Footer ------*/
#footer {
	background:#000000;
	clear:both;
	padding:1px;
	text-align:left;
	color:#FFFFFF;
	font-size:90%;
	bottom:0;
	position: absolute;
	margin-top:-31px;
	width:980px;
}
#footerLeft{
	float:left;
}
#footerRight{
	float:right;
	margin-top:3px;
}
#footer p {
	margin: 0 0 0 100px;
	line-height:1.4em;
}
#footer ul{
	font-size:95%;
}
#footer li {
	background:url(images/bg-footer-li.gif) no-repeat left .55em;
	padding:0 .4em 0 .8em;
	display:inline;
}
#footer li.first {
	background:none;
	padding-left:0;
}
#footer li a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer li a:hover{
	text-decoration:underline;
}

#footer #creativeCommons{
	font-size:90%;
	margin-left:100px;
	position:relative;
}
#footer #creativeCommons a{
	color:#AAAAAA;
	text-decoration:none;
}
#footer #creativeCommons a:hover{	
	text-decoration:underline;
}
#footer #creativeCommons a img{
	left:-100px;
	position:absolute;
	top:-16px;
}
/*--------------------- COMMON ---------------------*/
.ayudaAcces,
.hidden { /* Texto oculto para lectores de pantalla */
	position:absolute;
	left:-10000px;
	top:-10000px;
	font-size:.1em;
	line-height:1%;
}
.clear {
	clear:both;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

/*--------------------- POSTS ---------------------*/
.post,
.page {
	background:url(images/border-x.gif) repeat-x bottom left;
	margin-bottom:1.2em;
	padding-bottom:.3em;
}
.post h2,
.page h2 {
	color:#c9479b;
	font-size:2.2em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:.3em;
}
.post h3,
.page h3 {
	color:#666666;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:.1em;
}
h3.busqueda {
	color:#c9479b;
	font-size:2.2em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:.1em;
}
.post h3 a,
.page h3 a {
	color:#c9479b;
	text-decoration:none;
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:.3em;
}
.post h3 a:hover,
.page h3 a:hover {
	color:#FC860B;
}
.post .fecha,
.page .fecha {
	color:#6E6E6E;
	font-size:.8em;
	margin-bottom:1em;
	text-transform:uppercase;
}
.post .fecha span,
.page .fecha span {
	color:#ABABAB;
	padding:0 .4em;
}
.post .fecha a,
.page .fecha a {
	background:url(images/bg-fecha-a.gif) no-repeat left .2em;
	color:#FC860B;
	padding-left:1.8em;
	text-decoration:none;
}
.post .fecha a:hover,
.page .fecha a:hover {
	color:#0077A9;
}
.post img,
.page img {
	border:1px solid #CCC;
	padding:.3em;
}
.post .more-link,
.page .more-link {
	background: transparent url(images/bg-post-morelink.gif) left center no-repeat;
	color: #FFF;
	font-size:.95em;
	font-weight:bold;
	padding: .5em 4em .6em 1.6em;
	text-decoration: none;
}
.post .more-link:hover,
.page .more-link:hover {
	color:#FFF;
	background: url(images/bg-post-morelink-hover.gif) no-repeat left center;
}
.post ol, 
.post ul,
.page ol,
.page ul {
	margin:.5em 0 1.3em 1em;
}
.post ul,
.page ul {
	margin-left:.5em;
	padding-left:1.2em;
}
.post li,
.page li {
	background:url(images/bullet-li.gif) no-repeat left .6em;
	line-height:1.3em;
	margin:0 0 .5em 0;
	padding-left:1em;
}
.post ol li,
.page ol li {
	background:none;
	list-style:decimal;
	margin-left:1.7em;
	padding-left:0;
}
.post li li,
.page li li {
	margin:.5em 0 0 0;
}

/* Comments */
h3#comments {
	background:#F7F7F7;
	color:#6B245F;
	font-size:1.3em;
	font-style:nromal;
	font-weight:bold;
	margin:-.65em 0 0 0;
	padding:.3em .5em;
}
#comments-rss {
	margin:-2.1em 2em 0 0;
	text-align:right;
}
#comments-rss a {
	background:url(images/bg-comments-rss.gif) no-repeat left center;
	color:#333;
	padding-left:1.75em;
}
#comments-rss a:hover {
	color:#0077A9;
}
.commentlist {
	background:url(images/border-x.gif) repeat-x bottom left #F7F7F7;
	padding:1.5em 1.5em 1em 1.5em;
}
.commentlist li.comment {
	background:url(images/border-x.gif) repeat-x bottom left;
	margin-bottom:1.2em;
	padding-bottom:.1em;
}
.commentlist li.comment .comment-author {
	background:url(images/bg-fecha-a.gif) no-repeat left .2em;
	font-size:.85em;
	font-weight:normal;
	margin-bottom:.5em;
	padding-left:1.85em;
}
.commentlist li.comment .comment-author cite {
	color:#FC860B;
	font-style:normal;
	font-weight:bold;
}
.commentlist li.comment .comment-author a {
	color:#FC860B;
	text-decoration:none;
}
.commentlist li.comment .comment-author a:hover {
	color:#0077A9;
}
.commentlist li.comment .comment-author .comment-date {
	color:#6E6E6E;
	text-transform:uppercase;
}
#respond h3.reply {
	color:#6B245F;
	font-style:italic;
	font-size:1.5em;
	margin:1em 0 .3em 0;
}
#respond input {
	width:322px;
}
#respond .text {
	float:left;
}
#respond textarea {
	height:8em;
	width:558px;
}
#respond input:focus,
#respond textarea:focus {
	background:#FEFAD5;
	border:1px solid #FBF391;
}
#respond #recaptcha-submit-btn-area {
	background:url(images/border-x.gif) repeat-x top left;
	margin:1em 0 0 0;
	padding-top:1.5em;
	text-align:center;
}
#respond #captcha p {
	margin:0 0 .3em 0;
}
#respond #recaptcha-submit-btn-area input {
	background:#0088c0 url(images/bg-respond-button-input.gif) no-repeat left center;
	border:none;
	color:#FFF;
	cursor:pointer;
	font-size:.95em;
	font-weight:bold;
	padding:.4em .8em .45em 20px;
	text-decoration:none;
	width:auto;
}
#respond #recaptcha-submit-btn-area input:hover {
	color:#FFF;
	background:#b37b0c url(images/bg-respond-button-input-hover.gif) no-repeat left center;
}
a.masinfo{
	background:#6B245F;
	color:#FFFFFF;
	padding:2px 10px;
	text-decoration:none;
	font-size:94%;
	margin-top:.5em;
	line-height:3;
}
a.masinfo:hover{
	text-decoration:underline;
	}
