/*  
Theme Name: Themequality
Theme URI: http://qualityblogs.es/
Description: Diseñado por los desarrolladores de los portales pertenecientes a qualityblogs.es. 
Version: 1.0
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/

/*Copyright 2008, Michael Jubel Hutagalung
View detailed license info in license.txt file 


/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: #333333; background: white; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #95c904 url(images/bgbody.jpg) no-repeat top center ;

	}

p {	
	margin: 15px 0;
line-height: 17px;
text-align: justify;

	}

a:link, a:visited {
	color: #008db0;
	text-decoration:none
	}

h2 a:link, h2 a:visited {
	color: #008db0;
	text-decoration:none
	}




.entry {
	width: 515px;
	float: left;
	font-size: 1em;
}

a:hover, a:active {
	color: #95c904;
	text-decoration:none;
	}

h2 a:hover, a:active {
	color: #95c904;
	text-decoration:none;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}
/* Structure */


#head {
	width:1010px;
	margin: 0 auto;
	padding:10px 5px 0px;
	font-size:0.7em;
	background:#fff;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	margin-top: 25px;

	}

#page {
	width:1010px;
	margin:0px auto;
	background:#FFFFFF;
	font-size:12px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	padding-top:10px;
	}


#inner {
    margin:0;
    padding:0;
    background:url(images/left_stripe.gif) left repeat-y;
}

.left {
	float:left;
	}

.right {
	float:right;

	font-size: 10pt;
	font-weight: normal;
font-family: arial;
	}

.right2 {
	float:right;

	font-size: 10pt;
	font-weight: normal;
font-family: arial;
margin-top: -90px;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0;
	background:#FFFFFF url(images/navbar.png) no-repeat;
	width:1010px;
	font-size:11px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page-bar {
	padding:0px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #FFFFFF;
	}

#page-bar li:hover {
	background: #95c904;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:209px;
	float:right;
	text-align:right;
	padding:0;
	margin:5px 5px 0 0;
	color: #FFFFFF;
	}

/* Dropdown Menus */		
/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}




/* Text*/

h1 {
	font:28px Arial;
	font-weight:bold;
		color:#008db0;
	letter-spacing:-0.08em;
	}

h1.title{

		letter-spacing:-1px;
	font-size: 30px;}

h2 {
	font-size:30px;
	font-weight:bold;
		color:#008db0;
	font-family: Arial, Helvetica, sans_serif
	line-height:30px;
	}

h3 {
	font:19px Arial;
	padding:5px 0 5px;
	color:#008db0;
	font-weight:bold;
	}

.sidebarblocks {
	font:14px Arial;
	padding:7px 0 7px 12px;
	color:#ffffff;
background: #008db0 url(images/filetsidebar2.jpg) no-repeat top left;
	font-weight:bold;
height: 14px;
display: block;
	}

h5 {
	font:14px Arial;
	padding:7px 0 7px 12px;
	color:#ffffff;
background: #008db0 url(images/filetsidebar2.jpg) no-repeat top left;
	font-weight:bold;
height: 14px;

	}

.anunciate a {
	font:12px Arial;
	padding:2px 0 0 16px;
	color:#ffffff;
background: #ffffff url(images/anunciate.gif) no-repeat top left;
	font-weight:bold;
height: 17px;
display: block;
	}

.anunciate a:hover{

color: #888888;}



.titlespoiler a{

	font-weight: bold;
	font-size: 14px;
margin-bottom: 10px;
	display: block;
	color: #008db0: }

.titlespoiler a:hover{
	text-decoration: none;

	color: #95c904: }

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}
/* Index Page*/

#logo {
background: #ffffff url(images/header.jpg) no-repeat top left;
height: 174px;
display: block;
width: 1010px;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0;
	background:#FFFFFF;
	width:1010px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#headline-2 {
	width:280px;
	float:right;
    font-size:12px;
	line-height:1.5em;
	margin:0;
	background:#ffffff;
	color:#333333;
	overflow:hidden;
	padding-top:10px;
	}

#headline {
	width:311px;
	height:284px;
	float:left;
	padding:0px 12px 7px 5px;
    font-size:12px;
	line-height:1.5em;
	margin-top:5px;
	background-color: #cccccc;



background-repeat: no-repeat;

background-attachment: scroll;

background-position: left top;
	color:#333333;
	overflow:hidden;

	}

.destacado-portada

