/*
Theme Name: WordPress Facilware
Theme URI: http://facilware.com/
Description: Tema hecho a medida para facilware basado en el famoso Kubrick.
Version: 0.1
Author: Facilware Team
Author URI: http://facilware.com/
Tags: orange, custom header, fixed width, two columns, widgets, clean

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Ajustes generales de la pagina */
.imgSecRadio {
	width: 927px;
	height: 216px;
	border: 1.5px solid #D7D7D7;
	background: #fbfbfb url(images/onlive_radio.jpg) center no-repeat;
}

.imgSecRadio2 {
	width: 927px; /* Anchura de la pagina */
	height: 216px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	background: #fbfbfb url(images/banner_radio3.png) center no-repeat; /* Fondo degradado del post */
}

.imgSecRadio3 {
	width: 927px; /* Anchura de la pagina */
	height: 216px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	background: #fbfbfb url(images/banner_radio2.png) center no-repeat; /* Fondo degradado del post */
}

#radioendirecto {
	margin: 0 auto;
	width: 800px;
	height: 200px;
	overflow: hidden;
}

#uvradio_link {
	width: 930px;
	height: 85px;
	display: block;
	float: left;
	background: #fbfbfb url(images/uvradio.png) no-repeat;
}

#participaradio {
	width: 930px;
	height: 99px;
	margin: 10px auto;
	background: #fbfbfb url(images/pasos_radiopod.jpg) no-repeat;
}

a#imgplayradio {
	display: block;
	float:left;
	margin: 15px 0 15px 105px;
	width: 351px;
	height: 57px;
	background: #fbfbfb url(images/escuchanos.png) no-repeat top;
}
a:hover#imgplayradio {
	background: #fbfbfb url(images/escuchanos.png) no-repeat bottom;
}
a#imgmaquecitos {
	display: block;
	float:left;
	margin: 15px 0 15px 20px;
	width: 351px;
	height: 57px;
	background: #fbfbfb url(images/sigue_maque.png) no-repeat top;
}

a:hover#imgmaquecitos {
	background: #fbfbfb url(images/sigue_maque.png) no-repeat bottom;
}

body {
	font-size: 70.4%; /* Tamaño del texto */
	font-family: "Lucida Grande", Arial, Sans-Serif, Verdana; /* Tipografía */
	background: #EFF2F3 url(images/bg-header.gif) top repeat-x;  /* Imagen y color de fondo del header y el body */
	color: #333; /* Color del texto */
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* Pagina principal */
#page {
	background-color: #EFF2F3;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 960px; /* Anchura de la pagina */
	}
#page .single {
	margin-bottom: -15px;

}

/*Parte inferior del articulo completo (single)*/
.colgandoPost {
	margin: 30px 0 40px;
	text-align: justify;
	padding: 0 20px 10px 20px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:12px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:12px; /*Para Konqueror y Safari*/
	-webkit-border-radius:12px;
	-ms-border-radius: 12px;
	border-radius:12px; /*Forma normalizada*/
	background: #fff url(images/bg-post.png) bottom repeat-x; /* Fondo degradado del post */
}
.colgandoPost .articulosRelacionados h2 {
	font-size: 18px;
	font-family: Arial;
	color: #5F5E5E;
	background: #fff url(images/tagicon.png) no-repeat; /* Fondo degradado del post */
	background-position: 15px 15px;
	padding: 18px 110px 18px 110px;
}
.colgandoPost .articulosRelacionados ul li {
	font-size: 13.5px;
	list-style-type: none;
	padding: 8px 50px 8px 50px;
	font-family: Arial;
	background: transparent url(images/attachment.png) no-repeat; /* Fondo degradado del post */
	background-position: 15px;
}
.colgandoPost .articulosRelacionados ul{
	margin: 0 50px 0 50px;
	padding-bottom: 20px;
	border-bottom: 1.5px solid #D7D7D7;
}
.colgandoPost .articulosRelacionados ul li  a{
	color: #5F5E5E;
}
.tirasUnion {
	margin-top: -55px;
	margin-bottom: -17px;
	padding: 14px 100px 14px 100px;

}
.tirasUnion .tiraIzquierda {
	float:left;
}
.tirasUnion .tiraDerecha {
	float:right;
}

/* Cabecera de la pagina */
#header {
	margin: auto;
	width:970px; /* Anchura del header */
	}

/* Logo de faciware en el header */
#headerimg {
	text-align: left;
	padding-top: 12px;
}

/* Iconos de RSS y Podcast */
#headerfeed {
	float: right;
	margin: -80px 0 0px;
	text-align: right;
	padding-top: 18px;
}

/* Columna de posts */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	width: 630px;
	}

/* Ajustes de los posts */
.post {
	margin: 10px 0 40px;
	text-align: justify;
	padding: 0 20px 30px 20px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:6px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:6px; /*Para Konqueror y Safari*/
	-webkit-border-radius:6px;
	-ms-border-radius: 6px;
	border-radius:6px; /*Forma normalizada*/
	background: #fff url(images/bg-post.png) bottom repeat-x; /* Fondo degradado del post */
	}

.post hr {
	display: block;
	}

/* Pie de pagina */
#footer {
	padding: 55px;
	border: none;
	background: #2E2E2E top repeat-x;  /* Imagen y color de fondo del header y el body */
	clear: both;
	}

/* Texto en el pie de pagina */
#footer p {
	margin: 0;
	padding: 0 0 0 100px;
	text-align: left;
	color: #cac7c7; /* Color del texto */
	
	}

/* Contenido de la columna de posts */
#content {
	font-size: 1.2em;
	background: #EFF2F3;
	}

