﻿/*
Theme Name: Portico izquierda
Theme URI: http://www.palettepress.com/themes/portico/
Description: Light and airy design, right-sidebar, fixed-width and widget-ready. Compatible with Wordpress 2.8, valid XHTML & CSS.
Author: PalettePress
Author URI: http://www.palettepress.com/
Version: 1.2
Tags: blue, two-columns, right-sidebar, fixed-width
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>
.
*/

@import url('style/reset.css');
@import url('style/typography.css');
@import "http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Tinos:regular,bold|Covered+By+Your+Grace|Raleway:100&subset=latin";

* {margin : 0;padding : 0;}
html,body{margin:0;padding:0}
body{background-color:#ececec;text-align:left;color:#222;}
#container{width:1000px;margin:0 auto;text-align:left; background-color:#fff; border-radius: 0 0 7px 7px; border:1px solid #dcdcdc; border-top: none;}
#nuevo{width:1002px;margin:0 auto;text-align:left; background:#fff; border-right:1px solid #dcdcdc;border-left:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc; border-radius: 0 0 5px 5px;}
#wrapper {float:left;width:100%;margin-bottom: 10px;}
.colortop {background:#efefef;}


/****************************
  HEADER
****************************/
#header #container {
	position: relative;
	margin: 0px auto 10px auto;
       border-radius: 7px;
}

#header .logo {
	position: relative;
	height: 75px;
}

	#header .logo .bloglogo img {
		position: absolute;
		bottom: 5px;
		left: 10px;
	}

#header .hptxtLogo {
	width: 251px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: none;
}

	#header .hptxtLogo a {
		display: block;
		width: 251px;
		height: 38px;
	}
		#header .hptxtLogo span {display:none;}

#header .links {
	padding: 0 10px;
	        font-size: 1.0em;
	overflow: hidden;
}

	#header .links .social {
		float: left;
		padding: 6px 0;
	}

		#header .links .social a {
			font-weight: bold;
			color: #888;
			padding: 3px 10px 3px 20px;
		}

#header .links .subsecciones {float: left;}

	#header .links .subsecciones a {
		font-weight: bold;
		color: #333;
		padding: 6px 10px;
		float:left;
		transition: all .3s linear;
		-o-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-webkit-transition: all .3s linear;
	}

		#header .links .subsecciones a:hover {
			background: #1e3f96;
			border-left-color: #1e3f96;
			border-right-color: #1e3f96;
			color: #fff !important;
			text-shadow: #666 1px 1px 0px !important;
		}

#header .links .busqueda {
	width: 200px;
	position: absolute;
	right: 10px;
	padding: 6px 0;
	text-align: right;
}

	#header .links .busqueda input {
		width: 140px;
		border: 1px solid #ccc;
		background: url('http://h3.hipertextual.com/v3/i/base/magnifying_glass_grey_12x12.png') no-repeat 6px center #fff;
		padding: 2px 2px 2px 22px;
		color: #666;
	}

#header #ad-300x250 {
	float: right;
	width: 300px;
	margin: 7px 8px 10px 1px;
}

/****************************
  DESTACADAS
****************************/
#header .destacadas {
	overflow: hidden;
	margin: 0 0 3px 0;
        border-top: 3px solid #de3036;
        border-radius: 0 0 7px 7px;
	max-height: 265px;

}

	#header .destacadas .items {
		font-size: 1.0em;
		line-height: 1.4em;
	}

	#header .destacadas .items .post {
		width: 220px;
		height: 250px;
		position: relative;
		float: left;
		padding: 15px 0 15px 2px;
	 	margin: 0 3px 0 5px;
                background: #fff;
	}

		#header .destacadas .items .post + .post + .post {
			margin-right: 0px !important;
			border-right: none !important;
		}

	#header .destacadas .items .post img {
		float: left;
		width: 218px;
		margin: 0 0 6px 0;
		border: 1px solid #fff;
	}
	
	#header .destacadas .items .post .videoicon {
		background: url('http://h3.hipertextual.com/v3/i/base/videoicon.png') no-repeat center center;
		width: 32px;
		height: 32px;
		position: absolute;
		left: 94px;
		top: 50px;
		opacity: 0.6;
	}
	
		#header .destacadas .items .post:hover .videoicon {opacity: 0.9 !important;}

	#header .destacadas .items .title {margin: 2px 0;}

