/*	JavaScript-Cache (c) 2009-2015 Foliogen
	Todos los derechos reservados
	All rights reserved
*/

/*** libs_oss/highslide/highslide.css ***/
/**
* @file: highslide.css 
* @version: 4.1.8
*/
.highslide-container div {
	/*font-family: Verdana, Helvetica;
	font-size: 10pt;*/
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(images/highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(images/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(images/highslide/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(images/highslide/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/highslide/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(images/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
	overflow: hidden;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(images/highslide/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(images/highslide/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(images/highslide/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(images/highslide/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(images/highslide/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(images/highslide/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(images/highslide/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(images/highslide/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(images/highslide/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(images/highslide/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(images/highslide/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(images/highslide/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}

/*** templates/base/base.css ***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{padding:0;margin:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,code,dfn,strong,th,var{font-weight:normal;font-style:normal}em,i{font-style:italic}strong,b{font-weight:bold}ol,ul{padding-left:20px;margin-top:5px;margin-bottom:5px}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}q:before,q:after{content:''}abbr,acronym{border:0}html{font-size:16px}body{font-size:0.875em}body.font_size_small{font-size:.75em}body.font_size_large{font-size:1.25em}h1{font-size:2em}h2{font-size:1.66em}h3,h3 a{font-size:1.33em}h4{font-size:0.75em}h5{font-size:0.5em}h6{font-size:0.25em}input,textarea,select,.blockinput{-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.3);-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.3);box-shadow:inset 1px 1px 2px rgba(0,0,0,0.3);border:1px solid #808080;padding:2px 0px 0px 2px;background-position:right -64px;background-repeat:no-repeat}input.placeholding{color:#999}input.RADIO_CHECKBOX,input[type=radio],input[type=checkbox]{border:none !important;background:none !important;width:auto !important;vertical-align:middle}input[type=search]{-webkit-appearance:none}input:focus,textarea:focus,.blockinput.focus{outline:2px auto -webkit-focus-ring-color;-moz-outline:2px auto orange;background-color:#ffe}.blockinput{position:relative;background-color:#fff}.blockinput input,.blockinput textarea{width:100%;margin:0;padding:0;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;font:inherit;outline:none}.blockinput input{height:22px}.blockinput input:focus,.blockinput.focus input,.blockinput.focus input:focus{outline-width:0;background-color:transparent}input:focus:required:invalid,input.nonundetermined:required:invalid,input.invalid,input:required:valid,input.valid{background-image:url(images/iconos_cabecera/input_validity.png);-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s}input:focus:required:invalid,input.nonundetermined:required:invalid,input.invalid{background-position:right -37px}input:required:valid,input.valid{background-position:right -5px}.validation-hint{position:absolute;top:-2px;right:-180px;width:165px;display:none;outline:none;background-color:#fcc;color:#000;text-align:center;padding:5px;z-index:100000000;font-size:10px;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.6);-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.6);box-shadow:0px 1px 2px rgba(0,0,0,0.6);-moz-transition-duration:2s;-webkit-transition-duration:2s;cursor:default}.validation-hint-arrow{display:block;width:10px;height:19px;position:absolute;top:3px;left:-9px;background:transparent url(images/validation-hint-arrow.png) left top no-repeat}input:focus:required:invalid + .validation-hint,input.nonundetermined:required:invalid + .validation-hint,input.invalid + .validation-hint,textarea:focus:required:invalid + .validation-hint,textarea.nonundetermined:required:invalid + .validation-hint,textarea.invalid + .validation-hint{display:block}button,a.button{border:1px solid #aaa;border-left-color:#ccc;border-top-color:#ccc;height:22px;padding-top:0px;background-color:#d0d0d0;background-image:-moz-linear-gradient(0% 100% 90deg,#d0d0d0, #f1f1f1);background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f1f1f1), color-stop(0.5, #eee), color-stop(1, #d0d0d0));margin:1px;padding:0 6px;cursor:default;color:#000}a.button{line-height:21px;height:20px;vertical-align:bottom;padding-top:3px}button img{vertical-align:bottom}a.button img{margin-top:-10px}button:active,a.button:active{background:#ccc;border-color:#ccc}button:hover,a.button:hover{color:#000}.floatbreaker{display:block;clear:both}.CABECERA_PARRAFO{font-size:1.3em;font-weight:bold;margin-bottom:5px}.TEXTO_PARRAFO{text-align:justify;line-height:1.4em}.TEXTO_PARRAFO ul{list-style:disc}.RichTextAlignLeft,.RichTextAlignRight,.RichTextAlignCenter{display:block;margin:5px;margin-top:4px}.RichTextAlignLeft{float:left;clear:left;margin-left:0}.RichTextAlignRight{float:right;clear:right;margin-right:0}.RichTextAlignCenter{clear:both;margin-left:auto;margin-right:auto}.sendtofriend{font-size:1.2em;padding:10px 20px;border:1px solid #ddd;background-color:#fff;margin-bottom:10px}.sendtofriend fieldset{width:45%;float:left;position:relative;height:110px}.sendtofriend fieldset.right{float:right}.sendtofriend label{display:block}.sendtofriend textarea{display:block}.sendtofriend .blockinput{margin:5px 0}.sendtofriend fieldset.left .blockinput{margin-right:15px}.sendtofriend button{position:absolute;right:0;bottom:0}.LOGGER{text-align:left;background-color:#000;color:#C0FFC0;font-family:Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;font-size:0.85em}.LOGGER .loggerinfo{border-top:6px dotted #F4DC24;border-bottom:1px dotted #F4DC24;padding:1px 4px;text-align:center;color:#fff}.LOGGER .loggerinfo .esp{font-size:0.75em}.LOGGER .linea{text-align:left}.LOGGER td,.LOGGER th{vertical-align:top;border-top:1px dotted #00cc00}.LOGGER a{color:#fff}.LOGGER .dbg{display:inline-block;width:16px;height:16px;vertical-align:text-bottom}.LOGGER .dbg.lvl1{background-image:url('images/iconos/debug_lvl1.png')}.LOGGER .dbg.lvl2{background-image:url('images/iconos/debug_lvl2.png')}.LOGGER .dbg.lvl3{background-image:url('images/iconos/debug_lvl3.png')}.LOGGER .dbg.lvl4{background-image:url('images/iconos/debug_lvl4.png')}.LOGGER .dbg.lvlunknown{background-image:url('images/iconos/debug_lvlunknown.png')}#dbgpicker{float:right;width:32px;height:32px;background-color:#369;margin:1px;border:1px solid white}.PANEL_USUARIO li{border-bottom:1px solid #CECECE;font-size:1.3em;list-style-type:none;margin-bottom:15px;padding-bottom:10px}.PANEL_USUARIO li a{color:#999999}.PANEL_USUARIO li a:hover{color:#333333}.prevbutton,.nextbutton{background-image:url(images/highslide/nextprev.png);background-position:0 0;background-repeat:no-repeat;width:30px;height:30px;cursor:pointer;position:relative;left:-30px}.nextbutton{background-position:-30px 0;left:30px}.highslide-html{overflow:visible}.highslide-html-content{padding:0}.highslideHtmlClose{display:block;margin:0 0 0 auto;width:14px;height:14px;cursor:default}.highslideHtmlClose .highslideHtmlCloseIcon{background-image:url(images/highslide/htmlclose.png);background-repeat:no-repeat;background-position:0 0;vertical-align:top}.highslideHtmlClose:hover .highslideHtmlCloseIcon{background-position:-14px 0}.highslide-wrapper .highslide-html-content{text-align:left;width:690px;padding-bottom:10px}.MARCO{margin-left:auto;margin-right:auto;width:960px;text-align:left}.PIE{padding:20px}.PIE_inner{height:0px;padding:10px 0}.PIE_left{text-align:left;float:left;width:357px}.PIE_right{float:right;width:357px;text-align:right;padding-top:5px}.ACCESO-intro{margin:0 10px 10px 10px;padding:10px 20px;background-color:#C8D1D8;-moz-border-radius:0px;border-radius:0px;border-bottom:2px solid #8292a9}.ACCESO-title{color:#333;margin:0 0 2px 0;font-size:1.7em;font-weight:bold}.ACCESO-explain{border-bottom:1px solid #CECECE;font-size:0.9em;margin:10px 0 20px;padding-bottom:10px}.ACCESO-introTXT{font-size:0.9em}.ACESSO-SOCIAL{float:left;width:305px;margin:0 0 0 20px;padding:0}.ACCESO-FACEBOOK{display:block;float:left;background:url("images/facebook_bg.png") no-repeat scroll left center #5873AC;border-radius:3px 3px 3px 3px;color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;font-size:0.8em;height:15px;margin-left:5px;margin-top:1px;width:120px;padding:2px 0 3px 21px}.ACCESO-FACEBOOK a{color:#FFF}.ACCESO-FACEBOOK a:hover{color:#333333}.ACCESO-empresaperfilactivo{font-size:1.4em;font-weight:bold}.ACCESO-TWITTER{display:block;float:left;background:url("images/twitter_bg.png") no-repeat scroll left center #7d9ac1;border-radius:3px 3px 3px 3px;color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;font-size:0.8em;height:15px;margin-left:5px;margin-top:1px;width:110px;padding:2px 0 3px 23px}.ACCESO-TWITTER a{color:#FFF}.ACCESO-TWITTER a:hover{color:#333333}.ACCESO-PROPIO{display:block;float:left;font-family:arial;font-size:0.9em;height:15px;margin:10px 0 12px;padding:2px 0 3px;width:100%;font-weight:bold}.ACCESO-columns{position:relative}.ACCESO-column{float:left;width:50%;min-width:330px;position:relative;min-height:270px}.ACCESO-column-single{width:auto;padding:0 25%}.ACCESO-column-border{background-color:#CCCCCC;height:310px;left:348px;position:absolute;top:0;width:1px}.ACCESO-column fieldset{padding:0px 20px}.ACCESO-column h1{font-size:1.6em;margin-bottom:5px;width:100%}.ACCESO .login-label{display:block;font-size:0.9em;font-weight:normal}.ACCESO .terms-label{display:block;font-size:0.8em;font-weight:normal}.ACCESO .blockinput{font-size:1.25em;margin-bottom:10px}.ACCESO .login-button{text-align:right;padding:0 20px;margin:10px 0}#recover-link,#recover-link-cancel{display:block;font-weight:bold;margin:10px 0}.form-table{display:table;width:100%}.form-table-nosignup{width:auto}.form-table td{padding:5px 0;vertical-align:top}.form-table .alignright{text-align:right;width:67%}.form-table td.etiqueta{width:33%;font-size:0.9em;font-family:Verdana, Arial, Helvetica, sans-serif}.form-table td.etiqueta.special{width:33%;font-size:0.8em;font-family:Verdana, Arial, Helvetica, sans-serif}.form-table td.etiqueta .social_sino{font-family:Arial,Helvetica,sans-serif;font-size:1em;margin:0 5px 0 2px}.form-table td.etiqueta .social_check{vertical-align:calc(-1px)}.form-table td.cabecera{font-family:Arial,Helvetica,sans-serif;font-size:1.2em;font-weight:bold;padding:25px 0 15px;width:33%}.form-table .alignbottom{vertical-align:bottom}.form-table td input{width:180px}.form-table .error_msg{display:block;color:#c00;font-weight:bold;border:1px dotted #c00;padding:2px;padding-left:22px;background:#fff url(images/iconos_cabecera/up_error.png) 2px 2px no-repeat}.GALERIA{margin-bottom:20px}.thumbnails{overflow:hidden}.thumbnails a{display:block;float:left;width:110px;margin:10px 20px;text-align:center;border:0px none #fff}.thumbnails a:hover{border:1px solid #aaa;margin:9px 19px}.thumbnails a span{display:block;margin:0 auto;width:100px;height:100px;line-height:100px}.thumbnails a cite{display:block;font-weight:bold;padding-bottom:5px;height:35px;overflow:hidden}.leermas{font-size:0.8em;text-align:right;display:block}.NOTICIAS{margin-bottom:30px;overflow:hidden}.NOTICIAS .CABECERA_PARRAFO .foto{float:left;width:100px;text-align:center;margin:2px 8px 2px 0}.NOTICIAS .desc{text-align:justify}.NOTICIAS .fecha,.NOTICIA .fecha{font-weight:bold;color:#808080}.RSS{width:100%}.RSS .celda{background:transparent;border:none;padding:10px}.RSS .celda .ENLACE{width:100%;height:100%;margin:1px}.RSS .celda .ENLACE .icono{margin:1px;padding:10px}.PAGINACION{font-size:1.2em;height:23px;margin:10px 0px}.PAGINACION .etiqueta{width:auto;cursor:default}.PAGINACION .pagina{cursor:pointer}.PAGINACION .activo{cursor:default;text-decoration:underline}.PAGINACION .activo,.PAGINACION .etiqueta,.PAGINACION .pagina{display:block;float:left;height:15px;border:1px solid #808080;background:#ffffff;padding:3px;margin:4px}.PAGINACION .activo,.PAGINACION .pagina{width:15px;text-align:center;vertical-align:middle}.PAGINACION .pagina:hover{background:#ddd;color:#000;width:21px;height:21px;margin:1px;font-size:1.3em}.HORIZONTAL-EVEN-MARGIN{text-align:justify;text-justify:distribute-all-lines;font-size:0px}.HORIZONTAL-EVEN-MARGIN-BOX{display:inline-block}.iefix .HORIZONTAL-EVEN-MARGIN-BOX{display:inline}.HORIZONTAL-EVEN-MARGIN-after,.HORIZONTAL-EVEN-MARGIN:after{background-color:transparent;height:0px;width:100%;font-size:0}.HORIZONTAL-EVEN-MARGIN-after{display:inline-block}.HORIZONTAL-EVEN-MARGIN:after{display:inline-block;content:" "}.opera .HORIZONTAL-EVEN-MARGIN{text-align:center}.MENSAJE{width:100%}.MENSAJE .icono{vertical-align:top;text-align:center;float:left;padding:20px}.MENSAJE .message{padding:20px;margin-left:60px;text-align:left;font-size:1.1em}.MENSAJE .description{padding:5px 20px;margin-left:60px}.MENSAJE .botones{text-align:right;padding-right:50px}.MENSAJE .botones .button{margin-right:10px}.XhrWrapper-Spinner,.XhrWrapper-Glass,.OverlayDialog{display:block;position:absolute;top:0;left:-1000px}.XhrWrapper-Spinner{width:16px;height:12px;background:transparent url(images/iconos/video_loading.gif) center center no-repeat}.XhrWrapper-Glass,.OverlayDialog{background-color:rgba(237, 245, 252, 0.5);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);-moz-box-shadow:0 0 15px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}.OverlayDialog{background-color:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);-moz-box-shadow:0 0 15px rgba(0,0,0,0.5);box-shadow:0 0 5px rgba(0,0,0,0.5);text-align:left}.OverlayDialogCaption{padding:20px}.OverlayDialogMessage{padding:10px 20px}.OverlayDialogButtonBar{position:absolute;bottom:0;left:0;width:100%;text-align:right}.OverlayDialogButton{margin:10px 20px}.avatar{width:110px;border:1px solid #ccc;background-color:#fff;-moz-box-shadow:3px 3px 2px rgba(50,50,50,0.5);-webkit-box-shadow:3px 3px 2px rgba(50,50,50,0.5)}.avatar-image{width:100px;height:100px;line-height:99px;text-align:center;padding:5px;overflow:hidden}.avatar-label{display:block;line-height:normal;padding:2px;margin:0}.avatar-label input{height:auto;width:auto}.FileUploadWrapper{position:relative;margin-top:10px}.FileUploadButton{margin:0;z-index:0;cursor:default}.FileUploadInput{z-index:1;position:absolute;left:0;top:0}.FileUploadInfo{display:none}.FileUploadInfo-active{display:inline;background-position:right center;background-repeat:no-repeat;padding:0 22px 0 5px;background-image:url(images/iconos/clear.png);cursor:pointer}.PANEL .contenido .PAGELIST ul{padding-left:10px}.PAGESCATEGORIES .CATEGORY{display:block;width:240px;height:220px;float:left;margin:0 10px 20px 10px;border:1px solid #ccc;text-align:center}.PAGESPRODUCTS .PRODUCT{display:block;width:240px;height:220px;float:left;margin:0 10px 20px 10px;border:1px solid #ccc;text-align:center}.PRODUCT #imagen_galeria{width:662px;height:500px;line-height:499px;text-align:center;margin:2px auto}.PRODUCT #imagen_galeria span{line-height:normal;position:relative;display:inline-block}.PRODUCT #marco{width:663px;height:100px;position:relative;margin:2px auto 10px auto;border:1px solid #ddd}.PRODUCT #marco .boton{width:16px;height:100px;line-height:99px;z-index:1;background-color:#ddd;position:absolute;text-align:center}.PRODUCT #marco .boton.der{right:0px}.PRODUCT #ventana{width:631px;height:100px;position:relative;overflow-x:scroll;overflow-y:hidden;padding:0 16px}.PRODUCT #ventana #pelicula{position:absolute;height:100px;line-height:99px}.PRODUCT #ventana #pelicula a{display:block;width:100px;height:100px;text-align:center;float:left;margin:0 2px}.PRODUCT #galeria_simple{text-align:center}.PRODUCT #galeria_simple a{line-height:99px;margin:0 2px}.page-banners{margin-bottom:20px}.SUBPAGES{margin:10px 0;overflow:hidden}.SUBPAGES a{display:block;float:left;font-size:1.2em;padding:4px 8px;margin-right:10px}.usertermtoregister{font-size:0.8em}form#form-signup .blockcaptcha{margin:0 0 15px}h3.captchaErrorAdvice{color:red;font-size:15px;font-weight:bold;padding:12px}

/*** libs_oss/mediaelement/build/mediaelementplayer.css ***/
.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-overlay-play {
	cursor: pointer;
}
.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(images/mediaelementplayer/bigplay.png) top left no-repeat;
}
.mejs-overlay:hover .mejs-overlay-button{
	background-position: 0 -100px ;
}
.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(images/mediaelementplayer/background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9))); 
	background: -moz-linear-gradient(top,  rgba(50,50,50,0.9),  rgba(0,0,0,0.9)); 	
	background: linear-gradient(rgba(50,50,50,0.9),  rgba(0,0,0,0.9)); 	
}
.mejs-overlay-loading span {
	display:block;
	width: 80px;
	height: 80px;
	background: transparent url(images/mediaelementplayer/loading.gif) center center no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(images/mediaelementplayer/background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7))); 
	background: -moz-linear-gradient(top,  rgba(50,50,50,0.7),  rgba(0,0,0,0.7)); 	
	background: linear-gradient(rgba(50,50,50,0.7),  rgba(0,0,0,0.7)); 	
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	background: 0;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0px;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(images/mediaelementplayer/controls.png) 0 0 no-repeat;
	min-height: 0;
}
/* End: CONTROL BAR */

/* Start: Time (current / duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	padding: auto 4px;
}
.mejs-container .mejs-controls .mejs-time span {
	font-size: 11px;
	color: #fff;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (current / duration) */


/* Start: Play/pause */
.mejs-controls .mejs-play button {
	background-position:0 0;
}
.mejs-controls .mejs-pause button {
	background-position:0 -16px;
}
/* End: Play/pause */


/* Stop */
.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* End: Play/pause */

/* Start: Progress bar */
.mejs-controls div.mejs-time-rail {
	width: 200px;
	padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8))); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8),  rgba(60,60,60,0.8)); 	
	background: linear-gradient(rgba(30,30,30,0.8),  rgba(60,60,60,0.8)); 	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#1E1E1E,endColorstr=#3C3C3C);
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8))); 
	background: -moz-linear-gradient(top,  rgba(44,124,145,0.8),  rgba(78,183,212,0.8)); 	
	background: linear-gradient(rgba(44,124,145,0.8),  rgba(78,183,212,0.8)); 	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91,endColorstr=#4EB7D4);
	width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8))); 
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.9),  rgba(200,200,200,0.8)); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF,endColorstr=#C8C8C8);	
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	visibility: hidden;
	position: absolute;
	display: block;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}
.mejs-controls .mejs-time-rail:hover .mejs-time-float {
	visibility: visible;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;

}




/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position:-32px 0;
}
.mejs-controls .mejs-unfullscreen button {
	background-position:-32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position:-16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position:-16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(images/mediaelementplayer/background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px ;
	-moz-border-radius: 0 0 4px 4px ;
	border-radius: 0 0 4px 4px ;
}
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* End: Mute/Volume */




/* Start: TRACK (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position:-48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(images/mediaelementplayer/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display:block;
	color: #fff;
	overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{
	clear: both;
	float: left;
	margin: 3px 3px 0px 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}


.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
}
.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7))); 
	background: -moz-linear-gradient(top,  rgba(50,50,50,0.7),  rgba(0,0,0,0.7)); 	
	background: linear-gradient(rgba(50,50,50,0.7),  rgba(0,0,0,0.7)); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);		
	overflow: hidden;
	border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	/*background: #333;*/
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6))); 
	background: -moz-linear-gradient(top,  rgba(102,102,102,0.7),  rgba(50,50,50,0.6)); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);		
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space:nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space:nowrap;
	text-overflow: ellipsis;
}


.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	/*font-weight: bold;*/
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}
.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 45px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(images/mediaelementplayer/background.png);
	background: rgba(20, 20, 20, 0.8);

}
/* End: TRACK (Captions and Chapters) */



.mejs-clear {
	clear: both;
}

/* Start: ERROR */
.me-cannotplay {
}
.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}
.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: ERROR */


/* Start: Loop */
.mejs-controls .mejs-loop-off button{
	background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}