/* Contenido de los post */
.narrowcolumn .entry {
	line-height: 1.6em;

	}

.entry img{
	border-width:1px; /*Nuevo*/
	border-style:solid; /*Nuevo*/
	border-color:gray; /*Nuevo*/
}

/* Menu lateral */
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 35px 10px 10px 10px;
	margin-left: 650px;
	width: 300px;
	background: #EFF2F3;	
	}

/* Titulos en el menu lateral */
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	/*background: #E2E5EA;*/
	margin: 5px 0 0;
	border-top: 1.5px solid #DFDFDF;
	padding: 0;
	}

/* Lateral */
#sidebar ul li h2 {
	padding: 2px 5px 2px 5px;
	margin-top: 0px; 
}

#sidebar ul li a {
	color: #848484;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
}

#sidebar ul li ul li {
	padding: 7px 7px 5px 22px;
	border: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}

/* Begin Comentarios */
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.thread-alt {
	background-color: #f8f8f8;
	border: 1.5px solid #FF0000;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.clear {
	clear: both;
}
/* End Comentarios */


/* Begin Titulos */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	font-size: 1.5em;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h6	{
	margin: 10px 0 -16px;
	padding: 6px 0px 6px 0px;
	font-size: 1.5em;
	text-shadow: 0 1px 0 #FFFFFF;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius: 7px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:7px; /*Para Konqueror y Safari*/
	-webkit-border-radius:7px;
	-ms-border-radius: 7px;
	border-radius: 7px; /*Forma normalizada*/	
	background: #fff url(images/deg_bverde.gif) bottom repeat-x; /* Fondo degradado del post */
}	
/* End Titulos */


/* Begin Typography & Colors */
small {
	font-family: 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: 100;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #418BB1;
	text-decoration: none;
	}

a:hover {
	color: #418BB1;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Imagenes */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Imagenes */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-rango {
	border: 5px solid #D0D3D8;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 13px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

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


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     	position: absolute;
    	left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */


/* Begin Barra de meneame */
#caja { 
	margin-top:30px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right: 40px; 
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius: 12px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:12px; /*Para Konqueror y Safari*/
	-webkit-border-radius:12px;
	-ms-border-radius: 12px;
	border-radius: 12px; /*Forma normalizada*/
	background: #fff url(images/bg-post.png) bottom repeat-x; /* Fondo degradado del post */
}
#caja p { 
	float:right;
	display: block;
	margin-top: 3px;
	margin-left: 90px;
}
#texto-mnm {
	color: #FF6400;
	font-size: 18px;
	float:right;
	display: block;
	margin-top: 5px;
	margin-right: 45px;
}
.news-shakeit { 
	width: 65px; 
	text-align: center;
	font-size: 10.2pt;
	margin: 5px 0 0 0;
	padding: 0;
} 
.mnm-published a, .mnm-queued a, .mnm-discarded a { 
	display: block; 
	font-size: 16pt; 
	font-weight: normal; 
	height: 65px !important; 
	letter-spacing: -1px; 
	text-decoration: none; 
	border-bottom: 0; 
	vertical-align: bottom; 
}  
.mnm-published a:hover { 
	text-decoration: none; 
	border-bottom: 0; 
}  
.mnm-published {  
	display: block; 
	padding: 4px 0 4px 0; 
}  
.mnm-published a:hover, .mnm-queued a:hover, .mnm-discarded a:hover { 
	color: #03A; 
} 
.mnm-published, .mnm-published a { 
	color: #FFF; 
	text-decoration:none; 
}  
.mnm-published {
	background: #FF6400 url(images/meneameBox.png) top left no-repeat; 
}  
/* End Barra de meneame */


/* Continuar leyendo*/
.more-link {
	font-family: Arial; /* Tipografía */
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background: url(images/degbot.gif) repeat-x;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:10px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:10px; /*Para Konqueror y Safari */
	-webkit-border-radius:10px;
	-ms-border-radius: 10px;
	padding: 1px 10px 1px 10px;
	float:left;
	margin-top: 20px;
}
a.more-link {
	color: #6B6B6B;
	text-decoration: none;
}
a.more-link:visited, a.more-link:active {
	color: #6B6B6B;
	text-decoration: none;
}
a.more-link:hover {
	color: #3E3E3E;
	text-decoration: none;
	border: 1.5px solid #BFBFBF;
}

/* Imagen principal del post */
.imgPost {
	text-align: center;
	padding-top: 10px;
}

/* Iconos de Social Media */
/* Iconos de Social Media */
.tablavotosSM {
	padding-left: 0px;
	padding-right: 0px;
}
.votosSocialPost {
	padding-left: 0px;
	padding-right: 10px;
}

.votosPlusOne {
	padding-left: 15px;
	padding-right: 0px;
}

.votosbitaSM {
	padding-left: 30px;
	padding-right: 0px;
}

.votosMeneame {
	padding-left: 15px;
	padding-right: 0px;
}

/* Boton comentar */

.commtDown a {
	color: #6B6B6B;
	text-decoration: none;
	font-family: Arial; /* Tipografía */
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background: url(images/degbot.gif) repeat-x;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:10px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:10px; /*Para Konqueror y Safari */
	-webkit-border-radius:10px;
	-ms-border-radius: 10px;
	padding: 1px 10px 1px 10px;
	float:left;
	margin-top: 20px;
}

.commtDown a:visited, a:active {
	color: #6B6B6B;
	text-decoration: none;
}

.commtDown a:hover {
	color: #3E3E3E;
	text-decoration: none;
	border: 1.5px solid #BFBFBF;
}