{

position: absolute;

top: 0pt;

left: -5px;

width: 286px;

padding-top: 3px;

padding-right: 3px;

padding-bottom: 0pt;

padding-left: 3px;

background-color: transparent;

/*background-image: url(http://esbelleza.com/wp-content/themes/blogsfarm-design/images/fondoDestacado3.jpg); */

background-repeat: no-repeat;

background-attachment: scroll;

background-position: left top;

height: 407px;

overflow-x: hidden;

overflow-y: hidden;

}

#headline a {
	color:#008db0;
	}

#headline a:hover {
	color:#95c904;
	}

#top div.label {
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:0.9em;
	display:block;
	color: #008db0;
margin-left#: 8px;
	padding-bottom:0px;
	padding:8px;
	margin-bottom:10px;
	}

.label h1 {
	font-family: Arial, Helvetica, sans_serif
	
}

#headline div.title h3 {
	font:26px Arial;
	font-weight:bold;
	color:#008db0;
	letter-spacing:-0.04em;
	line-height:0.9em; 
	padding-bottom:5px;
	padding: 0 0 0 6px;
	padding-top:5px;
    margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	}


#headline div.title {
	font:26px Arial;
	font-weight:bold;
	color:#008db0;
	letter-spacing:-0.04em;
	line-height:0.9em; 
	padding-bottom:5px;
	padding: 0 0 0 6px;
	padding-top:5px;
    margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	}

#headline div.title a{
	color:#008db0;

}

#headline div.title a:hover{
	color:#95c904;

}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 9px;
	color:#333333;
	font-size:10px;
	}

#headline p {
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	}

#featured {
	width:320px;
	float:left;
margin-top: 5px;
	padding:0px 0px 0px 20px;
	font-size:12px;
}

#featured li {
    list-style:none;
    width: 320px;
    height: 85px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#featured .arthemia-carousel {
    overflow:hidden;
    width:320px;
}


#featured .info {
    margin-top:0px;
	padding-top:8px;
	/*float:right;*/
	/*width:203px;*/
	font-size:11px;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
	}

#featured .title {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:5px;
    }

#featured a {
	color:#008db0;
	}

#featured a:hover {
	color:#95c904;
	}

#featured a img {
	/*border:2px solid #fff;*/
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	}

#headline a img {
	border:3px solid #fff;
	width: 297px;
	height: 150px;
	margin:6px;
	}

#single_head {
float: left;
	width:303px; 
	padding:13px 12px 0;
	margin:0;
	height: 280px;
	background: #333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:325px;
float: left;
	padding:0px 10px 5px 20px;
    font-size:12px;
	line-height:1.5em; 
	}

#single_desc div.title {
	font:25px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#008db0;
	}

#single_desc a:hover {
	color:#95c904;
	}

#middle {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#fff;
	width:1010px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
    
.category {
	width:182px;
	float:left;
	border-top:8px solid #008db0;
	margin:0px;
	text-align: center;
	padding:5px 10px 20px 10px;
	background:#fff;
    cursor:pointer;
	}

.categoryHeader {
	width:118px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 20px 10px;

}

.category p , .categoryHeader p{
	margin:0;
    font-size:11px;
	}

.category span.cat_title, h2.cat_title, h4.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {

	margin:0;
	color: #008db0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

.fotitle {

	margin:0;
	color: #008db0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	display: block;
padding-bottom: 11px;
}

.categoryHeader span.cat_title, h2.cat_title {

	margin:0;

	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 1010px;
	}

#bottom-left {
	float:left;
margin-bottom: 15px;

	}

#bottom-left-archives {
	float:left;
margin-bottom: 15px;
width: 520px;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:10px;
	display: inline-table;
	}

#front-list {
background:none repeat scroll 0 0 #FFFFFF;
border-top:1px solid #ECECEC;
font-size:12px;
line-height:1.75em;
padding:0 10px 10px;
width:515px;
}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:32px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
    line-height:1.0em;
display: block;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:520px;
	padding:5px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:245px;
	line-height:1.5em;
	padding:10px 5px;
	}

.tanbox h2{
	font-size: 22px;
margin-left: -6px;}

.archive .tanbox {
	width:515px;
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	float:right;
	margin:8px 0px 7px 10px;
	border:1px solid #ccc;
	padding:2px;
	}



.tanbox span.title a, .onecolumn span.title a {
	font:14px Arial;
	font-weight:bold;
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-style: Normal; 
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	line-height; 13px;
color: #333333;
	}	

#navigation {
	padding:15px 0;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:515px;
	}

/* Content Page*/