/*******************************************************
*******************CONTENT******************************/
#content{
	width:730px;
        background: #fff;
	float:right;
	margin: 25px 15px 0 1px;
}
.post h2 a:hover, .post h2 a:visited, .post h2 a {
	text-decoration : none;
        font-family: "Droid Sans", Arial, Verdana, Sans-serif; 
	font-size: 1.6em;
	letter-spacing:-2px;
}
.post {
	background: #fff;
	border: none;
        margin: 0 0 25px 0;
}
.meta {
	font-size: 1em;
	color: #999;
	padding: 5px 0;
	margin: 0 0 10px 0;
        border-bottom: 1px solid #e5e5e5;
}
.metap {
	border-bottom: 1px solid #ececec;
	font-family: "Droid Sans", Arial, Verdana, Sans-serif;
	color: #de3036;
	font-size: 1.1em;
         margin: 10px 0 11px 0;
	padding: 7px;}
.title {
        font-family: "Droid Sans", Arial, Verdana, Sans-serif; 
	font-size: 2.2em;
	line-height: 24px;
	letter-spacing:-1px;
	color: #da3431;
	margin: 0;
	padding: 0;
}
.title a {
	color: #da3431;
	text-decoration: none;
}		
.title a:hover {
	color: #de3036;
}
.izquierda {float: left;}
.derecha {float: right;}
.commentsnumber a {
        background: url('images/12-em-plus.png') no-repeat center left;
	padding: 0 0 0 15px;
}
.post ul, .post ol {margin-left : 25px;}
small {font-family : "Droid Sans", Arial, Helvetica, sans-serif;font-size : 14px;color : #b5b5b5;font-style: italic}
blockquote {
	border:1px solid #dcdcdc;
	font-family: "Droid Sans", Arial, Verdana, Sans-serif;
	line-height: 22px;
        background: #f7f7f7;
	color: #333;
        margin: 1px 4px 1px 1px;
        padding: 25px;
        border-radius: 5px;
}
.comunicado {
	border: 1px dashed #ffca00;
	font-family: "Droid Sans", Arial, Verdana, Sans-serif;
        font-size: 13px;
        text-align:center;
	line-height: 21px;
        background: #fffbcc;
	color: #000;
        width:960px;
        margin:5px; 
	padding: 10px;}
.partido {
background: #fff7a1;
border:1px solid #faee71;
border-radius: 7px;
color: #353535;
font-family: "Droid Sans", "Trebuchet MS", Arial, Verdana, Sans-serif; 
padding: 18px;
margin-bottom: 15px;
margin-left: 1px;
font-size: 1.2em;

line-height: 19px;}
code {font : 14px 'Courier New', Courier, Fixed;color:#7b7661;display : block;overflow : auto;text-align : left;margin : 10px 0 10px 0;padding : 5px 10px 5px 10px;background-color : #eee;border-top : 1px solid #ccc;border-bottom : 1px solid #ccc;}
p.datos {font-size: 11px; color:#5a5a5a;}
p.datos a {color:#de3036;}
.hr2 {background: #ececec; height: 1px;}
a.srm {
	float: right;
	margin: 0;
	padding: 0;
}
.navigation {
	font-size: 1em;
}
.headernav {
        padding: 20px 0 20px 0;
}
.navigation .next {
	float: right;
	width: 45%;
	text-align: right;
}
.navigation .next a {
	background: url('images/16-arrow-right.png') no-repeat center right;
	padding: 0 20px 0 0;
	}
.navigation .prev {
	float: left;
	width: 45%;
	text-align: left;
}
.navigation .prev a {
	background: url('images/16-arrow-left.png') no-repeat center left;
	padding: 0 0 0 20px;
}
.navigation a {
	text-decoration: none;
}
.clear {
	clear: both;
}
.clear2 {
	clear:both;
	height:4px;
}
.claro {
	height:2px;
}
.clear3 {
	clear:both;
	height:15px;
}
.clear4 {
	clear:both;
	height:10px;
}
.espacio {
	clear:both;
	height:23px;
}
.clearlv {
	clear:both;
	height:35px;
}
.postcontent {
	font: 1.2em/1em "Droid Sans", Arial, Sans-serif;
        line-height:21px;
        display: block;
}
.postcontent ul li {
	list-style-type: none;
}
.linklog ul {
margin:20px 1px 20px 1px; padding:20px 40px 20px 20px; background: #FFF9C8;font-size:13px; line-height: 20px; border-bottom: 2px solid #FFF391; font-family: "Droid Sans", Arial, Sans-serif; border-radius: 7px;}
.linklog ul a { color:#000;}

/*******************************************************
*******************SIDEBAR******************************/
#sidebar { 
	float:left;
	width:221px;
        background: #f7f7f7;
        border:1px solid #dcdcdc;
        border-radius: 7px;
	margin: 15px 0 0 12px;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul {
	list-style : none;
	margin : 0 0 10px 0;
}
#sidebar ul ul  {
	list-style-type: none;
	margin:0;
}
#sidebar ul ul ul {
	margin: 0;
	padding:0;
}
#sidebar ul ul ul ul{
	margin: 0;
	padding:0;
}
#sidebar ul li {
	list-style-type: none;
        font-family: "Droid Sans", Arial, Sans-serif;
	font-size: 12px;
	line-height: 22px;
        padding: 15px;
}
#sidebar ul ul li {
	border-bottom: 1px #e5dfdf dotted;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul li {
	margin-left : 0;
	margin-bottom: 0;
}
#sidebar ul ul ul ul li {
	margin-left : 0;
	margin-bottom: 0;
}
#sidebar ul ul li:before {
	content: none;
}
#sidebar ul li.ads img {
	margin: 5px 12px;
}
#sidebar ul li.ads li:before {
	content: none;
}
#sidebar h2 {
	font-size : 1.8em;
        border-bottom: 4px solid #222;
	color : #222;
	text-align : left;
        letter-spacing:-1px;
	margin-top:1px;
	margin-bottom: 12px;
}
.textwidget a {
	color: #de3036;
}
.textwidget a:hover {
	text-decoration:underline;
}
table#wp-calendar{
	width: 95%;
	margin:0 auto;
}
p.voz {
        font-family:"Droid Sans", Helvetica, Arial, sans-serif;
	list-style-type: none;
	font-size: 1.1em;
	line-height: 22px;
        background: #fff;
        padding: 20px;
	margin: 15px 0 1px 7px;
        width: 200px;
}
.voz {
        background: #fff;
	margin: 18px 0 4px 12px;
        width: 215px;
}
/*******************************************************
*******************COMMENTS******************************/
/* comments */
.reply a{ position: absolute; top:45px; right: 40px; padding: 4px 8px; display: block; font: normal 0.8em Helvetica, Arial, Verdana, Sans-serif; text-align: center; color: #666; text-shadow: 1px 1px 0px white; background: #ececec; border: 1px solid #ccc; box-shadow: inset 1px 1px 0px white; border-radius: 3px; text-decoration: none !important;}
.comment-author { font-size: 1.1em; font-weight: bold; color: #5a5a5a; margin-right: 10px; text-shadow: none !important; }
.comment-content { color: #5a5a5a; font-family:"Droid Sans", Helvetica, Arial, sans-serif; font-size: 1.1em;}
.comment-author a { color: #5a5a5a;}
.comment-author .comment-date a { font-size: .8em; font-weight: normal; color: #898989; }
ol.commentlist li.comment-author-admin { background: #fff; border: 3px solid #FFF; }
.commentlist li { margin-bottom: 20px; }
ol.commentlist { list-style: none; margin-left:0px;}
.commentlist .children li { padding-bottom: 0; }
.comment-avatar { float: left; margin: 0 6px 0px 0px; width: 60px; height: 60px; }
.comment-content { position: relative; float: left; width: 690px; padding: 18px; border-bottom: 1px dotted #d5d5d5; margin-bottom:10px; background: #fff; line-height: 21px; padding-bottom:1px; }
.commentlist .children { list-style: none; padding: 0; margin: 20px 0px 20px 30px;}
.commentlist .children li { padding: 0; }
.commentlist .children .comment-content { width: 660px; }
.commentlist .children .children .comment-content { width: 630px; }
.commentlist .children .children .children .comment-content { width: 570px; }
.commentlist .children .children .children .children .comment-content { width: 480px; }
.commentlist .children .children .children .children .children .comment-content { width: 420px; }
	#commentform {
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	border:1px solid #ebebeb;border-bottom-width:2px;-moz-border-radius:2px;-webkit-border-radius:2px;
        background: #f7f7f7;
	}
	
		#commentform input,
		#commentform textarea {
			font-size: 1em;
			line-height: 20px;
			color: #777;
                        border:1px solid #ebebeb;border-bottom-width:2px;-moz-border-radius:2px;-webkit-border-radius:2px;
			padding: 5px;
		}
		
		#commentform label {
	        display: block;
	        margin: 2px 0 2px 3px;
		font-size: .9em;
		line-height: 14px;
		color: #777;

		}
	
		#commentform textarea {
			width: 98%;
		}
		
		#commentform #submit {
                        font-family:"Droid Sans", Helvetica, Arial, sans-serif;
                        font-size:1.2em;
			font-weight: bold;
                        background-color: #de3036;
                        border: 2px outset #de3036;
                        color: #fff;
                        width: 468px;
                        margin-top: 5px;
			padding: 10px 20px;
                        -webkit-appearance: none;
                        -moz-border-radius: 5px;
                        -webkit-border-radius: 5px;
                        cursor: pointer;
                        text-shadow: #de3036 -1px -1px 0;
		}
ol.commentlist li#blank { visibility: hidden; }
#cancel-comment-reply-link { margin-left: 20px; color: #C50A17; font-weight: bold; }

/*******************************************************
*******************FOOTER******************************/
#footer{
	color: #464945;
	clear:left;
	background-color: #fff;
}
.foot {
	width:1000px;
	margin: 0 auto;
}
#footer a{
	color: #464945;
}
#footer p{
        margin:0;
        padding:10px 0;
}
.footer-left, .footer-center, .footer-right{
	margin: 25px 0 15px 15px;
	font-family: "Droid Sans", Arial, Verdana, Sans-serif;
	line-height: 21px;
	color: #454545;
        font-size: 12px;
        padding: 6px;
}