/* Barra inferior de paginas*/
.pagebar a {
	font-family: Arial; /* Tipografía */
	font-weight: bold;
	color: #6B6B6B;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
	background: url(images/degbot.gif) repeat-x;
	border: 1.5px solid #D7D7D7;
}

.pagebar a:hover {
	padding: 2px 7px 2px 7px;
	background: url(images/degbot.gif) repeat-x;
	text-decoration: none;
	color: #3E3E3E;
	border: 1.5px solid #BFBFBF;
}
.pagebar .inactive {
	padding: 2px 7px 2px 7px;
	background: #000;
	border: 1.5px solid #D7D7D7;
	color: #b7b7b7;
}
.pagebar .this-page {
	color: #fff;
	padding: 2px 7px 2px 7px;
	background: #4696BF;
	border: 1.5px solid #BFBFBF;
}
.pagebar .break{
	margin-right: 3px;
}


/* Banner superior de publicidad */
#banner {
	width: 961px;
        height: 60px;
	margin: 20px auto;
}

#bannerizq {
	float: left;
	display: block;
	background: #fff;
	padding: 5px 4px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
}

#bannerder {
	float:right;
	display:block;
	padding: 5px 4px;
	background: #fff;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
}

#adsense-single {
	display: block !important;
	height: 15px !important;
	margin: 0 0 10px -5px;
}

#pub2post { 
	background: #fff;
	width: 468px;
	border: 1px solid #D7D7D7;
	padding: 5px 80px;
}

/** Menu de navegacion superior */
#navbar {
	height: 22px;
	margin: 0 auto;
	width: 960px;
	--border: 1.5px solid blue;
	margin-top:-5px;
}

#menu {
   	margin-left: -40px;
	margin-top: 0px;
}
#menu li.main {
	display: block;
	float: left;
	font-size: 13px;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	color: #444;
	display: block;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
}

#menu li a:hover, #menu li a.active {
	background: #2E2E2E;
	color: #fff;
	text-shadow: 0 1px 0 #444;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-ms-border-top-left-radius: 6px;
	-ms-border-top-right-radius: 6px;
	border-radius:6px 6px 0 0;
}

#menu li ul {
	left: -999em;
	list-style-type: none;
	position: absolute;
	z-index: 1001;
}

#menu li ul li {
	text-align:left;
	float: none;
	font-size: 11px;
}

#menu li ul a:link, #menu li ul a:visited, #menu li ul a:active {
	background: #2E2E2E;
	color: #fff;
	font-weight: normal;
	text-shadow: 0 0 0;
	width: 136px;
	padding: 5.5px 9px 5.5px 9px;
}
#menu li ul a.last:link, #menu li ul a.last:visited, #menu li ul a.last:active {
	background: #2E2E2E;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-ms-border-bottom-left-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
	border-radius: 0 0 6px 6px;
}

#menu li ul a:hover {
	background: #4696BF;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 #456404;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}

#menu li ul a.last:hover {
	background: #4696BF;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 #85B322;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-ms-border-bottom-left-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
	border-radius:0px 0px 6px 6px;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	margin-left: -40px;
}

/** Formulario de busqueda */
#search {
	float: right;
	height: 22px;
}

input#search {
	background: url(images/bg-search.jpg) no-repeat;
	border: none;
	color: #444;
	padding: 3px 8px 0px 25px; /*(arriba, derecha, abajo, izquierda)*/
	width: 257px;
	height: 22px;
}

/* Barra de iconos inferior */
.downBarPost {
	float:right;
	text-align: right;
	height: 48px;
	width: 144px;
}

/* Barra de iconos inferior */
.downBarSingle {
	text-align: right;
	height: 48px;
	width: 144px;
	padding-left: 450px;
}
.downl {
	background: url(images/iconpost/hd.png) no-repeat;
	height: 48px;
	width: 48px;
	float:right;
	text-align: right;
}
.downl:hover {
	background-position:0 bottom;
}
.ytub {
	background: url(images/iconpost/youtube.png) no-repeat;
	height: 48px;
	width: 48px;
	float:right;
	text-align: right;
}

.ytub:hover {
	background-position:0 bottom;
}
.dwfile {
	background:url(images/iconpost/download.png) no-repeat; 
	height: 48px;
	width: 48px;
	float:right;
	text-align: right;
}
.dwfile:hover {
	background-position:0 bottom;
}
.enlace {
	background:url(images/iconpost/enlace.png) no-repeat; 
	height: 48px;
	width: 48px;
	float:right;
	text-align: right;
}
.enlace:hover {
	background-position:0 bottom;
}


/*Zona superior del post*/

.commtPost {
	background: url(images/iconpost/comment.png) no-repeat;
	color: #777;
	float: right;
	font-size: 15px;
	height: 48px;
	letter-spacing: -1px;
	line-height: 26px;
	text-align: center;
	width: 48px;
	margin-top: 17px;
}

.commtPost span {
	margin-top: 5px;
	display: block;
	text-align: center;
	font-weight: bold;
}

.commtPost a:link, .commtPost a:visited, .commtPost a:active {
	color: #fff;
	text-decoration: none;
	/*text-shadow: 0 2px 0 #fff;*/
}

.infoPost {
	color:#C1C1C1;
}

.tituloPost {
	color:#6A6A6A;
	padding-top: 10px;
}

#serieSecciones {
	font-family: Arial; /* Tipografía */
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background: url(images/degpert.png) repeat-x;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:8px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:8px; /*Para Konqueror y Safari */
	-webkit-border-radius:8px;
	-ms-border-radius: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #6B6B6B;
}

#serieSecciones em {
	font-size: 12px;
}