#content {
	width:695px;
	background:#fff;
	padding:0px;
	line-height:1.75em;
	float:left;
    margin-right: 5px;
	}

.post {
	line-height:1.75em;
	width: 515px
	float: left;
	padding: 0 5px;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
		width: 515px;
	float: left;
	padding: 0 5px;
margin-bottom: 30px;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin:15px;
	}

#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:0px;
width: 505px;
	line-height: 25px;
float: left;
	padding:5px;
	color:#008db0;
	}

#content h1.title {
	letter-spacing:-0.05em;

	margin-bottom:0px;
width: 505px;
	line-height: 25px;
float: left;
	padding:5px;
	color:#008db0;
	}

.entry ul li, #front-list ul li {	
	list-style:square;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	border:1px solid #ccc;

	padding:2px;
	}

.entry a {
	text-decoration:none;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:11px Arial;
	display:block;
	float: left;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map {
	font-size:11px;
	}

span#map h2 {
	font-size:11px;
	font-weight: normal;
	}

img.centered, a img.centered, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, a img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft, a img.alignleft {
	padding: 4px;
	/*margin: 0 7px 2px 0;*/
	display: inline;
	margin-right:10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	border:1px solid #ccc;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	

/* Sidebar*/

#sidebar {
	width:300px;
	background: #fff;
	float:right;
	padding: 2px 5px;
	overflow:hidden;
	}

.lateral li a{
	/*list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	font-family: sans-serif; 
	font-size:14px;*/
	padding-top: 5px;
font-family: sans-serif; 
font-size:14px;
padding-right: 0px;

padding-bottom: 5px;

padding-left: 10px;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #dddddd;

line-height: 16px;

display: block;

background-color: transparent;

background-image: url(images/plus.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: left center;
	}

.lateral li a:hover {
background-color: #f4f4f4;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0pt 0pt;

border-right-width-value: 4px;

border-right-style-value: solid;

border-right-color-value: #ff3399;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;
}

.lateral li ul li {
	border-bottom:0px;
} 

.spoiler { 	
	padding:0px 0px 0px 0px;
	background:#fff;
	margin-bottom:15px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:5px;
	margin-bottom:5px;
	}


.catt-1 {
	font:14px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 
background: #008db0 url(images/filetsidebar2.jpg) no-repeat top left;	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:7px 10px;
display: block;
	}

.catt-1 a {
	color:#fff;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
    font-weight:bold;
	margin-bottom:5px;
	}


.spoiler h4 a {
	color:#333333;
	}

/*#sidebar {
    font-size:11px;
}

#sidebar h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#303030;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 0px 0px 0px;
	background:#fff;
	border-top:2px solid #ececec;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:0px;
	}

#sidebar-middle {
	width:300px;
	float:right;
	}

#sidebar-left {
	width:125px;
	padding:0px 0px 0px 0px;
	float:left;
	background:#fff;
	border-top:10px solid #fff;
	}

#sidebar-right {
	width:175px;
	padding:0px 0px 0px 0px;
	float:right;
	background:#fff;
	border-top:10px solid #fff;
	}

/*
#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li {
	border-bottom:0px;
	} */

.st-tag-cloud {
	font-family: sans-serif; 
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.lateral h3 {
	/*font:18px Sans-Serif;
	font-weight:bold;
	background:url(images/nubedetagsfondo.png) no-repeat 0 0px;
	color:#4f4a4c;
	margin:15px 0px 5px 0px;
	padding:5px 10px;
	height:30px;
	text-align:center;*/
	background-color: transparent;
margin-top:15px;
background-image: url(images/bocadillo.png);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: 0pt 0pt;

color: #ffffff;


height: 31px;

text-transform: uppercase;

border-bottom-width: medium;

border-bottom-style: none;

border-bottom-color: -moz-use-text-color;

padding-top: 7px;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 7px;

font-family: Arial,Helvetica,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: bold;

font-size: 14px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

-x-system-font: none;

color: #ffffff;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 0px 0px 0px;
	background:#fff;
	margin: 5px 0;
	}

#sidebar-bottom ul{

margin: 10px 0 10px 0;
font-size: 12px;
border-bottom: 1px dotted #cccccc;
padding-bottom: 3px;
 

}

#sidebar-bottom li{
background: #008db0 url(images/filetlisidebar.png) no-repeat top left;

text-indent: 25px;

padding: 4px;
 

}

#sidebar-ads {
	width:300px;
	float:center;
	margin-bottom:0px;
	padding:0px;
	background:#fff;
	/*background-image: url(images/publiaviso300x250.png); */