.footer-left .sidehead a, .footer-center .sidehead a, .footer-right .sidehead a{
	color: #AFAFAF;
}

.footer-left .sidehead a:hover, .footer-center .sidehead a:hover, .footer-right .sidehead a:hover{
	color: #FFF;
}

.footer-left{
	width: 300px;
	float: left;
}

.footer-left li, .footer-center li, .footer-right li {
	width: 300px;
	float: left;
	margin: 4px;
	color:#222;
}

.footer-center{
	width: 300px;
	float: left;
        margin-left:15px;
}

.footer-right{
	width: 300px;
        float: right;
	margin-right:15px;
}
/*******************************************************
*******************Defaults******************************/
h1{
	font-size: 28px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 16px;
        font-weight: bold;
	color : #de3036;
}
hr {display : none;}
a {
	color: #de3036;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
img[align=left],
.alignleft {
    float: left;
    margin-right: 10px;
}
img[align=right],
.alignright {
    float: right;
    margin-left: 10px;
}
.postcontent center { margin-bottom:1em; }
.postcontent blockquote { margin-bottom:1em; }
}
input, textarea {
    font-family:Georgia, serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
table {
	margin-bottom: 10px;
}
table,th,tr,td {
	border: 1px #ccc solid;
	padding: 5px;
}
caption {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
th {
	background: #eee;
}
tr:hover {
	background: #eee;
}
td:hover {
	background: #ccc;
}
/* imagen centrada */
img.centro {
	margin-bottom:20px;
}

/* imagen izquierda */
img.izquierda {
	float: left;
	margin: 0 10px 5px 0;
}

/* imagen derecha */
img.derecha {
	float: right;
	margin: 0 0 5px 10px;
}

/* imagen con borde */
img.borde {
	border: 1px solid #999;
	padding: 1px;
}

/*******************************************************
*******************Search Form******************************/

/* Search form for header area */

		#searchform {
			float: right;
			margin-top: 7px;
		}
		#searchform input {
			background: #de3036;
			color: #fff;
			padding : 3px 4px 3px 4px;
			margin-left : 3px;
			border:0px;
		}
		input#searchsubmit:hover {background: #3e414a; }
		#searchform #s {
			width : 150px;
			background :#fff url('images/search.png') no-repeat right;
			padding :4px 4px 4px 5px;
			color: #999;
		}
	
	
	/* 404 Pages **************************************
	***************************************************/
	
	/* Search form for 404 Pages */
	#content #searchform {
		float: right;
		margin: 10px 85px 0 0;
		width: 400px;
	}


	#content #searchform input {
		width : 300px;
		background :#fff url('images/search.jpg') no-repeat left;
		padding :4px 4px 4px 25px;
		color: #999;
		border: 1px #ccc solid;
	}

	#content input#searchsubmit {
	width: 50px;
		background: #de3036;
		color: #fff;
		padding : 3px 4px 3px 4px;
		margin-left : 3px;
		border:0px;
	}
	#content input#searchsubmit:hover {background: #000}
	
	#content .left404{
		width: 290px;
		float: left;
	}
	.left404 h2,.right404 h2{
		color: #333;
		font-size: 18px;
		font-weight: normal;
	}
	#content .right404{
		width: 290px;
		float: right;
	}	