/* Paginas de las secciones */
.secciones {
	width: 930px; /* Anchura de la pagina */
	margin: 30px 0 40px 0;
	text-align: justify;
	padding: 15px 15px 15px 15px; /*(arriba, derecha, abajo, izquierda)*/
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:12px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:12px; /*Para Konqueror y Safari*/
	-webkit-border-radius:12px;
	-ms-border-radius: 12px;
	border-radius:12px; /*Forma normalizada*/
	background: #fff url(images/bg-post.png) bottom repeat-x; /* Fondo degradado del post */
}

.secciones h2 {
	padding-top: 7px;
	margin-bottom: -10px;
	font-size: 24px;
	color: #5F5E5E;
}

.secciones p {
	font-size: 14px;
	color: #5F5E5E;
}
.alinIzq {
	width: 450px;
	border: 3px solid transparent; /*definición del borde*/
	margin-bottom: 20px;

}
.alinDer {
	width: 460px;
	margin-bottom: 20px;
	float: right;
	border: 3px solid transparent; /*definición del borde*/
}
.alinDer#id_quicksilver-mac {
	background: transparent url(images/quicks.png) top no-repeat;
	background-position: 0px 10px;
}
.alinIzq#id_video-guia-switchers {
	background: transparent url(images/switcher.png) top no-repeat;
	background-position: 0px 10px;
}
.alinIzq#id_appsmac {
	background: transparent url(images/appsmac.png) top no-repeat;
	background-position: 0px 10px;
}
.alinDer#id_diario-estudiantes {
	background: transparent url(images/studentsmac.png) top no-repeat;
	background-position: 0px 10px;
}
.alinDer#id_maspro {
	background: transparent url(images/maspro.png) top no-repeat;
	background-position: 0px 10px;
}
.alinDer#id_trucopedia {
	background: transparent url(images/trucopedia.png) top no-repeat;
	background-position: 0px 10px;
}
.alinIzq#id_novedades-os-x-lion {
	background: transparent url(images/novedades-os-x-lion.png) top no-repeat;
	background-position: 0px 10px;
}
.alinIzq#id_gimp {
	background: transparent url(images/palette_brush.png) top no-repeat;
	background-position: 0px 10px;
}
.alinDer#id_cinelerra {
	background: transparent url(images/favorite_film.png) top no-repeat;
	background-position: 0px 10px;
}
.alinIzq #descrip {
	padding-left: 90px;
	font-size: 11px;
	color: #7E7E7E;
}
.alinDer #descrip {
	padding-left: 90px;
	font-size: 11px;
	color: #7E7E7E;
}
.imgSecMac {
	width: 927px; /* Anchura de la pagina */
	height: 216px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	background: #fbfbfb url(images/seccion_mac.png) center no-repeat; /* Fondo degradado del post */
}
.imgSecLin {
	width: 927px; /* Anchura de la pagina */
	height: 216px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	background: #fbfbfb url(images/seccion_linux.jpg) center no-repeat;
} /* Fondo degradado del post */

#indice {
	padding-left: 90px;
}
#indice p {
	padding: 2.5px 0 2.5px 30px; /*(arriba, derecha, abajo, izquierda)*/
	font-size: 12px;
	margin-bottom: -5px;
	background: transparent url(images/video_film.png) left no-repeat;
}
#indice p a {
	color: #5F5E5E;
}
#indice a.moreSec {
	font-family: Arial; /* Tipografía */
	display: block;
	width: 160px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #5F5E5E;
	text-decoration: none;
	background: url(images/degbot.gif) repeat-x;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:5px; /*Para Konqueror y Safari */
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	padding: 3px 15px 3px 15px;
	margin-top:20px;
}

#indice a.moreSec:visited, #indice a.moreSec:active {
	color: #6B6B6B;
	text-decoration: none;
}
#indice a.moreSec:hover {
	color: #3E3E3E;
	text-decoration: none;
	border: 1.5px solid #BFBFBF; /*definición del borde*/
}

#Titulo_indice {
	padding-left: 90px;
	font-weight: bold;
	font-size: 15px;
	color: #5F5E5E;
}

/* Paginas del listado de las series */
.quicksilverList {
	height: 87px;
	margin-bottom: 20px;
	background: transparent url(images/quicks.png) top no-repeat;
	background-position: 0px 0px;
}

.switchersList {
	height: 87px;
	margin-bottom: 20px;
	background: transparent url(images/switcher.png) top no-repeat;
	background-position: 0px 0px;
}
.gimpList {
	height: 87px;
	margin-bottom: 20px;
	background: transparent url(images/palette_brush.png) top no-repeat;
	background-position: 0px 0px;
}
.estudiantesList {
	height: 87px;
	margin-bottom: 20px;
	background: transparent url(images/studentsmac.png) top no-repeat;
	background-position: 0px 0px;
}
.trucopediaList {
	height: 87px;
	margin-bottom: 20px;
	background: transparent url(images/trucopedia.png) top no-repeat;
	background-position: 0px 0px;
}
.proList {
	height: 87px;
	margin-bottom: 20px;
	background: transparent url(images/maspro.png) top no-repeat;
	background-position: 0px 0px;
}
.appsmacList {
	height: 87px;
	margin-bottom: 20px;
	background: transparent url(images/appsmac.png) top no-repeat;
	background-position: 0px 0px;
}
.cinelerraList {
	height: 87px;
	margin-bottom: 20px;
	background: transparent url(images/favorite_film.png) top no-repeat;
	background-position: 0px 0px;
}