background-repeat: no-repeat;

background-attachment: scroll;

background-position: left bottom;

margin-bottom: 10px;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	


    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:11px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}




/* Comments*/

#comments { 
width:515px;
padding: 0 0 0 176px;
background:#fff;

 }

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist { margin-top:20px; list-style:none; }

#comments ul.commentlist blockquote { background:#ededed; }
    
#comments .clearfloat { background:none; }

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

ul.commentlist li.pingback, ul.commentlist li.trackback { display:none; }
ul.commentlist li.comment { color:#4d4d4d; padding: 11px 14px 11px 14px; background:#f2f2f2; list-style:none; margin-bottom:10px; font-size:11px; line-height:18px; border-bottom: 1px solid #dcdbd7; }
ul.commentlist li.comment h3#respond { background:#fff; margin-top:15px; }
ul.commentlist li.comment img.avatar { border:1px solid #ccc; margin:0px 0px 13px 13px; float:right; padding:2px; width:45px; height:45px; }	
ul.commentlist li.comment cite { color:#313228; font-weight:bold; font-size:14px; }
ul.commentlist li.comment div.comment-meta { font-size:10px; margin-top:0px; }
ul.commentlist li.comment div.comment-meta a { color:#4d4d4d; text-decoration:none; }
ul.commentlist li.comment a { text-decoration:none; }
ul.commentlist li.comment cite a { text-decoration:none; }
ul.commentlist li.comment div.reply { clear:both; display:block; }
ul.commentlist li.comment div.reply a { text-decoration:none; font-weight:bold; }
ul.commentlist li.comment p { margin:15px 0px; padding:0;  }
ul.commentlist li.comment blockquote { width:380px; }

ul.children li.comment { margin-top:15px; color:#4d4d4d; padding: 12px 12px 12px 12px; background:#fff; border:none; list-style:none; margin-bottom:0px; font-size:11px; }

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 { background:#f2f2f2; }
ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 { background:#fff; }

#respond textarea { width:99%; font-size:13px; }
#respond label { font-weight:bold; }
#respond a {text-decoration:none; }
#respond h3 {margin-top:15px; }

#respond .title {
margin-top:15px;
color: #008db0;
font-size: 19px;
padding:5px 0; 
font-weight: bold;}

li.comment div#respond h3 { display:none; }

/* Footer*/


#gallery {
	font-size:11px;
	color:#333;
	width: 995px;
	background:#dedede;
	margin: 0 auto;
	padding:15px 0px 15px 15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#gallery #random {
    float:right;
    width:685px;
}

#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:11px;
    margin-bottom:13px; 
    background:#fff;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    border-right:1px solid #b0b0b0;
}

#gallery .titlegallery {
    display:block;
margin:0;
	color: #008db0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	display: block;
padding-bottom: 11px;
}

#front-popular {
	font-size:11px;
	color:#fff;
	width: 930px;
	background:#303030;
	margin: 0 auto;
	padding:15px 15px 15px 65px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#front-popular .titlespopular {
	font-size:16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.05em;
margin: 0 auto;
padding: 5px 0;
}

#mostcommented .titlespopular {
	font-size:16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.05em;
margin: 0 auto;
padding: 5px 0;
}

#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #ffffff;
	margin-left: 20px;
	}

#destacadas {
	width:200px;
	float:left;
	padding:0px 20px 0px 0px;
border: none;
margin-left: 40px;
	}

#mostcommented {
	margin-left:40px;
	}

#recent_comments {
	width:276px;
	float:right;
border; 1px dotted #cccccc;
	padding:0px 10px;
	}

#recent_comments a {
 color: #333333;
display: block;
font-size: 12px;}

#recent_comments a:hover {
 color: #ffffff;}

#recent_comments li {
background:url(images/dots_footer.gif) repeat-x top;
padding: 5px 0;
color: #ffffff;}

#recentpost a, #mostcommented, #destacadas a,{
	color:#fff;
	}



#recentpost ul, #recentpost ul{
	margin-top:5px;
	}

#recentpost li, #mostcommented, #destacadas li,{
	list-style:none;
	background:url(images/dots_footer.gif) repeat-x top;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a,#destacadas ul li a {
	padding:5px;
	display:block;
color: #ffffff;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover, #destacadas ul li a:hover {
	background:#008db0;
	color:#fff;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li, #destacadas ul li {
	background:none;
	list-style-type: disc;
	}


