@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
}
body {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: auto;
	width: 600px;
	margin-left: auto;
}
p,ul,ol,dl,blockquote,pre,table,h1,h2,h3,h4,h5,h6 {
	margin-bottom: 8px;
}
ins {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	overflow: hidden;
	line-height: 1.1em;
	font-weight: bold;
}
h1,h2 {
	font-weight: normal;
}
h1
{
	font-size: 1.9em;
	background: #0066FF;
	padding: 0.1em;
	color: #FFFFFF;
}
h2
{
	font-size: 1.5em;
		padding-bottom: 0.1em;
	border-bottom: 1px solid #FFCC00;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5
{
	font-size: 1em;
}
h6
{
	font-size: 0.9em;
}
hr {
	color: #FFCC00;
	height: 1px;
	margin-bottom: 8px;
	border-top: 1px solid #FFCC00;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	text-transform: none;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
code,kbd,samp,pre,q,blockquote{
	font-family:"Courier New", Courier, mono;
}
q {
	color: #333333;
	quotes: "«" "»" "“" "”" "‘" "’";
}
a {
	color: #0066FF;
	text-decoration: underline;
}
ul {
	list-style: disc;
}
ul, ol{
	padding-left: 24px;
}
ul ul, ol ul {
	list-style: circle;
}
ul ul ul, ol ul ul, ol ol ul, ul ol ul{
	list-style: square;
}
ul ul, ol ol, dl ol, dl ul, ol dl, ul ol, ol ul {
	padding-left: 20px;
	margin-left: 8px;
	margin-bottom: 0;
}
li {
	width: 100%;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: lower-alpha;
}
ol ol ol{
	list-style: upper-roman;
}
dt {
font-weight: bold;
color: #333333;
}
dd {
	background: url(ddbullet.gif) no-repeat 10px 1px;
	padding-left: 24px;
}
blockquote {
	padding-left: 23px;
	background: url(closequote.gif) no-repeat 2px 1px;
	border-left: 1px solid #FFCC00;
}
abbr,acronym,span[title] {
	border-bottom: 1px dotted;
}
/* estilo especifico*/
.rafa {
	color: #006666;
}
.centertodo {
	text-align: center;
}
/* Cosas para contener imagenes*/
.floatright {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	clear: right;
}
.floatright img{
	border: 1px solid #000000;
}
.cdir {
	text-align: center;
	clear: both;
}
.cdir a img {
	border: 3px solid #0066CC;
}
.cdir img {
	border: 1px solid #000000;
	vertical-align: middle;
	margin-bottom: 8px;
	margin-right: 4px;
	margin-left: 4px;
}
/* guias de episodio */
.episodio {
	overflow: hidden;
}
.episodio h2{
	clear: both;
	background: #FFCC00;
	padding: 6px;
	overflow: visible;
	font-style: italic;
	border: 1px solid #666666;
}
.episodio h3,.episodio h4{
	clear: none;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 0.2em;
	margin-bottom: 8px;
}
.episodio .inforow dt {
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}
.episodio .inforow dd {
	border-right: 1px solid #CCCCCC;
	display: inline;
	margin-left: 0;
	padding-left: 0;
	padding-right: 4px;
	background: none;
}
.episodio .inforow dl {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	margin-bottom: 8px;
	padding-bottom: 7px;
}
.episodio dt {
	font-weight: bold;
}
.episodio dt:after {
	content: ":";
}
.episodio .inforow dt:after {
	content: "";
}
.episodio .inforow dd:before {
	content: "";
}
.episodio dl {
	margin: 0px 0px 8px;
}
/* cajas de información */
table.tracklist {
	border-spacing: 0;
	border-top: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	width: 100%;
	clear: both;
}
table.tracklist th {
	background-color: #FFCC00;
}
td hr {
	margin-top: 3px;
	margin-bottom: 3px;
}
table.tracklist td:empty {
	border-left: 0;
}
table.tracklist th, table.tracklist td {
	padding: 1px;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	font-family:Verdana, Helvetica, sans-serif;
	vertical-align: top;
}
table.tracklist td.maintrack {
}
table.tracklist col.tracknumber {
	width: 4%;
}
table.tracklist col.trackname {
	width: 38%;
}
table.tracklist col.trackartist {
	width: 21%;
}
table.tracklist col.trackcomposer {
	width: 37%;
}
table.tracklist td.not-so-maintrack-but-still {
}
table.datagrid {
	border-spacing: 0;
	border-top: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
}
table.datagrid th {
	background-color: #FFCC00;
}
table.datagrid th, table.datagrid td {
	padding: 1px;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	font-family:Verdana, Helvetica, sans-serif;
	vertical-align: top;
}
table.infobox,table.infobox-vertical {
	background: #FFFFFF;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-spacing: 0;
}
table.infobox {
	width: 220px;
	float: right;
	clear: right;
}
img.figure {
	float: left;
}

table.infobox-vertical {
	width: 200px;
	clear: right;
}
table.infobox,table.infobox caption{
	margin-left: 8px;
}
table.infobox caption, table.infobox-vertical caption{
	border-top: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	background: #FFCC00;
	font-size: 1.2em;
	font-weight: bold;
}
table.infobox td,table.infobox th,table.infobox-vertical td,table.infobox-vertical th{
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #FFCC00;
	padding: 1px 2px;
	font-size: 0.8em;
}
table.infobox th{
	width: 40%;
}
table.infobox td{
	width: 60%;
}
table.infobox-vertical td{
	width: 58%;
}
table.infobox-vertical th{
	width: 42%;
}
table.infobox tr.figure td, table.infobox-vertical td.figure{ 
	text-align: center;
}
table.infobox tr.figure td{ 
	width: 100%;
}
table.infobox-vertical td.figure{
	width: 48%;
	background: #FFCC00;
}
table.infobox tr.figure td img,table.infobox-vertical td.figure img{
	border: 1px solid #000000;
}
table.infobox tr.figure td a img,table.infobox-vertical td.figure a img{
	border: 3px solid #0066CC;
}
.float{
	float:right;
	width: 216px;
	font-size: 0.8em;
	background: #CCCCCC;
	overflow: hidden;
	clear: right;
	margin-bottom: 8px;
	margin-left: 8px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.the-loop {
	float: left;
	width: 420px;
}
#sidebar {
	width: 150px;
	float: left;
}
.widget_miniposts2_display{
	font-size: 0.8em;
	background: #CCCCCC;
	float: right;
	overflow: hidden;
	clear: right;
	margin-bottom: 8px;
	margin-left: 8px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}
.float img{
	border: 1px solid #999999;
}
.float p{
	text-align: center;
}
.float h2, .widget_miniposts2_display h2 {
	font-weight: bold;
	color: #000000;
	background: #FFCC00;
	padding: 0.2em 0.4em;
	border-bottom: 1px solid #999999;
	text-align: center;
	margin-bottom: 0px;
	border-top: 1px solid #999999;
}
.float dt {
	width: 40%;
	float: left;
	margin: 0;
	border-top: 1px solid #999;
	font-weight: bold;
	clear: left;
	padding-bottom: 3px;
}
.float dd {
	border-top: 1px solid #999999;
	margin: 0px;
	float: left;
	width: 60%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
	background: none;
}
.float dl {
	margin: 6px;
	font: 1em Verdana, Helvetica, sans-serif;
	overflow: hidden;
}
.float ul {
	margin: 6px;
	font: 1em Verdana, Helvetica, sans-serif;
	overflow: hidden;
}
.float .nonfloat dl, .widget_miniposts2_display dl {
	margin: 6px;
	font: 1em Verdana, Helvetica, sans-serif;
	overflow: hidden;
}
.float .nonfloat dt, .widget_miniposts2_display dt {
	float: none;
	width: auto;
	margin-bottom: 4px;
	border-width: 0px;
}
.float .nonfloat dd, .widget_miniposts2_display dd {
	float: none;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}
ul.likeadd {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	padding-left: 0;
}
ul.likeadd li{
	display: inline;
	border-left: solid 1px #000000;
	padding-left: 4px;
}
ul.likeadd li:first-child{
	border-left: 0;
}
ul.likeadd a{
}
.nonfloat dd ul {
	 padding-left: 0em;
	 margin-left: 1.5em;
}
/* articulos */
.fecha {
	font-size: smaller;
	color: #666666;
}
.fecha span[title]{
	border-bottom: 0;
}
.antetitulo {
	font-size: 0.8em;
	margin-bottom: 0px;
}
.bajada {
	font-size: 1.25em;
	color: #333333;
	font-weight: bold;
	padding-bottom: 0px;
	border-bottom-width: 0px;
}
.arti {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px solid #CCCCCC;
	margin: 0px 0px 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.arti p{
	line-height: 1.3em;
}
.arti h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	background: none;
	color: #000000;
}
.arti h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	border-bottom: 0;
	padding-bottom: 0px;
}
.arti h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
.arti dd{
	background: none;
}
.arti cite {
	font-style: normal;
	font-variant: small-caps;
}

p.uno:first-letter {
	font-size: 4.7em;
	float: left;
	margin-bottom: 0.1em;
	margin-right: 0.1em;
}
p.uno:first-line {
	font-variant: small-caps;
}
/* articulo tipo chat */
.mesenguer {
	font: 1.2em Helvetica, sans-serif;
	border: 2px solid #009999;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.mesenguer h1 {
	font-family: Helvetica, sans-serif;
	font-weight: bolder;
	border-bottom: 1px solid #999999;
	background: none;
	color: #000000;
}
.mesenguer h2 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 0px;
	font-style: normal;
	padding-bottom: 0px;
}
.mesenguer h3 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 0px;
}
.mesenguer dl {
	margin-bottom: 8px;
	margin-top: 0px;
}
.mesenguer dt {
	font-weight: bold;
	color: #333333;
}
.mesenguer dd {
	background: none;
}
/* encuestas */
.ensuecta {
	background: #CCCCCC;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	margin-bottom: 8px;
}
.ensuecta form {
	margin: 0px;
}
.ensuecta p{
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	text-align: center;
}
.ensuecta h2 {
	font-weight: bold;
	color: #000000;
	background: #FFCC00;
	padding: 0.2em 0.4em;
	border-bottom: 1px solid #999999;
	text-align: center;
}
.ensuecta input {
	font-family: Verdana, Helvetica, sans-serif;	
}
.ensuecta textarea {
	font-family: Verdana, Helvetica, sans-serif;	
}
.ensuecta select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}
/* despreciado */
.cgl {
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
.cgl ul {
	list-style: disc inside;
	margin: 0px;
	padding: 0px;
}
.paddingnueve {
	padding: 0px 9px 9px;
}
.ven {
	margin: 9px;
}
.ulg {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#alt {
	background-color: #E0E0E0;
}
#headsegundo {
	background-color: #CCCCCC;
	font-weight: bold;
}
#wewo {
	border: 2px #000000;
}
#content object {
	margin-bottom: 8px;
}