#descripList {
	padding-left: 90px;
	font-size: 11px;
	color: #7E7E7E;
}
#listado {
	margin-top: -10px;
	padding-left: 90px;
}
#listado p {
	padding: 2.5px 0 2.5px 30px; /*(arriba, derecha, abajo, izquierda)*/
	font-size: 12px;
	margin-bottom: -5px;
	background: transparent url(images/video_film.png) left no-repeat;
}
#listado p a {
	color: #5F5E5E;
}
#titSecList {
	padding-top: 7px;
	margin-bottom: -10px;
	font-size: 24px;
	color: #5F5E5E;
}
.titSec {
	font-weight: bold;
	font-size: 19px;
	color: #5F5E5E;
}
#subtitList {
	font-size: 14px;
	color: #5F5E5E;
}
.imgSecQuicksilver {
	width: 587px; /* Anchura de la pagina */
	height: 145px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	margin-top: 20px;
	background: #fbfbfb url(images/banseries/bannerqs.png) center no-repeat; /* Fondo degradado del post */
}
.imgSecTrucopedia {
	width: 587px; /* Anchura de la pagina */
	height: 145px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	margin-top: 20px;
	background: #fbfbfb url(images/banseries/bannertrucopedia.png) center no-repeat; /* Fondo degradado del post */
}
.imgSecGimp {
	width: 587px; /* Anchura de la pagina */
	height: 145px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	margin-top: 20px;
	background: #fbfbfb url(images/banseries/bannergimp.png) center no-repeat; /* Fondo degradado del post */
}
.imgSecCinelerra {
	width: 587px; /* Anchura de la pagina */
	height: 145px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	margin-top: 20px;
	background: #fbfbfb url(images/banseries/bannercinelerra.png) center no-repeat; /* Fondo degradado del post */
}
.imgSecEstudiantes {
	width: 587px; /* Anchura de la pagina */
	height: 145px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	margin-top: 20px;
	background: #fbfbfb url(images/banseries/bannerstudents.png) center no-repeat; /* Fondo degradado del post */
}
.imgSecSwitchers {
	width: 587px; /* Anchura de la pagina */
	height: 145px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	margin-top: 20px;
	background: #fbfbfb url(images/banseries/bannerswitchers.png) center no-repeat; /* Fondo degradado del post */
}
.imgSecPro {
	width: 587px; /* Anchura de la pagina */
	height: 145px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	margin-top: 20px;
	background: #fbfbfb url(images/banseries/bannerpro.png) center no-repeat; /* Fondo degradado del post */
}
.imgSecAppsmac {
	width: 587px; /* Anchura de la pagina */
	height: 145px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	margin-top: 20px;
	background: #fbfbfb url(images/banseries/bannerappsmac.png) center no-repeat; /* Fondo degradado del post */
}
.imgSecNewsLion {
	width: 587px; /* Anchura de la pagina */
	height: 145px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	margin-top: 20px;
	background: #fbfbfb url(images/banseries/bannerlion.png) center no-repeat; /* Fondo degradado del post */
}

/*Cajas de votaciones*/
.voteBox {
	color: #777;
	float: right;
	font-size: 15px;
	height: 40px;
	letter-spacing: -1px;
	line-height: 26px;
	text-align: center;
	width: 47px;
	margin-top: 8px;
}

.voteBox span {
	text-align: center;
}

.voteBox a:link, .commtPost a:visited, .commtPost a:active {
	color: #fff;
	text-decoration: none;
}


/** Paginas **/

#capIzq {
	width:297px;
	margin: 7px auto;
	margin-bottom: 10px;
	float:left;
	display:block;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:6px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:6px; /*Para Konqueror y Safari*/
	-webkit-border-radius:6px;
	-ms-border-radius: 6px;
	border-radius:6px; /*Forma normalizada*/
}
#capIzq p {
	background: #FFF;
	padding: 10px 10px 10px; 
}
#capIzq .titSec {
	margin: 10px auto 0px 10px;
}

#capDer {
	width:297px;
	margin: 7px auto;
	margin-bottom: 10px;
	float:right;
	display:block;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:6px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:6px; /*Para Konqueror y Safari*/
	-webkit-border-radius:6px;
	-ms-border-radius: 6px;
	border-radius:6px; /*Forma normalizada*/
}
#capDer p {
	background: #FFF;
	padding: 10px;
}
#capDer .titSec {
	margin: 10px auto 0px 10px;
}

#capMedio {
	width:605px;
	margin: 7px auto;
	margin-bottom: 10px;
	/*float:right;*/
	display:block;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:6px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:6px; /*Para Konqueror y Safari*/
	-webkit-border-radius:6px;
	-ms-border-radius: 6px;
	border-radius:6px; /*Forma normalizada*/
}
#capMedio p {
	background: #FFF;
	padding: 10px;
}
#capMedio .titSec {
	margin: 10px auto 0px 10px;
}
#capMedio h2 {
	font-size: 18px;
	font-family: Arial;
	color: #5F5E5E;
	padding: 10px 110px 0px 110px;
	margin: 10px auto 0px 10px;
}

#pBienvenido {
	background: #FFF;
	padding: 10px 10px 10px; 
	margin-top: 30px;

}

#nubeTags {
	margin-top: 20px;
	height: 677px;
	text-align: center;
	background: url(images/nube.png) center center no-repeat;
}
#nubeTags ul {
	width: 460px;
	padding-top: 80px;
	padding-left: 80px;
}
#nubeTags ul a {
	color: #848484;
	text-decoration: none;
}
#nubeTags ul a:hover {
	color: #000;
}
/** Paginas **/