#footer {
	margin: 0 auto;
	font-size:11px;
	background: #008db0 url(images/bgfooter.png) repeat-x top center ;
	color:#ffffff;
	height: 97px;
	text-align:center;
	}

.footercontent {
	margin: 0 auto;
	font-size:11px;
	background: url(http://www.qualityblogs.es/wp-content/themes/qualitytheme/images/footercenterbg.png) no-repeat top center transparent ;
	color:#ffffff;
	height: 40px;
	padding: 48px 250px 0 0;
	text-align:center;
	}

#footer a {
	color:#ffffff;
font-weight: bold;
margin: 0 5px;
	}


#footer a:hover {
	color:#999999;
	
	text-decoration: none;
	}

.footcolor{
	
}


/* Float Properties*/

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

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
.textoPortadaEncima {
	background-color: #008db0;
	position:absolute;
	z-index: 5; 
	top:529px;
	color: #FFFFFF;
	margin-left:3px;
	width:290px;
	height: 115px; 
	filter: alpha(opacity=80); 
	opacity: .8;
}

#adleft{
	float: left;
	width: 160px;
	background: #fff;
	padding: 0 5px 0 0;
	margin: 0;
}

.adlefttitle{
background: #ffffff url(images/filetadleft.png) no-repeat top left;
text-indent: 5px;
height: 9px;
padding: 3px 0 10px 5px;
margin:22px 0 0;
display: block;
font-weight: bold;
color: #fff;
font-size: 14px;


}

#adleft ul{
padding: 5px 2px;
border-bottom: 1px dootted #cccccc;

}

#adleft li{

background: #ffffff url(images/adleftli.jpg) no-repeat top left;
display: block;
text-indent: 10px;
padding: 3px 0;

}

#adleft li h4{

color: #008db0;
font-size: 12px;
font-weight: normal; 

}



.barraSup{
position: absolute;
top: 0px;
left: 0;
width: 100%;
background-image: url(http://www.qualityblogs.es/wp-content/themes/qualitytheme/images/barrabg.png);
background-repeat: repeat-x;
height: 30px;
color: #ffffff;
font-family: "arial",helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 12px;
margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

margin-left: 0px;
}


.domtab {
	float: right;
	width: 315px;
	height: 295px;
	background: #ffffff url(images/bgdestacados.jpg) no-repeat top center ;
	margin: 6px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}



.domtab div li {
	margin: 0px 0px 0px 10px;
	list-style: none;
	}		
		
.domtab h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

ul.domtabs {
	width: 285px;
	margin: 0px 0px 0px 5px;	
	padding: 0px; 
	float: left;
	width: 285px;
	}

ul.domtabs li {
	float: left;
	display: inline;
	padding: 0px;
width: 285;
	margin-right:5px;
	}


ul.domtabs li h3 {
	float: left;
	display: inline;
	padding: 0px;
width: 285;
	margin-right:5px;
	}


	
li.first {
	padding: 0px;
	margin: 0px;

	}

ul.domtabs li a {
	display: block;
	margin: 0px;
	padding: 5px 7px 5px 7px;
	text-decoration: none;
	font-weight: bold;
width: 285px;
	padding-bottom:6px;
	font-family: Arial, helvetica, sans-serif;
 font-size: 12px;
	
	}

ul.domtabs li a:hover {
	border-right: 1px solid #B1C3D4;

	}

ul.domtabs li.active a {
	border-right: 1px solid #B1C3D4;
	background: #E8EDF1;
	}

	
.domstory {
	background-color: transparent;

background-repeat: repeat-x;

	width: 250px;
	float: left;
	padding: 10px 10px 0px 10px; 
	margin: 0px;
	border-left: 1px solid #B1C3D4; 
	border-right: 1px solid #B1C3D4; 
	border-bottom: 1px solid #B1C3D4; 
	border-top: 1px solid #B1C3D4; 
        overflow: hidden;
	height:350px;
	}

.domstory2 {
	background-color: transparent;



background-repeat: repeat-x;

	width: 250px;
	float: left;
	padding: 10px 10px 0px 10px; 
	margin: 0px;
	border-left: 1px solid #B1C3D4; 
	border-right: 1px solid #B1C3D4; 
	border-bottom: 1px solid #B1C3D4; 
        overflow: hidden;
		padding-bottom:12px;
	}

.domstory li, .domstory2 li{
	font-size: 11px;
	font-weight: normal;
	padding-bottom:6px;
	padding-left:0px;
	}

.masComm a {
font-size: 11px;
}

.domstory li a, .domstory2 li a{
		/* font-size: 11px; */
	font-weight: bold;
	font-style: italic; 
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans_seriffont-size: 14px;
	}

.domstory li a:visited, .domstory2 li a:visited{
		/* font-size: 11px; */
	font-weight: bold;
	font-style: italic; 
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans_seriffont-size: 14px;
	}

/* red quality*/

#qualityblogs{

	background: url(http://www.qualityblogs.es/wp-content/themes/qualitytheme/images/footercategorias2.png) no-repeat top center;
	height: 858px;
	width: 1014px;
	padding: 27px 3px 0;
	margin: 0 auto;
	text-align: center;
}

#quality_cat{
	padding: 9px 0 0 63px;
	text-align: left;
	}