/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button{
	background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */


/* Start: picture controls */
.mejs-controls .mejs-picturecontrols-button{
	background-position: -96px 0;
}
/* End: picture controls */

/*** templates/periodico/folioestilo.css ***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td,blockquote{padding:0;margin:0;margin-top:0px}table{border-collapse:separate}fieldset,img{border:0}address,caption,code,dfn,strong,th,var{font-weight:normal;font-style:normal}ol,ul{padding-left:20px;margin-top:5px;margin-bottom:5px}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}q:before,q:after{content:''}abbr,acronym{border:0}@-ms-viewport{width:device-width}html,body{min-height:100%}body{color:#585858;font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif;text-align:center;background-color:#F7F7F7;background-image:url(images/fondo_sombra.png);background-position:center top;background-repeat:repeat-y}a{text-decoration:none;color:#000}a:hover{color:#666;text-decoration:none}img{vertical-align:middle}h1{font-size:2em}h2{font-size:1.66em}h3{font-size:1.33em}h4{font-size:0.75em}h5{font-size:0.5em}h6{font-size:0.25em}hr,div.hr{display:block;border:none;border-bottom:1px dotted #999}strong,b{font-weight:bold}input,textarea,select,.blockinput{border-color:#bbb}body#ventana{padding:10px;text-align:left;background:#fff}.CABECERA_PARRAFO{font-size:1.8em;color:#999}.TEXTO_PARRAFO{font-size:0.9em;margin-bottom:20px;text-align:left;line-height:1.4em}.TEXTO_PARRAFO blockquote{border-left-width:5px;padding-left:20px;padding-right:8px}blockquote{border-color:#CCCCCC;border-style:solid;border-width:0;font-family:Georgia,Times,"Times New Roman",serif;font-style:italic;padding:2px 0}.floatbreaker{display:block;clear:both}input.RADIO_CHECKBOX,input[type=radio],input[type=checkbox],input[type=file]{width:auto !important;vertical-align:middle;border:inherit !important;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;resize:none}button,a.button{height:auto;min-height:25px;-moz-border-radius:2px;border-radius:2px;font-size:0.8em;padding-bottom:3px}.opera button,.opera a.button{line-height:20px}.font_size_small{font-size:11px}.font_size_normal{font-size:14px}.font_size_large{font-size:18px}.MARCO{margin-left:auto;margin-right:auto;overflow:hidden;width:auto}.MARCO-background{margin:0 auto;width:980px;overflow:auto;padding:10px;background-color:#FFFFFF}.USERBAR{line-height:16px;overflow:hidden;background-color:#E8E9ED;padding:2px 15px;border:1px solid #CCCCCC;margin-bottom:7px;-moz-border-radius-topright:0x;-moz-border-radius-bottomright:0;border-top-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;border-top-left-radius:0;border-bottom-left-radius:0}.USERBAR-see-panel{font-size:0.8em;padding:0 6px 0 8px;color:#062E5E}.USERBAR-left{float:left}.USERBAR-right{text-align:right}.USERBAR-links{color:#ccc;color:#062E5E;margin-top:2px;font-family:tahoma, verdana, Arial, Helvetica, sans-serif}.USERBAR-links a{font-size:0.8em;padding:0 6px 0 8px;color:#062E5E}a.USERBAR-links-user{padding:0 6px 0 0;font-weight:bold}.USERBAR-SEARCH-button{display:block;padding:0px;min-height:24px;height:24px;width:26px;margin:0;float:right;-moz-border-radius-topright:7px;-moz-border-radius-bottomright:7px;border-top-right-radius:7px;border-bottom-right-radius:7px;-moz-border-radius-topleft:0px;-moz-border-radius-bottomleft:0px;border-top-left-radius:0px;border-bottom-left-radius:0px}.USERBAR-SEARCH-button img{background:transparent url(images/iconos/userbar.png) center -1px no-repeat}.opera .USERBAR-SEARCH-button{height:26px}.USERBAR-SEARCH-input{padding:0 4px;line-height:22px;height:24px;display:inline-block;float:right;width:100px;border-right:none;-moz-border-radius-topleft:0px;-moz-border-radius-bottomleft:0px;border-top-left-radius:0px;border-bottom-left-radius:0px}@-moz-document url-prefix(){.userbar-search-button { min-height:22px;height:22px;padding:0 2px;width:auto}} .USERBAR-SEARCH-input{height:20px}.hemerotecaseeit{display:block;float:left;padding:10px;width:100%}.USERBAR-SEARCH-buttonNobutton{background-color:#eeeeee;background-image:none;border:1px solid #cecece;display:block;float:left;font-size:1em;height:37px;margin:0;min-height:24px;padding:7px 5px 8px 7px;text-align:left;width:auto;-moz-border-radius-topright:0px;-moz-border-radius-bottomright:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;-moz-border-radius-topleft:0px;-moz-border-radius-bottomleft:0px;border-top-left-radius:0px;border-bottom-left-radius:0px}.USERBAR-SEARCH-buttonNobutton:hover{text-decoration:underline;background-color:#eeeeee;background-image:none;color:#333}.PANEL_USUARIO li a{color:#CC7A00}.PANEL_USUARIO li a:hover{color:#062E5E}.PANEL_USUARIO-BOOKMARKS,.PANEL_USUARIO-COMMENTS,.PANEL_USUARIO-POLLS,.PANEL_USUARIO-MYPICTURES,.PANEL_USUARIO-MYLETTERS,.PANEL_USUARIO-MYBANNERS,.PANEL_USUARIO-SUSCRIPTIONS,.PANEL_USUARIO-MYPROFILE,.PANEL_USUARIO-MYCOUPONS,.PANEL_USUARIO-MYSOCIAL{background-image:url(images/iconos/news/acciones_noticia.png);background-repeat:no-repeat}.PANEL_USUARIO-BOOKMARKS{background-position:-427px -2px}.PANEL_USUARIO-COMMENTS{background-position:-362px 0}.PANEL_USUARIO-POLLS{background-position:-395px 0}.PANEL_USUARIO-MYPICTURES{background-position:-163px -23px}.PANEL_USUARIO-MYLETTERS{background-position:-625px 0}.PANEL_USUARIO-MYBANNERS{background-position:-594px 0px}.PANEL_USUARIO-SUSCRIPTIONS{background-position:-123px -23px}.PANEL_USUARIO-MYPROFILE{background-position:-561px 0px}.PANEL_USUARIO-MYCOUPONS{background-position:-527px 0}.PANEL_USUARIO-MYSOCIAL{background-position:-655px 0}.PANEL_USUARIO-HEADER{border-bottom:1px solid #133B5E;color:#133B5E;font-size:1.8em;font-weight:bold;margin-bottom:15px;padding-bottom:8px}.CABECERA2{margin-bottom:14px;background:#062E5E url('images/fondo_cabecera.jpg') left top repeat-y;text-align:left;border-top:1px solid #CCCCCC}.CABECERA2 .logowrapper{display:block;float:left;height:100px;width:500px}.CABECERA2 .logowrapper .logo img{position:relative;left:14px;top:5px}.CABECERA2 .logowrapper .slogan{margin-left:20px;font-size:0.9EM;color:#CECECE;text-align:LEFT}.CABECERA2 .HERRAMIENTAS{width:auto;float:right;padding-top:5px;text-align:right;padding-right:10px;font-size:0.8em;margin-top:10px}.CABECERA2 .HERRAMIENTAS .grupoherramientas{float:left;width:300px}.CABECERA2 .HERRAMIENTAS .grupoheadercode{border-left:1px solid #cecece;margin-left:10px;float:left;height:75px;width:50px;overflow:hidden}.CABECERA2 .HERRAMIENTAS a.IDIOMA_BOTON img{border:1px solid transparent}.CABECERA2 .HERRAMIENTAS a.IDIOMA_BOTON img.activo,.CABECERA2 .HERRAMIENTAS a.IDIOMA_BOTON:hover img{border-color:#666}.CABECERA2 .HERRAMIENTAS .DATES #fecha_hoy{border-bottom:0px solid #999999;color:#EEEEEE;display:block;float:right;font-family:Tahoma,Verdana,Arial;font-size:1.3em;margin-bottom:3px;padding-bottom:2px;width:290px}.CABECERA2 .HERRAMIENTAS .DATES #fecha_update{border-bottom:0px solid #999999;color:#CCCCCC;padding-bottom:3px;width:310px;display:block;float:right}.CABECERA2 .HERRAMIENTAS .acciones{border-top:1px solid #999999;margin-top:4px;padding-top:7px;color:#fff;display:block;float:right}.CABECERA2 .HERRAMIENTAS .acciones .acciones-page{color:#fff;text-transform:uppercase;text-decoration:none;padding:0 2px}.CABECERA2 .HERRAMIENTAS .acciones .acciones-page:hover{text-decoration:underline}.acciones-icon-img{background-image:url(images/social_icons/social_icons.png);background-repeat:no-repeat}.acciones-icon-img-facebook{background-position:0 0}.acciones-icon-img-twitter{background-position:-16px 0}.acciones-icon-img-tuenti{background-position:-48px 0}.acciones-icon-img-google{background-position:-64px 0}.acciones-icon-img-linkedin{background-position:-80px 0}.acciones-icon-img-myspace{background-position:-96px 0}.acciones-icon-img-yahoo{background-position:-112px 0}.acciones-icon-img-flickr{background-position:-128px 0}.acciones-icon-img-picassa{background-position:-144px 0}.acciones-icon-img-youtube{background-position:-160px 0}.acciones-icon-img-vimeo{background-position:-176px 0}.acciones-icon-img-foursquare{background-position:-192px 0}.acciones-icon-img-instragram{background-position:-208px 0}.acciones-icon-img-delicious{background-position:-224px 0}.acciones-icon-img-xing{background-position:-240px 0}.acciones-icon-img-reddit{background-position:-256px 0}.acciones-icon-img-pinterest{background-position:-272px 0}.acciones-icon-img-tripAdvisor{background-position:-288px 0}.acciones-icon-img-meneame{background-position:-304px 0}.acciones-icon-img-googlecurrent{background-position:-320px 0}.acciones-icon-img-rss{background-position:-32px 0}.CATEGORIAS{clear:both;width:100%;min-height:24px;text-align:left;font-family:Georgia,Times,"Times New Roman",serif}.CATEGORIAS .PADRES{min-height:30px;background-color:#E8E9ED;border-bottom:1px solid #fff;background-image:url(images/barra_menu.jpg);background-repeat:repeat;background-position:left top;color:#062E5E}.CATEGORIAS .PADRES a{display:block;float:left;height:27px;line-height:27px;padding:4px 8px;border-right:1px solid #fff;border-bottom:1px solid #fff;font-size:1.15em;color:#062E5E;margin-bottom:-1px}.CATEGORIAS .PADRES a.PADRE_ACTIVO{background-color:#95b5cc;border-bottom-color:#95b5cc}.CATEGORIAS .PADRES a:hover{background-color:#95B5CC}.CATEGORIAS .HIJOS{min-height:24px;background-color:#95b5cc;font-family:Verdana, Arial, Helvetica, sans-serif;color:#062E5E}.CATEGORIAS .HIJOS a{line-height:24px;padding:0 8px;border-right:1px solid #000;color:#062E5E}.CATEGORIAS .HIJOS a:hover{text-decoration:underline}.CATEGORIAS .HIJOS a.SUB_ACTIVO{text-decoration:underline}.MENUPAGINAS{background-color:#071B57;clear:both;font-size:1em;min-height:20px;text-align:left;width:100%}.MENUPAGINAS .acciones{color:#999;font-size:0.85em;display:block;float:right;padding:2px 2px 0 0;margin-right:10px}.MENUPAGINAS .acciones .acciones-page a{color:#999;text-decoration:none}.MENUPAGINAS .acciones .acciones-page a:hover{text-decoration:none;color:#fff}.CATEGORIAS_menuvertical{background-color:#C8D1D8;color:#062E5E;clear:both;min-height:30px;text-align:left;width:100%}ul.dropdown{font:12px "Trebuchet MS",Arial,Helvetica,sans-serif}ul.dropdown li{color:#FFFFFF;line-height:normal;padding:7px 0}ul.dropdown ul li{background-color:transparent;color:#000000;filter:none;padding-right:15px}ul.dropdown ul li.hover,ul.dropdown ul li:hover{background-color:transparent}ul.dropdown ul a:active{color:#FFFFFF}ul.dropdown .dir{background-image:none;background-position:100% 50%;background-repeat:no-repeat;border-left:1px solid #FFFFFF;color:#062E5E;font-family:Georgia,Times,"Times New Roman",serif;font-size:1.3em;padding-right:12px}ul.dropdown li a{display:block;padding:7px 10px}ul.dropdown li{padding:0}ul.dropdown li.dir{padding:7px 20px 7px 14px}ul.dropdown ul li.dir{padding-right:15px}ul.dropdown ul a{padding:4px 5px 4px 5px}ul.dropdown li:hover > a.dir{background-color:#95B5CC;color:#062E5E}ul.dropdown ul li:hover > a.dir{background-color:#76B900;color:#FFFFFF}ul.dropdown,ul.dropdown li,ul.dropdown ul{list-style:none outside none;margin:0;padding:0}ul.dropdown{background-color:#C8D1D8;float:left;position:relative;z-index:597}ul.dropdown li{float:left;line-height:1.3em;min-height:1px;vertical-align:middle}ul.dropdown li.hover,ul.dropdown li:hover{cursor:default;position:relative;z-index:599}ul.dropdown ul{background-color:#95B5CC;color:#333333;opacity:0.98;left:1px;position:absolute;top:100%;visibility:hidden;z-index:598}.boxnews{width:360px}.boxnewswithout{width:auto}.block-menu{display:block;float:left;margin:5px 0 10px 8px}.block-menu.special{display:block;float:left;margin:5px 0 3px 9px}.block-menu-li a{border-bottom:1px solid #C8D1D8;color:#062E5E;font-family:Arial,Helvetica,sans-serif,Tahoma;font-size:1.2em;font-weight:bold;min-width:130px}.block-menu-li a:hover{color:#ffffff;background-color:transparent}.block-menu-li.special a{border-bottom:1px solid #C8D1D8;color:#062E5E;font-family:Arial,Helvetica,sans-serif,Tahoma;font-size:1.2em;font-weight:bold;min-width:auto;padding:1px 0 7px}.block-menu-li.special a:hover{color:#ffffff;background-color:transparent}.block-menu-firstnew{display:block;float:right}.block-menu-firstnew.special{display:block;float:left}ul.dropdown ul li{float:none}ul.dropdown ul ul{left:99%;top:1px}ul.dropdown li:hover > ul{visibility:visible}.destacadoSubmenu{display:block;float:left;margin:5px 8px 7px 0;width:160px}.destacadoSubmenu img{max-width:150px}.submenu_tittle{display:block;float:left;font-family:Georgia, "Times New Roman", Times, serif;font-size:1.2em;font-weight:bold;line-height:20px;font-style:italic}.submenu_tittle a{color:#062E5E}.submenu_tittle a:hover{color:#ffffff}.temasmenu{background-color:#E5E5E5;font-size:0.7em;padding:5px 5px 5px 0;overflow:hidden;font-family:Verdana, Geneva, sans-serif;color:#666;width:980px;height:14px}.temasmenu .temaswrapper{width:2500px;height:15px}.temasmenu .temaintro{background-color:#D3D3D3;border-right:1px dotted #FFFFFF;color:#333333;height:15px;margin:0 5px 0 0;padding:5px}.temasmenu .temasvivos a{background-color:#E5E5E5;border-right:1px dotted #FFFFFF;color:#666666;height:15px;margin:0;padding:5px}.temasmenu .temasvivos a:hover{background-color:#ced5dd;color:#333333}.menuprincipalguia{width:100%;background-color:#FFFFFF}.menuprincipalguia .servicesblock_ap{float:left;text-align:left;width:100%}.menuprincipalguia .servicesblock_ap .cateblock{border:1px solid #CECECE;float:left;height:16px;margin:3px;max-height:16px;padding:5px 7px 8px;width:auto}.menuprincipalguia .servicesblock_ap .cateblock.first{border:1px solid #CECECE;background-color:#eeeeee;float:left;height:16px;margin:3px;max-height:16px;padding:5px 7px 8px;width:auto}.menuprincipalguia .servicesblock_ap .cateblock:hover{border:1px solid #CECECE;background-color:#eeeeee}.menuprincipalguia .servicesblock_ap .cateblock .iconservice{display:block;float:left;text-align:center;width:16px}.menuprincipalguia .servicesblock_ap .cateblock .iconservice img{max-height:16px;max-width:16px}.menuprincipalguia .servicesblock_ap .cateblock .titleservice{font-size:0.85em;font-weight:bold;margin-left:5px}.pageservicesfooter{margin-bottom:10px;margin-top:-10px}#fecha_hoy{color:#fff;padding-right:5px;line-height:20px}#enviaramigo{margin:5px 0;padding:5px 15px;text-align:left;border:1px solid #999;background-color:#EDF5FC;min-height:68px}#enviaramigo input{width:180px}#enviaramigo .amigo_left{width:200px;display:block;float:left}#enviaramigo .amigo_middle{width:220px;display:block;float:left}#enviaramigo .amigo_right{width:200px;display:block;float:left;height:66px;line-height:80px;text-align:center}#enviaramigo button{line-height:normal}#enviaramigo label{display:block}#enviaramigo #enviaramigoRespuesta{height:100%;text-align:center;line-height:50px;background-position:center;background-repeat:no-repeat}.CUERPO{width:100%}.TODO{margin-left:auto;margin-right:auto;margin-top:0px;text-align:center;padding-top:5px}.PANEL{width:175px;vertical-align:top}.PANEL .helper{width:175px;overflow:hidden}.PANEL .capsula{text-align:left}.PANEL .capsula .caja{border:1px solid #bbb}.PANEL .capsula .titulo{padding:2px;font-weight:bold;font-size:1.5em;padding-left:10px;padding-top:3px;background:#fff url(images/capsula_fondo.png) center top repeat-x}.PANEL .capsula .titulo img{vertical-align:top;padding-top:2px}.PANEL .capsula .contenido{padding-left:5px}.PANEL .capsula ul{list-style-image:none;margin-left:0px;padding-left:0px}.PANEL .capsula ul li,.PANEL .capsula div ul li.raiz{padding-left:10px;background-image:url('images/iconos/lista_raiz.png');background-position:left 6px;background-repeat:no-repeat}.PANEL .capsula ul li li,.PANEL .capsula ul.aspas li{padding-left:12px;background-image:url('images/iconos/lista_aspa.png');background-position:left 4px}.CONTENIDO{text-align:left;vertical-align:top;width:670px;margin-right:10px;float:left;background-color:#fff}.CONTENIDO.specialrightcontent{text-align:left;vertical-align:top;width:670px;margin-right:0px;float:right;background-color:#fff}.CONTENIDO .ruta{margin-left:0px;font-size:0.8em;margin-bottom:20px;padding:2px;color:#75B4FF;font-weight:bold}.CONTENIDO .ruta img{margin-bottom:2px}.CONTENIDO .contenido_real{padding:0px 0px 20px 0px}.BANNERS-RIGHT{width:300px;float:right;overflow:hidden;margin-top:4px;background-color:transparent}.BANNERS-RIGHT.specialleftbanners{width:300px;float:left;overflow:hidden;background-color:#fff}.BANNERS-RIGHT .BANNER{margin-bottom:10px}.BANNERS-TOP,.BANNERS-BOTTOM{width:100%;display:table}.BANNERS-TOP{margin-bottom:0}.BANNERS-TOP .BANNER,.BANNERS-BOTTOM .BANNER{display:table-cell;text-align:center;vertical-align:top;width:100%;max-width:980px;float:left;margin-left:0}.BANNERS-TOP .BANNER-first,.BANNERS-BOTTOM .BANNER-first{text-align:left;margin-left:0;width:auto}.BANNERS-TOP .BANNER-last,.BANNERS-BOTTOM .BANNER-last{margin-left:10px;text-align:right;width:auto}.BANNERS-BOTTOM{margin-bottom:15px}.BANNER.BANNER-first .ENTRADA{float:left;margin:0 0 10px;width:auto}.BANNER_LIST_TABS{overflow:hidden;text-align:left}.BANNER_LIST_TABS .tabs{border-bottom:0 solid #999999}.BANNER_LIST_TABS .tabs .activa,.LOMAS .tabs a:hover{background-color:#FFFFFF;color:#004164;font-size:1.1em;line-height:18px;margin-top:0}.BANNER_LIST_TABS .tabs a.primera{border-left-width:0px;margin-left:0}.BANNER_LIST_TABS .tabs a{color:#5D80A0;background-color:#FFFFFF;padding:2px 10px 0 10px;border-left:1px solid #999;font-size:0.75em;font-weight:bold}.BANNER_LIST_TABS .cont{background-color:#ffffff;margin-top:10px}.BANNER_LIST_TABS .cont ol{padding:0;margin:0;font-size:0.75em;list-style-type:none;overflow:hidden}.BANNER_LIST_TABS .cont ol li{background-color:whiteSmoke;border-top:1px solid #CCC;overflow:hidden}.BANNER_LIST_TABS .cont ol a{color:#48484B;padding:10px 6px 10px 10px;font-size:1.1em;display:block;float:left}.BANNER_LIST_TABS .cont ol li:hover{background-color:#ECEDEC}.BANNER_LIST_TABS .cont ol a:hover{color:#48484B}.BANNER_LIST_TABS .cont ol .number{color:#48484B;padding-right:10px;font-size:1.1em;display:block;float:left;width:16px;height:100%}.BANNER_DESCRIPCION{background-image:url("images/cabecera_news.jpg");background-repeat:no-repeat;border-bottom:1px solid #CCCCCC;font-family:Georgia,Times,"Times New Roman",serif;font-size:1.1em;font-weight:normal;margin-bottom:0;padding:5px 0 4px 13px;text-transform:none;-moz-border-radius-topright:0px;-moz-border-radius-bottomright:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;-moz-border-radius-topleft:0px;-moz-border-radius-bottomleft:0px;border-top-left-radius:0px;border-bottom-left-radius:0px}.BANNER.subscribe{background-color:#ECEDEF;cursor:default;margin:0 auto;padding:10px}.BANNER.subscribe button{display:block;margin-top:5px;float:right}.BANNER_COLUMNAS{background-color:#EBEBEB;padding:1px 0;text-align:left}.BANNER_COLUMNAS .AUTOR{border-bottom:1px solid #CCCCCC;margin:10px;padding-bottom:15px}.BANNER_COLUMNAS .AUTOR .autor_box{margin-left:63px;width:auto}.BANNER_COLUMNAS .AUTOR .columna{display:block;font-size:0.75em;font-weight:normal;margin-bottom:3px}.BANNER_COLUMNAS .AUTOR .columna .avatar{display:table-cell;float:left;width:50px;height:50px;text-align:center;vertical-align:middle;background-color:#fff;margin-right:10px}.BANNER_COLUMNAS .AUTOR .columna .avatar img{width:50px;height:50px}.BANNER_COLUMNAS .AUTOR .columna:hover .avatar img{-moz-box-shadow:0 1px 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.5)}.BANNER_COLUMNAS .AUTOR .columna .writterblocksname{font-weight:bold}.BANNER_COLUMNAS .AUTOR .columna .writterblockslogan{font-style:italic}.BANNER_COLUMNAS .AUTOR .noticia{color:#585858;display:block;font-size:1.1em;font-weight:bold;margin-left:0px}.BANNER_COLUMNAREDACTOR{margin-bottom:15px}.ENTRADA.BANNER-IMAGES{margin-bottom:0;border:none;word-wrap:break-word;-ms-word-wrap:break-word}.ENTRADA.imagetitle{float:left;margin:0 6px;width:100%;border:0}.ENTRADA.imagetitle .imagebox .titleover{background:#222222;display:block;margin:4px 0 5px;min-height:14px;position:relative}.title h1{font-size:2em}.ENTRADA.imagetitle .imagebox .titleover .title{bottom:20px;display:block;left:25px;position:absolute;text-align:left;width:90%}.ENTRADA.imagetitle .imagebox .titleover img{width:100%;height:auto;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;-khtml-opacity:0.5;transition:all 1s ease}.ENTRADA.imagetitle .imagebox .titleover img:hover{width:100%;height:auto;filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;-khtml-opacity:1.0;transition:all 1s ease}.ENTRADA.imagetitle .imagebox .titleover .title h1{color:#fff;font-size:1.7em;text-shadow:0 0 10px rgba(0, 0, 0, 0.8)}.ENTRADA.imagetitle .imagebox .titleover .title h1:hover{color:#fff;text-decoration:underline}.ENTRADA.html{margin-right:5px}.BANNER_DESCRIPCION.SERVICESGUIDE{background-image:url("none");background-color:#C8D1D8;background-repeat:no-repeat;border:0px solid #CCCCCC;border-radius:0;font-family:Arial, Helvetica, sans-serif;font-size:0.9em;font-weight:bold;margin-bottom:0;padding:5px 0 4px 13px;text-transform:none}.BANNER_DESCRIPCION .SERVICESGUIDE a{color:#062E5E}.BANNER_COLUMNAS.SERVICESGUIDE{background-color:#ffffff;padding:1px 0;text-align:left}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK{border-bottom:1px solid #CCCCCC;margin:10px;padding-bottom:15px}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK .avatar{display:table-cell;float:left;width:100px;max-height:100px;text-align:center;vertical-align:middle;background-color:#fff;margin-right:10px}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK .avatar img{width:100px;max-height:100px;font-size:0.7em}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK .avatar:hover img{-moz-box-shadow:0 1px 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.5)}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK .fichadatosblock{display:block;font-size:0.75em;font-weight:normal;margin-bottom:3px;margin-left:110px}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK .fichadatosblock .writterblockcity{font-weight:bold;font-size:0.85em;color:#000}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK .fichadatosblock .writterblocksname{color:#000000;font-size:1.2em;font-weight:normal;margin:3px 0}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK .fichadatosblock .writterblocksname a:hover{color:#666666}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK .fichadatosblock .writterblocksname a{text-decoration:underline;color:#071B57}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK .fichadatosblock .writterblockslogan{font-size:1em}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK .noticia{color:#585858;display:block;font-size:1.1em;font-weight:bold;margin-left:0px}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK.guiabuscador{background-color:#071B57;border-radius:4px;height:55px;margin:0 0 10px;padding-bottom:15px;padding-top:10px;text-align:left;width:100%}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK.guiabuscador .buscadorheader{display:block;border-bottom:1px solid #cecece;padding:5px;font-size:1.4em;color:#333333;font-weight:bold;margin-bottom:11px}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK.guiabuscador .buscadorservicetitle{color:#FFFFFF;font-size:1em;font-weight:bold;margin:0 0 5px 9px;text-align:left}.BANNER_COLUMNAS.SERVICESGUIDE .FICHABLOCK.guiabuscador .form-GUIDE-SEARCH{width:100%}button.button-FICHABLOCK{color:#666666;font-size:1em;height:30px;margin:0;padding:0 5px 3px 4px}input.input-FICHABLOCK{border:1px solid #CECECD;border-radius:0;font-size:1em;height:29px;margin-left:9px;padding:4px 10px 7px 4px;width:60%}.BANNER_DESCRIPCION.DISCOUNTCOUPON{background-image:url("none");background-color:#CC7A00;background-repeat:no-repeat;border:0px solid #CCCCCC;border-radius:0;font-family:Arial, Helvetica, sans-serif;font-size:0.75em;font-weight:normal;margin-bottom:0;padding:5px 0 4px 13px;text-transform:none}.BANNER_DESCRIPCION.DISCOUNTCOUPON a{color:#ffffff}.BANNER_DESCRIPCION.DISCOUNTCOUPON a:hover{color:#333333}.BANNER_COLUMNAS.DISCOUNTCOUPON{background-color:#ffffff;padding:1px 0;text-align:left}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK{border-bottom:1px solid #CCCCCC;margin:10px;padding-bottom:15px}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .avatar{display:table-cell;float:left;width:100px;max-height:100px;text-align:center;vertical-align:middle;background-color:#fff;margin-right:10px}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .avatar img{width:100px;max-height:100px;font-size:0.7em}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .avatar:hover img{-moz-box-shadow:0 1px 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.5)}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .fichadatosblock{display:block;font-size:0.75em;font-weight:normal;margin-bottom:3px;margin-left:110px}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .fichadatosblock .blocksname{color:#071B57;font-size:1.2em;font-weight:bold;margin:3px 0}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .fichadatosblock .blocksname a{color:#071B57}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .fichadatosblock .blocksname a:hover{color:#000000}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .fichadatosblock .pricefinal{color:#CC7A00;font-size:2.5em;font-weight:bold}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .fichadatosblock .discount{color:#333333;float:right;font-size:1.3em;font-weight:bold;margin:8px 15px 0 0}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .fichadatosblock .product_old_price{font-size:1.4em;font-weight:normal;margin-right:10px;text-decoration:line-through;color:#999}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .fichadatosblock .couponcity{color:#333333;display:block;font-size:1em;font-weight:normal;margin-left:0}.BANNER_COLUMNAS.DISCOUNTCOUPON .COUPONBLOCK .fichadatosblock .getfree{color:#333333;font-size:1em;font-weight:normal;margin:5px 0 0 0}.ENTRADA h2.columntitle{font-size:1.2em;margin:0 10px 10px 0;padding:5px;border-bottom:1px solid #ccc;color:#062e5e}.ENTRADA h2.columntitle a{color:#062e5e}.ENTRADA h2.columntitle a:hover{color:#cc7a00}.BANNER_DESCRIPCION.READERS{background-color:#CC7A00;background-image:none;background-repeat:no-repeat;border:1px solid #CC7A00;border-radius:0;font-family:Georgia,Times,"Times New Roman",serif;font-size:1.1em;font-style:italic;font-weight:normal;margin-bottom:0;padding:5px 0 4px 13px;text-transform:none}.BANNER_DESCRIPCION.READERS a{color:#FFF}.BANNER_COLUMNAS.READERSBOX{background-color:transparent;padding:1px 0;text-align:left;margin-bottom:10px}.BANNER_COLUMNAS.READERSBOX.shadow{background-color:#EBEBEB}.BANNER_COLUMNAS .READERS{border-bottom:1px solid #CCCCCC;margin:10px;padding-bottom:15px}.BANNER_COLUMNAS .READERS .autor_box{margin-left:63px;width:auto}.BANNER_COLUMNAS .READERS .columna{display:block;font-size:0.75em;font-weight:normal;margin-bottom:3px}.BANNER_COLUMNAS .READERS .columna .avatar{display:table-cell;float:left;width:50px;height:50px;text-align:center;vertical-align:middle;background-color:#fff;margin-right:10px}.BANNER_COLUMNAS .READERS .columna .avatar img{-moz-box-shadow:0 1px 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.5);width:50px;height:50px}.BANNER_COLUMNAS .READERS .columna .writterblocksname{font-weight:bold}.BANNER_COLUMNAS .READERS .columna .writterblockstitle{color:#333333;font-size:115%;font-style:italic;margin:5px 0;font-weight:bold}.BANNER_COLUMNAS .READERS .texto{color:#666666;display:block;font-size:0.85em;font-weight:normal;margin-left:0px}.BANNER_COLUMNAS .READERS .texto a{color:#666666}.BANNER_COLUMNAS .READERS .texto a:hover{color:#000000;text-decoration:none}.BANNER_COLUMNAS.READERSBOX .readersletteranime{background-color:transparent;border-top:0px;border-left:0px;border-right:0px;border-bottom:1px solid #CCCCCC;color:#062E5E;font-weight:bold;margin-bottom:5px;margin-left:6px;padding:0 8px 8px;width:89%}.ENTRADA.BANNER_LATEST{border-bottom:none}.BANNER_LATEST .tabs{border:1px solid #999999;border-left:none;border-right:none}.BANNER_LATEST .tabs a{border:none;font-size:1em;font-weight:bold;padding:6px 0 4px 6px;display:block;color:#004164;line-height:18px}.BANNER_LATEST .tabs .tabs-icon{background-image:url("images/iconos/news/acciones_noticia.png");background-repeat:no-repeat;background-position:-262px 0;vertical-align:top}.BANNER_LATEST .cont{border:none}.BANNER_LATEST .cont ol{font-size:1.1em;font-weight:bold;padding:0 10px 0 5px;list-style-type:none;margin:0}.BANNER_LATEST .cont ol li{border-bottom:1px dotted #999999;padding-bottom:0}.BANNER_LATEST .cont ol li a{color:#062E5E;display:block;padding:10px 6px 5px 10px}.BANNER_LATEST .cont ol a:hover{color:#CC7A00;text-decoration:none}.ENTRADA.BANNER_AGENDA_HEADER{margin-bottom:0}.ENTRADA.BANNER_AGENDA{border-bottom:none;background-color:#ECEDEF;padding:5px 10px 15px}.BANNER_AGENDA .tabs{border:1px solid #999999;border-left:none;border-right:none}.BANNER_AGENDA .tabs a{border:none;font-size:1em;font-weight:bold;padding:6px 0 4px 6px;display:block;color:#004164;line-height:18px}.BANNER_AGENDA .tabs .tabs-icon{background-image:url("images/iconos/news/acciones_noticia.png");background-repeat:no-repeat;background-position:-311px -16px;vertical-align:top}.BANNER_AGENDA .cont{border:none}.BANNER_AGENDA .cont ol li span{color:#666;font-size:0.7em;font-weight:normal}.BANNER_AGENDA .cont ol{font-size:1.1em;font-weight:bold;padding:0 10px 0 5px;list-style-type:none;margin:0}.BANNER_AGENDA .cont ol li{border-bottom:1px dotted #999999;padding-bottom:0}.BANNER_AGENDA .cont ol li a{color:#333;display:block;padding:0 6px 5px 0;font-weight:bold;font-size:0.9em}.BANNER_AGENDA .cont ol a:hover{color:#CC7A00;text-decoration:none}.GALERIA{margin-bottom:20px}.GALERIA .THUMBNAIL_CONTAINER{width:100%;padding:0px 5px 5px 5px}.GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL{text-align:center;vertical-align:top;border:none}.GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a{margin:10px auto;display:block;width:100px;padding:5px;cursor:pointer}.GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a:hover{border:1px solid #aaa;padding:4px}.GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a span.FOTO{display:block;width:100px;height:100px;line-height:100px;text-align:center;vertical-align:middle}.GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a span.FOTO img{vertical-align:middle}.GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a span{display:block;font-weight:bold;padding-bottom:5px}.RSS{width:100%}.RSS .celda{background:transparent;border:none;padding:10px}.RSS .celda .ENLACE{width:100%;height:100%;margin:1px}.RSS .celda .ENLACE .icono{margin:1px;padding:10px}.CONTACTO{width:100%;padding:40px}.CONTACTO table.contacto_tabla{width:90%}.CONTACTO .mensaje{border:1px solid #808080;background:#ffffff;padding:10px;width:80%;margin-bottom:20px}.CONTACTO .info{text-align:left}.CONTACTO .etiqueta{width:25%;text-align:right;padding-right:10px;cursor:pointer}.CONTACTO .etiqueta label{cursor:pointer}.CONTACTO .entrada{text-align:left;padding:5px}.CONTACTO .radio{text-align:left}.CONTACTO .radio .etiqueta{text-align:left;width:99%;margin-bottom:5px}.CONTACTO .radio .entrada{width:1%}.CONTACTO .radio .entrada input{margin:2px 5px;cursor:pointer}.CONTACTO .entrada_texto{text-align:left;padding:5px}.CONTACTO .entrada_texto textarea{padding:2px 0px 0px 2px;border:1px solid #808080}.CONTACTO .captcha div{border:1px solid #808080;background:#ffffff;padding:5px;margin-bottom:5px}.CONTACTO .captcha_boton button{margin:2px 5px 5px 5px}.CONTACTO .enviar{margin-left:20px}.PAGINACION{font-size:0.9em;font-weight:bold;height:23px;margin:10px 0px}.PAGINACION .activo,.PAGINACION .etiqueta,.PAGINACION .pagina{display:block;float:left;height:15px;border:1px solid #CC7A00;background:#fff;padding:3px;margin:4px;color:#000}.PAGINACION .etiqueta{width:auto;cursor:default}.PAGINACION .pagina{cursor:pointer}.PAGINACION .activo{cursor:default;background-color:#ddd}.PAGINACION .activo,.PAGINACION .pagina{width:15px;text-align:center;vertical-align:middle}.PAGINACION .pagina:hover{background:#ddd;color:#000;width:21px;height:21px;margin:1px;font-size:1.3em}.HORIZONTAL-EVEN-MARGIN-BOX{margin-bottom:10px}.HORIZONTAL-EVEN-MARGIN-after,.HORIZONTAL-EVEN-MARGIN:after{width:980px}.RESULTADOS .foto{height:50px;width:50px;margin:10px;margin-top:1px;border:1px solid #bbb;float:left;background-repeat:no-repeat;background-position:center}.RESULTADOS .descripcion{height:80px;padding-top:5px}.RESULTADOS .destacado{background:#FFFF80;color:#000;font-weight:bold}.sitemap{list-style:disc;font-size:1.25em}.sitemap ul{font-size:0.75em;list-style:circle;font-weight:bold}.sitemap ul ul{font-size:1em}.PUZZLE{position:relative;margin-bottom:20px;margin-top:4px}.PUZZLE .DIV{position:absolute;text-align:center}.PUZZLE .DIV img{vertical-align:middle}.LOGGER{text-align:left;background-color:#000;color:#C0FFC0}.LOGGER .linea{text-align:left;font-family:monospace}.LOGGER td,.LOGGER th{vertical-align:top;border-top:1px dotted #00cc00}.LOGGER a{color:#fff}.FAQ ul{list-style-image:url(images/faq_li.png);font-size:1.5em;font-weight:bold}.FAQ ul li{padding-bottom:2px}.PORTADA{width:670px}.PORTADA .CABECERA{margin-bottom:4px}.PORTADA .COLUMNAS .COLUMNA_IZQUIERDA{width:420px;padding-right:10px;border-right:1px solid #DDE1E5;float:left;overflow:hidden}.PORTADA .COLUMNAS .COLUMNA_DERECHA{width:230px;padding-left:5px;float:right;overflow:hidden}.CONTENIDO .COLUMNA_IZQUIERDA .ENTRADA iframe{width:100%}.CONTENIDO .COLUMNA_DERECHA .ENTRADA iframe{height:auto;width:100%}.PORTADA_top{width:980px;margin-bottom:15px}.ENTRADA{border-bottom:1px solid #DDE1E5;margin-bottom:15px}.ENTRADA.sombreado,.ENTRADA.shadowed{background-color:#ECEDEF;padding:8px;border:1px solid #D6D7D9}.ENTRADA.shadowed.noticia .ENTRADA_image{margin-left:0}.ENTRADA.noticia.first .ENTRADA_image img{max-width:auto}.ENTRADA.fotodeldia{border-bottom:1px solid #DDE1E5}.ENTRADA.fotodeldia img{width:100%}.ENTRADA.fotodeldia h1{font-size:2.2em}.ENTRADA h1,.ENTRADA h2,.ENTRADA h3{font-weight:bold}.ENTRADA h1{color:#666666;font-weight:bold;margin-bottom:5px;font-size:1.7em;text-align:left}.ENTRADA h2{font-size:1.5em}.ENTRADA h3{font-size:1.1em}.ENTRADA h1 a{padding-bottom:4px}.ENTRADA h1 a,.ENTRADA h2 a,.ENTRADA h3 a{color:#062E5E}.ENTRADA h1 a:hover,.ENTRADA h2 a:hover,.ENTRADA h3 a:hover{color:#CC7A00}.ENTRADA small{float:left;clear:left}.ENTRADA h4{text-transform:uppercase;color:#CC7A00;text-align:left;margin-top:3px}.ENTRADA .noticia-update-date{font-size:0.75em;color:#888}.ENTRADA h3{text-transform:uppercase;color:#CC7A00;font-weight:bold;font-size:0.8em;margin-top:5px}.ENTRADA .text,.ENTRADA .entradilla{text-align:left;font-size:0.9em;padding-top:5px}.ENTRADA .ENTRADA_image{float:left;margin:4px 4px 2px 0;max-width:100%}.ENTRADA_image img{max-width:100%}.CAROUSEL_ENTRY .ENTRADA_image{max-width:none}.CAROUSEL_ENTRY .ENTRADA_image img{width:auto}.ENTRADA .ENTRADA_image-float{margin-right:10px;margin-top:0}.ENTRADA.fotodeldia a.fotoConPie{display:block;position:relative;margin:4px 0 5px 0;min-height:14px}.ENTRADA.fotodeldia span.fotoConPie{display:block;position:relative;margin:4px 0 5px 0;min-height:14px}.ENTRADA .AVATAR{display:block;width:55px;height:55px;float:left}.COLUMNA_IZQUIERDA .ENTRADA h1,.COLUMNA_DERECHA .ENTRADA h1{font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif}.COLUMNA_IZQUIERDA .ENTRADA h1{font-size:1.7em}.COLUMNA_DERECHA .ENTRADA h1{font-size:1.3em}.COLUMNA_IZQUIERDA .ENTRADA.COLUMNS h1,.COLUMNA_DERECHA .ENTRADA.COLUMNS h1{font-size:1.4em}.ENTRADA-FLOATBREAKER{clear:left;margin-bottom:5px}.PORTADA .ENTRADA-FLOATBREAKER{height:1px;padding-top:9px}.ENTRADA.CAROUSEL{position:relative;overflow:hidden}.ENTRADA.CAROUSEL .CAROUSEL_STRIP{top:0;left:0}.ENTRADA.CAROUSEL .CAROUSEL_STRIP .CAROUSEL_ENTRY{top:0;overflow:hidden}.ENTRADA.CAROUSEL .CAROUSEL_STRIP .CAROUSEL_ENTRY h1{max-width:100%}.ENTRADA.CAROUSEL .CAROUSEL_STRIP .CAROUSEL_ENTRY .entradilla{max-width:95%;padding:0 9px 9px 0}.ENTRADA.CAROUSEL .CAROUSEL_NAV{position:absolute;bottom:1px;right:24px;background-color:#BAC4D1;background-image:url(images/iconos/news/acciones_noticia.png);background-position:-278px 0;background-repeat:no-repeat;color:#fff;width:20px;height:20px;line-height:20px;text-align:center;font:0.75em bold Arial,Helvetica,sans-serif;cursor:pointer;-moz-border-radius:2px;border-radius:2px}.ENTRADA.CAROUSEL .CAROUSEL_NAV_NEXT{right:1px;background-position:-298px 0}.ENTRADA.CAROUSEL .CAROUSEL_NAV:hover{background-color:#062E5E}.ENTRADA.CAROUSEL.shadowed{overflow:hidden;position:relative}.ENTRADA.CAROUSEL.shadowed .CAROUSEL_STRIP .CAROUSEL_ENTRY{overflow:hidden;top:0;padding:8px}.ENTRADA.CAROUSEL.shadowed .CAROUSEL_ENTRY .ENTRADA_image img{width:98%}.ENTRADA.ROLLER .ROLLER_BOXES{width:200px;background-color:#fff;float:right}.ENTRADA.ROLLER .ROLLER_CONTAINER{margin-right:210px;overflow:hidden}.ENTRADA.ROLLER .ROLLER_NAV{position:absolute;bottom:1px;right:24px;background-color:#BAC4D1;background-image:url(images/iconos/news/acciones_noticia.png);background-position:-278px 0;background-repeat:no-repeat;color:#fff;width:20px;height:20px;line-height:20px;text-align:center;font:0.75em bold Arial,Helvetica,sans-serif;cursor:pointer;-moz-border-radius:2px;border-radius:2px}.ENTRADA.ROLLER .ROLLER_NAV_NEXT{right:1px;background-position:-298px 0}.ENTRADA.ROLLER .ROLLER_NAV:hover{background-color:#062E5E}.ENTRADA.IMAGECAROUSEL h1{background-color:rgba(51, 68, 87, 0.8);margin:0;position:absolute;bottom:0;left:0;width:100%;font-size:2.2em;color:#ffffff}.ENTRADA.IMAGECAROUSEL h1 a{display:block;padding:5px 10px;color:#fff}.ENTRADA .COLUMNS-table{table-layout:fixed;width:100%}.ENTRADA.COLUMNS .COLUMNS-column{vertical-align:top}.ENTRADA.COLUMNS .COLUMNS-column h1{color:#333333;font-size:1.3em;font-weight:bold;margin-bottom:5px;text-align:left;line-height:100%}.ENTRADA.COLUMNS .COLUMNS-column h1 a{line-height:100%}.ENTRADA.COLUMNS .COLUMNS-gap{width:3%}.ENTRADA.COLUMNS .COLUMNS-image{max-width:100%}.ENTRADA.COLUMNS-triple .COLUMNS-column{width:30%}.ENTRADA.COLUMNS-double .COLUMNS-column{width:48%}.ENTRADA .COLUMNS-column.columnsmatic h1{font-size:1.3em;font-weight:bold;line-height:100%;margin-bottom:5px;text-align:left;margin-top:3px}.ENTRADA.COLUMNS .COLUMNS-column .columnsmaticablock{display:block;margin:4px 0 5px;min-height:14px;position:relative}.ENTRADA.COLUMNS .COLUMNS-column .columnsmaticablock .pieDeFotoautomatic{background-color:#334457;bottom:0;color:#FFFFFF;display:block;font-size:0.8em;left:0;opacity:0.8;position:absolute;text-align:left;width:auto;padding:3px}.ENTRADA.COLUMNS .COLUMNS-column .columnsmaticablock .pieDeFotoautomatic a{color:#FFFFFF}.ENTRADA.COLUMNS .COLUMNS-column .columnsmaticablock .pieDeFotoautomatic a:hover{color:#cecece}.ENTRADA.newsitemrows{border-bottom:0}.ENTRADA.newsitemrows .newsitemrows-row{margin-bottom:10px;border-bottom:1px solid #DDE1E5;padding-bottom:10px}.ENTRADA.newsitemrows .newsitemrows-row .newsitemrows-imageseparator{margin-left:110px}.ENTRADA.newsitemrows h4{background-color:#8292a9;border:1px solid #cccccc;font-family:Georgia,Times,"Times New Roman",serif;margin-bottom:10px;padding:6px 0 6px 13px;text-transform:none;color:#ffffff;font-size:1.1em;-moz-border-radius-topright:0px;-moz-border-radius-bottomright:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;-moz-border-radius-topleft:0px;-moz-border-radius-bottomleft:0px;border-top-left-radius:0px;border-bottom-left-radius:0px}.ENTRADA.newsitemrows h4 a{color:#ffffff}.ENTRADA.newsitemrows h4 a:hover{color:#666666}.ENTRADA.newsitemrows h1{font-size:1.4em;margin-bottom:8px}.ENTRADA.newsitemrows .entradilla{font-size:0.85em}.ENTRADA.newsitemrows .newsitemrows-image{display:block;float:left;margin:2px 4px 4px 0;max-width:100px}.ENTRADA.newsitemrows .newsitemrows-image .ENTRADA_image{float:none;margin:0;max-width:100px}.ENTRADA.RSSENTRY{border:1px solid #D6D7D9;padding:12px;background-color:#ECEDEF}.ENTRADA.RSSENTRY .RSSENTRY-row{padding-bottom:10px;border-bottom:1px solid #DDE1E5;margin-bottom:10px}.ENTRADA.RSSENTRY h1{font-size:1.3em;font-weight:normal;margin-bottom:5px;margin-top:5px}.ENTRADA.RSSENTRY h4 a{display:block;background-color:#C8D1D8;border:1px solid #CCCCCC;font-family:Arial, Helvetica, sans-serif;margin-bottom:10px;padding:6px 0 4px 13px;font-weight:bold;-moz-border-radius-topright:0px;-moz-border-radius-bottomright:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;-moz-border-radius-topleft:0px;-moz-border-radius-bottomleft:0px;border-top-left-radius:0px;border-bottom-left-radius:0px}.ENTRADA.ticker{height:32px;border-bottom:none}.ENTRADA.ticker h3{display:inline-block;float:left;background-color:#d20202;height:32px;line-height:32px;margin:0;padding:0 14px;color:#fff;-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px;border-top-left-radius:3px;border-bottom-left-radius:3px}.ENTRADA.ticker .ticker_arrow{display:block;width:18px;height:32px;position:absolute;background-image:url(images/ticker_arrow.png);background-color:transparent}.ENTRADA.ticker .ticker_scroll{height:32px;overflow:hidden;position:relative;background-color:#eee;border-right:5px solid #eee;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.ENTRADA.ticker .ticker_scroll ul{display:block;width:16000px;position:absolute;line-height:32px;margin:0;padding:0}.ENTRADA.ticker .ticker_scroll li{display:block;float:left;margin-right:5px}.ENTRADA.ticker .ticker_scroll .ticket_title{display:block;float:left;margin-right:6px}.ENTRADA .ticket_title a{font-weight:bold;color:#062E5E}.ENTRADA .ticket_title a:hover{color:#CC7A00}.SECTION .ENTRADA h1{font-size:1.6em}.POLL-visualization{text-align:center;font-size:}.POLL-option{display:block;margin:4px 10px;padding:2px 4px;background-color:#EBEBEB}.POLL-option .radio{display:block;width:16px;height:16px;margin-right:4px;float:left;vertical-align:middle}.POLL-option .POLL-option-label{display:block;margin-left:20px;cursor:pointer;font-size:0.85em}.POLL-options{list-style:none;padding-left:0}.POLL-options li{margin:6px 0}.POLL-options-color{display:block;float:left;width:16px;height:16px}.POLL-options-label{display:block;margin-left:20px}.POLL{margin-bottom:20px;padding:9px;border:1px solid #cccccc}.ENTRADA.POLL button{margin:8px 0 0 10px}.POLL h1{color:#CC7A00;border-bottom:1px solid #CCCCCC;font-size:1.2em;padding-bottom:6px;margin-bottom:10px}.POLL h1 a{color:#CC7A00}.POLL h1 a:hover{color:#062E5E}.POLL h4{-moz-border-radius:7px;border-radius:7px;background-image:url("images/cabecera_news.jpg");background-repeat:no-repeat;border:1px solid #CCCCCC;font-family:Georgia,Times,"Times New Roman",serif;margin-bottom:10px;padding:5px 0 4px 13px;text-transform:uppercase}.POLL-voted{font-size:1.2em;font-weight:bold}.COLUMNA_DERECHA .POLL h1{font-size:1em;color:#CC7A00;border-bottom:1px solid #CCCCCC;font-size:1.2em;padding-bottom:6px}.COLUMNA_DERECHA .POLL h1 a{color:#CC7A00}.COLUMNA_DERECHA .POLL h1 a:hover{color:#CC7A00}.POLL-graph{margin:10px 0;padding:10px;background-color:#ECEDEF;text-align:left}.POLL-graph-option{background-color:#ccc}.POLL-graph-option-bar{margin-bottom:10px}.POLL-graph-option-bar-inner{height:22px;border:1px solid #fff;border-bottom:1px solid #888;border-right:1px solid #888;background-color:#95B5CC;background-image:url(images/trama.png);background-repeat:no-repeat;background-size:100%;background-image:-webkit-gradient( linear, left top, right top, color-stop(0, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.5)) );background-image:-moz-linear-gradient( left center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100% )}.POLL-graph-option-label{display:block;margin-bottom:4px;font-weight:bold;font-size:1.1em;line-height:0.9em}.SECCION_COLUMNA_IZQ{width:325px;float:left}.SECCION_COLUMNA_DER{width:325px;float:left;margin-left:15px}.SECCION_COLUMNA_THREE{width:980px;float:left}.NOTICIAS{margin-bottom:20px}.NOTICIAS table{width:100%}.NOTICIAS .titulo{font-size:1.8em}.NOTICIAS .desc{text-align:justify;padding-right:10px}.NOTICIAS .fecha{display:block;font-weight:bold;color:#808080;padding-right:10px}.NOTICIAS .foto{vertical-align:middle;text-align:center;width:120px}.NOTICIAS-HEAD{background-color:#8193AB;color:#fff;font-size:1.1em;padding:2px 4px;margin-bottom:10px}.NOTICIA{margin-right:7px}.NOTICIA h1{font-size:2.4em;font-weight:bold;font-family:Arial,Helvetica,"Trebuchet MS",sans-serif;color:#062E5E}.NOTICIA .TEXTO_PARRAFO{text-align:left}.especial_doscolumnas{-moz-column-count:2;-moz-column-gap:2em;-moz-column-rule:1px solid #cecece;-webkit-column-count:2;-webkit-column-gap:2em;-webkit-column-rule:1px solid #cecece;column-count:2;column-gap:2em;column-rule-style:1px solid #cecece}.especial_trescolumnas{-moz-column-count:3;-moz-column-gap:2em;-moz-column-rule:1px solid #cecece;-webkit-column-count:3;-webkit-column-gap:2em;-webkit-column-rule:1px solid #cecece;column-count:3;column-gap:2em;column-rule-style:1px solid #cecece}.especial_cuatrocolumnas{-moz-column-count:4;-moz-column-gap:2em;-moz-column-rule:1px solid #cecece;-webkit-column-count:4;-webkit-column-gap:2em;-webkit-column-rule:1px solid #cecece;column-count:4;column-gap:2em;column-rule-style:1px solid #cecece}.apoyo_columnasnewsitemcover{clear:left;padding-top:10px}-moz-column-count: 2; -moz-column-gap: 2em; -moz-column-rule: 1px solid #ccf; -webkit-column-count: 2; -webkit-column-gap: 2em; -webkit-column-rule: 1px solid #ccf; .NOTICIA .TEXTO_PARRAFO a{text-decoration:underline}.NOTICIA .TEXTO_PARRAFO .entradilla{font-weight:bold;margin-bottom:15px}.NOTICIA .fecha{text-align:left;font-size:0.9em;font-weight:normal;color:#CC7A00;border-bottom:1px dotted #333333;display:block;margin-bottom:15px;padding:5px}.NOTICIA .fecha .vecesleida{text-align:left;font-size:0.9em;font-weight:normal;color:#666666;margin-left:0}.NOTICIA .fecha .fechalistado{text-align:left;font-size:0.85em;font-weight:normal;color:#CC7A00}.NOTICIA .mainnewtitledown{margin-bottom:17px}.NOTICIA .fecha .fecha-update{float:right;font-size:0.8em;color:#585858;margin-top:2px}.NOTICIA .firma{font-size:0.9em;font-weight:bold;margin-top:5px;float:left;margin-right:7px}.NOTICIA .antetitulo{text-align:left;font-weight:bold;color:#CC7A00;margin-top:8px;font-size:0.9em;text-transform:uppercase}.NOTICIA .ENTRADA{width:300px;float:right;margin:0 0 20px 20px}.NOTICIA .ENTRADA.ticker{width:100%}.NOTICIA .GALERIA{margin-bottom:20px}.NOTICIA .GALERIA a{display:block;width:160px;height:120px;float:left;background-color:#EEEEEE;margin-right:5px;margin-bottom:6px}.NOTICIA .GALERIA a.ultimo{margin-right:0;clear:right}.NOTICIA .GALERIA a span{display:table-cell;width:160px;height:120px;vertical-align:middle;text-align:center}.NOTICIA .GALERIA a span img{max-width:145px;max-height:110px}.buy_new{color:#062E5E;display:block;float:left;font-family:Tahoma,Verdana,Arial;font-size:0.8em;height:24px;margin:5px 0 0;width:100%}.buy_new a{color:#062E5E}.buy_new a:hover{color:#CC7A00}.buy_new.fotocarrusel{background-color:rgba(51, 68, 87, 0.8);color:#062E5E;display:block;float:left;font-family:Tahoma,Verdana,Arial;font-size:0.8em;height:14px;margin:5px 0 0;width:100%;padding:4px 0 5px 5px}.buy_new.fotocarrusel a{color:#ffffff}.buy_new.fotocarrusel a:hover{color:#CC7A00}.buy_new.redactores{color:#062E5E;display:block;float:left;font-family:Tahoma,Verdana,Arial;font-size:0.8em;height:7px;margin:6px 0 0 0px;width:auto}.buy_new.redactores a{color:#333333}.buy_new.redactores a:hover{color:#000000}.buy_new.ticker{color:#062E5E;display:block;float:left;font-family:Tahoma,Verdana,Arial;font-size:0.8em;height:20px;line-height:13px;margin:9px 0 0 0px;width:150px}.buy_new.ticker a{color:#333333}.buy_new.ticker a:hover{color:#000000}.buy_new_img.ticker{background-image:url("images/iconos/news/acciones_noticia.png");background-position:-245px -18px;background-repeat:no-repeat;display:block;float:left;height:16px;margin-right:5px;width:16px}.buy_new.separator{margin:6px 0 0 10px}.buy_new_img{background-image:url("images/iconos/news/acciones_noticia.png");background-position:-245px -18px;background-repeat:no-repeat;display:block;float:left;height:16px;margin-right:5px;width:16px}.buy_new_img.mini{background-image:url("images/iconos/news/acciones_noticia.png");background-position:-226px -18px;background-repeat:no-repeat;display:block;float:left;height:13px;margin-right:5px;width:14px}.buy_new_img.redactores{background-position:-262px -18px}.buy_new.latestbox{color:#062E5E;display:block;float:left;font-family:Tahoma,Verdana,Arial;font-size:0.7em;font-weight:normal;height:0;line-height:0;margin:0 0 25px 10px;width:200px}.buy_new.latestbox a{color:#333333}.buy_new.latestbox a:hover{color:#000000}.buy_new_img.latestbox{background-image:url("images/iconos/news/acciones_noticia.png");background-position:-245px -18px;background-repeat:no-repeat;display:block;float:left;height:16px;margin-right:5px;width:16px}.referencestitleover{border-bottom:1px solid #CECECE;color:#062E5E;display:block;font-size:0.9em;font-weight:bold;margin:15px 0 15px 25px;padding-bottom:5px}.REFERENCES{margin:0 0 20px 20px;padding-left:5px;font-size:0.9em;color:#666666;font-weight:bold}.REFERENCES li{margin-bottom:10px;list-style-type:none}.REFERENCES li a{margin-bottom:10px;list-style-type:none;color:#666666}.REFERENCES li a:hover{color:#333333}.REFERENCES .bullet{display:inline-block;vertical-align:middle;width:16px;height:16px;margin-right:2px;background:transparent url("images/iconos/news/acciones_noticia.png") -112px 0 no-repeat}.ENTRADA .REFERENCES{font-size:0.8em;font-weight:bold;margin:0;color:#666666}.ENTRADA .REFERENCES li{margin:10px 0 0 5px;list-style-type:none;text-align:left}.ENTRADA .REFERENCES li a{margin:4px 0;color:#666666}.ENTRADA .REFERENCES li a:hover{color:#333333}.ENTRADA .REFERENCES .bullet{width:9px;height:9px;background-position:-144px 0;margin-top:-4px}.ENTRADA .REFERENCES-columns .bullet{background-position:-144px -9px}.ENTRADA .fecha .fechalistado{color:#666666;font-family:Arial, Helvetica, sans-serif;font-size:0.8em;font-weight:normal;text-align:left}.ENTRADA.noticia.first.threecolumns{width:980px}.ENTRADA.noticia.threecolumns img{max-width:315px}.SECCION_COLUMNA_IZQ.threecolumns{float:left;width:315px}.SECCION_COLUMNA_CENTER.threecolumns{float:left;margin-left:15px;width:315px}.SECCION_COLUMNA_DER.threecolumns{float:left;margin-left:15px;width:315px}.ENTRADA.noticia.first.fourcolumns{width:980px}.ENTRADA.noticia.fourcolumns img{max-width:236px}.SECCION_COLUMNA_IZQ.fourcolumns{float:left;width:236px}.SECCION_COLUMNA_CENTER.fourcolumns{float:left;margin-left:10px;width:236px}.SECCION_COLUMNA_DER.fourcolumns{float:left;margin-left:10px;width:236px}.PORTADA .CABECERA .ENTRADA .REFERENCES{font-size:0.9em;margin:10px 0}.COLUMNA_DERECHA .ENTRADA .REFERENCES,.COLUMNA_IZQUIERDA .ENTRADA .REFERENCES{color:#666666;font-size:0.8em;margin:0}.BANNERS-RIGHT .BANNER .ENTRADA .REFERENCES{margin:0 0 15px}.NEWSROTATOR{width:100%}.NEWSROTATOR.shadowed{background-color:#ECEDEF}.NEWSROTATOR .main_image{background:none repeat scroll 0 0 #333333;color:#FFFFFF;float:left;height:300px;max-width:980px;overflow:hidden;position:relative;width:68%;margin-bottom:15px}.NEWSROTATOR .main_image img{width:auto;max-width:100%}.NEWSROTATOR .main_image h2{font-size:1.5em;font-weight:bold;margin:0 0 5px;padding:5px 10px 0;color:#FFF}.NEWSROTATOR .main_image h2 a{color:#FFF}.NEWSROTATOR .main_image h2 a:hover{color:#CC7A00}.NEWSROTATOR .main_image p{font-size:0.9em;color:#CCC;padding:0 10px 10px;margin:0;line-height:1.2em}.NEWSROTATOR .block small{font-size:0.8em;color:#CC7A00}.NEWSROTATOR .main_image .block small{margin-left:10px;font-size:0.9em}.NEWSROTATOR .main_image .desc{position:absolute;bottom:0;left:0;width:100%;display:none}.NEWSROTATOR .main_image .block{width:100%;background:#111;border-top:1px solid #000}.NEWSROTATOR .main_image a.collapse{background:url(images/btn_coll.gif) no-repeat left top;height:27px;width:93px;text-indent:-99999px;position:absolute;top:-27px;right:20px}.NEWSROTATOR .main_image a.show{background-position:left bottom}.NEWSROTATOR .image_thumb{background:none repeat scroll 0 0 #F0F0F0;border-right:1px solid #CCCCCC;border-top:1px solid #CCCCCC;float:left;height:300px;width:31%;overflow:hidden}.NEWSROTATOR .image_thumb .scrollbar{face-color:#6685CA}.NEWSROTATOR .image_thumb img{border:0px solid #ccc;padding:0px;float:left;width:100px}.NEWSROTATOR .image_thumb ul{list-style:none outside none;margin:0;padding:0}.NEWSROTATOR .image_thumb ul li{border-bottom:1px solid #CCCCCC;border-right:0px solid #FFFFFF;border-top:1px solid #FFFFFF;float:left;margin:0;padding:5px 5px 5px 10px;min-height:63px;width:95%}.NEWSROTATOR .image_thumb ul li.hover{background:#ddd;cursor:pointer}.NEWSROTATOR .image_thumb ul li.active{background:#fff;cursor:default}html .NEWSROTATOR .image_thumb ul li h2{font-size:88%;font-weight:bold;margin:5px 0;padding:0}.NEWSROTATOR .image_thumb ul li .block{float:left;margin-left:0;padding:0}.NEWSROTATOR .image_thumb ul li p{display:none}.RichTextAlignLeft,.RichTextAlignRight,.RichTextAlignCenter{display:block;margin:5px;margin-top:4px}.RichTextAlignLeft{float:left;clear:left;margin-left:0;margin-right:10px}.RichTextAlignRight{float:right;clear:right;margin-right:0;margin-left:10px}.RichTextAlignCenter{clear:both;margin-left:auto;margin-right:auto}.flashbox{width:425px;height:344px;margin:4px 4px 2px 0;float:left;background:#fff url(images/icons/multimedia.png) center center no-repeat}.ImagenInsertada{position:relative;overflow:hidden}.pieDeFoto{display:block;position:absolute;left:0;bottom:0;width:100%;opacity:0.8;color:#fff;background-color:#334457;position:absolute;text-align:left;font-size:0.8em}.pieDeFoto cite{display:block;font-size:1.1em;font-style:normal;margin:2px 10px;white-space:pre-wrap;word-wrap:break-word}.FORM_COMENTARIO{margin-bottom:20px}.FORM_COMENTARIO label{display:block;width:120px;float:left}.FORM_COMENTARIO .blockinput{margin-left:0;margin-bottom:10px}.FORM_COMENTARIO fieldset{padding-left:7px;padding-right:10px}.FORM_COMENTARIO legend{display:block}.FORM_COMENTARIO button{display:block;float:right}#c_comment{min-height:150px}.blockcaptcha{margin-bottom:15px;margin-left:70px}.COMENTARIO{background-color:#EEE;border:1px dotted #CCCCCC;margin-bottom:12px;padding:5px 0 7px 5px}.COMENTARIO-user{width:76px;float:left}.COMENTARIO-user-dates{overflow:hidden;word-wrap:break-word;margin-bottom:5px}.COMENTARIO-user-name{color:#062E5E;font-family:Arial, Helvetica, sans-serif;font-size:0.9em;font-weight:bold}.COMENTARIO-user-estado{color:#333333;font-family:Georgia, "Times New Roman", Times, serif;font-size:0.9em;font-style:italic;margin-left:5px}.COMENTARIO-user-seguidores{color:#333333;font-family:Arial, Helvetica, sans-serif;font-size:0.8em;font-weight:normal}.COMENTARIO-content{margin-left:75px}.COMENTARIO-date{font-family:Tahoma, Verdana, Arial;font-size:0.8em;font-weight:bold;color:#CC7A00;margin-bottom:0}.COMENTARIO-text{padding:5px;font-family:Tahoma, Verdana, Arial, sans-serif;font-size:1em;font-weight:normal;color:#666666}.COMENTARIO-text .quote{font-family:Arial, Verdana, sans-serif;color:#CCDDFF;font-size:2em;font-style:normal;font-weight:bold;line-height:0.2em}.COMENTARIO-text .quote-start{vertical-align:middle}.iefix .COMENTARIO-text .quote-start{line-height:0.9em}.COMENTARIO-avatar{width:60px;height:60px;background-color:transparent;margin-bottom:6px}.COMENTARIO-avatar-image{width:60px;height:60px;line-height:60px;text-align:center;overflow:hidden}.COMENTARIO-avatar-image img{width:60px;height:60px}.COMENTARIO-user-social{margin-top:5px;padding-top:5px}.COMENTARIO-user-icon{display:block;float:left;font-size:0.8em;margin-bottom:4px;margin-right:6px}.COMENTARIO-user-icon a{font-size:0.85em}.COMENTARIO-user-icon-img{background-image:url("images/iconos/minimenu.png");background-repeat:no-repeat;vertical-align:text-bottom}.comentarios-icon-img-seguir{background-position:-80px 0}.comentarios-icon-img-lesigues{background-position:0 -16px;float:left;margin-right:5px}.comentarios-icon-img-tesigue{background-position:-16px -16px}.comentarios-icon-img-bloqueado{background-position:-48px 0}.COMENTARIO-user-footer{border-top:1px dotted #CCCCCC;margin-top:5px;overflow:hidden;padding-top:5px;width:98%;word-wrap:break-word}.votesblock{float:right}.votesblock .positiveimg{width:16px;height:16px}.votesblock .positiveimg{background-image:url(images/iconos/votes.png);background-repeat:no-repeat;background-position:-16px 0}.votesblock .positiveimg .positivedate{color:#02CC3B;font-weight:bold;margin-left:4px}.votesblock .negativeimg{width:16px;height:16px;margin-left:20px}.votesblock .negativeimg img{background-image:url(images/iconos/votes.png);background-repeat:no-repeat;background-position:0 0}.votesblock .negativeimg .negativedate{color:#F93838;font-weight:bold;margin-left:3px}#comments-login{display:block;padding:7px 4px 4px 12px;line-height:15px;margin-bottom:10px;-moz-border-radius:0;border-radius:0;border:1px solid #CCCCCC;font-size:0.8em}.comments-login-icon{background-image:url(images/iconos/news/acciones_noticia.png);background-position:-330px 0;background-repeat:no-repeat;margin-right:4px;padding-top:5px}.ACCIONES_ICONOS{margin-top:10px;margin-bottom:10px;padding-top:5px;border-top:1px solid #CCC;border-bottom:1px solid #CCC;font-size:0.8em}.iefix .ACCIONES_ICONOS{height:28px}.ACCIONES_ICONOS img{vertical-align:bottom}.ICONOS_1{width:120px;float:right;text-align:right}.ICONOS_1 a{display:block;float:right;width:16px;height:16px;margin-left:4px;background-image:url(images/iconos/news/acciones_noticia.png);background-position:0px 0px;background-repeat:no-repeat}.ICONOS_1 a#accion_imprimir{background-position:-16px 0px}.ICONOS_1 a#accion_comentar{background-position:-32px 0px}.ICONOS_1 a#accion_zoomin{background-position:-48px 0px}.ICONOS_1 a#accion_zoomout{background-position:-64px 0px}.ICONOS_1 a#accion_anterior{background-position:-80px 0px}.ICONOS_1 a#accion_siguiente{background-position:-96px 0px}.ICONOS_1 img{padding-left:4px}.TEMASNOTICIAS{border-bottom:1px solid #CCCCCC;border-top:0 solid #CCCCCC;margin-bottom:20px;margin-top:0px;padding:0px 0 10px 0;font-family:Arial, Helvetica, sans-serif}.TEMASNOTICIAS .tema{font-size:0.8em;font-weight:bold;color:#333;display:block;float:left;margin:0 5px}.TEMASNOTICIAS .tema a{font-weight:normal;color:#666;font-weight:normal}.TEMASNOTICIAS .tema a:hover{color:#000000;font-weight:normal}.CONTENIDOFULL{width:980px}.CONTENIDO_newfullscreendown{float:left;margin-right:10px;text-align:left;vertical-align:top;width:670px}.CONTENIDO_SOCIALentero{border-top:0px solid #CCC;padding:5px;padding-top:15px;margin-bottom:25px}.CAJA_SOCIAL.comentarios_deshabilitados{width:auto;float:none;margin:auto}.CAJA_COMENT{background-color:#ECEDEF;border:1px solid #CCCCCC;border-radius:2px;-moz-border-radius:2px;min-height:253px;padding:5px}.CAJA_COMENT fieldset{padding:}.ACCIONES_SOCIAL{-moz-border-radius:7px;border-radius:7px;background-image:url("images/cabecera_news.jpg");background-repeat:no-repeat;border:1px solid #CCCCCC;height:26px;line-height:26px;margin-bottom:10px;font-size:0.8em;position:relative}#ACCIONES_SOCIAL-action{line-height:16px;background-color:none;padding:4px;margin-left:8px}.ACCIONES_SOCIAL-action-icon{background-image:url(images/iconos/news/acciones_noticia.png);background-position:-346px 0;background-repeat:no-repeat;margin-right:4px}.ACCIONES_SOCIAL .SOCIAL_ICON{width:16px;height:16px;background-image:url(images/iconos/news/social/todos.png);background-repeat:no-repeat;background-position:0px 0px}.ACCIONES_SOCIAL .SOCIAL_LINK:hover .SOCIAL_ICON{-webkit-animation-name:social-links-hover;-webkit-animation-duration:0.2s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-name:social-links-hover;animation-duration:0.2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@-webkit-keyframes "social-links-hover"{0%{-webkit-transform:translateY(0);}100%{-webkit-transform:translateY(-10px);}}@keyframes "social-links-hover"{0%{transform:translateY(0);}100%{transform:translateY(-10px);}}.textosRSS{border-top:1px solid #CCC;border-bottom:1px solid #CCC;padding-top:10px;font-size:0.8em;padding-bottom:10px}.textosRSS img{padding:0px 1px 0px 6px}.textosRSS a{color:#585858}.textosRSS a:hover{color:#000000}.PERMALINK{border-bottom:1px solid #CCC;padding:10px 0 10px 6px;font-size:0.8em;color:#585858}.titularCAJACOMENT{font-size:1.4em;font-family:Arial, Helvetica, sans-serif, Tahoma;font-weight:bold;color:#062E5E;padding:6px 0 10px 3px;border-bottom:1px solid #CCC;margin-bottom:15px;text-align:left}.titularCAJACOMENT2{font-size:1.4em;font-family:Arial, Helvetica, sans-serif, Tahoma;font-weight:bold;color:#CC7A00;padding:10px;border:1px solid #CCC;margin-bottom:25px;margin-top:5px;text-align:left}.titularCAJACOMENT2 img{vertical-align:text-bottom}.BLOQUE_normascomment{border-left:1px dotted #999999;display:block;float:left;margin:7px 0 0 10px;padding:0 0 0 8px;width:170px}.BLOQUE_sendcomment{display:block;float:left;width:425px}.normas_uso_1{color:#000000;margin-bottom:10px}.normas_uso_2{background-image:url("images/flecha_1.gif");background-position:0 5px;background-repeat:no-repeat;font-size:0.8em;margin-bottom:10px;padding-left:15px}.normas_uso_2 a{color:#000000;text-decoration:none}.TXT_FORM_coment{font-size:0.9em;font-family:Tahoma, Verdana, Arial;font-weight:normal;color:#062E5E;padding-bottom:10px}.FONDO_COMENTARIOS{padding:5px;background-color:#CCCCCC}.caja_AVATAR{width:105px;float:left}.CUERPO_NOMBRES{width:550px;float:right}.comenteMINI{font-size:0.8em;font-family:Tahoma, Verdana, Arial;font-weight:normal;color:#062E5E;text-align:left;padding:2px}.comenteMINI a{font-size:1em;font-family:Tahoma, Verdana, Arial;font-weight:normal;color:#062E5E;text-align:left;padding:2px}.comenteMINI a:hover{font-size:1em;color:#CC7A00}.comenteIMG{width:12px;height:11px;background:transparent url(images/iconos/news/acciones_noticia.png) -153px 0 no-repeat}.PIE{margin-left:auto;margin-right:auto;margin-bottom:15px;padding:5px 5px 5px 5px;font-size:0.8em;font-family:Tahoma, Verdana, Arial;font-weight:normal;color:#333333;text-align:left;background:#FFFFFF;border:1px solid #DDE1E5;clear:both;overflow:auto}.PIE-left{width:80%;float:left}.PIE-right{width:20%;float:left;text-align:right}.PIE table{width:970px}.PIE img{vertical-align:bottom;text-align:right;padding-right:10px}.GALERIAS_PORTADA{border:1px solid #CCCCCC;margin-left:auto;margin-right:auto;margin-bottom:15px;background:#F5F5F3;font-size:0.8em;font-family:Tahoma, Verdana, Arial;font-weight:bold;color:#333333;text-align:left;padding:5px}.GALERIAS_PORTADA .TITULO{display:block;font-size:1.1em;font-family:Tahoma, Verdana, Arial;font-weight:bold;color:#FFFFFF;text-align:left;margin-bottom:5px;background-color:#062E5E;padding:8px;margin-left:0px}.GALERIAS_PORTADA a.CAJAS{display:block;height:140px;width:110px;text-align:center;vertical-align:top;border:1px solid #DDE1E5;float:left;margin:4px;padding:5px;overflow:hidden}.GALERIAS_PORTADA .CAJAS .marco{display:block;width:100px;height:100px;text-align:center;line-height:99px;margin:0 auto;background-color:transparent}.GALERIAS_PORTADA .CAJAS .marco img{max-height:100px;max-width:100px}.PORTADA_GALERIAS_PORTADA .GALERIAS_PORTADA a.CAJAS{width:100px}.MENU_PAGINA{-moz-border-radius:0;border-radius:0;border:1px solid #CCCCCC;background-color:#BAC4D1;margin-left:auto;margin-right:auto;padding:7px 5px 7px 10px;font-size:0.9em;font-family:Tahoma, Verdana, Arial;font-weight:normal;color:#062E5E;text-align:left;margin-bottom:15px}.MENU_PAGINA a{font-family:Tahoma, Verdana, Arial;font-size:0.9em;font-weight:bold;color:#062E5E;text-transform:uppercase}.MENU_PAGINA a:hover{text-decoration:underline;color:#062E5E}.titulares_ALPIE_IZQ{width:470px;float:left;padding:3px 5px 3px 5px;font-size:0.9em;font-family:Tahoma, Verdana, Arial;font-weight:bold;color:#062E5E;text-align:left;margin-bottom:15px;border-bottom:1px solid #D4D4D4}.titulares_ALPIE_IZQ a{font-family:Arial, Helvetica, sans-serif, Tahoma;font-size:1em;font-weight:normal;color:#585858}.titulares_ALPIE_IZQ a:hover{text-decoration:underline;color:#585858}.titulares_ALPIE_DER{width:470px;float:right;padding:3px 5px 3px 5px;font-size:0.9em;font-family:Tahoma, Verdana, Arial;font-weight:bold;color:#062E5E;text-align:left;margin-bottom:15px;border-bottom:1px solid #D4D4D4}.titulares_ALPIE_DER a{font-family:Arial, Helvetica, sans-serif, Tahoma;font-size:1em;font-weight:normal;color:#585858}.titulares_ALPIE_DER a:hover{text-decoration:underline;color:#585858}.cajaPIE_IMPRENTA{width:970px;border:1px solid #D4D4D4;margin-left:auto;margin-right:auto;margin-bottom:15px;background:#F5F5F3;font-size:0.6em;font-family:Tahoma, Verdana, Arial;font-weight:bold;color:#062E5E;text-align:left;padding:5px}.PUNTUACION{line-height:20px}.iefix #___plusone_0{display:inline !important}.PUNTUACION #bookmark-star{display:block;width:32px;height:24px;float:left;background-image:url(images/iconos/news/acciones_noticia.png);background-repeat:no-repeat;background-position:-165px 1px}.PUNTUACION #bookmark-star:hover,.PUNTUACION #bookmark-star.marked{background-position:-197px 1px}#accion_enviaramigo{display:block;width:32px;height:24px;float:left;background-image:url(images/iconos/news/acciones_noticia.png);background-repeat:no-repeat;background-position:-458px 1px}.PUNTUACION .info{display:block;float:left;width:70px;line-height:10px;padding:1px 0 0 5px;color:#999999}.iefix .PUNTUACION .info{line-height:12px;paddin-top:0;margin-top:-3px;width:54px}.iefix .PUNTUACION #votarInfo{width:64px}.fb_iframe_widget{display:inline-block;line-height:9px;position:relative}.TITULARES .columna_izq,.TITULARES .columna_der{width:470px;margin-bottom:5px}.TITULARES .columna_izq{float:left}.TITULARES .columna_der{float:right}.TITULARES .grupo{border-bottom:1px solid #eee;text-align:left;margin-bottom:15px;padding:3px 5px;font-family:Tahoma,Verdana,Arial;font-weight:bold;font-size:0.9em}.TITULARES .grupo a.seccion{font-weight:bold;color:#062E5E}.TITULARES .grupo a.seccion:hover{text-decoration:underline}.TITULARES .grupo ul{display:inline;padding-left:0}.TITULARES .grupo ul li{display:inline;font-family:Arial,Helvetica,sans-serif,Tahoma;font-size:1em;font-weight:normal}.TITULARES .grupo ul li span.punto{font-size:1.2em;font-weight:bold}.TITULARES .grupo ul li a{color:#585858}.TITULARES .grupo ul li a:hover{text-decoration:underline}.GALERIA_ACTUALIDAD{border:1px solid #ddd;background-color:#eee}.GALERIA_ACTUALIDAD h1{padding:5px 15px;font-weight:bold}.GALERIA_ACTUALIDAD #imagen_galeria{width:662px;height:500px;line-height:499px;text-align:center;margin:2px auto}.GALERIA_ACTUALIDAD #imagen_galeria span{line-height:normal;position:relative;display:inline-block}.GALERIA_ACTUALIDAD #marco{width:663px;height:100px;position:relative;margin:2px auto 10px auto;border:1px solid #ddd}.GALERIA_ACTUALIDAD #marco .boton{width:16px;height:100px;line-height:99px;z-index:1;background-color:#ddd;position:absolute;text-align:center}.GALERIA_ACTUALIDAD #marco .boton.der{right:0px}.GALERIA_ACTUALIDAD #ventana{width:631px;height:100px;position:relative;overflow-x:scroll;overflow-y:hidden;padding:0 16px}.GALERIA_ACTUALIDAD #ventana #pelicula{position:absolute;height:100px;line-height:99px}.GALERIA_ACTUALIDAD #ventana #pelicula a{display:block;width:100px;height:100px;text-align:center;float:left;margin:0 2px}.GALERIA_ACTUALIDAD #galeria_simple{text-align:center}.GALERIA_ACTUALIDAD #galeria_simple a{line-height:99px;margin:0 2px}.GALERIA_ACTUALIDAD .TEXTO_PARRAFO{padding:0 10px}.ERROR_404{padding:20px}.ERROR_404 p{padding-left:40px}.ERROR_404 .num_404{text-align:right;font-size:15em;font-weight:bold;color:#ddd;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif}.TTABLA{font-size:0.8em}.TTABLA .FILTRO{padding:5px;background-color:#8193AB;margin-bottom:5px}.TTABLA .FILTRO .reiniciar{display:block;float:right}.TTABLA .FILTRO .parametros fieldset select{margin-top:4px;margin-right:2px;border:1px solid #808080}.TTABLA .FILTRO .parametros fieldset .separadorFechas{margin-top:8px;color:#fff;padding:0 1px}.TTABLA .FILTRO .parametros fieldset input{margin-top:4px;margin-right:2px;border:1px solid #808080;padding:1px}.TTABLA .FILTRO button{margin-top:3px;vertical-align:top}.TTABLA table{width:100%}.TTABLA table td{padding:2px;padding-right:10px}.TTABLA td.align_right{text-align:right}.TTABLA table td a{color:#333333;display:block;font-size:1.4em;font-weight:bold;padding:10px 0 10px 4px}.TTABLA table td a:hover{text-decoration:none;color:#000000}.TTABLA table thead td,.TTABLA table thead th{background:#cccccc;font-weight:bold}.TTABLA table thead button{display:block;border:none;background:inherit;color:#fff;font:bold 1.2em Arial,Helvetica,Tahoma,Verdana,sans-serif;padding:0;margin:0}.TTABLA table thead button:hover{color:#ccc}.TTABLA table thead button.activa{text-decoration:underline}.TTABLA table tbody tr.fila_normal{background-color:#fff;border:1px solid #fff}.TTABLA table tbody tr.fila_normal:hover{background-color:#E8E9ED}.TTABLA table tbody tr.fila_alt{background-color:#E1E1E1;border:1px solid #E1E1E1}.TTABLA table tbody tr.fila_alt:hover{background-color:#E8E9ED}.imagenfotoenvio img{width:100px}.photoreadersanimefooter{color:#062E5E;font-weight:bold;margin:7px 0;padding:0 8px;width:89%}.photoreadersanimefootertext{background-image:url("images/iconos/news/acciones_noticia.png");background-position:0 -18px;background-repeat:no-repeat;float:left;height:16px;margin-left:10px;margin-right:5px;width:16px}.SUSCRIPCION .error{background-color:#FFC0C0;border:1px dotted #c00;padding:10px;text-align:center;margin:20px 10px}.SUSCRIPCION .mensaje{background-color:#EDF5FC;border:1px dotted #95B5CC;padding:10px;text-align:center;margin:20px 10px}.youtube_player{background:#fff url(images/iconos/video_loading.gif) center center no-repeat}.youtube_player dt,.youtube_player dd{display:none}.youtube_player.error{background-image:url(images/iconos/video_error.png)}.swfObject{background:#fff url(images/iconos/video_loading.gif) center center no-repeat}.swfObject.error{background-image:url(images/iconos/video_error.png)}#AGENDA{margin:0 auto;background-color:#ECEDEF;padding:10px;cursor:default}#AGENDA .header{margin:0 1px;background-color:#D9D5D7;padding:5px;font-weight:bold;font-size:0.9em;text-align:center}#AGENDA .header a.prev,#AGENDA .header a.next{display:block;width:14px;height:14px;line-height:12px;background-color:#fff;border:1px solid #999999;cursor:pointer;color:#999999}#AGENDA .header a.prev{float:left}#AGENDA .header a.next{float:right}#AGENDA .body table{width:100%;margin:0 auto;border-collapse:separate;border-spacing:1px;overflow:hidden}#AGENDA .body table td,#AGENDA .body table th{text-align:center;vertical-align:middle}#AGENDA .body table th{font-weight:bold;width:14%}#AGENDA .body table th span{background-color:#D9D5D7;display:block;font-size:0.8em;font-weight:normal}#AGENDA .body table td{background-color:#E4E0E0}#AGENDA .body table td.HasNews{font-weight:bold;background-color:#fff;color:#062E5E}#AGENDA .body table td a,#AGENDA .body table td span{display:block;height:24px;line-height:24px}#AGENDA .body table td a{color:#585858;height:22px;line-height:22px;border:1px solid #585858;cursor:pointer}#AGENDA a:hover{color:#000;-moz-box-shadow:0 1px 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.5)}.COLORSET_BG_DARKEST{background-color:#062e5e}.COLORSET_BG_DARK{background-color:#8193ab}.COLORSET_BG_MEDIUM{background-color:#95b5cc}.COLORSET_BG_LIGHT{background-color:#bac4d1}.COLORSET_BG_LIGHTEST{background-color:#edf5fc}.noticia_audioplayers{margin-top:5px}.AudioPlayer_Main{background-color:#EDF5FC;color:#333333}.AudioPlayer_Left{background-color:#062e5e;color:#ffffff}.AudioPlayer_Right{background-color:#062e5e;color:#bac4d1}.AudioPlayer_Right:hover{background-color:#CC7A00;color:#062e5e}.AudioPlayer_Loader{background-color:#95B5CC}.AudioPlayer_Skip{color:#CC7A00}.AudioPlayer_Volume{background-color:#bac4d1;color:#CC7A00}.MOTD{margin-bottom:15px;margin-left:9px;margin-right:30px}.MOTD cite{display:inline;font-style:italic}.MOTD cite .quote{font-size:2em;line-height:0.4em;color:#cdf;font-weight:bold;font-style:normal}.MOTD cite .quote:first-child{vertical-align:middle}.MOTD blockquote{text-align:right;padding-left:10px;font-weight:bold}.rss-category{display:block;margin-right:10px;margin-bottom:15px;padding:5px;font-size:0.75em;border-bottom:1px dotted #333333;text-align:right}.rss-category-icon{background-image:url(images/iconos/news/acciones_noticia.png);background-position:-318px 0;background-repeat:no-repeat}.COMMENTCOUNT{display:block;color:#AFAEAE;font-size:0.7em;height:16px;margin-top:5px}.COMMENTCOUNT:hover{color:#000}.COMMENTCOUNT-bubble{display:block;width:16px;height:15px;margin:1px 4px 0 0;float:left;background-image:url(images/iconos/news/acciones_noticia.png);background-position:-245px -1px;background-repeat:no-repeat;margin-top:2px}body.fpopup_showing object,body.fpopup_showing iframe,body.fpopup_showing embed{visibility:hidden !important}body.fpopup_showing{overflow:hidden}#fpopup{z-index:2147483647;position:absolute;top:0;left:0;overflow:auto;background-color:#fff}body.fpopup_showing #fpopup #fpopup_head{width:100%;position:relative;height:25px;border-bottom:1px solid #ccc;background-color:#E1E1E1;color:#666666}body.fpopup_showing #fpopup_close{position:absolute;top:4px;right:8px;background-color:#fff;padding:2px 4px;font-size:11px;-moz-border-radius:2px;border-radius:2px}body.fpopup_showing #fpopup_close:hover{text-decoration:underline}body.fpopup_showing #fpopup_title{position:absolute;top:5px;left:15px;text-shadow:none;font-size:1em;font-weight:bold}body.fpopup_showing #fpopup_content{text-align:center;display:block}body.fpopup_showing #fpopup object,body.fpopup_showing #fpopup iframe,body.fpopup_showing #fpopup embed{visibility:visible !important}#forpoplayer.fPoplayer_showing object,#forpoplayer.fPoplayer_showing iframe,#forpoplayer.fPoplayer_showing embed{visibility:hidden !important}#forpoplayer.fPoplayer_showing{overflow:hidden}#fPoplayer{background-color:#EEEEEE;border:1px solid #CECECE;border-bottom:0px;border-radius:3px 3px 0 0;border-width:2px 2px 0;-moz-box-shadow:0 0 5px 5px #888;-webkit-box-shadow:0 0 5px 5px#888;box-shadow:0 0 5px 5px #888;bottom:0;padding:7px 0 0 5px;position:fixed;text-align:center;margin-left:-23px;width:1020px;z-index:1147483647}#forpoplayer.fPoplayer_showing #fPoplayer #fPoplayer_head{width:100%;top:0px;clear:both;height:14px;background-color:#eeeeee;color:#666666}#forpoplayer.fPoplayer_showing #fPoplayer_close{background-color:#FFFFFF;border-radius:2px 2px 2px 2px;font-size:0.7em;font-weight:normal;padding:1px 4px 0px;position:absolute;right:9px;top:3px}#forpoplayer.fPoplayer_showing #fPoplayer_close:hover{text-decoration:underline}#forpoplayer.fPoplayer_showing #fPoplayer_title{position:absolute;top:5px;left:15px;text-shadow:none;font-size:0.7em;font-weight:normal}#forpoplayer.fPoplayer_showing #fPoplayer_content{text-align:center;display:block}#forpoplayer.fPoplayer_showing #fPoplayer object,#forpoplayer.fPoplayer_showing #fPoplayer iframe,#forpoplayer.fPoplayer_showing #fPoplayer embed{visibility:visible !important}object.curlypage{outline:none;margin:0px;padding:0px;border:0px;position:relative;left:0px;top:0px}div.curlypage{margin:0px;padding:0px;border:0px}#backgroundAd{display:block;height:0;text-align:center}#backgroundAd:hover{cursor:pointer}.DESCARGAS{display:block;font-size:0.9em;font-weight:bold;margin-bottom:15px;padding:0 5px}.DESCARGAS ul{list-style-type:none}.WRITERSSECTION-header{color:#062E5E;font-weight:bold;margin-bottom:10px;margin-left:6px;border:1px solid #DDDDDD;background-color:#eeeeee;padding:8px;width:641px}.WRITERSSECTION-header .rss-category{font-size:0.4em;font-weight:normal;border:none;float:right;margin-top:8px}.WRITERSSECTION .ENTRADA{border:1px solid #ddd;margin:20px 5px;padding:10px 20px}.WRITERSSECTION-WRITER-header{padding-bottom:5px;border-bottom:1px solid #ddd;margin-bottom:5px}.WRITERSSECTION-WRITER-header h4{padding-top:0}.tituloentradiasdia{background-color:#CECECE;color:#666666;font-size:1.2em;font-weight:bold;margin:15px 0;padding:5px 5px 5px 15px}.WRITERSSECTION .formatofechas .ENTRADA{background-color:#EEEEEE;border:1px solid #DDDDDD;float:left;height:105px;margin:5px 5px 5px 7px;overflow:hidden;padding:10px 9px;width:300px}.autorname.special{color:#062E5E;font-size:1.2em;font-weight:bold;margin-top:0}.autorname.special a{color:#062E5E;font-size:0.85em;font-weight:bold}.autorname.special a:hover{color:#CC7A00}.WRITERSSECTION-WRITER-text.special{line-height:0.95em}.WRITERSSECTION .formatofechas .ENTRADA .special h1 a{font-size:0.7em}.autorname{color:#062E5E;font-size:1.2em;font-weight:bold;margin-top:0}.autorname a{color:#062E5E}.autorname a:hover{color:#062E5E}.autorslogan{font-size:0.9em;font-family:Arial, Helvetica, sans-serif;font-style:italic}.SUBPAGES{overflow:hidden}.SUBPAGES a{display:block;float:left;background-color:#E8E9ED;color:#062E5E;width:204px;height:220px;padding:8px;text-align:center;margin-right:3px}.SUBPAGES a span{display:block}.SUBPAGES a:hover{background-color:#95b5cc}.suscription_pay_resume_tittle{border-bottom:1px dotted #CECECE;color:#062E5E;display:block;font-size:1.5em;font-weight:bold;margin-bottom:15px;padding:10px 0 10px 40px}.pay_box{margin:20px 0 10px 20px}.suscription_list{border-bottom:1px dotted #CECECE;clear:left;display:block;margin:0;min-height:30px;padding-top:10px}.suscription_check{float:left;margin:0 0 15px 20px;padding:0 5px 0 0;width:auto}.suscription_name{color:#333333;display:block;float:left;font-size:1.1em;font-weight:bold;margin-right:15px;padding-top:2px}.suscription_price{color:#333333;display:block;float:left;font-size:1.2em;font-weight:bold;margin-right:10px}.suscription_price_free{color:#FF3300;display:block;float:left;font-size:1.2em;font-weight:bold;margin-right:10px}.suscription_price .pricelabel{color:#666666;font-size:0.8em}.suscription_submit{margin:15px 15px 15px 20px}.suscription_submit button,.suscription_submit a.button{border-radius:4px 4px 4px 4px;font-size:0.8em;height:auto;min-height:25px;padding-bottom:1px}.suscription_submit button img,.suscription_submit a.button img{vertical-align:top}.suscription_taxes_advice{font-size:0.9em;color:#333333;float:left;text-align:left;margin-top:15px;text-transform:capitalize;margin-left:40px}.suscription_select_tittle{color:#CC7A00;font-size:1.8em;font-weight:bold;margin-bottom:20px;margin-left:40px}.suscription_payname{color:#333333;display:block;font-size:1.2em;font-weight:bold;margin-right:10px}.pay_explain{font-size:0.9em;margin-bottom:12px}.suscription_buttton_box{margin:30px 0 0 25px}.suscription_back{sfloat:left;margin:3px 5px 0 0px;width:auto}.button,a.button img{padding-top:3px;vertical-align:middle}.suscription_back button,.suscription_back a.button{border-radius:4px 4px 4px 4px;float:left;font-size:0.8em;height:20px;margin-right:10px;min-height:0;padding:2px 10px}.suscription_back button img,.suscription_back a.button img{padding-top:7px;vertical-align:middle}.suscription_submitbottom{width:auto;float:left}.suscription_submitbottom{width:auto;float:left}.suscription_submitbottom button,.suscription_submitbottom a.button{border-radius:4px 4px 4px 4px;float:left;font-size:0.8em;height:26px;margin-right:10px;min-height:0;padding:4px 10px}.suscription_submitbottom button img,.suscription_submitbottom a.button img{padding-top:0px;vertical-align:middle}.suscription_submitbottom.final button,.suscription_submitbottom.final a.button{border-radius:4px 4px 4px 4px;float:left;font-size:0.8em;height:20px;margin-right:10px;min-height:0;padding:2px 10px}.suscription_submitbottom.final button img,.suscription_submitbottom.final a.button img{padding-top:8px;vertical-align:middle}.pay-progress-bar{margin-top:15px;margin-left:35px}.redirect_pay_advice{font-size:0.9em;margin-bottom:5px;margin-left:8px}.suscription_resume_txt{margin:5px 0 5px 40px}.suscription_resume_txt .suscription_label{color:#333333;float:left;font-size:1em;font-weight:normal;width:125px}.tittle_resume{color:#333333;display:block;font-size:1.2em;font-weight:bold}.suscription_user_resume_tittle{border-bottom:1px dotted #CECECE;color:#062E5E;display:block;font-size:1.5em;font-weight:bold;margin-bottom:15px;padding:30px 0 10px 40px}.suscription_thanks{background-image:url("images/iconos_cabecera/pay_ok.png");background-position:0 0;background-repeat:no-repeat;margin-left:90px;padding:15px 0 15px 75px}.thanks_tittle{color:#062E5E;font-size:1.2em;font-weight:bold}.thanks_resumen{font-size:1em;margin-top:5px}.bookmark-star-hidden{display:none !important}.RELATEDWRITTER{margin:0 0 15px 23px}.RELATEDWRITTER .autorblock{margin-bottom:15px}.RELATEDWRITTER .AUTOR{margin:10px;padding-bottom:15px}.RELATEDWRITTER .AUTOR .autor_box{font-size:1.2em;font-weight:bold;margin-left:52px;width:auto}.RELATEDWRITTER .AUTOR .autor_box a{color:#333}.RELATEDWRITTER .AUTOR .autor_box a:hover{color:#666}.RELATEDWRITTER .AUTOR .columna{display:block;font-size:0.9em;font-weight:normal;margin-bottom:3px}.RELATEDWRITTER .avatar{display:table-cell;float:left;width:50px;height:50px;text-align:center;vertical-align:middle;background-color:#fff;margin-right:10px}.RELATEDWRITTER .AUTOR .columna:hover .avatar img{-moz-box-shadow:0 1px 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.5)}.cookies_advide{background-color:##F7F7F7;border:2px solid #E6E6E6;border-radius:5px 5px 5px 5px;color:#333333;margin:15px 5px;padding:10px;width:97%}.titular_cookies_advice{color:#333;font-weight:bold;font-family:Verdana, Geneva, sans-serif;font-size:0.85em}.texto_cookies_advice{color:#666;font-weight:normal;font-family:Verdana, Geneva, sans-serif;font-size:0.75em}.texto_cookies_advice a{color:#666}.texto_cookies_advice a:hover{color:#000}.titulofotoenvio{color:#333333;display:block;font-size:1.4em;font-weight:bold;padding:10px 0 10px 4px}.publicado{font-weight:bold;color:#090}.nopublicado{font-weight:bold;color:#F90}.experiencia_fechas{border-bottom:1px solid #CECECE;display:block;font-size:0.9em;padding:6px}.experiencia_titulo{font-size:1.8em;padding:10px 0 10px 0;color:#333;font-weight:bold}.experiencia_texto{line-height:168%;margin-bottom:15px}.experiencia_enviadopor{font-weight:bold;color:#333}.experiencia_foto{max-width:670px;margin-top:15px}.leyendaphotocoments{font-size:0.8em;font-weight:bold;color:#333;display:block;margin:5px;border-top:1px solid #cecece;padding-top:5px}.GALERYITEMS_WRAPPER{width:auto;margin-top:10px}.camera_wrap a,.camera_wrap img,.camera_wrap ol,.camera_wrap ul,.camera_wrap li,.camera_wrap table,.camera_wrap tbody,.camera_wrap tfoot,.camera_wrap thead,.camera_wrap tr,.camera_wrap th,.camera_wrap td .camera_thumbs_wrap a,.camera_thumbs_wrap img,.camera_thumbs_wrap ol,.camera_thumbs_wrap ul,.camera_thumbs_wrap li,.camera_thumbs_wrap table,.camera_thumbs_wrap tbody,.camera_thumbs_wrap tfoot,.camera_thumbs_wrap thead,.camera_thumbs_wrap tr,.camera_thumbs_wrap th,.camera_thumbs_wrap td{background:none;border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline;list-style:none}.camera_wrap{direction:ltr;display:none;float:left;position:relative;z-index:0}.camera_wrap img{max-width:none !important}.camera_fakehover{height:100%;min-height:60px;position:relative;width:100%;z-index:1}.camera_wrap{width:100%}.camera_src{display:none}.cameraCont,.cameraContents{height:100%;position:relative;width:100%;z-index:1}.cameraSlide{bottom:0;left:0;position:absolute;right:0;top:0;width:100%}.cameraContent{bottom:0;display:none;left:0;position:absolute;right:0;top:0;width:100%}.cameraContent img{width:auto}.camera_target{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;text-align:left;top:0;width:100%;z-index:0}.camera_overlayer{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:0}.camera_target_content{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}.camera_target_content .camera_link{background:url(images/camera/blank.gif);display:block;height:100%;text-decoration:none}.camera_loader{background:#fff url(images/camera/camera-loader.gif) no-repeat center;background:rgba(255, 255, 255, 0.9) url(images/camera/camera-loader.gif) no-repeat center;border:1px solid #ffffff;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;height:36px;left:50%;overflow:hidden;position:absolute;margin:-18px 0 0 -18px;top:50%;width:36px;z-index:3}.camera_bar{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:3}.camera_thumbs_wrap.camera_left .camera_bar,.camera_thumbs_wrap.camera_right .camera_bar{height:100%;position:absolute;width:auto}.camera_thumbs_wrap.camera_bottom .camera_bar,.camera_thumbs_wrap.camera_top .camera_bar{height:auto;position:absolute;width:100%}.camera_nav_cont{height:65px;overflow:hidden;position:absolute;right:9px;top:15px;width:120px;z-index:4}.camera_caption{bottom:0;display:block;position:absolute;width:100%}.camera_caption > div{padding:10px 20px}.camerarelative{overflow:hidden;position:relative}.imgFake{cursor:pointer}.camera_prevThumbs{bottom:4px;cursor:pointer;left:0;position:absolute;top:4px;visibility:visible;width:30px;z-index:10}.camera_prevThumbs div{background:url(images/camera/camera_skins.png) no-repeat;display:block;height:40px;margin-top:-20px;visibility:collapse;top:50%;width:30px}.camera_nextThumbs{bottom:4px;cursor:pointer;position:absolute;right:0;top:4px;visibility:visible;width:30px;z-index:10}.camera_nextThumbs div{background:url(images/camera/camera_skins.png) no-repeat;display:block;height:40px;margin-top:-20px;position:absolute;top:50%;width:30px}.camera_command_wrap .hideNav{display:none}.camera_command_wrap{left:0;position:relative;right:0;z-index:4}.camera_wrap .camera_pag .camera_pag_ul{list-style:none;margin:0;padding:0;text-align:right}.camera_wrap .camera_pag .camera_pag_ul li{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;cursor:pointer;display:inline-block;height:16px;margin:20px 5px;position:relative;text-align:left;text-indent:9999px;width:16px}.camera_commands_emboss .camera_pag .camera_pag_ul li{-moz-box-shadow:0px 1px 0px rgba(255,255,255,1), inset 0px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:0px 1px 0px rgba(255,255,255,1), inset 0px 1px 1px rgba(0,0,0,0.2);box-shadow:0px 1px 0px rgba(255,255,255,1), inset 0px 1px 1px rgba(0,0,0,0.2)}.camera_wrap .camera_pag .camera_pag_ul li > span{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;height:8px;left:4px;overflow:hidden;position:absolute;top:4px;width:8px}.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span{-moz-box-shadow:0px 1px 0px rgba(255,255,255,1), inset 0px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:0px 1px 0px rgba(255,255,255,1), inset 0px 1px 1px rgba(0,0,0,0.2);box-shadow:0px 1px 0px rgba(255,255,255,1), inset 0px 1px 1px rgba(0,0,0,0.2)}.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span{-moz-box-shadow:0;-webkit-box-shadow:0;box-shadow:0}.camera_pag_ul li img{display:none;position:absolute}.camera_pag_ul .thumb_arrow{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid;top:0;left:50%;margin-left:-4px;position:absolute}.camera_prev,.camera_next,.camera_commands{cursor:pointer;height:40px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:2}.camera_prev{left:0}.camera_prev > span{background:url(images/camera/camera_skins.png) no-repeat 0 0;display:block;height:40px;width:40px}.camera_next{right:0}.camera_next > span{background:url(images/camera/camera_skins.png) no-repeat -40px 0;display:block;height:40px;width:40px}.camera_commands{right:41px}.camera_commands > .camera_play{background:url(images/camera/camera_skins.png) no-repeat -80px 0;height:40px;width:40px}.camera_commands > .camera_stop{background:url(images/camera/camera_skins.png) no-repeat -120px 0;display:block;height:40px;width:40px}.camera_wrap .camera_pag .camera_pag_ul li{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;cursor:pointer;display:inline-block;height:16px;margin:20px 5px;position:relative;text-indent:9999px;width:16px}.camera_thumbs_cont{-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;overflow:hidden;position:relative;width:100%}.camera_commands_emboss .camera_thumbs_cont{-moz-box-shadow:0px 1px 0px rgba(255,255,255,1), inset 0px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:0px 1px 0px rgba(255,255,255,1), inset 0px 1px 1px rgba(0,0,0,0.2);box-shadow:0px 1px 0px rgba(255,255,255,1), inset 0px 1px 1px rgba(0,0,0,0.2)}.camera_thumbs_cont > div{float:left;width:100%}.camera_thumbs_cont ul{overflow:hidden;padding:3px 4px 8px;position:relative;text-align:center;max-height:100px}.camera_thumbs_cont ul li{display:inline;padding:0 4px;width:auto;float:left}.camera_thumbs_cont ul li > img{border:1px solid;cursor:pointer;margin-top:5px;vertical-align:bottom}.camera_clear{display:block;clear:both}.showIt{display:none}.camera_clear{clear:both;display:block;height:1px;margin:-1px 0 25px;position:relative}.pattern_1 .camera_overlayer{background:url(images/camera/patterns/overlay1.png) repeat}.pattern_2 .camera_overlayer{background:url(images/camera/patterns/overlay2.png) repeat}.pattern_3 .camera_overlayer{background:url(images/camera/patterns/overlay3.png) repeat}.pattern_4 .camera_overlayer{background:url(images/camera/patterns/overlay4.png) repeat}.pattern_5 .camera_overlayer{background:url(images/camera/patterns/overlay5.png) repeat}.pattern_6 .camera_overlayer{background:url(images/camera/patterns/overlay6.png) repeat}.pattern_7 .camera_overlayer{background:url(images/camera/patterns/overlay7.png) repeat}.pattern_8 .camera_overlayer{background:url(images/camera/patterns/overlay8.png) repeat}.pattern_9 .camera_overlayer{background:url(images/camera/patterns/overlay9.png) repeat}.pattern_10 .camera_overlayer{background:url(images/camera/patterns/overlay10.png) repeat}.camera_caption{color:#fff}.camera_caption > div{background:#000;background:rgba(0, 0, 0, 0.8)}.camera_wrap .camera_pag .camera_pag_ul li{background:#b7b7b7}.camera_wrap .camera_pag .camera_pag_ul li:hover > span{background:#b7b7b7}.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span{background:#434648}.camera_pag_ul li img{border:4px solid #e6e6e6;-moz-box-shadow:0px 3px 6px rgba(0,0,0,.5);-webkit-box-shadow:0px 3px 6px rgba(0,0,0,.5);box-shadow:0px 3px 6px rgba(0,0,0,.5)}.camera_pag_ul .thumb_arrow{border-top-color:#e6e6e6}.camera_prevThumbs,.camera_nextThumbs,.camera_prev,.camera_next,.camera_commands,.camera_thumbs_cont{background:#d8d8d8;background:rgba(216, 216, 216, 0.85)}.camera_wrap .camera_pag .camera_pag_ul li{background:#b7b7b7}.camera_thumbs_cont ul li > img{border-color:1px solid #000}.camera_amber_skin .camera_prevThumbs div{background-position:-160px -160px}.camera_amber_skin .camera_nextThumbs div{background-position:-190px -160px}.camera_amber_skin .camera_prev > span{background-position:0 -160px}.camera_amber_skin .camera_next > span{background-position:-40px -160px}.camera_amber_skin .camera_commands > .camera_play{background-position:-80px -160px}.camera_amber_skin .camera_commands > .camera_stop{background-position:-120px -160px}.camera_ash_skin .camera_prevThumbs div{background-position:-160px -200px}.camera_ash_skin .camera_nextThumbs div{background-position:-190px -200px}.camera_ash_skin .camera_prev > span{background-position:0 -200px}.camera_ash_skin .camera_next > span{background-position:-40px -200px}.camera_ash_skin .camera_commands > .camera_play{background-position:-80px -200px}.camera_ash_skin .camera_commands > .camera_stop{background-position:-120px -200px}.camera_azure_skin .camera_prevThumbs div{background-position:-160px -240px}.camera_azure_skin .camera_nextThumbs div{background-position:-190px -240px}.camera_azure_skin .camera_prev > span{background-position:0 -240px}.camera_azure_skin .camera_next > span{background-position:-40px -240px}.camera_azure_skin .camera_commands > .camera_play{background-position:-80px -240px}.camera_azure_skin .camera_commands > .camera_stop{background-position:-120px -240px}.camera_beige_skin .camera_prevThumbs div{background-position:-160px -120px}.camera_beige_skin .camera_nextThumbs div{background-position:-190px -120px}.camera_beige_skin .camera_prev > span{background-position:0 -120px}.camera_beige_skin .camera_next > span{background-position:-40px -120px}.camera_beige_skin .camera_commands > .camera_play{background-position:-80px -120px}.camera_beige_skin .camera_commands > .camera_stop{background-position:-120px -120px}.camera_black_skin .camera_prevThumbs div{background-position:-160px -40px}.camera_black_skin .camera_nextThumbs div{background-position:-190px -40px}.camera_black_skin .camera_prev > span{background-position:0 -40px}.camera_black_skin .camera_next > span{background-position:-40px -40px}.camera_black_skin .camera_commands > .camera_play{background-position:-80px -40px}.camera_black_skin .camera_commands > .camera_stop{background-position:-120px -40px}.camera_blue_skin .camera_prevThumbs div{background-position:-160px -280px}.camera_blue_skin .camera_nextThumbs div{background-position:-190px -280px}.camera_blue_skin .camera_prev > span{background-position:0 -280px}.camera_blue_skin .camera_next > span{background-position:-40px -280px}.camera_blue_skin .camera_commands > .camera_play{background-position:-80px -280px}.camera_blue_skin .camera_commands > .camera_stop{background-position:-120px -280px}.camera_brown_skin .camera_prevThumbs div{background-position:-160px -320px}.camera_brown_skin .camera_nextThumbs div{background-position:-190px -320px}.camera_brown_skin .camera_prev > span{background-position:0 -320px}.camera_brown_skin .camera_next > span{background-position:-40px -320px}.camera_brown_skin .camera_commands > .camera_play{background-position:-80px -320px}.camera_brown_skin .camera_commands > .camera_stop{background-position:-120px -320px}.camera_burgundy_skin .camera_prevThumbs div{background-position:-160px -360px}.camera_burgundy_skin .camera_nextThumbs div{background-position:-190px -360px}.camera_burgundy_skin .camera_prev > span{background-position:0 -360px}.camera_burgundy_skin .camera_next > span{background-position:-40px -360px}.camera_burgundy_skin .camera_commands > .camera_play{background-position:-80px -360px}.camera_burgundy_skin .camera_commands > .camera_stop{background-position:-120px -360px}.camera_charcoal_skin .camera_prevThumbs div{background-position:-160px -400px}.camera_charcoal_skin .camera_nextThumbs div{background-position:-190px -400px}.camera_charcoal_skin .camera_prev > span{background-position:0 -400px}.camera_charcoal_skin .camera_next > span{background-position:-40px -400px}.camera_charcoal_skin .camera_commands > .camera_play{background-position:-80px -400px}.camera_charcoal_skin .camera_commands > .camera_stop{background-position:-120px -400px}.camera_chocolate_skin .camera_prevThumbs div{background-position:-160px -440px}.camera_chocolate_skin .camera_nextThumbs div{background-position:-190px -440px}.camera_chocolate_skin .camera_prev > span{background-position:0 -440px}.camera_chocolate_skin .camera_next > span{background-position:-40px -440px}.camera_chocolate_skin .camera_commands > .camera_play{background-position:-80px -440px}.camera_chocolate_skin .camera_commands > .camera_stop{background-position:-120px -440px}.camera_coffee_skin .camera_prevThumbs div{background-position:-160px -480px}.camera_coffee_skin .camera_nextThumbs div{background-position:-190px -480px}.camera_coffee_skin .camera_prev > span{background-position:0 -480px}.camera_coffee_skin .camera_next > span{background-position:-40px -480px}.camera_coffee_skin .camera_commands > .camera_play{background-position:-80px -480px}.camera_coffee_skin .camera_commands > .camera_stop{background-position:-120px -480px}.camera_cyan_skin .camera_prevThumbs div{background-position:-160px -520px}.camera_cyan_skin .camera_nextThumbs div{background-position:-190px -520px}.camera_cyan_skin .camera_prev > span{background-position:0 -520px}.camera_cyan_skin .camera_next > span{background-position:-40px -520px}.camera_cyan_skin .camera_commands > .camera_play{background-position:-80px -520px}.camera_cyan_skin .camera_commands > .camera_stop{background-position:-120px -520px}.camera_fuchsia_skin .camera_prevThumbs div{background-position:-160px -560px}.camera_fuchsia_skin .camera_nextThumbs div{background-position:-190px -560px}.camera_fuchsia_skin .camera_prev > span{background-position:0 -560px}.camera_fuchsia_skin .camera_next > span{background-position:-40px -560px}.camera_fuchsia_skin .camera_commands > .camera_play{background-position:-80px -560px}.camera_fuchsia_skin .camera_commands > .camera_stop{background-position:-120px -560px}.camera_gold_skin .camera_prevThumbs div{background-position:-160px -600px}.camera_gold_skin .camera_nextThumbs div{background-position:-190px -600px}.camera_gold_skin .camera_prev > span{background-position:0 -600px}.camera_gold_skin .camera_next > span{background-position:-40px -600px}.camera_gold_skin .camera_commands > .camera_play{background-position:-80px -600px}.camera_gold_skin .camera_commands > .camera_stop{background-position:-120px -600px}.camera_green_skin .camera_prevThumbs div{background-position:-160px -640px}.camera_green_skin .camera_nextThumbs div{background-position:-190px -640px}.camera_green_skin .camera_prev > span{background-position:0 -640px}.camera_green_skin .camera_next > span{background-position:-40px -640px}.camera_green_skin .camera_commands > .camera_play{background-position:-80px -640px}.camera_green_skin .camera_commands > .camera_stop{background-position:-120px -640px}.camera_grey_skin .camera_prevThumbs div{background-position:-160px -680px}.camera_grey_skin .camera_nextThumbs div{background-position:-190px -680px}.camera_grey_skin .camera_prev > span{background-position:0 -680px}.camera_grey_skin .camera_next > span{background-position:-40px -680px}.camera_grey_skin .camera_commands > .camera_play{background-position:-80px -680px}.camera_grey_skin .camera_commands > .camera_stop{background-position:-120px -680px}.camera_indigo_skin .camera_prevThumbs div{background-position:-160px -720px}.camera_indigo_skin .camera_nextThumbs div{background-position:-190px -720px}.camera_indigo_skin .camera_prev > span{background-position:0 -720px}.camera_indigo_skin .camera_next > span{background-position:-40px -720px}.camera_indigo_skin .camera_commands > .camera_play{background-position:-80px -720px}.camera_indigo_skin .camera_commands > .camera_stop{background-position:-120px -720px}.camera_khaki_skin .camera_prevThumbs div{background-position:-160px -760px}.camera_khaki_skin .camera_nextThumbs div{background-position:-190px -760px}.camera_khaki_skin .camera_prev > span{background-position:0 -760px}.camera_khaki_skin .camera_next > span{background-position:-40px -760px}.camera_khaki_skin .camera_commands > .camera_play{background-position:-80px -760px}.camera_khaki_skin .camera_commands > .camera_stop{background-position:-120px -760px}.camera_lime_skin .camera_prevThumbs div{background-position:-160px -800px}.camera_lime_skin .camera_nextThumbs div{background-position:-190px -800px}.camera_lime_skin .camera_prev > span{background-position:0 -800px}.camera_lime_skin .camera_next > span{background-position:-40px -800px}.camera_lime_skin .camera_commands > .camera_play{background-position:-80px -800px}.camera_lime_skin .camera_commands > .camera_stop{background-position:-120px -800px}.camera_magenta_skin .camera_prevThumbs div{background-position:-160px -840px}.camera_magenta_skin .camera_nextThumbs div{background-position:-190px -840px}.camera_magenta_skin .camera_prev > span{background-position:0 -840px}.camera_magenta_skin .camera_next > span{background-position:-40px -840px}.camera_magenta_skin .camera_commands > .camera_play{background-position:-80px -840px}.camera_magenta_skin .camera_commands > .camera_stop{background-position:-120px -840px}.camera_maroon_skin .camera_prevThumbs div{background-position:-160px -880px}.camera_maroon_skin .camera_nextThumbs div{background-position:-190px -880px}.camera_maroon_skin .camera_prev > span{background-position:0 -880px}.camera_maroon_skin .camera_next > span{background-position:-40px -880px}.camera_maroon_skin .camera_commands > .camera_play{background-position:-80px -880px}.camera_maroon_skin .camera_commands > .camera_stop{background-position:-120px -880px}.camera_orange_skin .camera_prevThumbs div{background-position:-160px -920px}.camera_orange_skin .camera_nextThumbs div{background-position:-190px -920px}.camera_orange_skin .camera_prev > span{background-position:0 -920px}.camera_orange_skin .camera_next > span{background-position:-40px -920px}.camera_orange_skin .camera_commands > .camera_play{background-position:-80px -920px}.camera_orange_skin .camera_commands > .camera_stop{background-position:-120px -920px}.camera_olive_skin .camera_prevThumbs div{background-position:-160px -1080px}.camera_olive_skin .camera_nextThumbs div{background-position:-190px -1080px}.camera_olive_skin .camera_prev > span{background-position:0 -1080px}.camera_olive_skin .camera_next > span{background-position:-40px -1080px}.camera_olive_skin .camera_commands > .camera_play{background-position:-80px -1080px}.camera_olive_skin .camera_commands > .camera_stop{background-position:-120px -1080px}.camera_pink_skin .camera_prevThumbs div{background-position:-160px -960px}.camera_pink_skin .camera_nextThumbs div{background-position:-190px -960px}.camera_pink_skin .camera_prev > span{background-position:0 -960px}.camera_pink_skin .camera_next > span{background-position:-40px -960px}.camera_pink_skin .camera_commands > .camera_play{background-position:-80px -960px}.camera_pink_skin .camera_commands > .camera_stop{background-position:-120px -960px}.camera_pistachio_skin .camera_prevThumbs div{background-position:-160px -1040px}.camera_pistachio_skin .camera_nextThumbs div{background-position:-190px -1040px}.camera_pistachio_skin .camera_prev > span{background-position:0 -1040px}.camera_pistachio_skin .camera_next > span{background-position:-40px -1040px}.camera_pistachio_skin .camera_commands > .camera_play{background-position:-80px -1040px}.camera_pistachio_skin .camera_commands > .camera_stop{background-position:-120px -1040px}.camera_pink_skin .camera_prevThumbs div{background-position:-160px -80px}.camera_pink_skin .camera_nextThumbs div{background-position:-190px -80px}.camera_pink_skin .camera_prev > span{background-position:0 -80px}.camera_pink_skin .camera_next > span{background-position:-40px -80px}.camera_pink_skin .camera_commands > .camera_play{background-position:-80px -80px}.camera_pink_skin .camera_commands > .camera_stop{background-position:-120px -80px}.camera_red_skin .camera_prevThumbs div{background-position:-160px -1000px}.camera_red_skin .camera_nextThumbs div{background-position:-190px -1000px}.camera_red_skin .camera_prev > span{background-position:0 -1000px}.camera_red_skin .camera_next > span{background-position:-40px -1000px}.camera_red_skin .camera_commands > .camera_play{background-position:-80px -1000px}.camera_red_skin .camera_commands > .camera_stop{background-position:-120px -1000px}.camera_tangerine_skin .camera_prevThumbs div{background-position:-160px -1120px}.camera_tangerine_skin .camera_nextThumbs div{background-position:-190px -1120px}.camera_tangerine_skin .camera_prev > span{background-position:0 -1120px}.camera_tangerine_skin .camera_next > span{background-position:-40px -1120px}.camera_tangerine_skin .camera_commands > .camera_play{background-position:-80px -1120px}.camera_tangerine_skin .camera_commands > .camera_stop{background-position:-120px -1120px}.camera_turquoise_skin .camera_prevThumbs div{background-position:-160px -1160px}.camera_turquoise_skin .camera_nextThumbs div{background-position:-190px -1160px}.camera_turquoise_skin .camera_prev > span{background-position:0 -1160px}.camera_turquoise_skin .camera_next > span{background-position:-40px -1160px}.camera_turquoise_skin .camera_commands > .camera_play{background-position:-80px -1160px}.camera_turquoise_skin .camera_commands > .camera_stop{background-position:-120px -1160px}.camera_violet_skin .camera_prevThumbs div{background-position:-160px -1200px}.camera_violet_skin .camera_nextThumbs div{background-position:-190px -1200px}.camera_violet_skin .camera_prev > span{background-position:0 -1200px}.camera_violet_skin .camera_next > span{background-position:-40px -1200px}.camera_violet_skin .camera_commands > .camera_play{background-position:-80px -1200px}.camera_violet_skin .camera_commands > .camera_stop{background-position:-120px -1200px}.camera_white_skin .camera_prevThumbs div{background-position:-160px -80px}.camera_white_skin .camera_nextThumbs div{background-position:-190px -80px}.camera_white_skin .camera_prev > span{background-position:0 -80px}.camera_white_skin .camera_next > span{background-position:-40px -80px}.camera_white_skin .camera_commands > .camera_play{background-position:-80px -80px}.camera_white_skin .camera_commands > .camera_stop{background-position:-120px -80px}.camera_yellow_skin .camera_prevThumbs div{background-position:-160px -1240px}.camera_yellow_skin .camera_nextThumbs div{background-position:-190px -1240px}.camera_yellow_skin .camera_prev > span{background-position:0 -1240px}.camera_yellow_skin .camera_next > span{background-position:-40px -1240px}.camera_yellow_skin .camera_commands > .camera_play{background-position:-80px -1240px}.camera_yellow_skin .camera_commands > .camera_stop{background-position:-120px -1240px}.TPLTABLE{font-size:1.2em}.TPLTABLE thead{background-color:#666;color:#fff;border:1px solid #666;border-bottom:none}.TPLTABLE thead,.TPLTABLE th{font-weight:bold}.TPLTABLE td,.TPLTABLE th{padding:5px}.TPLTABLE tbody{border:1px solid #666;border-bottom:none;border-top:none}.TPLTABLE tbody tr:nth-child(odd){background-color:#eee}.TPLTABLE tbody tr:nth-child(even){background-color:#ddd}.TPLTABLE tbody td{border-right:1px dotted #fff}.TPLTABLE tbody td:last-child{border-right:none}.TPLTABLE tfoot{border:1px solid #666;border-top:none}.TPLTABLE tfoot td{padding:0}.TPLTABLE td.action{text-align:center;padding:0}.COOLFORM fieldset{margin:10px 0px;border:1px solid #aaa;padding:10px;background:#eee url(images/fieldset.png) left top repeat}.COOLFORM label{display:block;color:#222;font-size:1.1em;margin:5px 0}.COOLFORM_tit{display:block;font-weight:bold;font-size:1.3em;color:#FF3300;padding-top:15px;padding-bottom:4px;border-bottom:1px solid #666666;margin-bottom:15px}.COOLFORM_titBIG{display:block;font-weight:bold;font-size:1.6em !important;color:#FF3300;padding-top:15px;padding-bottom:4px;border-bottom:1px solid #666666;margin-bottom:5px}.COOLFORM label.radio{cursor:pointer;padding:4px}.COOLFORM input,.COOLFORM textarea{width:450px;height:28px;font-size:20px;padding-top:4px;padding-left:5px;color:#333;font-family:"Trebuchet MS"}.COOLFORM textarea{height:80px;width:450px;font-size:12px}.COOLFORM input[type=file]{width:350px;height:auto;font-size:11px;padding-top:0;padding-left:0}.COOLFORM .radiolabel{cursor:pointer;margin:6px 0}.COOLFORM .radiolabel input{margin-right:3px}.COOLFORM fieldset.notopmargin{margin-top:0}.COOLFORM fieldset button[type=submit]{display:block;margin-left:auto}.photoreaderblock{border-bottom:1px solid #CECECE;display:block;float:left;margin-bottom:12px;margin-left:10px;padding-bottom:10px;width:320px;height:108px}.photoreadercontent{margin-left:112px}.photoreaderimage{width:100px;float:left;margin-right:10px}.photoreaderimage img{width:100px;max-height:100px}.photoreadefecha{color:#666666;font-size:0.8em;float:left;width:100%}.photoreaderautor{font-weight:bold;font-size:0.8em;color:#333}.photoreadertext{font-size:0.85em;padding-top:22px}.photoreaderverfoto{font-size:0.75em;padding-top:3px;font-weight:bold}.photoreaderverfoto a{color:#333}.photoreaderverfoto a:hover{color:#666;text-decoration:none}.photoreadwarpper{width:100%;border-bottom:1px solid #cecece;padding-bottom:10px}.photoreaddates{border-bottom:1px solid #CECECE;height:61px;margin-bottom:10px;width:100%}.photoreadavatar{float:left}.photoreadavatar img{width:40px}.photoreaddatesgroup{float:left;margin-left:10px;width:auto}.photoreadusername{font-size:0.85em;font-weight:bold;color:#333333}.photoreaddate{color:#333333;font-size:0.8em;font-weight:normal}.photoreadsocial{margin:10px 0}.photoreadanimetext{background-image:url("images/iconos/news/acciones_noticia.png");background-position:0px 0px;background-repeat:no-repeat;width:16px;height:16px;float:left;margin-left:10px;margin-right:5px}.photoreadtitulo{color:#333333;font-size:1.4em;line-height:1.3em;margin-top:10px;font-weight:bold}.photoreadtexto{font-size:1em;line-height:1.3em;margin-top:10px}.photoreadback{font-size:1em;line-height:1.3em;margin-top:10px}.photoreadback a{color:#333333;font-size:0.85em;font-weight:bold}.photoreadback a:hover{color:#666666;text-decoration:none}.readersnextblock{float:right;width:40px;height:17px}.readersnextblockpreview{background-image:url("images/iconos/news/acciones_noticia.png");background-position:-80px 0px;background-repeat:no-repeat;float:left;height:16px;margin-left:0;margin-right:0;width:16px}.readersnextblocknext{background-image:url("images/iconos/news/acciones_noticia.png");background-position:-96px 0px;background-repeat:no-repeat;float:left;height:16px;margin-left:3px;margin-right:0px;width:16px}.readersletterblock{border-bottom:1px solid #CECECE;display:block;float:left;margin-bottom:12px;margin-left:10px;padding-bottom:18px;width:667px;height:108px}.readersletteranime{background-color:#EEEEEE;border:1px solid #DDDDDD;color:#062E5E;font-weight:bold;margin-bottom:20px;margin-left:6px;padding:8px;width:641px}.readerletteranimetext{background-image:url("images/iconos/news/acciones_noticia.png");background-position:0px -18px;background-repeat:no-repeat;width:16px;height:16px;float:left;margin-left:10px;margin-right:5px}.readersletterheadercontent{margin-top:8px}.avatarshow{width:40px;float:left;margin-right:0}.avatarshow img{width:40px}.readerslettertextblock{float:left}.readersletterfecha{color:#666666;font-size:0.8em;width:auto;margin-left:10px}.readersletterautor{color:#333333;float:left;font-size:0.8em;font-weight:bold;width:auto;margin-left:10px}.readerslettertitulo{font-weight:bold;font-size:1.2em;color:#333}.readerslettertext{font-size:0.95em;margin-top:2px}.readersletterverfoto{font-size:0.75em;padding-top:3px;font-weight:bold}.readersletterverfoto a{color:#333}.readersletterverfoto a:hover{color:#666;text-decoration:none}.BANNER_DESCRIPCION.PHOTOREADERS{background-color:#333333;background-image:none;background-repeat:no-repeat;border:1px solid #333333;border-radius:0;font-family:Verdana, Geneva, sans-serif;font-size:0.75em;font-weight:normal;margin-bottom:0;padding:5px 0 4px 13px;text-transform:none}.BANNER_DESCRIPCION.PHOTOREADERS a{color:#FFF}#galcontainer{border-bottom:0px solid #333333;margin-bottom:15px;overflow:hidden;width:100%;padding-bottom:5px}.galcontainershadow{background-color:#EBEBEB}#galcontainer .content{display:none;clear:both;width:97%;margin:0 5px 0 4px;height:260px;width:100%}#galcontainer div.content a,#galcontainer div.navigation a{text-decoration:none}#galcontainer div.content a:hover,#galcontainer div.content a:active{text-decoration:underline}#galcontainer div.navigation a.pageLink{height:77px;line-height:77px}#galcontainer div.controls{margin-top:5px;height:23px}#galcontainer div.controls a{padding:5px}#galcontainer div.ss-controls{float:left}#galcontainer div.nav-controls{float:right}#galcontainer div.slideshow-container,#galcontainer div.loader,#galcontainer div.slideshow a.advance-link{clear:both;float:left;max-height:235px;position:relative;width:100%}#galcontainer div.slideshow-container img{width:100%;height:100%}#galcontainer div.loader,#galcontainer div.slideshow a.advance-link,#galcontainer div.caption-container{height:235px}#galcontainer div.slideshow-container{position:relative;clear:both;float:left;height:15px}#galcontainer div.loader{position:absolute;top:0;left:0;background-image:url('images/loader.gif');background-repeat:no-repeat;background-position:center}#galcontainer div.slideshow span.image-wrapper{display:block;position:absolute;top:0px;left:0;max-width:100%}#galcontainer div.slideshow a.advance-link{display:block;max-height:235px;text-align:center}#galcontainer div.slideshow a.advance-link:hover,#galcontainer div.slideshow a.advance-link:active,#galcontainer div.slideshow a.advance-link:visited{text-decoration:none}#galcontainer div.slideshow a.advance-link:focus{outline:none}#galcontainer div.slideshow img{border-style:solid;border-width:0px}span.image-caption{display:block;position:absolute;top:0;left:0}.caption .photoreadercontent{margin-left:0px}#galcontainer div.caption-container{background-color:rgba(255, 255, 255, 0.5);float:right;height:237px;margin-top:0;overflow:hidden;position:relative;width:50%}#galcontainer span.image-caption{padding:10px;font-size:1em}#galcontainer div.caption{padding:0 4px}#galcontainer div.image-title{font-weight:bold;font-size:1.4em}#galcontainer div.image-desc{line-height:1.3em;padding-top:12px}#galcontainer div.download{margin-top:8px}#galcontainer div.photo-index{position:absolute;bottom:0;left:0;padding:0 12px}#galcontainer div.navigation-container{float:left;position:relative}#galcontainer div.navigation{float:left;position:relative}#galcontainer div.navigation a.pageLink{display:block;position:relative;float:left;margin:2px;width:16px;background-position:center center;background-repeat:no-repeat}#galcontainer div.navigation a.pageLink:focus{outline:none}ul.thumbs{position:relative;float:left;margin:0 5px 5px;padding:0;background-color:#333333;width:100%}ul.thumbs li{float:left;padding:0;margin:2px;list-style:none}a.thumb{padding:1px;display:block}a.thumb:focus{outline:none}ul.thumbs img{border:none;display:block;width:49px;height:49px}#galcontainer div.pagination{clear:both;position:relative;left:-50%}#galcontainer div.pagination a,#galcontainer div.pagination span.current,#galcontainer div.pagination span.ellipsis{position:relative;display:block;float:left;margin-right:2px;padding:4px 7px 2px 7px;border:1px solid #ccc}#galcontainer div.pagination a:hover{text-decoration:none}#galcontainer div.pagination span.current{font-weight:bold}#galcontainer div.pagination span.ellipsis{border:none;padding:5px 0 3px 2px}#galcontainer div.gallery-gutter{clear:both;padding-bottom:20px}. .bannersclientblock{font-size:1em;font-weight:bold}.bannersclientblock .notedvice{font-size:0.8em;margin-bottom:20px;width:100%;font-weight:bold}.bannersclientblock .bannertittle{font-size:1.1em;font-weight:bold;color:#CC7A00;margin-top:20px}.bloquebannermostrar{border-bottom:1px solid #CECECE;margin-bottom:10px;padding-bottom:12px;width:100%}.bloquebannermostrar .imagenbanner{background-image:url(images/banner_see.png);background-repeat:no-repeat;background-position:center;width:50px;float:left;margin-left:10px;margin-right:10px;border:1px dotted #cecece}.bloquebannermostrar .imagenbanner img{width:50px;height::50px:}.bloquebannermostrar .datosbanner{margin-left:73px}.bloquebannermostrar .datosbanner .referencia{font-size:0.9em;font-weight:bold}.bloquebannermostrar .datosbanner .referenciauser{color:#000000;font-size:1.4em;font-weight:bold}.bloquebannermostrar .datosbanner .totalimpresiones{font-size:0.9em}.bloquebannermostrar .datosbanner .linkemitidos a{font-size:0.9em;font-weight:bold}.bloquebannermostrar .datosbanner .vercupon a{font-size:0.9em;font-weight:bold}.bloquebannermostrar .datosbanner .cuponcaducado{font-size:0.9em;color:#F30}.bloquebannermostrar .datosbanner .cuponactivo{font-size:0.9em;color:#333}.guiabuscador{background-color:#071B57;border-radius:0;height:72px;margin:0 0 10px;padding-bottom:15px;padding-top:17px;text-align:center}.guiabuscador .buscadorheader{display:block;border-bottom:1px solid #cecece;padding:5px;font-size:1.4em;color:#333333;font-weight:bold;margin-bottom:11px}.buscadorservicetitle{font-size:1.2em;color:#fff;font-weight:bold;margin:0 0 5px 42px;text-align:left}button.button-GUIDE-SEARCH{color:#666666;font-size:1.2em;height:33px;margin:0;padding:5px}input.input-GUIDE-SEARCH{border:1px solid #CECECD;border-radius:0;font-size:1.2em;height:32px;padding:5px;width:500px}.directorioheader{display:block;border-bottom:1px solid #cecece;padding:5px;font-size:1.1em;color:#666;font-weight:bold;margin-bottom:11px}.servicesblock-LEFT{float:left;margin-left:10px;width:325px}.servicesblock-RIGHT{float:left;margin-left:10px;width:325px}.servicesblock{width:100%}.servicioHEADER{float:right;margin:25px 20px 0;max-width:350px}.servicioHEADER .servicetitle{color:#FFFFFF;font-family:Georgia, "Times New Roman", Times, serif;font-size:3em;font-style:italic}.servicioHEADER .servicetitle a{color:#FFFFFF}.servicioHEADER .servicetitle a:hover{color:#ccc}.couponHEADER{float:right;margin:18px 20px 0;max-width:350px}.couponHEADER .coupontitle{color:#ffffff;font-family:Georgia, "Times New Roman", Times, serif;font-size:1.2em;font-style:italic}.couponHEADER .couponsubtitle{color:#ffffff;font-family:Arial, Helvetica, sans-serif;font-size:0.8em}.servicesblock .servicesblock-LEFT .cateblock{border:1px solid #CECECE;float:left;height:26px;margin:5px;max-height:26px;padding:10px 10px 8px;width:87%}.servicesblock .servicesblock-RIGHT .cateblock{border:1px solid #CECECE;float:left;height:26px;margin:5px;max-height:26px;padding:10px 10px 8px;width:87%}.servicesblock .cateblock{color:#333;border:1px solid #CECECE;float:left;height:26px;margin:5px;max-height:26px;padding:10px 10px 8px;width:95%}.servicesblock .cateblock:hover{border:1px solid #CECECE;background-color:#eeeeee}.servicesblock .cateblock .iconservice{display:block;float:left;width:35px;text-align:center}.servicesblock .cateblock .iconservice img{max-width:48px;max-height:48px}.servicesblock .cateblock .titleservice{font-size:1.2em;font-weight:bold;margin-left:5px}.migaspanblock{border-bottom:1px solid #CECECE;padding:0 0 5px;margin-bottom:10px}.migaspan{color:#cecece;font-size:0.85em;font-weight:bold}.migaspan a{color:#666666;font-weight:normal}.migaspan a:hover{color:#333333;font-weight:normal}.blockprefichas .prefichas{border:3px solid #C8D1D8;display:block;float:left;height:auto;margin:10px 0;padding:10px;width:96%}.blockprefichas .prefichas .bloquesuperiorpreficha{border-bottom:1px solid #C8D1D8;display:block;margin-bottom:10px;padding:0 0 6px;width:99%}.blockprefichas .prefichas .bloquesuperiorpreficha .bloquetextospreficha{float:left;width:80%}.blockprefichas .prefichas .bloquesuperiorpreficha .titulopreficha{font-size:1.4em;font-weight:bold;color:#071B57;margin-bottom:5px}.blockprefichas .prefichas .bloquesuperiorpreficha .sloganpreficha{font-size:0.9em;font-weight:bold;color:#CC7A00;margin-bottom:5px}.blockprefichas .prefichas .bloquesuperiorpreficha .webpreficha{color:#333333;font-size:0.85em;font-weight:normal;margin-bottom:5px;margin-top:6px}.blockprefichas .prefichas .bloquesuperiorpreficha .telefonopreficha{color:#666666;font-size:0.9em;font-weight:bold;margin-right:5px}.blockprefichas .prefichas .bloquesuperiorpreficha .localidadpreficha{font-weight:normal}.blockprefichas .prefichas .bloquesuperiorpreficha .logopreficha{float:right;width:100px}.blockprefichas .prefichas .bloquesuperiorpreficha .logopreficha img{max-width:100px;max-height:100px}.blockprefichas .prefichas .bloquemediopreficha .textopreficha{font-size:0.9em;margin-bottom:10px}.blockprefichas .prefichas .bloquemediopreficha .textoprefichalink{font-size:0.9em}.blockprefichas .prefichas .bloquemediopreficha .textoprefichalink a{display:block;font-size:0.8em;margin:7px 0;color:#666666}.blockprefichas .prefichas .bloquemediopreficha .textoprefichalink a{color:#333333}.blockprefichas .prefichas .bloqueinferiorpreficha{border-top:1px solid #C8D1D8;display:block;margin-bottom:0;padding:6px 0 0;width:99%}.blockprefichas .prefichas .bloqueinferiorpreficha .numcomentariospreficha{float:left;font-size:0.80em;color:#333333;margin-left:8px;margin-top:2px}.blockprefichas .prefichas .bloqueinferiorpreficha .numcomentariospreficha .icon{float:left;width:16px;height:16px;margin-right:3px;background-image:url(images/iconos/news/acciones_noticia.png);background-repeat:no-repeat;background-position:-245px 0}.blockprefichas .prefichas .bloqueinferiorpreficha .nummegustapreficha{float:left;font-size:0.80em;color:#333333;margin-left:8px;margin-top:2px}.blockprefichas .prefichas .bloqueinferiorpreficha .nummegustapreficha .icon{float:left;width:16px;height:16px;margin-right:3px;background-image:url(images/iconos/news/acciones_noticia.png);background-repeat:no-repeat;background-position:-16px -34px}.blockprefichas .prefichas .bloqueinferiorpreficha .verpreficha{float:right;margin-top:2px;font-size:0.8em;font-weight:bold;color:#CC7A00}.blockprefichas .prefichas .bloqueinferiorpreficha .verpreficha a{color:#CC7A00}.blockprefichas .prefichas .bloqueinferiorpreficha .verpreficha a:hover{color:#333333}.blockfichas .fichas{border:0px solid #C8D1D8;display:block;float:left;height:auto;margin:10px 0;padding:10px;width:96%}.blockfichas .fichas .bloquesuperiorficha{border-bottom:1px solid #C8D1D8;display:block;margin-bottom:10px;padding:0 0 6px;width:99%}.blockfichas .fichas .bloquesuperiorficha .bloquetextosficha{float:left;width:80%}.blockfichas .fichas .bloquesuperiorficha .tituloficha{font-size:2.2em;font-weight:bold;color:#071B57;margin-bottom:5px}.blockfichas .fichas .bloquesuperiorficha .sloganficha{font-size:0.9em;font-weight:bold;color:#CC7A00;margin-bottom:5px}.blockfichas .fichas .bloquesuperiorficha .telefonoficha{font-size:0.85em;font-weight:bold;margin-top:3px;color:#333}.blockfichas .fichas .bloquesuperiorficha .telefonoficha .emailficha{font-weight:normal}.blockfichas .fichas .bloquesuperiorficha .direccionficha{font-size:0.85em;font-weight:bold;margin-top:3px;color:#333}.blockfichas .fichas .bloquesuperiorficha .direccionficha .localidadficha{font-weight:normal}.blockfichas .fichas .bloquesuperiorficha .webficha{color:#666666;font-size:0.85em;font-weight:normal;margin-bottom:5px;margin-top:5px}.blockfichas .fichas .bloquesuperiorficha .compartir{margin-top:3px}.blockfichas .fichas .bloquesuperiorficha .logoficha{float:right;width:100px}.blockfichas .fichas .bloquesuperiorficha .logoficha img{max-width:100px;max-height:100px}.blockfichas .fichas .bloquemedioficha{margin-bottom:15px}.blockfichas .fichas .bloquemedioficha .textoficha{font-size:0.9em}.blockfichas .fichas .bloquemedioficha .textofichalink{font-size:0.9em}.blockfichas .fichas .bloquemedioficha .textofichalink a{display:block;font-size:0.8em;margin:7px 0;color:#666666}.blockfichas .fichas .bloquemedioficha .textofichalink a{color:#333333}.blockfichas .fichas .DESCARGAS{display:block;font-size:0.85em;font-weight:bold;margin-bottom:15px;margin-left:15px;padding:0 5px;list-style:none outside none}.blockfichas .fichas .DESCARGAS ul{list-style-type:none}.blockfichas .fichas .DESCARGAS li{margin-bottom:15px}.blockfichas .fichas .mapaficha{background-color:#EEEEEE;height:450px;width:100%;margin:15px 0}.blockfichas .fichas .bloqueinferiorficha{border-top:1px solid #C8D1D8;display:block;margin-bottom:15px;padding:6px 0 0;width:99%;border-bottom:1px solid #C8D1D8;height:29px}.blockfichas .fichas .bloqueinferiorficha .numcomentariosficha{font-size:0.9em;font-weight:bold;margin-right:5px;color:#F90}.blockfichas .fichas .bloqueinferiorficha .nummegustaficha{float:left;font-size:0.80em;color:#333333;margin-left:8px;margin-top:5px}.blockfichas .fichas .bloqueinferiorficha .nummegustaficha .icon{float:left;width:16px;height:16px;margin-right:3px;background-image:url(images/iconos/news/acciones_noticia.png);background-repeat:no-repeat;background-position:-16px -34px}.blockfichas .fichas .bloquecomentariosficha{border-top:1px solid #C8D1D8;display:block;margin-bottom:0;padding:6px 0 0;width:99%}.fichanmumcoments{float:left;font-size:0.80em;color:#333333;margin:5px 5px 0 8px}.fichanmumcoments .icon{float:left;width:16px;height:16px;margin-right:3px;background-image:url(images/iconos/news/acciones_noticia.png);background-repeat:no-repeat;background-position:-245px 0}.bloqueinferiorsocial{color:#666666;float:left;margin-left:4px;margin-top:2px}.bloqueinferiorsocial .acciones-icon-img{background-image:url(images/social_icons/social_icons.png);background-repeat:no-repeat}.bloqueinferiorsocial .acciones-icon-img-facebook{background-position:0 0}.bloqueinferiorsocial .acciones-icon-img-twitter{background-position:-16px 0}.bloqueinferiorsocial .acciones-icon-img-google{background-position:-64px 0}.fichaphotogalery .GALERIA{margin-bottom:20px}.fichaphotogalery .GALERIA a{display:block;width:160px;height:120px;float:left;background-color:#EEEEEE;margin-right:0px;margin-bottom:6px}.fichaphotogalery .GALERIA a.ultimo{margin-right:0;clear:right}.fichaphotogalery .GALERIA a span{display:table-cell;width:160px;height:120px;vertical-align:middle;text-align:center}.fichaphotogalery .GALERIA a span img{max-width:145px;max-height:110px}.fichamegusta{float:right;line-height:20px;margin:3px 0 0 5px}.iefix #___plusone_0{display:inline !important}.fichamegusta #ilike-vote{background-image:url("images/iconos/news/acciones_noticia.png");background-position:-32px -34px;background-repeat:no-repeat;display:block;float:left;height:16px;width:16px}.fichamegusta #ilike-vote:hover{background-position:-48px -34px}.fichamegusta #ilike-vote.marked{background-position:-80px -34px}.fichamegusta #ilike-vote.marked:hover{background-position:-64px -34px}.fichamegusta .info{color:#666666;display:block;float:left;font-size:0.8em;line-height:10px;padding:3px 0 0 5px}.iefix .fichamegusta .info{line-height:12px;paddin-top:0;margin-top:-3px;width:54px}.iefix .fichamegusta #votarInfo{width:64px}.couponblock{width:100%}.menuprincipalcoupon{background-color:#00A3D2;background-image:url("images/barra_coupon.jpg");background-position:left top;background-repeat:repeat-x;border-bottom:1px solid #FFFFFF;border-radius:8px;min-height:50px;width:100%}.menuprincipalcoupon .coupon_ap{float:left;text-align:left;width:100%}.menuprincipalcoupon .coupon_ap .catblock{border:0px solid #CECECE;color:#FFFFFF;border-radius:0;float:left;height:24px;margin:0;max-height:24px;padding:12px 11px;width:auto}.menuprincipalcoupon .coupon_ap .catblock.vertodos{background-color:#006b95;border:0px solid #CECECE;border-right:1px solid #ffffff;color:#FFFFFF;border-radius:5px 0 0 5px;float:left;height:24px;margin:0;max-height:24px;padding:12px 11px;width:auto}.menuprincipalcoupon .coupon_ap .catblock a{color:#FFF}.menuprincipalcoupon .coupon_ap .catblock a:hover{color:#000}.menuprincipalcoupon .coupon_ap .catblock:hover{background-color:#006b95}.menuprincipalcoupon .coupon_ap .catblock .iconcoupon{display:block;float:left;text-align:center;width:16px}.menuprincipalcoupon .coupon_ap .catblock .titlecoupon{float:left;font-size:1em;font-weight:normal;margin:3px 3px 0 12px}.couponsblock .onecoupon{float:left;border:3px solid #CECECE;margin:10px;width:300px;height:295px}.couponsblock .onecoupon .couponimage{height:225px;border-bottom:1px dotted #CECECE}.couponsblock .onecoupon .couponimage img{height:225px;width:300px}.couponsblock .onecoupon .couponimage .countdowncoupon{background-color:#334457;bottom:30px;color:#FFFFFF;display:block;font-size:0.8em;left:0;opacity:0.8;position:relative;text-align:left;width:100%}.couponsblock .onecoupon .couponimage .countdowncoupon .coupontime{font-size:0.85em}.couponsblock .onecoupon .couponimage .countdowncoupon .clockicon{background:url("images/iconos/news/acciones_noticia.png") no-repeat scroll -474px -36px rgba(0, 0, 0, 0);height:12px;margin-right:0;width:12px}.couponsblock .onecoupon .couponimage .countdowncoupon .clockicon img{height:16px;width:16px}.couponsblock .onecoupon .coupontext{padding:5px}.couponsblock .onecoupon .coupondates{height:30px}.couponsblock .onecoupon .coupontext .coupontitle{color:#333333;font-size:1.1em;font-weight:bold}.couponsblock .onecoupon .coupontext .couponcity{font-size:0.85em}.couponsblock .onecoupon .coupontext .couponprices{text-align:right}.couponsblock .onecoupon .coupontext .couponprices .couponagotado{background-color:#800000;color:#FFFFFF;font-size:1em;font-weight:bold;margin-right:15px;padding:1px 5px}.couponsblock .onecoupon .coupontext .couponprices .cuponunidades{color:#333333;float:left;font-size:0.8em;margin-top:10px}.couponsblock .onecoupon .coupontext .couponprices .coupondiscunt{color:#E03939;font-size:1.2em;font-weight:bold}.couponsblock .onecoupon .coupontext .couponprices .couponoldprice{color:#999999;font-size:1em;font-weight:normal;text-decoration:line-through}.couponsblock .onecoupon .coupontext .couponprices .couponnewprice{color:#333333;font-size:1.8em;font-weight:bold}.cupon_block{border:2px dotted #CECECE;margin-left:5px;margin-top:16px;padding:5px 0 15px 15px;width:950px}.produc_images_column{float:left;margin-right:15px;width:350px}.produc_images_column .product_social{margin-top:15px}.produc_images_column .product_social .webproduct{margin-top:15px;font-size:1em;font-weight:bold}.produc_images_column .product_social .socialblocke{margin-top:15px}.produc_images_column .product_seller{margin-top:15px}.produc_images_column .product_seller .sellername{font-size:1.1em;font-weight:bold}.produc_images_column .product_seller .location{font-size:0.85em;font-weight:bold}.produc_images_column .product_seller .sellerweb{font-size:0.85em}.produc_images_column .product_seller .sellerweb a{font-size:0.85em}.product_cupon_groupone{float:left}.product_cupon_groupone .produc_cupon_column{float:left;margin-right:15px;margin-top:10px;width:350px}.product_cupon_groupone .produc_cupon_column .product_title{font-size:1.5em;font-weight:bold}.product_cupon_groupone .produc_cupon_column .product_short_decription{font-size:0.85em}.product_cupon_groupone .produc_cupon_column .product_enddate{font-size:0.8em;font-weight:bold;margin-top:10px}.product_cupon_groupone .produc_cupon_column .product_stock{font-size:0.8em;font-weight:bold}.product_cupon_groupone .produc_cupon_column .product_prices_resumen{border-bottom:1px solid #CECECE;border-top:1px solid #CECECE;margin-top:10px;padding-bottom:10px;padding-top:10px;padding-left:20px}.product_cupon_groupone .produc_cupon_column .product_prices_resumen .product_old_price{font-size:1.4em;font-weight:bold;text-decoration:line-through;margin-right:10px}.product_cupon_groupone .produc_cupon_column .product_prices_resumen .product_discount_price{font-size:1.4em;margin-right:10px;color:#E03939}.product_cupon_groupone .produc_cupon_column .product_prices_resumen .product_new_price{font-size:2em;font-weight:bold;color:#000000}.product_cupon_groupone .produc_getnow_column{float:right;margin-right:0;margin-top:15px;width:180px}.product_cupon_groupone .produc_getnow_column .product_getnow{background-color:#071B57;border:1px solid #999999;border-radius:5px;color:#FFFFFF;font-size:1.2em;font-weight:bold;padding:10px;text-align:center}#product_getnow{background-color:#34b5db;background-image:-moz-linear-gradient(center top , #34b5db, #348daf);color:#FFFFFF;border:1px solid #999999;border-radius:5px;color:#FFFFFF;font-size:1.2em;font-weight:normal;padding:10px;text-align:center;cursor:pointer}#product_getnow a{color:#FFFFFF}#product_getnow:hover{color:#FFFFFF;background-color:#006b97;background-image:-moz-linear-gradient(center top , #01a3d2, #006b97)}@media screen and (-webkit-min-device-pixel-ratio:0){#product_getnow{background-color:#34b5db;background-image:-webkit-linear-gradient(top, #34b5db, #348daf);color:#FFFFFF;border:1px solid #999999;border-radius:5px;color:#FFFFFF;font-size:1.2em;font-weight:normal;padding:10px;text-align:center;cursor:pointer}#product_getnow a{color:#FFFFFF}#product_getnow:hover{color:#FFFFFF;background-color:#006b97;background-image:-webkit-linear-gradient(top, #01a3d2, #006b97)}}.product_cupon_groupone .produc_getnow_column .product_agotado{background-color:#006B95;border:1px solid #999999;border-radius:5px;color:#FFFFFF;font-size:1.2em;font-weight:bold;padding:10px;text-align:center}.product_cupon_groupone .produc_getnow_column .product_cupon_advice{font-size:0.8em;font-weight:normal;margin-top:10px}.product_cupon_groupone .couponpestain{margin-top:15px;width:550px}.product_cupon_groupone .couponpestain .blockmenu{border-bottom:2px solid #333333;font-size:1em;margin-bottom:10px;height:20px}.product_cupon_groupone .couponpestain .blockmenu .cuponpestainone{background-color:#333333;font-size:0.85em;font-weight:bold;margin-left:5px;padding:5px 10px 4px;color:#FFF}.product_cupon_groupone .couponpestain .blockmenu .cuponpestainone:hover{cursor:pointer;color:#666}.product_cupon_groupone .couponpestain .blockmenu .cuponpestainone.special{background-color:#CECECE}.product_cupon_groupone .couponpestain .blockconditions{width:550px;font-size:0.85em}#couponconditions{display:none}.usercupoblock{background-color:#cbe7f5;border:1px dotted #4d93b5;padding:8px;font-size:0.9em}.usercupoblock .conditionblock{margin:5px 0}.usercupoblock .conditionblock label{color:#000000;font-size:0.9em}.usercupoblock .usercuponheader{font-weight:bold}.usercupoblock .usercupondates{color:#333333;font-size:0.9em;font-weight:bold;margin:5px 0}.usercupoblock .usercuponaddress{font-size:0.9em}#product_giveme{background-color:#34b5db;background-image:-moz-linear-gradient(center top , #34b5db, #348daf);color:#FFFFFF;border:1px solid #999999;border-radius:5px;color:#FFFFFF;font-size:1.2em;font-weight:normal;padding:10px;text-align:center;cursor:pointer}#product_giveme a{color:#FFFFFF}#product_giveme:hover{color:#FFFFFF;background-color:#006b97;background-image:-moz-linear-gradient(center top , #01a3d2, #006b97)}@media screen and (-webkit-min-device-pixel-ratio:0){#product_giveme{background-color:#34b5db;background-image:-webkit-linear-gradient(top, #34b5db, #348daf);color:#FFFFFF;border:1px solid #999999;border-radius:5px;color:#FFFFFF;font-size:1.2em;font-weight:normal;padding:10px;text-align:center;cursor:pointer}#product_giveme a{color:#FFFFFF}#product_giveme:hover{color:#FFFFFF;background-color:#006b97;background-image:-webkit-linear-gradient(top, #01a3d2, #006b97)}}.incompletedatesadviceheader{border-bottom:1px solid #FFFFFF;color:#FFFFFF;font-weight:bold;margin-bottom:5px;padding-bottom:2px}.incompletedatesadvice{background-color:#800000;border:1px dotted #666666;padding:8px;font-size:0.9em;color:#FFF}.incompletedatesadvice a{color:#FFF}.usercupoblockred{background-color:#F30;border:1px dotted #4D93B5;font-size:0.9em;padding:8px}.usercupoblockred .yacompraste{color:#fff;font-weight:bold}.usercupoblockred .referenciaoperacion{color:#000000;font-size:0.9em;font-weight:bold}.usercupoblockred .fechacompraste{color:#fff;font-size:0.9em}.usercupoblockred .helpcompraste{color:#fff;font-size:0.9em;line-height:1.1em}.datesthiscoupon{border-bottom:1px dotted #CECECE;display:block;font-weight:bold;margin:5px 15px 25px 0;padding-bottom:5px}.datesthiscoupon a{text-decoration:none}.listadoemitidosblock{width:670px}.listadoemitidosblock table{font-size:0.85em}.listadoemitidosblock .titulo{border-bottom:1px dotted #CECECE;display:block;font-weight:bold;margin:5px 15px 25px 0;padding-bottom:5px}.notedviceusercupon{font-size:0.9em;margin-bottom:25px}.tablereprint{background-image:url("images/bg_coupon_duplicated.jpg");border:1px dotted #666666;padding:8px;width:670px}.temashead{border-bottom:1px solid #CECECE;display:block;font-size:1.2em;font-weight:normal;margin:0 0 15px 10px;padding-bottom:10px}.temashead .temastitlepre{font-size:0.8em}.temashead .temastitle{color:#333333;font-size:1em;font-weight:bold}.temashead .alltemahead{font-weight:bold}.temasblock{-moz-column-count:3;-moz-column-gap:2em;-moz-column-rule:1px solid #CECECE;width:626px;margin-left:20px}.temasblock .tematitulo{border-bottom:0px solid #cecece;padding-bottom:5px;margin-bottom:6px}.temasblock .tematitulo a{color:#071B57}.temasblock .tematitulo a:hover{color:#CC7A00}.sumavotos{margin-left:160px}.sumavotos .positivos{width:150px;float:left;background-image:url(images/iconos/positive32.png);background-position:0 0;background-repeat:no-repeat;font-size:2em;font-weight:bold;color:#02cc3b;padding-left:34px}.sumavotos .negativos{width:150px;float:left;background-image:url(images/iconos/negative32.png);background-position:0 4px;background-repeat:no-repeat;font-size:2em;font-weight:bold;color:#f93838;padding-left:34px}.followerblock .followeruser{background-color:#F1F1F1;border:1px dotted #CECECE;float:left;font-size:0.9em;margin:0 10px 12px 0;width:195px;height:80px;padding:5px}.followerblock .followeruser.bloqueado{background-color:#FAE6E6;border:1px dotted #FE8D8D;float:left;font-size:0.9em;margin:0 10px 12px 0;width:195px;height:80px;padding:5px}.followerblock .followeravatar{float:left;height:51px;margin-right:5px;width:51px}.followerblock .followeravatar img{width:50px;height:50px}.followerblock .followerdates .datesgroup{height:60px}.followerblock .followerdates .datesgroup .name{color:#071B57;font-size:1em;font-weight:bold}.followerblock .followerdates .datesgroup .name a{color:#071B57;font-size:1em;font-weight:bold}.followerblock .followerdates .datesgroup .estado{font-size:0.8em;font-style:italic;font-weight:normal;line-height:10px}.followerblock .followerdates .actions .seguir{font-size:10px}.followerblock .followerdates .actions .seguir a{color:#666}.followerblock .followerdates .actions .seguir a:hover{color:#000}.followerblock .followerdates .actions .seguir form{float:left;width:20px}.followerblock .followerdates .actions .seguir button{background-color:rgba(0, 0, 0, 0);background-image:none;border:medium none;border-radius:2px;font-size:0.65em;min-height:10px;padding:0;text-transform:uppercase;cursor:pointer}a.tooltips{position:relative;display:inline}a.tooltips span{position:absolute;width:350px;color:#FFFFFF;background:#000000;height:350px;line-height:30px;text-align:center;visibility:hidden;border-radius:6px}a.tooltips span:after{content:'';position:absolute;top:50%;right:100%;margin-top:-136px;width:0;height:0;border-right:8px solid #000000;border-top:8px solid transparent;border-bottom:8px solid transparent}a:hover.tooltips span{visibility:visible;opacity:0.95;left:100%;top:50%;margin-top:-45px;margin-left:15px;z-index:998}.toltipme{position:absolute;width:350px;color:#FFFFFF;background:#000000;height:350px;line-height:30px;text-align:center;margin:-55px 0 0 40px;visibility:hidden;border-radius:6px}.userfollowblock{width:330px;margin-top:14px;display:inherit;z-index:999;color:#fff}.userfollowblock .followeruser{width:300px;background-color:transparent;border:0px dotted #CECECE;float:none;font-size:0.9em;height:105px;margin:0 0 5px 20px;padding:5px;border-bottom:1px dotted #cecece}.userfollowblock .followeruser .followeravatar{width:101px;hegith:101px;float:left}.userfollowblock .followeruser .followeravatar img{width:100px;height:100px}.userfollowblock .followeruser .followerdates .datesgroup{font-size:0.9em;line-height:22px;margin-left:115px}.userfollowblock .followeruser .followerdates .datesgroup .namenick{color:#FFFFFF;font-size:1.8em;text-align:left}.userfollowblock .followeruser .followerdates .datesgroup .estado{color:#CCCCCC;font-size:1.1em;font-style:italic;text-align:left;line-height:12px}.userfollowblock .followeruser .followerdates .datesgroup .advice{color:#666666;font-size:1.1em;font-weight:bold;line-height:15px;text-align:left}.userfollowblock .followeruser .followerdates .datesgroup .acciones .acciones-icon{float:left;margin-right:5px}.userfollowblock .followeruser .followerdates .datesgroup .acciones .acciones-icon .acciones-icon-img{background-image:url(images/social_icons/social_icons.png);background-repeat:no-repeat}.userfollowblock .followeruser .followerdates .datesgroup .acciones .acciones-icon .acciones-icon-img .acciones-icon-img-facebook{background-position:0 0}.userfollowblock .followeruser .followerdates .datesgroup .acciones .acciones-icon .acciones-icon-img .acciones-icon-img-twitter{background-position:-16px 0}.userfollowblock .followeruser .followerdates .datesgroup .acciones .acciones-icon .acciones-icon-img .acciones-icon-img-tuenti{background-position:-48px 0}.userfollowblock .followeruser .followerdates .datesgroup .acciones .acciones-icon .acciones-icon-img .acciones-icon-img-google{background-position:-64px 0}.userfollowblock .followeruser .followerdates .datesgroup .acciones .acciones-icon .acciones-icon-img .acciones-icon-img-linkedin{background-position:-80px 0}.userfollowblock .datosuserfollow{border-bottom:1px dotted #CECECE;height:75px;margin-left:20px;width:310px}.userfollowblock .datosuserfollow .numeros{width:150px;margin:0 0 0 12px;text-align:left;float:left}.userfollowblock .datosuserfollow .numeros .numeroseguidores{font-size:0.9em}.userfollowblock .datosuserfollow .numeros .numerocomenarios{font-size:0.9em}.userfollowblock .datosuserfollow .sumavotos .positivos{width:50px}.userfollowblock .datosuserfollow .sumavotos .negativos{width:50px;background-position:0 0}.userfollowblock .fotosfollowers{margin-left:20px;width:310px}.userfollowblock .fotosfollowers .introtext{font-size:0.9em;font-weight:bold;float:left}.userfollowblock .fotosfollowers .fotofollow{float:left;width:51px;height:51px;margin-bottom:0}.userfollowblock .fotosfollowers .fotofollow img{width:40px;height:40px}.seguir .minimenu-icon-img{background-image:url(images/iconos/minimenu.png);background-repeat:no-repeat}.seguir .acciones-icon-img-comments{background-position:-16px 0}.seguir .acciones-icon-img-letters{background-position:-32px 0}.seguir .acciones-icon-img-photos{background-position:0 0}.seguir .acciones-icon-img-photos{background-position:0 0}.seguir .acciones-icon-img-abandonar{background-position:-96px 0}.seguir .acciones-icon-img-seguir{background-position:-80px 0}.seguir .acciones-icon-img-bloquear{background-position:-48px 0}.seguir .acciones-icon-img-desbloquear{background-position:-112px 0}.confirmaseguirblock{background-color:#C8D1D8;border:1px solid #95B5CC;border-radius:6px;color:#000000;display:none;font-size:1.2em;font-weight:normal;height:20px;left:0;padding:5px 5px 5px 3px;position:relative;text-align:center;top:3px;width:auto}.confirloading{display:none;background-color:transparent;background-image:url("images/loadingAnimation.gif");background-position:-6px 0;background-repeat:no-repeat;border:0 solid #C8D1D8;border-radius:6px;color:#000000;font-size:1.2em;font-weight:normal;height:2px;left:0;overflow:hidden;padding:5px 5px 5px 3px;position:relative;text-align:center;top:3px;width:97px;z-index:150}.confirmaseguirblock a{color:#000000;font-weight:bold}.confirmaseguirblock a:hover{color:#fff}.ocultando{display:none}.mostrando{opacity:0.5}.suscribername{width:275px;margin-bottom:10px}.alphabetic{float:left;margin-bottom:15px;width:670px;border-bottom:1px solid #CECECE;padding:0 0 10px 0}.alphabetic ul{list-style:none outside none;padding-left:10px}.alphabetic ul li{border:1px solid #999999;border-radius:5px;float:left;font-size:0.85em;height:15px;margin-left:3px;text-align:center;width:18px}.alphabetic ul li:hover{background-color:#CECECE;color:#CCC}.alphabetic .letradestacada{background-color:#EEEEEE;color:#333333;font-size:1.1em;font-weight:bold;height:25px;width:643px;margin:9px 13px;border-radius:5px;padding:2px 0 0 12px}.mobileactiveadvice{background-image:url("images/mobiletouch-67-white.png");background-position:0 0;background-repeat:no-repeat;height:70px;width:65px;margin:5px 0 0 15px;float:right}#smartphonesmenu{display:none}#RESNAV{display:none}.LOGIN-REGISTRO-SMARTPHONES{display:none}.hidelayer{display:block}.hidelayersmartphones{display:none}#columnsmart{display:none}#columnnosmart{display:block}.socialblock{float:left}.whatsappblock{float:left;margin-right:10px}#btn-whatsapp{display:block;float:left;margin:-4px 4px 0;width:32px}.classicversion{display:none;font-size:11px;font-weight:bold;padding:0 0 4px 0;text-align:center;border-bottom:1px solid #cecece;margin-bottom:5px}#adblockadvice{background-color:rgba(0,0,0,0.8);left:0;overflow:hidden;position:fixed;top:0;transition:opacity 0.15s linear 0s;z-index:45000;width:100%;height:100%;display:none}#adblockadvice .advicecontent{display:block;height:auto;text-align:center;width:auto;background:#fff;border:1px solid #eee;margin:5% auto;padding:25px;box-shadow:0 5px 12px 0px #666;z-index:45005}#adblockadvice .advicecontent .headadblock{font-size:2em;font-weight:bold;margin-bottom:15px}#adblockadvice .advicecontent p.explain{font-size:15px;line-height:170%;margin-bottom:15px}#adblockadvice .advicecontent p.explaintwo{font-size:15px;font-weight:bold;line-height:170%;margin-bottom:15px;color:#F33}#adblockadvice .advicecontent p.adadvice_close{background-color:#f33;border-radius:7px;color:#fff;font-size:15px;font-weight:bold;line-height:170%;margin:0 auto;width:120px;cursor:pointer;z-index:45010}#adblockadvice .advicecontent p.adadvice_close:hover{background-color:#000;z-index:55010}#adblockadvice.soft{position:relative;width:80%;background-color:#fff;overflow:unset;margin:0 auto}#adblockadvice.soft .advicecontent{background-color:rgba(255, 255, 255, 0.8);box-shadow:none;height:100%;top:0;transition:opacity 0.15s linear 0s;width:100%;z-index:45000}#adblockadvice.soft .advicecontent .headadblock{font-size:2em;font-weight:bold;margin-bottom:15px}#adblockadvice.soft .advicecontent p.explain{font-size:15px;line-height:170%;margin-bottom:15px}#adblockadvice.soft .advicecontent p.explaintwo{font-size:15px;font-weight:bold;line-height:170%;margin-bottom:15px;color:#F33}#adblockadvice.soft .advicecontent p.adadvice_close{background-color:#f33;border-radius:7px;color:#fff;font-size:15px;font-weight:bold;line-height:170%;margin:0 auto;width:120px;cursor:pointer;z-index:45010}#adblockadvice.soft .advicecontent p.adadvice_close:hover{background-color:#000;z-index:55010}

/*** templates/periodico_demonews001/inherit.css ***/

/* File empty: templates/periodico_demonews001/inherit.css */