/** Caja con pestañas */
#botonesCaja {
    width: 300px;
	padding-top: 15px;
	text-align:center;
	border: 1.5px solid #D7D7D7;
	border-bottom: none;
	background: #fff;
	-moz-border-radius-topleft:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius-top-left:5px; /*Para Konqueror y Safari */
	-webkit-border-radius-top-left:5px;
	-ms-border-radius-top-left: 5px;
	border-top-left-radius:5px; /*Forma normalizada*/
	-moz-border-radius-topright:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius-top-right:5px; /*Para Konqueror y Safari */
	-webkit-border-radius-top-right:5px;
	-ms-border-radius-top-right: 5px;
	border-top-right-radius:5px; /*Forma normalizada*/
}
#botonesCaja a {
    font-size: 12px;
	height: 39px;
    line-height: 39px;
	color: #6B6B6B;
	text-decoration: none;
	padding: 4px 5px 4px 5px;
	font-family: Arial; /* Tipografía */
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background: #fff url(images/degbot.gif) repeat-x;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:10px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:10px; /*Para Konqueror y Safari */
	-webkit-border-radius:10px;
	-ms-border-radius: 10px;
	border-radius: 10px; /*Forma normalizada*/
	cursor: pointer;
}

#botonesCaja a:visited, a:active {
	color: #6B6B6B;
	text-decoration: none;
}

#botonesCaja a.selected {
	color: #fff;
	padding: 2px 7px 2px 7px;
	background: #4696BF;
	border: 1.5px solid #BFBFBF;
}
#botonesCaja a.selected:hover {
	color: #fff;
	padding: 2px 7px 2px 7px;
	background: #4696BF;
	border: 1.5px solid #BFBFBF;
}

#botonesCaja a:hover {
	color: #3E3E3E;
	text-decoration: none;
	border: 1.5px solid #BFBFBF; 
}

#caja-content-container {
	border: 1.5px solid #D7D7D7;
	border-top: none;
    height: 180px;
    overflow: hidden;
   	width: 300px;
	padding-top: 8px;
	margin-bottom: 20px;
	-moz-border-radius-bottomleft:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius-bottom-left:5px; /*Para Konqueror y Safari */
	-webkit-border-radius-bottom-left:5px;
	-ms-border-radius-bottom-left: 5px;
	border-bottom-left-radius:5px; /*Forma normalizada*/
	-moz-border-radius-bottomright:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius-bottom-right:5px; /*Para Konqueror y Safari */
	-webkit-border-radius-bottom-right:5px;
	-ms-border-radius-bottom-right: 5px;
	border-bottom-right-radius:5px; /*Forma normalizada*/
	background: #fff url(images/bg-post.png) bottom repeat-x; /* Fondo degradado del post */
}
#caja-content div {
	border-top: 1px solid #EFF2F3;
    height: 250px;
    margin-left: 14px;
	margin-right: 10px;
}

#caja-content div ul li {
	padding: 7px 7px 5px 35px;
	background: transparent url(http://www.yovima.com/images/zimages/bandera.gif) no-repeat;
	background-position:0px 3px;
    padding-left: 22px;
}
/** Caja con pestañas */