.quality_catbox{
	display: block;
	float: left;
	width: 174px;
	min-height: 162px;
	padding: 7px;
	border-right: 1px dotted 303030;
}

.quality_catbox a{
	color:#303030;
	text-decoration: none;
	font-size: 11px;
}

.quality_catbox a:hover{
	color:#999999;
	text-decoration: none;
}

.quality_catbox .titlecat{

	color: #303030;
	padding: 2px 0;
	margin: 0 0 10px 0;
	text-indent: 3px;
	font-size: 16px;
	font-weight: bold;
	}

.quality_catbox h3 {

	color: #303030;
	padding: 2px 0;
	margin: 0 0 10px 0;
	text-indent: 3px;
	font-size: 16px;
	font-weight: bold;
	}


.quality_catbox  ul{
	padding-left: 5px; 
	
	
	}

.quality_catbox  ul li{
	padding: 0;
	display: block;
	background:url(images/listylebutton.png) no-repeat bottom left;
	color: #303030;
	text-indent: 21px;
	
	
	}

.patrocinado{
 	margin: 0;
	height: 10px;
padding: 23px 0;
/*border-bottom: 5px solid #008db0;*/ 
	text-align: center; 
}

#rssfeed {
	background: #ffffff url(images/rssbar.png) no-repeat top center;
	font-size: 11px;
	font-weight: bold;
	color: #f4f4f4;
	line-height: 35px;
	height: 35px;
	width: 1010px;

}

#rssfeed p {
	display: inline;
margin: 11px 20px 0 0;
float: right;

}

#rssfeed ul{
	float:left;
	margin: 0 0 0 20px;
	display: inline;

}

#rssfeed li{
	border:none;
	float: left;
	margin-left: 10px;
	border-right: 1px solid #666666;

}

#rssfeed li a{
	border:none;

}

.dosanuncios{
	float: left;
	padding: 10px;
	margin-left: 5px;}

.dosanuncios img {
	border: none;}

#destacado-central {

	text-align: left;
	width: 505px;
padding: 15px 0 15px 25px;
margin-bottom: 10px;
	height: 250px;
}

#destacado-central a:link {
 	font-size: 20px;
	text-decoration: none;
	
}

.destacado-central2{

	text-align: center;
	width: 505px;
padding: 10px;
margin-bottom: 10px;
	height: 290px;
}

.bannerfoot{
	height: 124px;
	text-align: center;
vertical-align; middle;}

#singleboxhead{
float:left;
width: 688px;
}

.logoblogs{

	float:right;
	margin: 30px 20px 0 0;}

.gris{
color: #999999;
}

.gris a:hover{
color: #999999;
background: none;
}

/* related posts*/

.related_post_title {

	margin-left: 190px;
	color:#008db0;
	font-size:19px;
	font-weight:bold;
	margin-top:15px;
	padding:5px 0;
}

.related_post {

	margin-left: 190px;
	padding-bottom: 20px;
	padding-top: 14px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	}


.related_posted h3 {

	background: url("images/bglirelated.png") no-repeat scroll left top #ffffff;
	text-indent: 21px;
	font-size: 16px;
	font-style: italic;
	text-indent: 32px;
	font-weight: normal;
	padding: 0;

	}


#suscripcion{
	height: 129px;
	background: url("images/fondosuscribe.png") no-repeat scroll left top transparent;
	margin: 2px 0 18px 0;
}

.inputrss{
background: none;
float: left;
border: none;
font-size: 11px;
width: 181px;
padding: 3px;
color: #444444;

}

.buttonsubmit{
	background: url("images/submita.png") no-repeat scroll left top;
width: 77px;
height: 28px;
display: block;
margin: -3px 0 0 -6px;
float: left;

}

.buttonsubmit:hover{
	background: url("images/submitaon.png") no-repeat scroll left top;


}

	
.submitbutton {
	padding: 2px 5px;

	font-size:11px;
display: block;
width: 140px;
height: 25px;
	}