#minicabecera1 {
        width:999px;
	background: #fff;
        border: 1px solid #dcdcdc;
        border-radius: 7px 7px 0 0;
        margin:auto;
}
.minicabecera1 {
	width:993px;
        border-radius: 7px;
}
.logo-minicabecera1 {
	float:left;
	margin-top:20px;
        margin-left:20px;
}
.logo-minicabecera1 img.imglavoz {
	border:0px;
	padding:0px;
	margin:0px;
}
.enlaces-minicabecera1 {
	float:left;
	margin: 25px 0px 0px 400px;
}
.enlaces-minicabecera1 li a img.imgboton {
	border:1px solid #ffffff;
	padding:1px;
}
.enlaces-minicabecera1 ul,.enlaces-minicabecera1 li {
	list-style:none;
}
.enlaces-minicabecera1 li {
	float:left;
	margin-right:18px;
	margin-top:18px;
}
.enlaces-minicabecera1 li a.boton {
	position:relative;	
}
.enlaces-minicabecera1 li a.boton span {
	display:none;
}
.enlaces-minicabecera1 li a.boton:hover span {
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	width:125px;
	line-height:10px;
	z-index:999;
	text-align:left;
}
.enlaces-minicabecera1 li a.boton:hover span strong{
	padding:1px 4px;
	border:1px solid #bebebe;
	background:#b1b1b1;
	color:#FFF;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	z-index:999;
}