/*Ultimos comentarios*/
.widget_recent_comments {
	padding: 10px 10px 15px 14px;  /*(arriba, derecha, abajo, izquierda)*/
    background: #fff url(images/bg-post.png) bottom repeat-x;
    border: 1.5px solid #D7D7D7;
	-moz-border-radius:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:5px; /*Para Konqueror y Safari */
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	border-radius:5px; /*Forma normalizada*/
	margin-bottom:10px;
}
.widget_recent_comments ul li {
	background-color:transparent;
	background: transparent url(http://www.yovima.com/images/zimages/pin.gif) no-repeat;
	background-position: 0 3px;
}
.widget_recent_comments ul:before {
	padding-left: 23px;
	content: url(http://www.yovima.com/images/zimages/ultimcoment.png);
}
.widget_recent_comments h2 {
	visibility:hidden;
	display: none;
}

/*Ultimos posts o artículos*/
.widget_recent_entries {
	padding: 10px 10px 15px 14px;  /*(arriba, derecha, abajo, izquierda)*/
    background: #fff url(images/bg-post.png) bottom repeat-x;
    border: 1.5px solid #D7D7D7;
	-moz-border-radius:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:5px; /*Para Konqueror y Safari */
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	border-radius:5px; /*Forma normalizada*/
	margin-bottom:10px;
}

.widget_recent_entries ul li {
	background-color:transparent;
	background: transparent url(images/article.png) no-repeat;
	background-position: 0 3px;
}
.widget_recent_entries  ul:before {
	padding-left: 23px;
	content: url(http://www.yovima.com/images/zimages/recientes.png);
}
.widget_recent_entries  h2 {
	visibility:hidden;
	display: none;
}

/*Widget Meta*/
.widget_meta {
	padding: 10px 10px 15px 14px;  /*(arriba, derecha, abajo, izquierda)*/
    background: #fff url(images/bg-post.png) bottom repeat-x;
    border: 1.5px solid #D7D7D7;
	-moz-border-radius:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:5px; /*Para Konqueror y Safari */
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	border-radius:5px; /*Forma normalizada*/
	margin-bottom:10px;
}

.widget_meta ul li {
	background-color:transparent;
	background: transparent url(http://www.yovima.com/images/zimages/key.png) no-repeat;
	background-position: 0 3px;
}
.widget_meta ul:before {
	padding-left: 23px;
	content: url(http://www.yovima.com/images/zimages/useracces.png);
}
.widget_meta h2 {
	visibility:hidden;
	display: none;
}

/*BlogRoll Enlaces Links*/
.widget_links {
	padding: 10px 10px 15px 14px;  /*(arriba, derecha, abajo, izquierda)*/
    background: #fff url(images/bg-post.png) bottom repeat-x;
    border: 1.5px solid #D7D7D7;
	-moz-border-radius:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:5px; /*Para Konqueror y Safari */
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	border-radius:5px; /*Forma normalizada*/
	margin-bottom:10px;
}

.widget_links ul li {
	background-color:transparent;
	background: transparent url(images/clip_link.png) no-repeat;
	background-position: 0 3px;
}
.widget_links ul:before {
	padding-left: 23px;
	content: url(images/blogroll.png);
}
.widget_links h2 {
	visibility:hidden;
	display: none;
}


/** Widget pendientes */
.candidatas {
	padding: 10px 10px 15px 10px;  /*(arriba, derecha, abajo, izquierda)*/
    background: #fff url(images/bg-post.png) bottom repeat-x;
    border: 1.5px solid #D7D7D7;
	-moz-border-radius:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:5px; /*Para Konqueror y Safari */
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	border-radius:5px; /*Forma normalizada*/
	margin-bottom:10px;
}

.candidatas ul li{
	background-color:transparent;
	background: transparent url(http://www.yovima.com/images/zimages/pin.gif) no-repeat;
	background-position: 0 3px;
}
.candidatas ul:before {
	padding-left: 23px;
	content: url(images/envpendien.png);
}
.candidatas  h2 {
	visibility:hidden;
	display: none;
}
/** Widget colaborador */
.widgetCol {
	padding: 0px 10px 10px 10px;
    background: #fff url(images/bg-post.png) bottom repeat-x;
    border: 1.5px solid #D7D7D7;
	-moz-border-radius:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:5px; /*Para Konqueror y Safari */
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	border-radius:5px; /*Forma normalizada*/
	margin-bottom:10px;
}


.widgetCol .fotoCol {
    border: 1.5px solid #D7D7D7;
	-moz-border-radius:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:5px; /*Para Konqueror y Safari */
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	border-radius:5px; /*Forma normalizada*/
    float:left;
	margin-right: 10px;
	margin-top: 10px;
}

.widgetCol .descripCol {
	padding-top: 10px;
	font-family: "Lucida Grande";
/*	font-family: Arial;*/
	color: #5F5E5E;
	font-size: 11px;
}

.widgetCol .nickCol{
	font-family: "Lucida Grande";
	color: #7EA137;
	font-size: 15px;
	padding-top: 5px;
	text-shadow: 0.1em 0.1em #D3D1D2
}

.widgetCol .rangoCol{
	font-family: "Lucida Grande";
	color: #444444;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 20px;	
    float:center;
	text-shadow: 0.1em 0.1em #D3D1D2
}

.widgetCol .webCol{
	font-family: "Lucida Grande";
	color: #444444;
	font-size: 12px;
	padding-top: 2px;
	text-shadow: 0.1em 0.1em #D3D1D2
}

.widgetCol .valorCol {
	/*height: 38px;
	width: 39px;*/
	padding-top: 7px;
	padding-right: 7px;
    float:right;
    /*background: transparent url(images/prize_winner.png) no-repeat;*/
	background-position:1px 2px;
}


/** Rankings de colaboradores */
.imgRanking {
	margin-top: 20px;
	width: 590px; /* Anchura de la pagina */
	height: 90px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	background: #fbfbfb url(images/rankingHeader.png) center no-repeat;
}

#serColaborador{
	margin-top: 10px;
	width: 590px; /* Anchura de la pagina */
	height: 70px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	background: #fbfbfb url(images/deg_bverde_ser.gif) center repeat;
}

.eresColab {
	margin-top: 210px;
	float: center;
}

/* Boton Ser Colaborador */

.btnColabora a {
	color: #6B6B6B;
	text-decoration: none;
	font-family: Arial; /* Tipografía */
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background: url(images/degbot_rojo.png) repeat-x;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:5px; /*Para Konqueror y Safari */
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	padding: 4px 20px 4px 20px;
	float: center;
	margin-top: 14px;
}

.btnColabora a:visited, a:active {
	color: #6B6B6B;
	text-decoration: none;
}

.btnColabora a:hover {
	color: #3E3E3E;
	text-decoration: none;
	border: 1.5px solid #BFBFBF;
}

/* Colabora ranking en Index */
#serColaboradorIndex{
	margin-top: -9px;
	margin-bottom: 0px;
	width: 960px; /* Anchura de la pagina */
	height: 30px;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	background: #fbfbfb url(images/deg_bverde_ser.gif) center repeat;
}

.cuadroIndexRank{
	margin-top: 3px;
}

.btnColaboraIndex a {
	color: #6B6B6B;
	text-decoration: none;
	font-family: Arial; /* Tipografía */
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background: url(images/degbot_rojo.png) repeat-x;
	border: 1.5px solid #D7D7D7; /*definición del borde*/
	-moz-border-radius:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:5px; /*Para Konqueror y Safari */
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	padding: 4px 20px 4px 20px;
	/*float: center;*/
	margin-top: auto;
	margin-left: 20px;
}

.btnColaboraIndex a:visited, a:active {
	color: #6B6B6B;
	text-decoration: none;
}

.btnColaboraIndex a:hover {
	color: #3E3E3E;
	text-decoration: none;
	border: 1.5px solid #BFBFBF;
}

.rankings {
	--font-weight: bold;
	color: #5F5E5E;
	border-collapse:collapse;
	width: 590px;
}
.rankings a {
	color: #5F5E5E;
}
.rankings tr {
	border: 1px solid #D7D7D7;
}
.rankings .filaImpar {
    	background: #FEFEFE;
}
.rankings .filaImpar td {
	border-left: 2px solid #969595;
}
.rankings .filaImpar .primCelda {
	border:none;
}
.rankings .filaPar {
    	background: #D9DEE2;
}
.rankings .filaPar td {
	border-left: 2px solid #969595;
}
.rankings .filaPar .primCelda {
	border:none;
}
.rankings td {
	height: 30px;
	text-align: center;
}
.rankings .primeraFila {
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
    background: transparent url(images/clasDeg.png) repeat-x;
}
.rankings .filaImpar .soyYoPrimera {
	border:none;
	background:#ADD090;
}
.rankings .filaPar .soyYoPrimera {
	border:none;
	background:#ADD090;
}
.rankings .filaImpar .soyYo {
	border-left: 2px solid #969595;
	background:#ADD090;
}
.rankings .filaPar .soyYo {
	border-left: 2px solid #969595;
	background:#ADD090;
}

/*Rankings sidebar: Klap*/
.rankingsSide {
	--font-weight: bold;
	color: #5F5E5E;
	border-collapse:collapse;
	width: 298px;
}
.rankingsSide a {
	color: #5F5E5E;
}
.rankingsSide tr {
	border: 1px solid #D7D7D7;
}
.rankingsSide .filaImpar {
    	background: #FEFEFE;
}
.rankingsSide .filaImpar td {
	border-left: 2px solid #969595;
}
.rankingsSide .filaImpar .primCelda {
	border:none;
}
.rankingsSide .filaPar {
    	background: #D9DEE2;
}
.rankingsSide .filaPar td {
	border-left: 2px solid #969595;
}
.rankingsSide .filaPar .primCelda {
	border:none;
}
.rankingsSide td {
	height: 20px;
	text-align: center;
}
.rankingsSide .primeraFila {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
    background: transparent url(images/clasDeg.png) repeat-x;
}
.rankingsSide .filaImpar .soyYoPrimera {
	border:none;
	background:#ADD090;
}
.rankingsSide .filaPar .soyYoPrimera {
	border:none;
	background:#ADD090;
}
.rankingsSide .filaImpar .soyYo {
	border-left: 2px solid #969595;
	background:#ADD090;
}
.rankingsSide .filaPar .soyYo {
	border-left: 2px solid #969595;
	background:#ADD090;
}

#caja-content-container-lider {
	border: 1.5px solid #D7D7D7;
	border-top: none;
    height: 100px;
    overflow: hidden;
   	width: 300px;
	padding-top: 8px;
	margin-bottom: 20px;
	-moz-border-radius-bottomleft:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius-bottom-left:5px; /*Para Konqueror y Safari */
	-webkit-border-radius-bottom-left:5px;
	-ms-border-radius-bottom-left: 5px;
	border-bottom-left-radius:5px; /*Forma normalizada*/
	-moz-border-radius-bottomright:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius-bottom-right:5px; /*Para Konqueror y Safari */
	-webkit-border-radius-bottom-right:5px;
	-ms-border-radius-bottom-right: 5px;
	border-bottom-right-radius:5px; /*Forma normalizada*/
	background: #fff url(images/bg-post.png) bottom repeat-x; /* Fondo degradado del post */
}

/*Banners laterales de secciones*/
#bannerSecciones {
	margin-bottom: 20px;
}
#bannerSecciones a {
	display:block;
	height: 65px;
	width: 300px;
	margin-bottom: 5px;
}

/*Iconos de SocialMedia Grises*/

/*Estadisticas del footer*/
#estadisticaswho{
	text-align: left;
}

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