/*buscador*/

#contentsearch {
margin: 16px 86px;
	
color: #333333;

}

#cse-search-results {
	
color: #333333;

}

.entrysearch {


width: 830px;

}

#facebook_like {

	max-height: 24px;
	overflow: hidden;
}







/*adsense de otros*/









#destacado-central.adsense-span-feedback a {
color:#888888;
}
#destacado-central.adsense-span-link {
font-size:20px;
font-weight:bold;
line-height:20px;
}
#destacado-central.adsense-span-link a {
color:#008db0;
}
#destacado-central.adsense-span-link a:hover {
text-decoration:none;
}
#destacado-central.adsense-span-text {
color:#555555;
font-size:12px;
line-height:18px;
}
#destacado-central.adsense-span-url {
font:bold 1em "Lucida Grande","Segoe UI","Trebuchet MS",Verdana,sans-serif;
}
#destacado-central.adsense-span-url a:hover {
color:#008db0;
text-decoration:none;
}
#destacado-central.adsense-text {
background:none repeat scroll 0 0 #4B2A3B;
color:#666666;
}
#destacado-central.adsense-span-feedback {
}
#destacado-central.adsense-text .adsense-span-link {
font:bold 1.5em helvetica,arial,verdana,sans-serif;
}
#destacado-central.adsense-text .adsense-span-link a {
color:#E5297E;
text-decoration:none;
}
#destacado-central.adsense-text .adsense-span-link a:hover {
color:#FF449C;
}
#destacado-central.adsense-text .adsense-span-text {
color:#D8B1C6;
font:0.9em "lucida grande",verdana,sans-serif;
}
#destacado-central.adsense-text .adsense-span-url {
font:bold 0.9em "lucida grande",verdana,sans-serif;
}
#destacado-central.adsense-text .adsense-span-url a {
color:#FFFFFF;
text-decoration:none;
}
#destacado-central.adsense-text .adsense-span-url a:hover {
color:#FFFFFF;
text-decoration:none;
}
#destacado-central.adsense-span-feedback {
}
#destacado-central.adsense-span-feedback a {
color:#AAAAAA;
text-decoration:none;
}
#destacado-central.adsense-span-link {
font:bold 1.5em helvetica,arial,verdana,sans-serif;
}
#destacado-central.adsense-span-link a {
color:#222222;
text-decoration:none !important;
}
#destacado-central.adsense-span-link a:hover {
color:#008db0;
}
#destacado-central.adsense-span-text {
color:#555555;
font-size:0.95em;
line-height:1em;
}
#destacado-central.adsense-span-url {
font-size:1em;
font-weight:bold;
}
#destacado-central.adsense-span-url a {
color:#109FD4;
text-decoration:none;
}
#destacado-central.adsense-span-url a:hover {
color:#111111;
text-decoration:none;
}

#destacado-central .adsense-span-feedback {
font:11px "lucida grande","segoe ui",tahoma,verdana,sans-serif;
}
#destacado-central .adsense-span-feedback a {
color:#AAAAAA;
text-decoration:none;
}
#destacado-central .adsense-span-link {
font:bold 17px/1.2em "lucida grande","segoe ui",tahoma,verdana,sans-serif;
}
#destacado-central .adsense-span-link a {
color:#A32C68;
text-decoration:none !important;
}
#destacado-central .adsense-span-link a:hover {
color:#008db0;
}
#destacado-central .adsense-span-text {
color:#555555;
font:12px "lucida grande","segoe ui",tahoma,verdana,sans-serif;
}
#destacado-central .adsense-span-url {
font:bold 12px "lucida grande","segoe ui",tahoma,verdana,sans-serif;
}
#destacado-central .adsense-span-url a {
color:#008db0;
text-decoration:none;
}
#destacado-central .adsense-span-url a:hover {
color:#111111;
text-decoration:none;
}
#destacado-central .even {
list-style:none outside none;
padding:3px 40px 10px 0;
width:600px;
}
#destacado-central .odd {
list-style:none outside none;
padding:3px 0 10px;
width:600px;
}
#destacado-central .adsense-span-feedback a {
color:#AAAAAA;
text-decoration:none;
}
#destacado-central .adsense-span-link {
font:bold 1.5em helvetica,arial,verdana,sans-serif;
}
#destacado-central .adsense-span-link a {
color:#E3267C;
text-decoration:none;
}
#destacado-central .adsense-span-link a:hover {
color:#008db0;
text-decoration:none;
}
#destacado-central .adsense-span-text {
color:#555555;
font-size:0.9em;
}
#destacado-central .adsense-span-url {
font-size:1em;
font-weight:bold;
}
#destacado-central .adsense-span-url a {
color:#109FD4;
text-decoration:none;
}
#destacado-central .adsense-span-url a:hover {
color:#111111;
text-decoration:none;
}
#destacado-central .adsense-text {
color:#666666;
}
#destacado-central .adsense-span-feedback a {
color:#999999;
}
#destacado-central .adsense-text .adsense-span-link {
font:bold 1.6em helvetica,arial,verdana,sans-serif;
}
#destacado-central .adsense-text .adsense-span-link a {
color:#109FD4;
}
#destacado-central .adsense-text .adsense-span-link a:hover {
color:#008db0;
}
#destacado-central .adsense-text .adsense-span-text {
color:#666666;
font-size:0.9em;
}
#destacado-central .adsense-text .adsense-span-url {
font-size:1em;
font-weight:bold;
}
#destacado-central .adsense-text .adsense-span-url a {
color:#E3267C;
}
#destacado-central .adsense-text .adsense-span-url a:hover {
color:#008db0;
text-decoration:none;
}