.pagenumbers{
clear:left;
margin:0;
padding-bottom:5px;
height:20px;
}
.pagenumbers span{
border:1px solid #ececec;
display:block;
float:left;
margin-right:0.8em;
padding:9px;
}

.pagenumbers a{
border:1px solid #ececec;
display:block;
float:left;
margin-right:0.8em;
padding:9px;
}

.pagenumbers .page-numbers{
border:1px solid #ebebeb;border-bottom-width:2px;-moz-border-radius:2px;-webkit-border-radius:2px;
background:#f7f7f7;
text-decoration:none;
}

.pagenumbers a:hover{
background:#f7f7f7;
border:1px solid #ececec;
color:#ff3b4a;
font-weight:bold;
}

.pagenumbers .current{
background:#f7f7f7;
border:1px solid #f7f7f7;
color:#ff3b4a;
font-weight:bold;
}

.pagenumbers .next{
font-weight:bold;
}

.pagenumbers .prev{
font-weight:bold;
}
.pagenumbers .dots{
border:0;
}

/*Archives List
---------------------------------------*/
img.archive-comment {
  float: right;
  margin: 0 30px 10px 0;
}
div.entries { 
  font-size: 1.3em;
  margin: 30px 10px 0 10px;
}
.entries ul {
  clear: both; 
  margin: 0;
  border-bottom: 1px solid #dedede;
}
.entries ul li { border-top: 1px solid #dedede; padding-top:6px;   font-weight: bold;}
.entries ul li a {
  text-decoration: none;
}
.entries ul li a:hover {
  background-color: #f8f8f7;
  text-decoration: none;
}
.entries span {
  display: block;
  text-align: right;
}
.entries span.archdate, .entries a:hover span.archdate  {
  float: left;
  display: block;
  margin-right: 3em;
  padding-left: .5em;
  width: 3em;
  color: #464945;
}
.entries span.comments_number {
  float: right;
  margin-right: 30px;
  width: 3em;
  color: #464945;
} 
.centro {
   position: relative;
   height: 310px;
   top:25px;
   }

.centroi {
   position: absolute;
   left: 0;
   width: 50%;
   }

.centrod {
   position: absolute;
   right: 0;
   width: 50%;
}
#links-footer {
	padding: 5px 0 10px 0;
	font: normal 12px/17px "Droid Sans", Arial, "segoe ui", helvetica, verdana, sans-serif;
	color: #464945;
}
#header .logo {background: url('images/azul.png') repeat-x top left #de3036;}

	#header .logo .bloglogo img {bottom: 8px;}

#header .hptxtLogo {background: none;}

#header .links {
	background: url('images/links.png') repeat-x top left #eee;
	color: #333;
	text-shadow: #eee 1px 1px 0px;
}

	#header .links .social a {
		font-weight: bold;
		color: #333;
	}

#header .links .subsecciones {
	border-left: none;
	border-right: none;
}
	#hptxt-links-footer a {
		color: #464945;
		text-decoration: none;
	}

		#hptxt-links-footer a:hover {
			text-decoration: underline;
		}
.textofooter {
	border: none;
	font-family: "Droid Sans", Arial, Verdana, Sans-serif;
	color: #5a5a5a;
	font-size: 0.9em;}
#cse-search-box input {margin-top:10px; padding:0; margin-left:55px; height:15px;}