/* Sorteo Ipad */

#banner_superior a {
	display: block;
	margin: 10px 0 0px 0;
	border: 1.5px solid #D7D7D7;
	height: 65px;
	width: 627px;
	--background: #fff url(images/banner_superior.png) bottom repeat-x;
	background: #ffffff;
	text-align: center;
}
#banner_interior a {
	display: block;
	margin: 0px 0 0px 0;
	/*border: 1.5px solid #D7D7D7;
	height: 65px;
	width: 627px;
	--background: #fff url(images/banner_superior.png) bottom repeat-x;
	background: #ffffff;*/
	text-align: center;
}
#pfc_container {
	height: 320px !important;
	width: 525px !important;
}
#pfc_content_expandable {
	--height: 100px !important;
	--width: 100px !important;
}
.pfc_chat {
	height: 243px !important;
	width: 346px !important;
}
#pfc_channels_content {
	height: 243px !important;
	width: 520px !important;
}
#pfc_cmd_container, #pfc_bbcode_container, #pfc_smileys, #pfc_errors, .pfc_td3 {
	display: none !important;
}
.pfc_td2 input {
	background: #FFF !important;
}

/* Autores y Editores */
.editor_container {
	padding: 10px 10px 15px 14px;  /*(arriba, derecha, abajo, izquierda)*/
    background: #fff url(images/bg-post.png) bottom repeat-x;
    border: 1.5px solid #D7D7D7;
	-moz-border-radius:5px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:5px; /*Para Konqueror y Safari */
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	border-radius:5px; /*Forma normalizada*/
	margin-bottom:10px;
}


#patrocinadores {
	/*float: left;*/
	width: 940px;
	margin-bottom: 20px;
}

#nofloat{
	clear:both;
}

#participa-concurso {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 452px;
	border: 1px solid #dcdadb;
}

#participa-concurso p {
	margin-bottom: 40px;
}

/* =CSS POPUP
----------------------------------------------- */
#basic-modal-content, #radio-popup {display:none;}
#radio-popup-enlace { display: block; width:825px; height: 350px; background: url(http://www.facilware.com/player/directo.png) no-repeat; }

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container { width:825px; color:#bbb; background-color: #FFF; border: 1px solid #FFF; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; box-shadow: #444 0 4px 10px -1px; }
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