div.sociable { margin: 3px 0; }

.sociable ul li img { border: none; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 18px;
	height: 18px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/*cambios para el header*/




#madmenu .sociable { 
float: right;
margin: 4px -7px 0 0;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	color: black;
	line-height: 1.25em;
}
#madmenu .sociable span {
	display: block;
}
#madmenu .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

#madmenu .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
border: none;
	width: 26px;
	margin: 0;
	padding: 0 2px;
height: 26px;
}

#madmenu .sociable ul li a:hover {
	background: none;
	}



#madmenu .sociable ul li a:visited, #madmenu .sociable ul li a:active,#madmenu .sociable ul li a {
padding: 0;
	background: none;
	}


#madmenu .sociable ul li:before { content: ""; }

#madmenu .sociable img {
	float: none;
	width: 26px;
	height: 26px;
	border: none;
	margin: 0;
	padding: 0;
}

#front-list .sociable img {
	float: none;
	width: 20px;
	height: 20px;
	border: none;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=100);
}
.sociable-hovers:hover {
	background: none;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=80);
}

#fbconnect_widget_div{
margin-bottom: 15px;
}

.fb_iframe_widget {
margin-bottom: 15px;
}

.akpc_pop{
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
}

#qualitysup{
	margin: 0 auto;
	text-align: center;
	}

.iconossup{

	max-height: 30px;
	}

.iconossup a{
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	vertical-align: top;
	margin: 0 2px;
	}

.iconossup a:hover{

	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	}

.cat_title{
	color: #008db0;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 19px;
	
}

/*parte nueva autores*/

#bottom-left .metanames, #content.archive .metanames, #content .metanames{
display:block;
float:left;
font-size:12px;
font-weight:normal;
line-height:17px;
margin-top:2px;
text-transform:uppercase;
}


#contentautor {
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
display:block;
float:left;
margin:10px 0 4px;
padding:2px 0;
width:515px;
height: 36px;
}

#autorimage{
display: block;
float: left;
width: 30px;
height; 30px;
padding-right: 10px;
margin-right: 4px;
border-right: 1px solid #999999;}


#autorimage img {
border: 1px solid #cccccc;
padding: 2px;}
 
.metaright{
float: right; 
text-transform:uppercase;
line-height: 17px;
text-align: right;
margin-top: 2px;}

#autorslist {
border:1px solid #CCCCCC;
margin: 0 0 20px 2px;
padding-bottom:5px;
padding-right:0;
padding-top:20px;
width:156px;
-moz-border-radius: 0 0 0 10px;
}

#adleft #autorslist li {
background:none repeat scroll 0 0 transparent;
clear:both;
display:block;
float:left;
list-style-type:none;
margin-bottom:4px;
font-size: 10px;
}

#adleft #autorslist li a{
text-transform: uppercase;
}


/*fin de parte nueva autores*/


.tooltip {
background:url("images/black-arrow2.png") repeat scroll 0 0 transparent;
color:#FFFFFF;
display:none;
font-family:arial,helvetica,sans_serif;
font-size:11px;
height:72px;
line-height:0;
margin-top:121px;
overflow:hidden;
padding:34px 29px 0;
text-align:left;
width:310px;
}

.tooltip p{
line-height: 12px;}