a.meneame, a.facebook, a.friendfeed, a.twitter, a.delicious, a.yahoo, a.netvibes, a.google, a.link, a.comments, a.feedlink, .feed_comments a, a.mail, a.archivo, a.buzz, a.tuenti {padding:2px 0px 2px 25px;}
a.facebook {background: url('http://www.pablogarces.com/images/facebook.png') no-repeat left center;}
a.twitter {background: url('http://twitter-badges.s3.amazonaws.com/t_mini-b.png') no-repeat left center;}
a.entradas {background: url('http://www.ricky-rubio.es/wp-images/ticket.png') no-repeat left center;}
a.minipost {padding:3px;font-weight:bold; text-decoration:none;}

.start {
background: #fff;
width: 992px;
text-align:left;
height:40px;
margin: 10px auto;
}
.barranorte {
background: none;
height: 30px;
width: 992px;
text-align:left;
margin: 10px auto;
}
.entry-meta { background: #fff; padding-top:5px; margin: 10px 3px 20px 0px; font-family: "Droid Sans"; font-size:13px; border-top: 1px solid #e5e5e5;}

.entry-meta .related { padding: 5px 2px 0px 5px; border-bottom: 1px solid #e5e5e5; font-size:15px; border-top: 1px solid #e5e5e5; }

.entry-meta .related h6 { color:#333; font-size: 1.1em; margin-top:7px; margin-bottom: 5px;}

.entry-meta-top h6 { color:#333;}

.entry-meta .entry-meta-pie { background:#fff height:10px;}

.entry-meta .entry-meta-top { height:77px; padding: 5px 5px 15px 5px;}

.single .entry-meta .entry-meta-top {height:30px;}

.comments-link { float:right; background:url(images/ico_comentario.png) left center no-repeat; padding-left:20px; font-weight:bold;}

.entry-meta .meta-tags {  padding: 15px 1px 25px 1px; color:#333; }

.entry-meta .resumen {  padding: 1px; color:#464945; }

.entry-meta li { padding-top: 3px; background:none;}

.data { border-bottom: 1px solid #ebebeb; padding-top:4px; margin-right:3px; margin-bottom:10px; font-family: "Droid Sans"; font-size:1.1em;}
.data .entry-meta-pie { background:#fdfdfd; height:10px;}
.data .entry-meta-top { height:25px; padding:10px 5px 0; }
.data .entry-meta-top {height:20px;}
.data .print { background:url(images/ico_imprimir.png) left center no-repeat; padding-left:20px; font-size:14px;}
.data .datil {  height:18px; padding:7px 0 8px 5px; color:#464945;}.data .resumen {  padding: 1px; color:#464945; }
.data .comments-link { float:right; background:url(images/12-em-plus.png) left center no-repeat; padding-left:1px; font-weight:bold;}
.data li { padding-top: 3px; background:none;}
.adelanto { font-size: .8em; line-height: 1.6em; color: #464945; margin: 4px 10px 0 10px;}
.tagsarchivo { font-size: .8em; line-height: 1.8em; color: #464945; margin: 3px 10px 0 10px;}
.enlacesfooter{
	width: 140px;
        float: left;
	color: #4ccfed;
	margin: 10px;
	font-family: "Droid Sans", Arial, Verdana, Sans-serif;
        background: #fff;
	color: #454545;
        font-size: 14px;
        padding-top: 10px;
        padding-right: 5px;   
}
.enlacesfooter ul{
        padding:0;
        margin:0;
}
        	#cabeceravoz {
        		width:1002px;
				height:104px;
                                background: #fff;
                                border-right:1px solid #dcdcdc;border-left:1px solid #dcdcdc;
				margin:auto;
				position:relative;
        	}
			.cabeceravoz {
				padding-top:20px;
			}
			.cabeceravoz .logovoz {
				position:absolute;
				bottom:50px;
				left:8px;
			}
			.cabeceravoz .blogvoz {
				position:absolute;
				bottom:35px;
				right:0px;
			}			
			.cabeceravoz .logovoz img {
				border:0px;
			}
			.cabeceravoz .seccionesvoz,.cabeceravoz .edicionesvoz {
				position:absolute;
				bottom:30px;
				height:18px;
				font:11px Arial,Helvetica,sans-serif;
			}
			.cabeceravoz .seccionesvoz {
				left:3px;
                                margin-bottom:4px;
			}	
			.cabeceravoz .edicionesvoz {
				left:3px;
			}
			.cabeceravoz .edicionesvoz a {
				color:#000;
				text-decoration:none;
				padding:0px 5px;
				line-height:18px;			
			}
			.cabeceravoz .seccionesvoz a {
				color:#000;
				line-height:18px;
				font-weight:bold;
				padding: 0 5px;
				text-decoration:none;
			}		
			.cabeceravoz .submenuvoz {
				background: #fff;
                                border-top: 3px solid #de3036;
				height:30px;
				position:absolute;
				bottom:0px;
				width:1002px;
			}
			.submenuvoz ul {
				padding:2px 0 0;
				list-style:none;
				margin:0px;
			}
			
			.submenuvoz ul li {
				color:#333333;
				float:left;
				font-size:13px;
				height:28px;
				line-height:28px;	
				background:url("http://www.lavozdigital.es/img/rd.menunav_separa.png") no-repeat right;
			}
			.submenuvoz li a {
				color:#333333;
				display:block;
				float:left;
				height:28px;
				line-height:28px;
				padding:0 11px;		
				font-weight:bold;
				font-size:13px;
				text-decoration:none;
				font-family:Arial, Helvetica, sans-serif;
			}
			.submenuvoz li a.social {
				padding-left:25px;
				margin-left:8px;
			}
			.cabeceravoz a:hover {
				text-decoration:underline;
			}
			a.facebook {
			background:url("http://www.pablogarces.com/images/facebook.png") no-repeat scroll left center transparent;
			}			
			a.twitter {
			background:url("http://twitter-badges.s3.amazonaws.com/t_mini-b.png") no-repeat scroll left center transparent;
			}
.fb-like-box {
	background: #6d84b4;
	border: 1px solid #6d84b4;
	padding: 10px;
	text-align: center;
	color: #fff !important;}
.fb-like-box a {
        color: #fff;}
.s {
        background :#fff url('images/search.png') no-repeat right;
	font: bold 11px Arial, Helvetica, sans-serif;
	width:115px;
	height:10px;
}
.sgo {
	margin:2px 0 0 0;
	border:none;
}
            #megabanner {
                background: #fff;
                height: 95px;
                border-right:1px solid #dcdcdc;border-left:1px solid #dcdcdc;
                padding-left: 11px;
		width:991px;
		margin: auto; margin-top:-2px;
            }
.excerpt { font-family: "Droid Sans",Helvetica, Arial, sans-serif; font-size:1.1em; line-height: 18px;}
.indian-wells {
	border: 1px solid #0d633e;
	font-family: "Droid Sans", Arial, Verdana, Sans-serif;
	line-height: 21px;
        width: 680px;
        font-size: 16px;
        background: #0d633e;
	color: #fff;
        margin: 2px 0 15px 0;
        border-radius: 6px; -moz-border-radius:6px; -webkit-border-radius: 6px;
	padding: 20px;}
.breakingnews {margin:7px 0;width:958px;float:left;position:relative; background: #f9f9f9 url("http://www.tenisweb.com/wp-images/urgente.gif") no-repeat right; border:1px solid #ebebeb;border-bottom-width:2px;-moz-border-radius:2px;-webkit-border-radius:2px; padding: 20px; font-family: "Droid Sans", Arial, Verdana, Sans-serif; font-size: 1.1em;}
 
.breakingnews h1 {font-weight:bold;}
.breakingnews p {width:auto;display:inline;font-size:110%;}
.breakingnews p a {}
.breakingnews p a:hover {text-decoration:underline;}
span.hour {color:#de3036;display:inline;font-size:12px;font-weight:bold;margin-right:3px;}
.miami {
	border: 1px solid #6191b2; border-bottom-width:2px;
	font-family: "Droid Sans", Arial, Verdana, Sans-serif;
	line-height: 21px;
        width: 680px;
        font-size: 15px;
        background: #6d97b9;
	color: #fff;
        margin: 2px 0 15px 0;
        border-radius: 6px; -moz-border-radius:6px; -webkit-border-radius: 6px;
	padding: 20px;}
.australia {
	border: 1px solid #1e90d8; border-bottom-width:2px;
	font-family: "Droid Sans", Arial, Verdana, Sans-serif;
	line-height: 21px;
        width: 680px;
        font-size: 15px;
        background: #1e90d8;
	color: #fff;
        margin: 2px 0 15px 0;
        border-radius: 6px; -moz-border-radius:6px; -webkit-border-radius: 6px;
	padding: 20px;}
.australia a {
        color: #fff;
}
.tierra-batida {
	border: 1px solid #cb7e57; border-bottom-width:2px;
	font-family: "Droid Sans", Arial, Verdana, Sans-serif;
	line-height: 21px;
        width: 680px;
        font-size: 17px;
        background: #d18660;
	color: #fff;
        margin: 2px 0 15px 0;
        border-radius: 6px; -moz-border-radius:6px; -webkit-border-radius: 6px;
	padding: 20px;}
.avisocomentarios {
        border:1px solid #ebebeb;border-bottom-width:2px;-moz-border-radius:2px;-webkit-border-radius:2px;
        font-size: 14px;
        background: #fff;
	color: #000;
        margin: 2px 0 15px 0;
        border-radius: 2px; -moz-border-radius:2px; -webkit-border-radius: 2px;
	padding: 15px;}
.socialpost {
width: 400px;
padding: 7px;
height:18px;
margin-bottom:12px;
float: right;
background: #f7f7f7;
border:1px solid #ebebeb;border-bottom-width:2px;-moz-border-radius:2px;-webkit-border-radius:2px;
}
div#banner_crear_cuenta{
	float: left;
	width: 725px;
	height: 96px;
        background: #f7f7f7; border:1px solid #ebebeb;border-bottom-width:2px;-moz-border-radius:7px;-webkit-border-radius:7px; padding-top:6px; margin-right:3px; font-family: "Droid Sans", Arial, Sans-serif;
	margin-bottom: 10px;
}
div#banner_crear_cuenta .btitulo{
	font-size: 18px;
        color: #de3036;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
}
div#banner_crear_cuenta a.bcrear_cuenta{
	float: left;
	margin-left: 15px;
	background-image: url(../images/crear_cuenta_btn.jpg);
	width:159px;
	height:38px;
}
div#banner_crear_cuenta a.bcrear_cuenta:hover{
	background-image: url(../images/crear_cuenta_btn2.jpg);
}
div#banner_crear_cuenta div#bpregunta{
	float: left;
	padding-right: 5px;
	padding-top: 2px;
	font-size:12px;
}
div#banner_crear_cuenta div#bpregunta a{
	font-weight: bold;
}
div#banner_crear_cuenta div#bpregunta a:hover{
	text-decoration: underline;
}

div#banner_crear_cuenta .yk_image {float:left; padding-top:20px; padding-right:20px; padding-left:20px;}
div#banner_crear_cuenta .yk_join {padding-top:7px; padding-bottom:3px;}
.atpworldtour {
	border: 1px solid #04b1ed; border-bottom-width:2px;
	font-family: "Droid Sans", Arial, Verdana, Sans-serif;
	line-height: 21px;
        width: 680px;
        font-size: 15px;
        background: #04b1ed;
	color: #fff;
        margin: 2px 0 15px 0;
        border-radius: 6px; -moz-border-radius:6px; -webkit-border-radius: 6px;
	padding: 20px;}
.post-bot {
background: url(http://www.naufrago.org/wp-images/post-bg.png) no-repeat center;
height: 15px;
margin: -27px 1px 1px 1px;
}
.page-links {
    clear:both;
    font-size:14px;
    border:1px solid #ebebeb;
    background: #f7f7f7; font-family: "Droid Sans", Arial, Sans-serif;
    padding: 8px;
    width: 245px;
    border-radius: 7px;
}
.page-links a {
    margin: 0px 2px 0px 2px;
    padding: 0px 2px 0px 2px;
    color: #de3036;
}
.moretext { padding: 10px 0 10px 0; }
.moretext a { color: #222; padding: 8px 28px 8px 12px; text-decoration:none; border:1px solid #ebebeb; border-radius: 7px; font-family: "Droid Sans", Arial, Sans-serif; font-size: 14px; background: #f7f7f7 url(http://www.naufrago.org/wp-images/mas.png) no-repeat 93% center; }
.moretext a:hover { text-decoration:underline; }
.v-title-box {
display: block;
width: 980px;
color: white;
text-align:center;
padding:10px;
height:20px;
background: #da3431;
border:1px solid #da3431;
border-radius: 7px 7px 0 0;
margin: 0 auto -3px auto;
}
.enlacesfooter ul { padding: 4px 0; line-height: 18px; }
.enlacesfooter li { list-style-type: none; }

.tagtotal {padding: 0px;}
.tagtotal h6 {font-size:1.3em; margin:0 0 10px 0;padding:0;}
.tagtotal a { display: block;
float: left;
color: #fff;
background: #da3431;
margin: 0 4px 2px 0;
padding: 15px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;}
.tagtotal a:hover {
background: #ececec;
color: #000;
text-decoration:none;}

.tagtotalindex {padding:0px;}
.tagtotalindex a {
font-size:0.9em;
color: #fff;
background: #da3431;
margin: 4px 3px 5px 1px;
padding: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;}
.tagtotalindex a:hover {
background: #ececec;
color: #000;
text-decoration:none;}
