@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,700,700italic);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background:#ddd;
	border:none;
	clear:both;
	color:#ddd;
	float:none;
	height:.1em;
	margin:0 0 1.45em;
	width:100%;
}

hr.space {
	background:#fff;
	color:#fff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height:100%;
}

body {
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	/*background:#f9f9f9 url("images/fondo.jpg") repeat-x  center 0px ;*/
	background-color:#fff;
	/*color:#616161;*/
	color:#666666;
	font-family: "Calibri",Arial , Helvetica,  sans-serif;
	font-size:14px;
	font-smoothing:antialiased;
	line-height:1.3em;
	text-rendering:optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */




p {  
    word-wrap:break-word;
}

cite, em, dfn {
	font-style:italic;
}

code, kbd, samp, pre, tt, var {
	font-family:Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-style:normal;
}

strong {
	font-weight:700;
}

pre {
	background:#fff;
	margin-top:20px;
	max-width:98%;
	padding-left:1em;
	height:auto;
}

del {
	color:#555;
	text-decoration:line-through;
}

ins, dfn {
	border-bottom:1px solid #ccc;
}

small, sup, sub {
	font-size:85%;
}

abbr, acronym {
	font-size:85%;
	letter-spacing:.1em;
	text-transform:uppercase;
}

a abbr, a acronym {
	border:none;
}

abbr[title], acronym[title], dfn[title] {
	border-bottom:1px solid #ccc;
	cursor:help;
}

sup {
	vertical-align:super;
}

sub {
	vertical-align:sub;
}

/*---------Quancast Choise-----*/
.qc-cmp-publisher-logo {
    max-height: 100% !important;
}

.qc-cmp-ui-content {
    padding: 30px !important;
}

.qc-cmp-persistent-link{
    background-color: #C0B300 !important;
}

.qc-cmp-button {
    background-color: #C0B300 !important;
    border: 2px solid #C0B300 !important;
}

.qc-cmp-button:hover {
    color: #000 !important;
}

.qc-cmp-button.qc-cmp-secondary-button{
    background-color: transparent !important;
    border: 2px solid #C0B300 !important;
    color: #C0B300 !important;
}

.qc-cmp-alt-action{
    color: #C0B300 !important;
}

.qc-cmp-toggle-status {
    color: #C0B300 !important;
}

/* =efesalud 12 Column Grid
    Grid was based on my Shell Theme released on 07/26/2011
-------------------------------------------------------------- */
.grid {
	float:left;
	/*margin-bottom:2.127659574468%;*/
	padding-top:0;
}

.grid-right {
	float:right;
	margin-bottom:2.127659574468%;
	padding-top:0;
}

.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
	display:inline;
	margin-right:2.127659574468%;
}

.col-60 {
	width:6.382978723404%;
}

.col-140 {
	width:14.893617021277%;
}

.col-220 {
	width:23.404255319149%;
}

.col-300 {
	width:31.914893617021%;

}

.col-300-px {
	
	width: 320px;
}


.col-380 {
	width:40.425531914894%;
}

.col-460 {
	width:48.936170212766%;
}

.col-540 {
	width:57.446808510638%;
}

.col-620 {
	width:65.957446808511%;
}

.col-700 {
	width:74.468085106383%;
}

.col-780 {
	width:82.978723404255%;
}

.col-860 {
	width:91.489361702128%;
}

.col-940 {
	width:100%;
}

/* .fit is the very last item in your grid 
   to keep your columns inline
*/
.fit {
	margin-left:0!important;
	margin-right:0!important;
}

img {
	height:auto;
	max-width:100%;
}

/* =Links
-------------------------------------------------------------- */
a {
	color:#C0B300;
	font-weight:400;
	text-decoration:none;
	outline: 0 none;
}

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

/* =Forms
-------------------------------------------------------------- */
fieldset {
	border:1px solid #ccc;
	margin:0 0 1.5em;
	padding:1em 2em;
}

legend {
	padding:2px 5px;
}

label {
	display:block;
	font-weight:700;
	padding:2px 0;
}

form div {
	clear:both;
}

input[type="text"], input[type="password"], select {
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	background:#f4f4f4;
	border:1px solid #aaa;
	border-bottom-color:#ccc;
	width:70%;
	padding:6px 8px;
	*/
	margin:0;
	outline:none;
	vertical-align:middle;
	
}

select {
	height:auto;
	width:70%;
}

textarea, .area {
	/*-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-sizing: border-box;
	background:#f4f4f4;
	border:1px solid #aaa;
	border-bottom-color:#ccc;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	height:auto;
	overflow:auto;
	margin:0;
	outline:none;
	padding:8px 10px;
	width:100%;*/
	width:97%;
}

input, select {
	cursor:pointer;
}

input:focus, textarea:focus, area:focus {
	background:#fff;
}

input[type='text'], input[type='password'] {
	cursor:text;
}

input[type='text'], textarea, .wpcf7-form-control { border:1px solid #cdcdcd; background:#fff; padding:3px;}
.wpcf7-form-control {margin-top:7px;}
textarea { border:1px solid #cdcdcd; background:#f7f7f7; padding:3px;}

/* =Buttons
-------------------------------------------------------------- */
button, a.button, input[type='button'], input[type='submit'], input[type='reset'] {
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#eaeaea;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image:-webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-o-linear-gradient(top, #ffffff, #eaeaea);
	background-image:linear-gradient(top, #ffffff, #eaeaea);
	box-shadow:0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset, 0pt 1px 2px rgba(0, 0, 0, 0.1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	border:1px solid #ccc;
	border-bottom-color:#aaa;
	border-radius:2px;
	color:#555;
	display:inline-block;
	font-size:12px;
	font-weight:700;
	margin:0;
	padding:7px 10px;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
	*/
	vertical-align:middle;
	white-space:nowrap;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#C0B300;
	color:#fff;
	border:0px solid #0A92A1;
	padding:3px 10px;
}

button:hover, a.button:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover {
	/*background-color:#eaeaea;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#eaeaea));
	background-image:-webkit-linear-gradient(top, #eaeaea, #eaeaea);
	background-image:-moz-linear-gradient(top, #eaeaea, #eaeaea);
	background-image:-ms-linear-gradient(top, #eaeaea, #eaeaea);
	background-image:-o-linear-gradient(top, #eaeaea, #eaeaea);
	background-image:linear-gradient(top, #eaeaea, #eaeaea);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#eaeaea);
	border:1px solid #bbb;
	border-bottom-color:#aaa;
	color:#555;*/
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align:center;
}

.call-to-action a.button {
	font-size:24px;
	padding:15px 35px;
}

.call-to-action a.button:hover {
	text-decoration:none;
}

.ie7 .call-to-action a.button {
	padding:15px 35px 18px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size:10px;
	padding:3px 6px;
}

.medium a.button {
	font-size:16px;
	padding:8px 16px;
}

.large a.button {
	font-size:18px;
	padding:10px 35px;
}

.xlarge a.button {
	font-size:24px;
	padding:12px 55px;
}



/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:block;
	margin:0 0 20px 0;
	padding:15px;
	text-align:left;
}

.alert {
	background-color:#faebeb;
	border:1px solid #dc7070;
	color:#212121;
}

.success {
	background-color:#f9fde8;
	border:1px solid #a2bc13;
	color:#212121;
}

.notice {
	background-color:#fbf9e9;
	border:1px solid #e3cf57;
	color:#212121;
}

.information {
	background-color:#eef3f6;
	border:1px solid #6ca6cd;
	color:#212121;
}

.download {
	background-color:#fff4e5;
	border:1px solid #ff9912;
	color:#212121;
}

.address {
	background-color:#f6f5ef;
	border:1px solid #cdc9a5;
	color:#212121;
}

.msie-box {
	background-color:#f9edbe;
	border:1px solid #f0c36d;
	color:#212121;
	display:block;
	margin:0 auto;
	max-width:960px;
	padding:10px;
	position:absolute;
	top:60px;
	text-align:center;
	width:100%;
}

.msie-box a {
	color:#212121;
}

.required {
	color:#d5243f;
}

/* =Tables
-------------------------------------------------------------- */
table {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	width:100%;
}

th, td {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ccc;
	vertical-align:top;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type:disc;
}

ul ul {
	list-style-type:square;
}

ul ul ul {
	list-style-type:circle;
}

ol {
	line-height:22px;
	list-style-position:outside;
	list-style-type:decimal;
}

dt {
	font-weight:400;
}


/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	/*font-weight:700;*/
    word-wrap:break-word;
	margin:0px;
	padding:0px;

}

h1 {
	color:#333333;
	/*color:#C0B300;*/
	font-size:1.6em;
	line-height:1.1em;
	font-family: 'georgia', Arial, sans-serif;
}

h1 a { color:#333333;}
h1 a:hover {color:#C0B300;}

h2 {
	color:#333333;
	font-size:1.6em;
	line-height:1.1em;
	font-family: 'georgia', Arial, sans-serif;
}
h2 a { color:#333333;}
h2 a:hover {color:#C0B300;}

h3 {
	font-size:1.5em;
	font-family: 'georgia', Arial, sans-serif;
}

h4 {
	font-size:1.3em;
	font-family: 'georgia', Arial, sans-serif;
}

h5 {
	font-size:1.2em;
}

h6 {
	font-size:1em;
	text-transform:uppercase;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
blockquote:first-child {
	margin:.8em 0;
}

hr, p, ul, ol, dl, pre, blockquote, address, table, form {
	margin-bottom:1.1em;
}

h1 {
	margin:0.2em 0 0.3em;
}

h2 {
	margin:0.2em 0 0.3em;
}
/*h2 {
	margin:1.07em 0 .535em;
}*/

h3 {
	margin:1.14em 0 .57em;
}

h4 {
	margin:0em 0em 0.3em 0em
}

h5 {
	margin:1.33em 0 .67em;
}

h6 {
	margin:1.6em 0 .8em;
}

th, td {
	padding:.6em;
}

caption {
	padding-bottom:.6em;
}

blockquote {
	margin:1.0em 0;
	padding:0 10px;
}

fieldset {
	margin:1.6em 0;
	padding:0 1em 1em;
}

legend {
	padding-left:.8em;
	padding-right:.8em;
}

legend+* {
	margin-top:1em;
}

textarea, input {
	padding:.3em .4em .15em;
}

select {
	padding:.1em .2em 0;
}

option {
	padding:0 .4em;
}

a {
	position:relative;
}

dt {
	margin-bottom:.4em;
	margin-top:.8em;
}

ul {
	margin-left:1.5em;
}

ol {
	margin-left:2.35em;
}

ol ol, ul ol {
	margin-left:2.5em;
}

form div {
	margin-bottom:.8em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	margin:0 auto;
	/*max-width:960px;*/
	padding:0px 0px;
}

#wrapper {
	/*
	background-color:#fff;
	border:1px solid #d6d6d6;
	*/
	clear:both;
	margin: 20px auto 20px auto;
	padding: 0 0px 20px 0px;
	position:relative;
	max-width:1000px;
	width:1000px;
}

.home #wrapper {
	background-color:transparent;
	border:none;
	margin: 12px auto 20px auto;
	padding:0
}

/* sunmenu
.category #wrapper,
.single-noticia #wrapper {margin: 0px auto 20px auto;}
*/

#header {
	margin:0px a;
	padding-top:9px;
	background:#C0B300 url("images/fondo.gif") no-repeat  right bottom ;
}

.category-agricultura #header {background:#C0B300 url("images/fondo_agricultura.gif") no-repeat  right bottom ;}
.category-pesca #header {background:#C0B300 url("images/fondo_pesca.gif") no-repeat  right bottom ;}
.category-alimentacion-y-bebidas #header {background:#C0B300 url("images/fondo_alimentacion.gif") no-repeat  right bottom ;}

h1.menuTitle {
	width: 160px;
    	float: right;
    	padding-top: 20px;
    	text-align: center;
    	padding-right: 29px;
    	color: #fff;
}

h1#catTitle {margin: 0;}

#footer {
	clear:both;
	width:100%;
	
}

#footer-wrapper {
	margin:0 auto;
	padding:0;
	width:940px;
	padding:20px 25px 0 25px;
}

/* =Header
-------------------------------------------------------------- */
#header .cab {margin:0 auto; width:1000px; position:relative; min-height:110px; }
#header .cab .fecha {float:right; text-align:right; display:block; width:185px; padding:3px 25px 0 0px;color:#fff;/*font-size:0.9em;*/ font-size:13px;}
#header .siguenos {position:absolute; top:-25px; right:8px;}
#header #logo {
	float:left;
	margin:-15px 0 0 0;
	padding:5px 0px 10px;
	clear: right;
}

#header #logo .site-name {
	display:block;
	font-size:2em;
	padding-top:20px;
}

#header #logo .site-name a {
	font-weight:700;
}

#header #logo .site-description {
	display:block;
	font-size:14px;
	margin:10px 33px 10px 0;
}

#header #logo img{
   	 max-width: 20%;
	 margin-left: -10px;
} 

#header .banner_top {text-align:center; width:990px; /*background:transparent url("images/trans.png") repeat 0px center ;*/ margin:0px auto 10px; max-height:90px;  }
#header .banner_top iframe {border:0px solid #FFFFFF!important;}

#header .banner_top h2 {display:none;}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-bottom:20px;
}

#content-archive {
	margin-bottom:20px;
}

#content-blog {
	margin-bottom:20px;
}

#content-images {
	margin-bottom:20px;
}

#content-full {
	margin-bottom:20px;
}

#content-sitemap {
	margin-bottom:20px;
}

#content-sitemap a {
	font-size:12px;
}

#content .sticky {
	clear:both;
}

#content .sticky p {
}

#content .bypostauthor {
}

/* =Templates
-------------------------------------------------------------- */
.page-template-landing-page-php .menu, .page-template-landing-page-php .top-menu, .page-template-landing-page-php .footer-menu, .page-template-landing-page-php .sub-header-menu, .page-template-landing-page-php #header #search-box {
	display:none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	background:#f9f9f9;
	border:1px solid #d6d6d6;
	clear:both;
	display:block;
	margin-bottom:20px;
	overflow:hidden;
}

#author-meta img {
	float:left;
	padding:10px;
}

#author-meta p {
	margin-top:5px;
	padding:0 5px 0 0;
}

#author-meta .about-author {
	font-weight:700;
	margin:10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */


#featured {background:#fff; padding:0px; width:644px;}

#primary {
	padding-bottom: 5px;
	float:left;
	background:#fff; padding:0px; width:644px;}
}

#featured p,#primary p {
	font-size: 1.1em;
	line-height: 1;
	text-align:left;
}

#featured-image {
}


.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top:40px;
	text-align:left;
}

.featured-subtitle {
	padding:0 10px;
	text-align:left;
}

.featured-image img {
	margin-top:44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size:12px;
}

#cancel-comment-reply-link {
	color:#900;
}

.post-data {
	clear:both;
	font-size:13px;
	font-weight:700;
	margin-top:20px;
}

.post-data a {
	color:#C0B300;
}

.post-entry {
	clear:both;
}

.post-meta {
	clear:both;
	color:#808080;
	font-size:13px;
	margin-bottom:10px;
}

.post-edit {
	clear:both;
	display:block;
	font-size:12px;
	margin:1.5em 0;
}

.post-search-terms {
	clear:both;
}

.read-more {
	clear:both;
	font-weight:700;
	display: none;
}

.attachment-entry {
	clear:both;
	text-align:center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display:none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color:#aaa;
	font-size:18px;
	margin-left:5px;
}

.form-allowed-tags {
	font-size:10px;
}

#commentform .form-allowed-tags {display:none;}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	background-color:#FFF;
	border:1px solid #DFDFDF;
	font-size:13px;
	margin:0 0 20px;
	padding:10px;
}

#widgets {
	margin-top:0px;
	float:right;
	background:#F8F7E9;
	border:1px solid #C0B300;
	width:306px;
	min-height:500px;
	padding:16px;

}

.home #widgets {
	margin-top:0;
}

#widgets a {
	display:inline-block;
	margin:0;
	padding:0;
	text-decoration:none;
}

#widgets #s {
	width:70%;
}

#widgets ul li {
	/*margin-left:10px;*/
}

#widgets ul li a {
	display:inline;
	text-decoration:none;
}

#widgets .widget-title img {
	float:right;
	height:11px;
	position:relative;
	top:4px;
	width:11px;
}

#widgets .rss-date {
	line-height:18px;
	padding:6px 12px;
}

#widgets .rssSummary {
	padding:10px;
}

#widgets cite {
	font-style:normal;
	line-height:18px;
	padding:6px 12px;
}



#widgets .widget_sp_image a {
	display:inline;
}

#widgets ul .children {
	border:none;
	margin:0;
	padding:0;
}

#widgets .author {
	font-weight:700;
	padding-top:4px;
}

.widget_archive select, #cat {
	display:block;
	margin:0 15px 0 0;
	/*width: 185px;*/
}



/* =Titles
-------------------------------------------------------------- */
.widget-title, .widget-title-home h3 {
	display:block;
	font-size:24px;
	font-weight:700;
	line-height:23px;
	margin:0;
	padding:0 0 20px 0;
	text-align:left;
}

.widget-title a {
	border-bottom:none;
	padding:0!important;
}

.title-404 {
	color:#404040;
}

.title-404 span {
	color:#C0B300;
}

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float:right;
	margin:0px 0 0 0;
	padding-top: 2px;
	padding-right: 195px;
}

.top-menu   {}
.top-menu li {
	float:left;
	list-style-type:none;
	background-color:#D5C927;
	margin:0px 2px; padding:0px;
		border-radius: 4px ;
	-ms-border-radius: 4px ;
	-moz-border-radius: 4px ;
	-webkit-border-radius: 4px ;
	-khtml-border-radius: 4px ;
	 position: relative;
}

.top-menu li .sub-menu {display:none; position:absolute; width:150px; left: 0; margin:0px; top:19px; background:#E4DA4C; z-index:999; 
	border-radius: 0px 4px 4px 4px ;
	-ms-border-radius: 0px 4px 4px 4px ;
	-moz-border-radius: 0px 4px 4px 4px ;
	-webkit-border-radius: 0px 4px 4px 4px ;
	-khtml-border-radius: 0px 4px 4px 4px ;
	padding:6px 0px;
	}
.top-menu li .sub-menu li {background:#E4DA4C;}
.top-menu li:hover .sub-menu {display:block;}
.top-menu li a {
	color:#3D3D3D;
	font-size:12px;
	padding: 0px 7px;
	margin:0px 0px;
	float:left;
}
.top-menu li#menu-item-162 a {border:0px; padding-right:20px; margin-right:12px; background:transparent url("images/otras.png") no-repeat  right center ;}

.top-menu li#menu-item-162 li a {background:none; padding-left:20px; padding-right:0px;} 

.top-menu li a:hover {
	color:#fff;
}


.otras {
	float:right;
	margin:0px 0 0 3px;
	padding-top: 3px;
	position:relative;
}

.otras a {background-color: #5DC9D5;
    color: #FFF;
    font-size: 11px;
    padding: 0px 8px;
	display:block;
	}
.otras a:hover {background-color: #fff;
    color: #0C7884;
    font-size: 11px;
    padding: 0px 8px;
	display:block;
	}
.otras .otras_webs  a {width:150px; display:block; padding:0 4px; border-bottom:1px solid #38ADBB;}

.otras .otras_webs  {display:none; position:absolute; top:26px; right:0px; z-index:999;}
.otras:hover  .otras_webs {display:block;}

/* =Primary Menu
-------------------------------------------------------------- */
.bg_menu {
	background-color:#fff;
	border-bottom:3px solid #7D7E79;
	clear:both;
	margin:0 auto;
	width:100%;
	   text-align: center;
}

/* submenu

.single-noticia .bg_menu {
	border-radius: 8px 8px 0px 0px;
	-ms-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
}
.category .bg_menu {
	border-radius: 8px 8px 0px 0px;
	-ms-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
}

*/

.menu {
margin:0 auto; width:53%;
position:relative;
	
}

.menu, .menu ul {
	display:block;
	list-style-type:none;
	padding:0;
}

.menu li {
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	/*position:relative;*/
	z-index:5;
}

.menu li:hover {
	white-space:normal;
	z-index:10000;
}

.menu li li {
	float:none;
}

.menu ul {
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:10;
}

.menu li:hover > ul {
	top:100%;
	visibility:visible;
}

.menu li li:hover > ul {
	left:100%;
	top:0;
}

.menu:after, .menu ul:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.menu, .menu ul {
	display: inline-flex;
	min-height:0;
}

.menu ul {
	margin:-10px 0 0 -30px;
	padding:10px 30px 30px;
}

.menu ul ul {
	margin:-30px 0 0 -10px;
	padding:30px 30px 30px 10px;
}

.menu ul li a:hover, .menu li li a:hover {
	color:#484848;
	text-decoration:none;
}

.menu ul {
	min-width:15em;
	width:auto;
}

.menu a {
	border-left:0px solid #038593;
	color:#3D3D3D;
	display:block;
	 font-family: 'Roboto Condensed', sans-serif; 
	 font-weight:400;
	font-size:/*15px*/15px;
	text-transform: uppercase;
	height:45px;
	line-height:45px;
	margin:0;
	padding:0 9px;
	position:relative;
	text-decoration:none;
	background:transparent url("images/lin_nav.gif") no-repeat  right center ;
	
}

.menu li:last-child a {background:none;}





.menu li ul li  {border-bottom:0px!important;}


.menu li:hover  a{
	color:#C0B300;
}

.menu li.current-menu-item  a,
.current-menu-parent a,
.current-category-ancestor a
{
	color:#C0B300;
}

.menu li.current-menu-item  ul.sub-menu {/* visibility: visible; top:100%; */}

.menu ul.sub-menu {
	color:#3D3D3D; 
	width:1000px;
	margin:0px;
	padding:5px 0;
	
}


.menu .current_page_item a {
	background-color:#343434;
}

.menu li li {
	background:transparent!important;;
	background-image:none;
	border:0px solid #b2b2b2;
	border-top:none;
	color:#3D3D3D;
	filter:none;
	width:auto;
	float:left;
	padding-left:10px;
}

.menu li li a {
	background:transparent!important;
	border:none;
	color:#3D3D3D;
	font-size:12px;
	font-weight:400;
	height:auto;
	height:20px;
	line-height:20px;
	padding:5px 10px;
	text-shadow:none;
	white-space:nowrap;
}

.menu li li a:hover {
	/*background:#f5f5f5 !important;*/
	background-image:none;
	border:none;
	color:#fff;
	filter:none;
}

.menu ul > li + li {
	border-top:0;
}

.menu li li:hover > ul {
	left:100%;
	top:0;
}

.menu > li:first-child > a {
	border-left:none;
}

.menu > li:first-child > a, .menu li + li + li li:first-child > a {
}

.submenu {background:#F9F7EA;   margin-bottom:20px; border-bottom:1px solid #D7D3D0;}
.submenu ul { margin: 0 auto;  padding: 0; list-style-type: none; width: 980px; padding:10px;  min-height: 20px;}
.submenu ul li {float: left; margin: 0 10px 0 0;  padding: 0 10px 0 0px; border-right:1px solid #ECECEC;}
.submenu ul li:last-child {border-right:0px;}
.submenu ul li a {color:#333; text-transform: uppercase; font-family: 'Roboto Condensed',sans-serif; font-size: 14px;  font-weight: 400;}
.submenu ul li.current-item a {color: #C0B300;}

.category-naturaleza-y-deporte .submenu ul li:last-child,
.category-negocios .submenu ul li:last-child
 {padding-left:45px; background:url("images/calendario.png") no-repeat  20px 3px transparent;}

.single-entrevista .submenu {display:none;}
.entrevista .submenu {display:none;}
.single-blog .submenu {display:none;}
.single-eventos .submenu {display:none;}
.single-eventos .submenu {display:none;}

.entre {margin-right:14px;}

.barra_gris {
	background-color:#808080;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image:-webkit-linear-gradient(top, #808080, #363636);
	background-image:-moz-linear-gradient(top, #808080, #363636);
	background-image:-ms-linear-gradient(top, #808080, #363636);
	background-image:-o-linear-gradient(top, #808080, #363636);
	background-image:linear-gradient(top, #808080, #363636);
	color:#fff;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
	width:1000px;
	margin:0px auto;
	height:40px;
	
}


/* =Primary Main Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .menu ul {
	background:url(images/ie7-fix.gif) repeat;
}

/* =efesalud Menu (Tinynav.js)
-------------------------------------------------------------- */
.tinynav { 
    display:none 
}

/* =Sub Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color:#fff;
	border:1px solid #d6d6d6;
	border-top:none;
	clear:both;
	margin:0 auto;
}

.sub-header-menu, .sub-header-menu ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

.sub-header-menu li {
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}

.sub-header-menu li:hover {
	white-space:normal;
	z-index:10000;
}

.sub-header-menu li li {
	float:none;
}

.sub-header-menu ul {
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:10;
}

.sub-header-menu li:hover > ul {
	top:100%;
	visibility:visible;
}

.sub-header-menu li li:hover > ul {
	left:100%;
	top:0;
}

.sub-header-menu:after, .sub-header-menu ul:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.sub-header-menu, .sub-header-menu ul {
	min-height:0;
}

.sub-header-menu ul {
	margin:-10px 0 0 -30px;
	padding:10px 30px 30px;
}

.sub-header-menu ul ul {
	margin:-30px 0 0 -10px;
	padding:30px 30px 30px 10px;
}

.sub-header-menu ul li a:hover, .sub-header-menu li li a:hover {
	color:#484848;
	text-decoration:none;
}

.sub-header-menu ul {
	width:14em;
}

.sub-header-menu a {
	border-left:1px solid #e2e2e2;
	color:#333;
	display:block;
	font-size:13px;
	font-weight:700;
	height:45px;
	line-height:45px;
	margin:0;
	padding:0 0.9em;
	position:relative;
	text-decoration:none;
	text-shadow:none;
}

.sub-header-menu a:hover {
	background-color:#f9f9f9;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a {
	background-color:#f9f9f9;
}

.sub-header-menu li li {
	background:#fff;
	background-image:none;
	border:1px solid #d6d6d6;
	border-top:none;
	color:#444;
	filter:none;
	width:auto;
}

.sub-header-menu li li a {
	border:none;
	color:#444;
	font-size:12px;
	font-weight:400;
	height:auto;
	height:20px;
	line-height:20px;
	padding:5px 10px;
	text-shadow:none;
}

.sub-header-menu li li a:hover {
	background:#f9f9f9;
	background-image:none;
	border:none;
	color:#444;
	filter:none;
}

.sub-header-menu ul > li + li {
	border-top:0;
}

.sub-header-menu li li:hover > ul {
	left:100%;
	top:0;
}

.sub-header-menu > li:first-child > a {
	border-left:none;
}

.sub-header-menu > li:first-child > a, .sub-header-menu li + li + li li:first-child > a {
}

.sub-header-menu ul.children a, .sub-header-menu .current_page_ancestor, .sub-header-menu .current_page_ancestor ul a {
	background:none;
	background-image:none;
	filter:none;
}

/* =Sub Header Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background:url(images/ie7-fix.gif) repeat;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left:0;
}

.footer-menu li {
	display:inline;
	list-style-type:none;
}

.footer-menu li a {
	border-left:1px solid #ccc;
	color:#333;
	padding: 0 8px;
}

.footer-menu > li:first-child > a {
	border-left:none;
	padding:0 8px 0 0;
}

.footer-menu li a:hover {
	color:#333;
}

#menu-menu_legal #menu-item-38527{
	display:none!important;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color:#333;
	display:block;
	font-size:14px;
	height:28px;
	line-height:28px;
	margin:20px 0;
	padding:0 5px;
	float:left;
}

.navigation a {
	color:#333;
	padding:4px 10px;
}

.navigation a:hover {
	color:#000;
	text-decoration:none;
}

.navigation .previous {
	float:left;
}

.navigation .next {
	float:right;
}

.navigation .bracket {
	font-size:36px;
}

.navigation {color:#666;}
.navigation  .wp-pagenavi + span {text-align:left; width:440px; text-align:left; float:left; padding-left:50px; }
.navigation .wp-pagenavi  {float:right; display:block; width:440px; text-align:right; padding-right:50px;}
.wp-pagenavi  a {color:#C0B300; background:#f7f7f7; padding:0px 4px; margin:0px 2px;}
.wp-pagenavi .current {color:#fff; background:#C0B300; padding:0px 4px; margin:0px 2px;}
.wp-pagenavi .pages {padding:0px 10px 0px 0px ;}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear:both;
	display:block;
	font-size:16px;
	font-weight:700;
	margin:10px 0;
	padding:5px 0;
}

.pagination a {
	text-decoration:none;
}

.pagination a:hover, .pagination a:active {
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size:14px;
	padding:0px 0 8px 0;
	border-bottom:1px solid #E3E3E3;
	/*text-transform: uppercase;*/
}

.breadcrumb-list  a {color: #333333;}
.breadcrumb-list  .breadcrumb-current {color: #C0B300;}
.breadcrumb-list  .chevron {color: #C0B300; padding: 0 5px;}
.entrevista .breadcrumb-list {margin-right:10px;}
.page-template-page-canaltv-php .breadcrumb-current {padding-right:10px;} 
.breadcrumb-list br {display:none;}

/*
.category  .migas,#content-archive  .migas {
	background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    float: left;
	width: 680px;
    margin-bottom: 10px;
    
}

.category .breadcrumb-list ,.search .breadcrumb-list,.hemeroteca .breadcrumb-list,#content-archive .breadcrumb-list,.tags .breadcrumb-list{
	background:transparent url("images/f_miga.png") no-repeat right center; 
    border: 0px solid #DFDFDF;
    float: left;
    padding: 0px;
	padding: 7px 30px 7px 10px;
}

.category .breadcrumb-list a, 
.category .breadcrumb-list span,
.search .breadcrumb-list a, 
.search .breadcrumb-list span,
.hemeroteca .breadcrumb-list a, 
.hemeroteca .breadcrumb-list span,
.tags .breadcrumb-list a, 
.tags .breadcrumb-list span,
#content-archive .breadcrumb-list a, 
#content-archive .breadcrumb-list span{color:#fff; padding: 0px 3px; /*background-color:#C0B300;*/}
*/
.breadcrumb-list a, 
.breadcrumb-list span {padding: 0px 3px;}




/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin:0;
}

#commentform textarea {width:570px;}
#commentform {}

.commentlist {
	border-bottom:1px dotted #eee;
	list-style:none;
	margin:0;
	padding:0 0 10px;
}

.commentlist ol {
	list-style:decimal;
	margin:0 0 0px;
}

.commentlist li {
	background-color:#fff;
	margin:0px;
	padding:10px;
}

.commentlist li p {
	font-size:14px;
}

.commentlist p {
	margin:0;
}

.reply {
	margin:4px 0;
	
}

.commentlist .vcard {line-height: 1;}

.reply a {padding:2px 10px; color:#fff; background-color:#C0B300; -webkit-border-radius:2px;	-moz-border-radius:2px;	border-radius:2px;}

.commentlist li cite {
	color:#111;
	font-size:1.1em;
	font-style:normal;
	font-weight:400;
}

.commentlist li.alt {
	background:#f9f9f9;
}

.commentlist .children {
	list-style:none;
	margin:0;
}

.commentlist .avatar {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	float:left;
	margin-right:10px;
	padding:0;
	vertical-align:middle;
	width:40px; height:auto;
}


.commentlist .children .avatar {
	height:33px;
	width:33px;
}

.comment-author .fn {
}

.comment-author .says {
	color:#999;
}

.comment-body .comment-meta {
	color:#999;
	display:inline-block;
	margin:0;
	padding:0;
	text-align:left;
}

.comment-body .comment-meta a {
	font-size:12px;
}

.comment-body {
	clear:both;
}

.comment-body p {
	clear:both;
	padding-top:10px;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style:none;
	margin:20px 0;
}

.pingback cite, .trackback cite {
	font-style:normal;
}

#comments, #pings {
	text-align:left;
}

#respond {
	
}

#respond h3 {
	border-bottom: 0px solid #E1E1E1;
    margin: 10px 0 0px 0;
    padding: 0 0 0px 0;
	font-size: 1.3em;
	font-family: 'calibri',Arial,sans-serif;
	text-transform: uppercase;
	font-weight:normal;
}

h6#comments{
	border-bottom: 1px solid #E1E1E1;
    margin: 0 0 15px 0;
    padding: 0 0 6px 0;
	font-size: 1.2em
}


#LoginWithAjax {border:1px solid #EDE5C9; background-color:#FAF5E2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;}


#respond label {
	display:inline;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input, #respond .comment-form-comment textarea {
	display:block;
}

.nocomments {
	color:#999;
	font-size:.9em;
	text-align:center;
}

#commentform input.error, #commentform textarea.error {
	background-color:#f6cbca;
}

#commentform div.error, #commentform label.error {
	color:#cb2026;
}

#commentform div.errorlabels label {
	display:block;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin:5px 20px 20px 0;
	max-width: 100%;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto;
	max-width: 100%;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
	max-width: 100%;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
	max-width: 100%;
}

.aligncenter {
	display:block;
	margin:5px auto;
	max-width: 100%;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

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

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;

	border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;


}

td.wp-caption {
	background:#f7f7f7;
	border:1px solid #cdcdcd;
	max-width:96%;
	padding:0.6em;
	text-align:left;
	font-weight:bold;
}


.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	width:auto;

}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:4px 20px;
	color: #616161;
}

img.wp-smiley {
	vertical-align:middle;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
	margin:0 auto 18px;
}

.gallery .gallery-item {
	float:left;
	margin-top:0;
	text-align:center;
	width:155px;
}

.gallery img {
	border:1px solid #ddd;
}

.gallery .gallery-caption {
	font-size:12px;
	margin:0 0 12px;
}

.gallery dl {
	margin:0;
}

.gallery br+br {
	display:none;
}

.attachment-gallery img {
	background:#fff;
	border:1px solid #f0f0f0;
	display:block;
	height:auto;
	margin:15px auto;
	max-width:96%;
	padding:5px;
	width:auto;
}

.gallery-meta .full-size, .gallery-meta .aperture, .gallery-meta .focal-length, .gallery-meta .iso, .gallery-meta .shutter, .gallery-meta .camera {
	display:block;
}

/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
	display:block;
	/*margin:15px auto;*/
	width:auto;
}

/* =Footer
-------------------------------------------------------------- */
#footer {color:#636363;	background-color:#FFF;	 border-top:1px solid #DEDEDE;}

#footer ul  {list-style-type: none; margin:10px 0px; padding:0px;}
#footer ul li a {color:#929292;}
#footer ul li {padding-bottom: 4px;}
#footer ul li li {display:none;}

#footer div.secciones {float:left; width:380px;color:#C0B300;}
#footer div.secciones ul li {float: left;
    line-height: 1.1;
    padding-bottom: 4px;
    width: 50%}


#footer div.acerca {float:left; width:140px; padding-left:10px;  border-left:1px solid #DEDEDE; min-height:100px;color:#C0B300;}
#footer div.siguenos {float:left; width:210px; padding-left:10px;  border-left:1px solid #DEDEDE; min-height:100px;color:#C0B300;}
#footer div.siguenos ul li {float:left; width:50%;}
#footer div.contacto {float:left; padding-left:10px; width:165px; border-left:1px solid #DEDEDE; min-height:100px;color:#C0B300;}
#footer div.contacto span {display:block; padding-top:7px; color: #929292;}

#footer div.siguenos li a {padding-left:27px;}
#footer .siguenos li.twitter {    background: url("images/redes.png") no-repeat scroll 0 0 transparent;}
#footer .siguenos li.youtube {    background: url("images/redes.png") no-repeat scroll 0 -67px transparent;}
#footer .siguenos li.facebook {    background: url("images/redes.png") no-repeat scroll 0 -23px transparent;}
#footer .siguenos li.rss {    background: url("images/redes.png") no-repeat scroll 0 -89px transparent;}
#footer .siguenos li.vimeo {    background: url("images/redes.png") no-repeat scroll 0 -45px transparent;}
#footer .siguenos li.daily {    background: url("images/redes.png") no-repeat scroll 0 -110px transparent;}


#footer div.pie-bajo {width:1000px; padding-top:20px; margin-top:20px; border-top:1px solid #DEDEDE; float:left; min-height:100px;}
#footer div.pie-bajo ul li {float:left; padding:0 10px;}
#footer div.pie-bajo ul li:last-child {border-left:1px solid #CDCDCD;}

#footer div.pie-bajo ul {padding:0px; margin:0px;}
#footer div.pie-bajo .copyright div.izq  {float:left; width:50%;}
#footer div.pie-bajo .copyright div.der  {float:right;text-align:right;}
#footer div.pie-bajo ul li a {color:#929292;text-transform: inherit;}
#footer div.pie-bajo ul li a:hover {color:#929292;}



/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style:none;
	line-height:normal;
	margin:0;
	text-align:right;
}

#footer .twitter-icon, #footer .youtube-icon, #footer .facebook-icon, #footer .linkedin-icon, #footer .rss-feed-icon, #footer .google-plus-icon, #footer .stumble-upon-icon, #footer .instagram-icon, #footer .pinterest-icon {
	display:inline;
	margin:1px;
	padding-left:3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after, #container:after, .widget-wrapper:after {
	clear:both;
	content:"\0020";
	display:block;
	height:0;
	max-height:0;
	overflow:hidden;
	visibility:hidden;
}

.clearfix, #container, .widget-wrapper {
	display:inline-block;
}

*html .clearfix, *html #container, *html .widget-wrapper {
	height:1%;
}

.clearfix, #container, .widget-wrapper {
	display:block;
}

.clear {
	clear:both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction:ltr;
	unicode-bidi:bidi-override;
}

BDO[DIR="rtl"] {
	direction:rtl;
	unicode-bidi:bidi-override;
}

[DIR="ltr"] {
   direction:ltr;
   unicode-bidi:embed;
}

[DIR="rtl"] {
   direction:rtl;
   unicode-bidi:embed;
}

/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before:always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after:avoid;
    }

    ul,  ol,  dl {
	    page-break-before:avoid;
    }
}




/*NOTICIAS HOME*/



#featured .destacada_n2 {}

.ult_hora {background:#EB1639 url("images/ult_hora.png") no-repeat 0px center ; height:34px; padding-left:170px; margin:10px 0px; font-size: 16px; font-style: italic;}
.ult_hora div.ticker_xml {color:#fff; padding:7px 5px; /*display:block;*/}
.ult_hora span  {  /* color:#F7BBC5; text-transform:uppercase;*/ font-weight:bold; border-right:1px solid #F0637A; padding-right:3px; margin-right:6px;}
.ult_hora .ticker_xml ul{list-style: none;height:20px;overflow:hidden;}
/*.ult_hora .ticker_xml ul li {list-style: none;display:inline;padding:0 20px;}
.bx-wrapper,.bx-window{width:825px !important;}*/
.ult_hora .ticker_xml ul li {width:auto!important; padding-right:35px;}

.destacada {float:left; width:1000px; background:#fff;  margin-bottom:20px; border:1px solid #DFDFDF;}
.home .destacada {min-height: 355px;}
.destacada h1 {font-size:2.2em;  padding-top:10px; }
.destacada h2 {font-size:2.2em;  padding-top:10px; }

#featured .destacada article.noticia {width:610px; position:relative;}
#featured article.noticia {float:left; /*background-color:#fff; border:1px solid #DFDFDF; padding:10px; margin-bottom:10px;*/ }
#featured article.noticia header.entry-header {}

#featured .destacada_n2  {width:314px; float:left; padding-left:0px;}
#featured .destacada_n2 + .destacada_n2 {padding-left:14px;}
#featured .destacada_n2 + .destacada_n2 + .destacada_n2 {padding-left:0px;}
#featured .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 {padding-left:14px;}
#featured .destacada_n2  article.noticia {margin-right:5px;  margin-bottom: 10px; position:relative; padding-bottom: 10px;}

.destacada_n2 article.noticia .aux {border-bottom:1px solid #dcdcdc; margin-bottom: 10px; padding: 6px 0;}
.destacada_n2 article.noticia .cat {font-size: 12px;  padding: 0 0 0 5px; color: #C0B300;  text-transform: uppercase;}
.destacada_n2 article.noticia .fecha {float: right; padding:0 5px 0 0;}

.destacada_n2 article.noticia h1,.destacada_n2 article.noticia h2,
.destacada_n2 article.noticia div.entry-content {padding:0 6px;}

.destacada_n2  article.noticia .img {height:183px; overflow: hidden;}
.destacada_n2  article.noticia .img  {
	-moz-box-shadow: 2px 2px 1px 1px #F0F0F0;
	-webkit-box-shadow: 2px 2px 1px 1px #F0F0F0;
	box-shadow: 2px 2px 1px 1px #F0F0F0;
	padding:5px;
	border: 1px solid #DFDFDF;

}

.destacada_n2  article.noticia ul.slider_destacada {
	margin: 0;
	padding: 0;
}

.destacada_n2  article.noticia .bx-window {
	height: 183px!important;
}

.destacada_n2  article.noticia ul.slider_destacada li {
	margin: 0;
	padding: 0;
}

.destacada_n2  article.noticia ul.slider_destacada img {
	width: 297px;
	height: 183px;
	margin: 0;
	max-width: none!important;
}

.destacada_n2  article.noticia .img .cat {
 border-radius: 0 0 6px 0;
-ms-border-radius: 0 0 6px 0;
-moz-border-radius: 0 0 6px 0;
-webkit-border-radius: 0 0 6px 0;
-khtml-border-radius: 0 0 6px 0;
font-size: 12px;
padding:3px 20px;
}

.back_patro {background-color: #FAF5E2; padding:10px 10px 3px;  border-radius: 6px;}
article.noticia .back_patro footer {border:0px;}
.destacada_n2 article.noticia  .back_patro .img {width:277px; height: 149px; border:0px;}

.destacada_n2  article.noticia .idiomas {float: right; position: absolute; right: 10px; top: 171px;}

#featured .destacada_n2  article.noticia footer {width: 275px;}

/*n3*/
#featured .destacada_n3  {width:297px; float:left; padding-left:0px;}
#featured .destacada_n3 + .destacada_n3 {padding-left:14px;}
#featured .destacada_n3 + .destacada_n3 + .destacada_n3 {padding-left:0px;}
#featured .destacada_n3 + .destacada_n3 + .destacada_n3 + .destacada_n3 {padding-left:14px;}
#featured .destacada_n3 + .destacada_n3 + .destacada_n3 + .destacada_n3 + .destacada_n3  {padding-left:0px;}
#featured .destacada_n3 + .destacada_n3 + .destacada_n3 + .destacada_n3 + .destacada_n3 + .destacada_n3 {padding-left:14px;}
#featured .destacada_n3  article.noticia {margin-right:5px;  margin-bottom: 10px; position:relative; padding-bottom: 40px;}
.destacada_n3  article.noticia .img {height:157px; overflow: hidden;}
.destacada_n3  article.noticia .img {
border-radius: 8px;
-ms-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;}

.destacada_n3  article.noticia .img .cat {
 border-radius: 0 0 6px 0;
-ms-border-radius: 0 0 6px 0;
-moz-border-radius: 0 0 6px 0;
-webkit-border-radius: 0 0 6px 0;
-khtml-border-radius: 0 0 6px 0;
font-size: 12px;
padding:3px 20px;
}

#featured .destacada_n3  article.noticia footer {position:absolute; bottom: 5px; left: 0px; width: 275px;}
/*
#featured .destacada_n3 {width:50%; float:left;}
#featured .destacada_n3 article.noticia {margin-right:5px;}
*/
/*destacada n4*/
#featured .destacada_n4 {width:100%; float: left;}
#featured .destacada_n4 article.noticia {}
#featured .destacada_n4 article.noticia h1 {font-size:1.5em;}
#featured .destacada_n4 article.noticia h2 {font-size:1.5em;}
#featured .destacada_n4 .img {width:165px; float:left; height:110px;
border: 1px solid #DFDFDF;
box-shadow: 2px 2px 1px 1px #F0F0F0;
padding: 5px;
overflow:hidden;}
#featured .destacada_n4 .txt {padding-left:20px; width:425px; float:left; position:relative;}
#featured .destacada_n4 .txt .idiomas { position: absolute; right: 10px; top: 0px;}
#featured .destacada_n4 article.noticia span.fecha {padding-top:0px;}
#featured .destacada_n4 article.noticia span.cat {text-transform: uppercase; font-size: 12px; padding:0px 10px 0 0;}
#featured .destacada_n4 article.noticia  footer {padding:0 0 30px 0;}

#featured .destacada_n4  article.noticia ul.slider_destacada_n4 {
	margin: 0;
	padding: 0;
}

#featured .destacada_n4  article.noticia .bx-window {
	height: 110px!important;
}

#featured .destacada_n4  article.noticia ul.slider_destacada_n4 li {
	margin: 0;
	padding: 0;
}

#featured .destacada_n4  article.noticia ul.slider_destacada_n4 img {
	width: 165px;
	height: 110px;
	margin: 0;
	max-width: none!important;
}

/*cascada*/

.post-type-archive-consejo #content-archive,
.post-type-archive-entrevista #content-archive 
{
    float: left;
    width: 640px;
}

.post-type-archive-consejo .migas,  
.post-type-archive-entrevista .migas
{margin-bottom:20px;}

.cascada article.noticia h1,.cascada article.consejo h1,.cascada article.entrevista h1,.cascada article.blog h1 {font-size: 1.3em;}
.cascada article.noticia .img, .cascada article.entrevista .img {float:left; width:198px;
}
.cascada article.consejo .img {float:left; width:118px;}
.cascada article.blog .img {float:left; width:101px;}
.cascada article.noticia .txt,.cascada article.consejo .txt,.cascada article.entrevista .txt,.cascada article.blog .txt {float:left; width:658px}
.cascada article.noticia .img + .txt,.cascada article.entrevista .img + .txt {float:left; width:400px; padding-left: 15px;}
.cascada article.consejo .img + .txt {float:left; width:480px; padding-left: 15px;}
.cascada article.blog .img + .txt {float:left; width:557px;}

.cascada article.consejo .img img,
.cascada article.blog .img img,
.cascada article.noticia .img img,
.cascada article.entrevista  .img img {
	-moz-box-shadow: 2px 2px 1px 1px #F0F0F0;
	-webkit-box-shadow: 2px 2px 1px 1px #F0F0F0;
	box-shadow: 2px 2px 1px 1px #F0F0F0;
	padding:5px;
	border: 1px solid #DFDFDF;
}

#primary .cascada article.noticia .header-top {
    background-color:transparent;
    font-size: 0.9em;
    min-height: auto;
    text-transform: uppercase;
    vertical-align: middle;
}

#primary .cascada  article.noticia .header-top span {   padding-left: 0px;}
#primary .cascada  article.noticia .header-top .cat a, #primary .cascada  article.noticia .header-top .cat_sin {
    background: none;
    color: #C0B300;
    float: none;
    padding-left: 10px;
}

.f_blog {}
.f_blog .video {}
.f_blog  .img_principal {position:relative}
.f_blog .img_principal img {
border-radius: 8px;
-ms-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
padding: 4px;
border: 1px solid #DFDFDF;
}
.f_blog  .img_principal img.play {position:absolute; right:20px; top:120px; width:auto; height:auto;}

#content-archive .cascada article.blog  {padding:10px 0px;}

/*play noticia*/

article.noticia .img {position:relative;}
article.noticia .img img.play {position:absolute; right:40%; bottom:4;}
article.noticia .dest_01 .img img.play {position:absolute; left:50%; top:50%; margin:-32px 0 0 -32px; z-index:999; width:auto;  height:auto; border:0px; padding:0px; box-shadow:none;}
article.noticia .dest_02 .img img.play {position:absolute; left:50%; top:50%; margin:-32px 0 0 -32px; z-index:999; width:auto;  height:auto;}

article.noticia .dest_int .img img.play {position:absolute; right:133px;  bottom:107px;}
.destacada_n2 article.noticia .img img.play {position:absolute; right:120px; bottom:57px;}
.destacada_n3 article.noticia .img img.play {position:absolute; right:100px; bottom:57px;}
.destacada_n4 article.noticia .img img.play {position:absolute; right:52px; bottom:27px;}

.post-entry .myvideotag {
    border: 0px solid #CCCCCC;
    margin: 0 auto 5px;
    padding: 0px 0px 0px 0px;
}

/*tipo noticia*/

article.noticia h1 {font-family: 'georgia', Arial, sans-serif;}
article.noticia h2 {font-family: 'georgia', Arial, sans-serif;}
article.noticia span.fecha {color:#6f6f6f; font-size: 12px; padding-top: 10px; text-transform: uppercase; }

/*foto noticia*/
article.noticia  .img .cat {text-transform: uppercase; background:#C0B300; color:#fff; position:absolute; right:0px; bottom:0px; z-index: 100; padding:5px 20px; }
article.noticia  .img .cat a {color:#fff; }
article.noticia  .img .cat a:hover {color:#fff; background:#C0B300; padding:0px;}



/*footer noticia */
article.noticia  footer {padding-top:10px; min-height: 20px; position:relative;}
article.noticia  footer  .comments-link {float:right; position:absolute; top:10px; right:2px;}
article.noticia  footer .comments-link a {color:#5A5A5A; font-size: 0.9em; letter-spacing: -0.1em;}
article.noticia  footer .comments-link a b {margin-left:5px; background:#C0B300; color:#fff; padding:0 4px; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; }


ul#sharebarx  {float: left; width: 90%; margin:0px; padding:0px;}
ul#sharebarx li {display:inline; list-style-type:none; margin:0px; padding:0px;}
ul#sharebarx li iframe {/*min-width:73px; */width:112px!important; margin-left:5px;}
ul#sharebarx li iframe.twitter-share-button {/*min-width:65px; width:66px!important;*/}


/*patrocinada*/

.patrocinada article.noticia {  background-color: #FAF5E2;   border: 1px solid #D9D9D9; margin-bottom:20px;
border-radius: 8px;
-ms-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
overflow: hidden;
}

.patrocinada article.noticia .entry-content p {color:#2D2C2C; line-height: 1.1;}
.patrocinada article.noticia footer {border-top: 1px solid #808080; }
.patrocinada article.noticia .img {float:right; width:305px; height:186px;}
.patrocinada article.noticia .txt {float:left; width:260px; padding:5px 20px 20px 20px;}
.patrocinada article.noticia .txt h1 {font-size: 1.5em;}
.patrocinada article.noticia .header-top {position:relative;  padding:10px 10px 17px 10px; background:#fff; }
.patrocinada article.noticia .header-top span {padding-top:2px; font-family: 'georgia',Arial,sans-serif; color:#404040;  text-transform: uppercase; font-size:13px;}
.patrocinada article.noticia .header-top img {position:absolute; right:5px; top:5px; height:36px; width:auto;}
.patrocinada article.noticia .date_cat { border-bottom:1px solid #9A9A9A; font-size: 0.9em; min-height: 25px;  text-transform: uppercase; }
.patrocinada article.noticia .date_cat span {    padding-left: 0px;	color: #00AABD;}
.patrocinada article.noticia .date_cat .cat { padding-left:10px; color: #FFFFFF; border-left:1px solid #808080; float:right;}
.patrocinada article.noticia .date_cat .cat a {    background:transparent url("images/fl_03.png") no-repeat  right center ;    color: #FFFFFF;   float: right;    padding: 2px 18px 2px 10px;}

/*dest_01 imagen TOP*/
article.noticia  .dest_01 footer {padding-top:6px;}
.dest_01 .block {padding:20px; width:960px;}
.dest_01 .block ul li{list-style:none; padding:0px; margin:0px;}
.dest_01 .block .bx-window {overflow: visible!important;}
.dest_01 .img {float:left; height: 350px; overflow: hidden;}
.dest_01 .block .img {float:left; height: 390px; width:960px; overflow: hidden;	}

.dest_01 .img img {margin:0; }

.dest_01 .comments-link a {color: #5A5A5A; font-size: 13px; z-index: 999; float: left; width:100px;}
.dest_01 .comments-link a b {background:transparent url("images/comentarios.png") no-repeat  center 3px ;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding: 0 6px 10px;
	display:block;
	width:9px;
	float:left;
	margin-right: 5px;
}
.dest_01  .block .img img {width:945px; height:370px; max-width:none!important;
	border: 1px solid #DFDFDF;
    box-shadow: 2px 2px 1px 1px #F0F0F0;
    padding: 5px;
}
.dest_01 .img .cat {

}

.dest_01 ul#sharebarx {width:240px; float: right;}
.dest_01 .header-top {float:left; width:400px;}
.dest_01 header {float:right; width:285px;}
article.noticia .dest_01 footer {width:960px; border:0px;}

.dest_01 .block .txt {float:left; width:960px; padding: 20px 20px 10px 20px; }
.dest_01 .block h1 {padding-top:25px; width:75%;}
.dest_01 .txt .entry-content {font-size:1.2em;   padding-right: 10px;}
#featured .destacada article.noticia .dest_02 .txt .entry-meta {  position: absolute; bottom: 15px; right: 10px;  width: 285px;}
.dest_01 .block ul {padding:0px; margin:0px;}

article.noticia  .dest_01 .block .img .cat {right:3px; bottom:3px;}
  
.dest_01 .related {float:left; width: 960px; margin-top:10px; padding:20px; background:transparent url("images/sombra_destacado.jpg") repeat-x  0px 0px ;}
.dest_01 .related ul {padding:0px; margin:0px; list-style-type: none;}
.dest_01 .related ul li {float:left; width:290px; padding:0px 10px 0px 20px; margin:0px; border-right:1px solid #ECECEC}
.dest_01 .related ul li + li + li {padding-right:0px; border:0px;}
.dest_01 .related .img {float:left; height: 76px; width:112px;}
.dest_01 .related .txt {float:left; width: 165px; line-height: 1; margin-left:10px;}
.dest_01 .related .txt a {color:#333333; font-weight: bold;}
.dest_01 .related .fecha {padding: 0px 0px 10px;  } 
.dest_01 .block .header-top span  {text-transform:uppercase }
.dest_01 .block .header-top span.cat {padding-right:10px;}

article.noticia .dest_01 .related .img .cat {padding: 1px 8px; font-size: 12px;}




/*dest_02 imagen izquierda */
.dest_02 .block {padding:15px; width:970px;}
.dest_02 .block ul li{list-style:none; padding:0px; margin:0px;}
.dest_02 .block .bx-window {overflow: visible!important;}
.dest_02 .block .img {float:left; height: 310px; width:540px; overflow: hidden;
	-moz-box-shadow: 2px 2px 1px 1px #F0F0F0;
	-webkit-box-shadow: 2px 2px 1px 1px #F0F0F0;
	box-shadow: 2px 2px 1px 1px #F0F0F0;
	padding:5px;
	border: 1px solid #DFDFDF;
	}

.dest_02 .img img {margin:0; 
max-width:none!important;

}

.dest_02 .block .img ul  {margin-left:0px;}

.dest_02 .block .img img {width:540px; height:310px;}
.dest_02  ul#sharebarx li iframe {margin-left:0px;}
.dest_02 .img .cat {
}

article.noticia .dest_02 .block .cat {padding-right:10px; }
article.noticia .dest_02 .block .header-top {color:#7B7B7B; padding-top:10px; text-transform: uppercase;}
article.noticia .dest_02 .block .header-top  .idiomas {float:right;}
.dest_02 ul#slider_dest {margin:0px; padding:0px;}

.dest_02 .txt {float:right; width:350px; padding:0px 20px 0px 0px; }
.dest_02 .txt .entry-content {font-size:1.2em; }
#featured .destacada article.noticia .dest_02 .txt .entry-meta {  position: absolute; bottom: 15px; right: 10px;  width: 285px;}

.dest_02 .related {float:left; width: 960px; margin-top:20px; padding:20px; background:transparent url("images/sombra_destacado.jpg") repeat-x  0px 0px ;}
.dest_02 .related ul {padding:0px ; margin:0px; list-style-type: none;}
.dest_02 .related ul li {float:left; width:290px; padding:0px 10px 0px 20px; margin:0px; border-right:1px solid #ECECEC}
.dest_02 .related ul li + li + li {padding-right:0px; border:0px;}
.dest_02 .related .img {float:left; height: 76px; width:112px;}
.dest_02 .related .txt {float:left; width: 147px; line-height: 1; margin-left:10px;}
.dest_02 .related .txt a {color:#333333; font-weight: bold;}
.dest_02 .related .txt a:hover {color:#C0B300;}
.dest_02 .related .fecha {padding: 4px  0 6px; } 
article.noticia .dest_02 .related .img .cat {padding: 1px 8px; font-size: 12px;}

.dest_02 .related ul li h3 {font-size: 14px; font-weight: normal; margin-top: 6px !important;}
.dest_02 .related ul li h3 a {font-size: 14px; font-weight: normal!important;; line-height: 1.2;}

article.noticia .dest_02 footer {
    border-top: 0px solid #E8E8E8;
    min-height: 20px;
    padding-top: 0px;
    position: relative;
}

article.noticia .dest_02 footer .comments-link {position:static; float:left; margin-bottom:15px;}

/*dest_03 imagen CENTRO TITULAR ARRIBA */
.dest_03 .img {float:none;}
.dest_03 .img img {margin:0; width: 100%; }
.dest_03 .txt {float:none; }
.dest_03 .txt .entry-content {padding:10px 10px 5px 10px; font-size:1.2em; }
.destacada .dest_03 h1 {padding:10px;}


/*dest_04 Imagen arriba y titular centro */
.dest_04 .img {float:none; }
.dest_04 .img img {margin:0; width:100%;}
.dest_04 .txt {float:none; }
.dest_04 .txt .entry-content {padding:0px 10px 5px 10px; font-size:1.2em; }
.destacada .dest_04 h1 {padding:5px 10px 5px 10px;}



/*dest_01 imagen derecha*/
.category .destacada .dest_int .block .img {float:left; margin:14px; width:330px; height:265px;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	padding:3px;
	border: 1px solid #DFDFDF;
}

.category .destacada .dest_int .video_destacada {
	display:none;
	border: 1px solid #DFDFDF;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    float: left;
    height: 265px;
    margin: 20px;
    padding: 3px;
    width: 330px;
}

.category .destacada .dest_int .block .cat {color: #C0B300; font-size:14px; line-height: 1;}
.category .destacada .dest_int .img img {/*width:365px; height:auto;*/margin:0; }
.category .destacada .dest_int .img + .txt {float:left; width:250px; padding:14px 0;  }
.category .destacada .dest_int .txt  {padding-top:10px; padding-bottom:30px; float: left; width: 244px; }
.category .destacada .dest_int .txt h1 { padding-top: 5px;}
.category .destacada .dest_int .txt h2 { padding-top: 5px;}
article.noticia .dest_int span.fecha {padding-top: 20px; color:#7B7B7B;}
.category .destacada .dest_int .txt .entry-content {font-size:1.2em; }
.category .destacada .dest_int .txt .entry-content p {display:inline;}
.dest_int .related {float:left; width: 100% margin-top:20px; padding:20px; background:transparent url("images/sombra_destacado.jpg") repeat-x  0px 0px ;}
.dest_int .related ul {padding:0px; margin:0px; list-style-type: none;}
.dest_int .related ul li {float:left; width:271px; padding:0px 10px 0px 20px; margin:0px; border-right:1px solid #ECECEC}
.dest_int .related ul li + li {padding-right:0px; border:0px;}
.dest_int .related ul li + li + li {display:none;}
.dest_int .related .img {float:left; height: 76px; width:112px;}
.dest_int .img {

overflow:hidden;
}

.dest_int .img img {


}



.category .destacada .dest_int .related .txt {float:left; width: 140px; line-height: 1; margin-left:10px;}
.dest_int .related .txt a {color:#333333;}
.dest_int .related .fecha {padding: 0px 0px 10px!important; color:#C0B300!important;} 
article.noticia .dest_int .related .img .cat {padding: 1px 8px;}


/*blog*/

#featured .blogs,#primary .blogs {float:left; width: 680px; background-color:#fff; border:1px solid #DFDFDF; padding:0px; margin-bottom:10px;}
#featured .blogs li,#primary .blogs li {padding:0px; margin:0px; list-style:none;}
#featured #blogs,#primary #blogs {position:relative;}
#featured #blogs h4,#primary #blogs h4  {font-family: 'georgia', Arial, sans-serif; margin:0px;  color:#049CAD; border-bottom:1px solid #DFDFDF; padding:10px 25px;}
#featured #blogs ul {}

#featured #blogs li,#primary #blogs li {list-style-type: none; float:left; padding:10px; width:290px;}
#featured #blogs li h3,#primary #blogs li h3 {padding:0px; margin:0px; font-family: 'georgia', Arial, sans-serif; font-weight:normal; font-size:18px; }
#featured #blogs li h3 a,#primary #blogs li h3 a {color:#636363;}

#featured #blogs .bx-window {width: 620px; margin-left: 20px;}

#featured #blogs li img,#primary #blogs li img {float:left;}
#featured #blogs li img + .txt,#primary #blogs li img + .txt {float:left; width:190px; padding-left: 10px;}
#featured #blogs li a + .txt,
#primary #blogs li a + .txt {float:left; width:190px; padding-left: 10px;}


#featured .blogs ul.list_blogs {float:left; width:100%; background-color:#f8f8f8; border-top:1px solid #DFDFDF; margin:0px; padding:10px 0px 10px 0px; font-size:0.8em; }
#featured .blogs ul.list_blogs li {width:145px; float:left; padding:5px 10px 0 15px;}
#featured .blogs ul.list_blogs li img {float:left; width:40px; height:40px;}
#featured .blogs ul.list_blogs li .txt {float:left; width:95px; padding-left:10px; line-height: 1;}
#featured .blogs ul.list_blogs li .txt a {text-transform: uppercase; color: #444; font-size:13px}
#featured .blogs ul.list_blogs li .txt p {color: #C0B300;}
#featured .blogs ul.list_blogs li .txt a:hover {color: #C0B300;}

#featured #blogs .bx-wrapper,#primary #blogs .bx-wrapper {width:100%!important;}
#featured #blogs .bx-prev,#primary #blogs .bx-prev {position:absolute; left:0px; top:32px; width:30px; height:30px; text-indent:-4000px; display:block; background:transparent url("images/nav.png") repeat left 0px;}
#featured #blogs .bx-next,#primary #blogs .bx-next {position:absolute; right:5px; top:32px; width:30px; height:30px; text-indent:-4000px; display:block; background:transparent url("images/nav.png") repeat right 0px;}

.sabias_entrevista {float:left; width:100%; padding-bottom: 10px;}

/*NOTICIAS CATEGORIA - INTERIOR*/

#cont {float:left; width:644px;}
.category .destacada {float:left; width:640px; background:#fff;  margin-bottom:10px;}
#primary .destacada h1 {font-size:2.2em; line-height:0.9em; padding-top:15px; }
.category .destacada {position:relative;}
.category .destacada  .idiomas {position: absolute; right: 10px; top: 22px;}

#primary .destacada article.noticia {width:660px;position: relative;}
#primary .destacada article.noticia footer {position:absolute; left:10px; bottom:15px; width: 285px;}
#primary article.noticia,#content-archive article.consejo,#content-archive article.entrevista,#content-archive article.blog 
{position: relative; /*float:left; background-color:#fff; border:1px solid #DFDFDF; padding:10px; margin-bottom:10px; position:relative;*/}

#primary article.noticia header.entry-header {margin-bottom:8px;}
#primary article.noticia .header-top {background-color:#F1F1F1; min-height:25px; text-transform: uppercase; font-size:0.9em;  vertical-align: middle;}
#primary article.noticia .header-top span {padding-left:7px;vertical-align: middle;}
article.noticia .header-top span.cat_sin {color:#fff; padding:2px 10px; float:right; background:#00A9BC; padding-right:18px;}




#primary .destacada_n2   {width:314px; float:left; padding-left:0px;}
#primary .destacada_n2 + .destacada_n2 {padding-left:14px; min-height:486px;}
#primary .destacada_n2 + .destacada_n2 + .destacada_n2 {padding-left:0px;}
#primary .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 {padding-left:14px;}
#primary .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 {padding-left:0px;}
#primary .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 {padding-left:14px;}
#primary .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 {padding-left:0px;}
#primary .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 + .destacada_n2 {padding-left:14px;}
#primary .destacada_n2  article.noticia {margin-bottom: 10px; position:relative; padding-bottom: 10px;}
#primary .destacada_n2  article.noticia .img {height:183px;}
#primary .destacada_n2  article.noticia .img a img {height:183px; float:left; width:302px;}
#primary .destacada_n2  article.noticia footer {width: 275px;}

#primary .destacada_n3 {width:50%; float:left;}
#primary .destacada_n3 article.noticia {margin-right:5px;}

#primary .destacada_n2 .entry-content p {display:inline;}

/*dest_interior01 imagen derecha*/
.dest_interior01 .img {float:right;}
.dest_interior01 .img img {width:365px; height:auto;margin:0;}
.dest_interior01 .txt {float:left; width:270px; }
.dest_interior01 {}

/*canal de videos*/
/*.canal_tv{
	margin-top: 10px;
	background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    font-size: 13px;
    padding: 10px 10px 5px 10px;
	clear: both;
    content: " ";	
	display: block;
	overflow: hidden;
	position:relative;
    
}
.canal_tv h3{
	margin:0;
	background: url("images/youtube.png") no-repeat scroll right 2px transparent;
    overflow: hidden;
	line-height: 23px;
	text-align: left;
	color: #777777;
    font-size: 1.3em;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 10px;
}

.post-entry .canal_tv ul li {display:none;}
.post-entry .canal_tv ul li + li + li + li + li {display:block;}
*/
.canal_tv_page ul  {margin:0px; padding:0px;}
.canal_tv_page ul li {margin:0px 20px 20px 0px; padding:0px; list-style-type:none; float: left; width:270px; height: 250px;}
.canal_tv_page ul li h3 {
    color: #C0B300;
    font-family: 'calibri',Arial,sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 5px 0 5px;

}

.canal_tv h3 a {color: #777777;}
#widgets .canal_tv a.mas{color:#333; float:right; background: url("images/fl_03.png") no-repeat scroll right 10px #FFFFFF; padding: 2px 20px; margin-top:5px; text-transform: uppercase; }
.canal_tv a.canal {position:absolute; top:10px; right:10px; display:block; width:115px; height:30px; text-indent:-4000px; background:transparent;}
.canal_tv p {margin:0px;}


#widgets .ban_img img  {border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	}
#widgets .ban_img img,
#widgets .wp-bannerize img
{border:3px solid #fff; max-width:300px;}

#widgets .ban_img h2 {font-family: 'calibri',Arial,sans-serif;
    font-size: 1em;
    margin: 0;
    padding-bottom: 6px;
    text-transform: uppercase;
	color:#fff;
	}


#widgets h2 {font-family: 'calibri',Arial,sans-serif;
    font-size: 16px;
    margin: 0;
    padding-bottom: 6px;
    text-transform: uppercase;
	color:#555;
	}

#widgets .widget_redes ul {padding:0px; margin:0px;}
#widgets .widget_redes ul li {list-style:none; float:left; margin:0px 8px 8px 0px; padding:4px; width:120px; border:1px solid #EF944B;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
#widgets .widget_redes ul li.twitter {background: url("images/redes2.png") no-repeat scroll 5px 3px #CE610A;}
#widgets .widget_redes ul li.facebook {background: url("images/redes2.png") no-repeat scroll 5px -37px #CE610A;}
#widgets .widget_redes ul li.youtube {background: url("images/redes2.png") no-repeat scroll 5px -85px #CE610A;}
#widgets .widget_redes ul li.rss {background: url("images/redes2.png") no-repeat scroll 5px -133px #CE610A;}
#widgets .widget_redes ul li a {padding-left: 33px;}


#widgets .especiales { border:1px solid #E4E4E4; background:#FFFFFF;}
#widgets .especiales h2 {
    background: url("images/fl_tit.gif") no-repeat scroll right 8px #C1B403;
    color: #FFFFFF;
    margin: 10px 10px 0;
    padding: 3px 13px 4px;
}
#widgets .especiales .especiales{
	border:none;
	margin:0 0 5px;
	padding:10px;
}
#widgets .especiales .especiales ul{
	margin: 0;
    padding: 10px;
	list-style: none;
}
#widgets .especiales ul li {
	float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
}
#widgets .especiales ul li .img {float:left; width:75px; }
#widgets .especiales p {line-height: 15px;}
#widgets .especiales ul li .txt {float:left; width:175px;}

#widgets .especiales ul li .txt h3,
#widgets .especiales ul li .txt h3 a { font-family: 'georgia',Arial,sans-serif; color:#C1B403;  line-height: 1; font-size:15px; font-weight:normal; padding:0px; margin:0px;}
#widgets .especiales a.ver_todos {
    background: url("images/fl_00.png") no-repeat scroll 80px 10px #C1B403;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px 20px 2px 13px;
	color:#fff;
}

#widgets .turismo_tv {padding-bottom:10px; position:relative; background: #fff;  border: 3px solid #FFFFFF;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.page-template-page-canaltv-php #widgets .turismo_tv  {display:none;}

#widgets .turismo_tv .img_canal a {position:absolute; top:0px; right:0px;z-index:1;}
#widgets .turismo_tv .img_canal a + a {position:static;}
#widgets .turismo_tv .txt {float: left; width:300px;}
#widgets .turismo_tv .ver_canal  {margin:5px 10px 0 3px;float:left; width:108px; height:43px; display:block; text-indent:-4000px; background: url("images/ver_video.png") no-repeat  0px 0px transparent;}
#widgets .turismo_tv h3 {line-height:16px; padding:5px 0px 0px 0px; margin:0px; font-size:1.1em; color: #C0B300; float:right; width:170px; font-family: 'calibri',Arial,sans-serif; font-weight:normal; }
#widgets .turismo_tv h3 span {display:block; color:#2D2C2C; font-size:0.8em;}
#widgets .turismo_tv  a.masvideos {float:right; background:url("images/fl_04.png") no-repeat scroll 105px  10px #F6F6F6; padding: 1px 20px 1px 13px; margin-top:10px; margin-right:10px; }

#widgets .blogs {padding-bottom:10px; background: #EA7C1F;  border: 1px solid #EF9446;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	width:100%;
}
#widgets .blogs ul  {padding:20px; margin:0px;}
#widgets .blogs ul li {list-style:none; padding:0px 0px 10px; margin:0px; float:left; width:100%;}
#widgets .blogs ul li .auto-foto {float:left; width:60px; height:45px; padding-top: 4px; }
#widgets .blogs ul li .auto-foto img {border: 1px solid #EF944B;  border-radius: 5px 5px 5px 5px;}
#widgets .blogs ul li .auto-foto + .txt {float:right; width:190px;}
#widgets .blogs ul li a {color: #333333;}
#widgets .blogs ul li h3 {color: #FFFFFF;
    font-family: 'calibri',Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0;
}
#widgets .blogs ul li h3 a {color: #FFFFFF;}
#widgets .blogs span {text-transform:uppercase;}

#widgets .tertulias {padding-bottom:10px; background: #EA7C1F;  border: 1px solid #EF9446;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	width:100%;
}
#widgets .tertulias ul  {padding:20px; margin:0px;}
#widgets .tertulias ul li {list-style:none; padding:0px 0px 10px; margin:0px; float:left; width:100%;}
#widgets .tertulias ul li a {color: #fff;}
#widgets .tertulias ul li h3 {color: #FFFFFF;
    font-family: 'calibri',Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0;
}
#widgets .tertulias ul li h3 a {color: #FFFFFF;}
#widgets .tertulias span {text-transform:uppercase;}


#widgets .patrocinada article.noticia .header-top img { max-width: 145px;}
#widgets .patrocinada article.noticia {background:#fff; padding:10px; border:0px;}
#widgets .patrocinada article.noticia .txt {width: 230px; padding: 5px 20px 0px; float: left;}
#widgets .patrocinada article.noticia .img { float: left; height: 130px; width: 280px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	overflow:hidden;
}
#widgets .patrocinada article.noticia .dest_int span.fecha {  color: #7B7B7B; padding-top: 20px;}
#widgets .widget_twitter {background: #C1B403; padding:7px 7px 20px; }
#widgets .widget_twitter h2 {background: #fff; color:#C1B403; padding:3px 13px; }
#widgets .widget_twitter .cuerpo {width:100%; line-height:1.1em;}
#widgets .widget_twitter ul {padding:20px 13px 0px 13px; margin:0px 0 5px 0;}
#widgets .widget_twitter ul li {list-style:none; padding:0px 0px 10px; margin:0px; }
#widgets .widget_twitter ul li a {color: #fff;}
#widgets .widget_twitter .follow-button {padding-left:20px;}

/**/
#widgets .microsite {background: #fff; border:1px solid #E4E4E4;}
#widgets .microsite h2 { color:#FFF; padding:3px 13px 4px; margin:10px 10px 0;background-color: #2830cb !important;}
.home #widgets .microsite:first-child h2 {background-color: #2a721d!important;}
.home #widgets .microsite:nth-child(4) h2,
.home #widgets .microsite:nth-child(6) h2 {
	background-color: #2830cb!important;}
.home #widgets .microsite:nth-child(8) h2 {
	background-color: #4caea9!important;
}
#widgets .microsite .microsite-item {margin: 0 0 5px; padding: 10px;}
#widgets .microsite .microsite-item .txt {padding:5px 10px;}
#widgets .microsite .microsite-item H3 {margin:5px 0px; font-family: 'georgia',Arial,sans-serif; font-size: 1.6em; line-height: 1em; color: #333333;}
#widgets .microsite .microsite-item  .antetitulo {text-transform: uppercase; font-size:13px; font-family: 'Roboto Condensed',sans-serif; font-weight: 400;}
#widgets .microsite .microsite-item img {
	max-width: 275px;
	border: 1px solid #DFDFDF;
    box-shadow: 2px 2px 1px 1px #F0F0F0;
    padding: 5px;
}

#widgets a .moremicro {display: block; background:#fff; color:#333; padding:3px 10px;} 

#widgets .widget_servicios .servicios{
	background: none repeat scroll 0 0 #EA7C1F;
    border: 1px solid #EF9446;
    border-radius: 5px 5px 5px 5px;
    padding:5px 0 ;
    width: 302px;
	text-align:center;
}
#widgets .widget_servicios {}

/*#widgets .hjawidget {max-height:250px; border:3px solid #fff; border-radius:3px;}*/
#widgets .hjawidget {border:3px solid #fff; border-radius:3px;}


#widgets .widget_sp_image h2 {font-size: 12px; text-align: right; padding-bottom: 3px;}

#widgets .wp_bannerize,
#widgets .patrocinada,
#widgets .widget_html_javascript_adder,
#widgets .servicios_efeagro,
#widgets .widget_servicios,
#widgets .widget_widgetcanal,
#widgets .microsite,
#widgets .tertulias,
#widgets .turismo_tv,
#widgets .blogs,
#widgets .banner,
#widgets .Lo_mas,
#widgets .widget_text,
#widgets .tabs,
#widgets .widget_twitter,
#widgets .widget_redes,
#widgets .widget_sp_image,
#widgets .tagcloud,
#widgets .ban_img,
#widgets .especiales,
#widgets .widget_tag_cloud,
#widgets .li_jj_swfobject {
	margin:0px 0 20px 0; 
	/*float:left;*/
}

#widgets .widget_sp_image {
	float: none;
}

#widgets .servicios_efeagro {width: 307px; background:#FFFFFF; border: 1px solid #E4E4E4;}
#widgets .servicios_efeagro h2 {color: #FFFFFF;  background:url("images/fl_tit.gif") no-repeat scroll right 8px #C1B403; margin: 10px 10px 0; padding: 3px 13px 4px;}
#widgets .servicios_efeagro ul {float:left; border-bottom:1px solid #dcdcdc; margin: 10px 0 0 10px ;  width: 287px;}

#widgets .servicios_efeagro ul li {list-style: none; margin: 0px; }
#widgets .servicios_efeagro ul li {padding:2px 5px; width:60px; float:left; }
#widgets .servicios_efeagro ul li.mercados  {background:#EEEEEE; float:right;  padding:2px 12px;  display:block; margin-right: 2PX;}
#widgets .servicios_efeagro ul li.mercados:hover {background:#C1B403;}
#widgets .servicios_efeagro ul li.mercados:hover a {color:#fff;}
#widgets .servicios_efeagro ul li.mercados a {color:#333; padding-left:5px; display:block;}
#widgets .servicios_efeagro ul li.ipc  {background:#EEEEEE; float:right;  padding:2px 12px;  display:block; margin-right: 2PX;}
#widgets .servicios_efeagro ul li.ipc:hover {background:#C1B403;}
#widgets .servicios_efeagro ul li.ipc:hover a {color:#fff;}
#widgets .servicios_efeagro ul li.ipc a {color:#333; padding-left:0px; display:block;}

#widgets .servicios_efeagro .cuerpo {padding:10px;   float: left;}
#widgets .servicios_efeagro iframe {
	/*border: 1px solid #DFDFDF;
    box-shadow: 2px 2px 1px 1px #F0F0F0;
    padding: 5px;*/
    padding: 0px 5px 10px;
}

#widgets .servicios_efeagro .cuerpo {
	border: 1px solid #DFDFDF;
    box-shadow: 2px 2px 1px 1px #F0F0F0;
    margin: 14px;
    padding: 10px;
}

#widgets .servicios_efeagro ul {position:relative;}
#widgets .servicios_efeagro div.ipc {  padding-top: 28px;display:none; position:absolute; top:0px; left:-6px; z-index:999;width:300px;height:342px;}


#widgets .servicios_efeagro div.ipc img {
	/*border: 1px solid #DFDFDF!important;*/
    /*box-shadow: 2px 2px 1px 1px #F0F0F0;*/
    padding: 10px 27px 10px;
	background:#fff;
	max-height: 320px;
}

#widgets .servicios_efeagro li.ipc:hover div.ipc {display:block;}

/*
.canal, #widgets .banner, #widgets .ban_img, .tw {border:3px solid #fff;}
#widgets .ban_img h2 {display:none;}



#widgets .banner {float:left;}

#widgets .ban_img img {padding:0px; margin:0px;}
#widgets .ban_img {padding: 10px 10px 6px;}
.banners {margin: 6px 0;}
*/

/*banners*/

.banner_medio {width: 620px; float: left;
	/*background:#F8F7E9;
    border: 1px solid #E8E5B7;*/
	padding:0 10px;
	margin-bottom:20px;
}
.banner_medio h2 {font-size:12px; font-family: 'calibri',Arial,sans-serif; text-transform: uppercase; margin: 0px; padding:0 6px 6px; }


/*SEARCHFORM*/
#searchform {float:right; padding: 7px 7px 0px 0px;}
#searchform input[type="text"] {font-size: 0.9em; background:#fff; border:1px solid #A3A3A3; width:200px; padding:3px;}
#searchform input#searchsubmit {width:23px; height:23px; text-indent:-4000px; background:#fff url("images/lupa.gif") no-repeat 0px 0px; border:1px solid #A3A3A3;}

.page #content  {background:#fff; width:640px; margin-right:0px;}

/*microsites*/

.top_microsite {padding:10px 0px; text-align:center; background:#fff}
.top_microsite img {margin:0 auto;}
.cab_micro {background:#fff; height:47px; width:100%;}
.cab_micro div {width:1000px; margin:0 auto;}
.cab_micro img.agro {float:left; padding-top: 3px;}
.cab_micro img.sig {float:right; padding-top: 10px;}
.micro #header #logo { margin: 65px 0 0;}
.micro .bg_menu {border-bottom:0px;  box-shadow:0 0px 12px -3px #333333;}
.micro .menu a {background: url("images/separa_micro.png") no-repeat scroll right center transparent;}
.micro .menu > li:first-child > a {padding-left: 0;}
.micro .migas {background:#fff; box-shadow:0 3px 12px -3px #333333; }
.micro .migas .breadcrumb-list {width:1000px; margin:0 auto; padding: 10px 0;}

.block.micro_site {padding:8px;}
.ficha .block.micro_site .img img {
    border: 0px solid #DFDFDF;
    box-shadow:none;
    padding: 0px;
	float: left;
	min-width: 100%;
	height:auto;
}

.ficha .block.micro_site .img img.play {min-width:64px;}

.micro .ficha .post-meta .send_friend a, .entrevista .post-meta .send_friend a {
    background: url("images/amigo2.png") no-repeat scroll right 0 transparent;
}

.micro #content, .micro #widgets {box-shadow: 1px 6px 7px -3px #333333;}
.micro .ficha h2 {color:#333;}
.micro .ficha .tags {padding:10px;} 
.micro .cab_micro_site .antetitulo { padding-left:15px;} 
.micro .cab_micro_site .img .nota {padding:10px 4px;  float: left; width: 616px; margin-bottom:0px;}
.micro .cab_micro_site h1 {color:#000; padding:0 15px 10px;  width: 95%;}
.micro .post-entry {/*padding-left:130px;*/ position:relative; padding-top:20px;}
.micro .ficha ul#sharebarx {width: 120px;  left: 0; top:40px;}
.micro .ficha .bx-wrapper {float:left; width:600px!important;}
.micro .ficha .bx-window {width:600px!important;}
.micro .ficha .bx-wrapper #slider1 li .img {width:600px!important;}
.micro .ficha .galeria_ficha {padding:11px;}
.micro .ficha .video_destacada .youtube-player {padding:11px; box-shadow: 0px 0px 0px #ffffff;}
.micro .share .fb-share-button {
    height: 25px;
    overflow: hidden;
    position: absolute !important;
    left: 6px;
    top: 90px;
    width: 100px;
    z-index: 999;
}
.micro .share .fb_iframe_widget {
	height: 25px;
}

.micro #content.iframe {
    height: 940px;
    overflow: hidden;
}
.iframe .post-entry,  .iframe .cab_micro_site, .iframe .endfloat,  .iframe .map, .iframe .navigation {display:none;}
.iframe .block.micro_site {padding:0px;}

.micro .share ul#sharebarx li {float:none; background: none;}
.micro #respond {    padding-left: 28px;}

#widgets .items {margin:20px 0 20px; /*float:left;*/}
#widgets  .microlist .image img {
	border: 1px solid #DFDFDF;
    max-width: 288px;
    padding: 5px;
	background:#fff;
}
#widgets  .microlist span {color:#fff; font-size:12px; text-transform: uppercase; padding-right:10px;}
#widgets  .microlist span.fecha {color:#333; float:right;}
#widgets  .microlist h3 {width: 300px; border-top:1px solid #fff; margin:5px 0px; color:#000; padding-top:10px;  padding-bottom: 5px;}

.micro #content-archive.eventos {padding: 20px; width: 600px;}

.micro .navigation {padding: 0 30px 20px; width: 577px;}
.micro .navigation .wp-pagenavi span, .micro .navigation .wp-pagenavi a  {border:0px; padding:0px;}

/*ocultar fecha en micro vinos*/

#container.fechano  .fecha {display:none;}
#container.fechano  .ficha .post-meta {min-height: 17px;}

.term-fichas-de-cata .fecha {display:none;}

/*CALENDARIO EVENTOS*/
.eventos h1{
	color: #C0B300;
    font-family: Arial;
    font-size: 1.4em;
    padding-top: 20px;
    text-transform: uppercase;
}

.eventos.especiales h1{padding-bottom: 20px;}

.single-eventos .ficha .post-meta .fecha {border-left:0px; border-right: 1px solid #CDCDCD; padding: 0 7px 0 0;}
.single-eventos .ficha .post-meta .fecha span {color:#C0B300;}
.single-eventos .ficha .post-meta .lugar {padding-left: 7px;}
.single-eventos .ficha .post-meta .lugar span {color:#C0B300;}
.single-eventos .ficha h1 {text-transform:none; color:#333333;}



/*tertulias*/
.single-tertulia .ficha .post-meta .fecha {border-left:0px; border-right: 0px solid #CDCDCD; padding: 0 7px 0 0;}
.single-tertulia .participantes {float:left; width:580px; background:#FAF5E2; padding:10px;
border:1px solid #EAE6CB;
border-radius: 8px;
-ms-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
margin-bottom:20px;
}
.single-tertulia .participantes ul {margin:0px; padding:0px; list-style-type:none;}
.single-tertulia .participantes ul li {float:left; width:190px; margin:0px; padding:0px;list-style-type:none;}
.single-tertulia .participantes ul li .img {width:60px; float:left; padding:0px; text-align:left; height: 48px;}
.single-tertulia .participantes ul li .img img {width:50px; height:auto; border:0px; padding:0px;}
.single-tertulia .participantes ul li .txt {width:130px; float:left}
.single-tertulia .participantes ul li .txt span.nombre {display:block; font-size:1.1em; text-transform: uppercase; color:#C0B300; padding-top:5px;}
.single-tertulia .participantes ul li .txt span.cargo {display:block; line-height: 15px;}

/*FICHA*/
.ficha,#content-archive.eventos {background:#fff; width:640px;}


#content.email {background:#fff; border: 1px solid #DFDFDF; padding:20px; width:595px;
}

.block {   /*background-color: #FFFFFF;  border: 1px solid #DFDFDF; float: left; margin-bottom: 10px;  padding: 20px;*/}
.ficha .block,.email .block,.entrevista .block  {float:none;}
.ficha .idiomas {padding:10px 0 0 0;}
.ficha .idiomas + .antetitulo {padding-top:5px!important;}
.ficha .antetitulo,.entrevista .antetitulo {color: #C0B300; position:relative; min-height: 18px; text-transform: uppercase; display:block; padding-top:12px; }
//.ficha .antetitulo span,.entrevista .antetitulo span {display:block; max-width:400px; line-height: 1.3;}
.ficha .antetitulo .shareSave, .entrevista .shareSave {float: right; position: absolute; top: 13px; right: 0px; display: block!important; min-width: 220px;}
.ficha .blog_content p:first-of-type { padding-top: 2%;}

span.shareSave a.a2a_button_facebook_like { min-width: 90px; width: auto!important; }
.ficha .entradilla {font-size:19px; font-family: 'calibri',Arial,sans-serif; color: #666666; line-height: 1.1; padding-top: 2%}
.entrevista .entradilla { font-size:19px; font-family: 'calibri',Arial,sans-serif; color: #666666; line-height: 1.1;}
.ficha .entradilla .read-more {display:none;}
.ficha h1 {font-size:2.2em; width:98%; font-family: 'georgia', Arial, sans-serif; padding-top: 10px;}
.entrevista h1 {font-size:2.2em; width:75%; font-family: 'georgia', Arial, sans-serif; padding-top: 10px;}
.single-entrevista .entrevista h1 {margin-top:0px; width:100%; padding-bottom:10px;}
.single-entrevista .entrevista .img img {border-radius: 8px;
-ms-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
padding: 4px;
border: 1px solid #DFDFDF;}
.single-entrevista .nombre { padding-top: 16px;color: #C0B300; font-size:1.4em; display: block; padding-bottom: 0px; }
.single-entrevista .cargo {color: #333;  font-size:0.9em; display: block; padding-bottom: 4px; text-transform: uppercase;}

.ficha .post-meta,.entrevista .post-meta {background-color:#fff; color:#444444; border:1px solid #E1E1E1; border-left:0px; border-right:0px;  padding:3px 5px;text-transform: uppercase;}
.ficha .post-meta .fecha,.entrevista .post-meta .fecha{border-left: 1px solid #CDCDCD;padding-left: 7px; color:#5A5A5A;}
.ficha .post-meta .autor_fuente, {margin-right:5px;   color: #000;}
.ficha .post-meta .comments-link,.entrevista .post-meta .comments-link  {float:right; padding-right:10px;}
.ficha .post-meta .send_friend,.entrevista .post-meta .send_friend {float:right; padding-right:10px; vertical-align: middle; color:#5A5A5A;}
.ficha .post-meta .send_friend a:hover,.entrevista .post-meta .send_friend a:hover {color:#C0B300;}
.ficha .post-meta .send_friend a ,.entrevista .post-meta .send_friend a {color:#808080;padding-right:25px; background:transparent url("images/amigo.png") no-repeat right 0px;}
.ficha .post-meta .comments-link a,.entrevista .post-meta .comments-link a {border-left:1px solid #cdcdcd; padding-left:6px;color:#808080;}
.ficha .post-meta .comments-link a:hover,.entrevista .post-meta .comments-link a:hover  {color:#C0B300;}
.ficha .post-meta .send_friend img {vertical-align: middle; padding-right:4px;}



.ficha .new_patro {border-top:1px solid #E1E1E1; border-bottom:1px solid #E1E1E1; padding:4px; float:left; width:630px; margin:15px 0;}
.ficha .new_patro span {width:auto; float: left; display:block; padding-top:14px; text-transform: uppercase;}
.ficha .new_patro img {float:left;  height:50px; width:auto;}

.entrevista .post-meta .autor_fuente {border-right:1px solid #cdcdcd; padding-right:10px; margin-right:10px;}

.single-noticia .ficha .post-meta {margin-bottom:0px;}
.single-noticia .ficha .post-meta .fecha {border-left: 0px solid #CDCDCD; padding-left: 4px; color:#5A5A5A;}
.ficha .post-meta2 { font-size: 14px; margin-bottom:10px; background-color:#F7F7F7; color:#444444; border-bottom:1px solid #E1E1E1; padding:3px 5px 3px 9px;}

.ficha .post-entry {font-size:1.2em; color: #666666;}
.ficha .tags {background-color:#fff; border-top:1px solid #E1E1E1; padding:5px;}
.ficha .img {padding:0 0 20px 0;text-align:center;}
.ficha .img img {
	-moz-box-shadow: 2px 2px 1px 1px #F0F0F0;
	-webkit-box-shadow: 2px 2px 1px 1px #F0F0F0;
	box-shadow: 2px 2px 1px 1px #F0F0F0;
	padding:5px;
	border: 1px solid #DFDFDF;
}




.ficha .galeria_ficha {-moz-box-shadow: 2px 2px 1px 1px #F0F0F0;
	-webkit-box-shadow: 2px 2px 1px 1px #F0F0F0;
	box-shadow: 2px 2px 1px 1px #F0F0F0;
	padding:5px;
	border: 1px solid #DFDFDF;}

	.ficha .galeria_ficha .img img { padding:0px; border:0px; box-shadow:0px #fff; }

.entrevista {position:relative;}
.entrevista .img {padding:0 0 20px 0;}

.entrevista  .img_principal {position:relative; padding-bottom:20px;}
.entrevista .img_principal img {
-moz-box-shadow: 2px 2px 1px 1px #F0F0F0;
	-webkit-box-shadow: 2px 2px 1px 1px #F0F0F0;
	box-shadow: 2px 2px 1px 1px #F0F0F0;
	padding:5px;
	border: 1px solid #DFDFDF;
	width:628px; height:375px;
}
.entrevista  .img_principal img.play {position:absolute; right:20px; bottom:20px; width:auto; height:auto;}


.entrevista .post-entry {font-size:1.2em;}
.cascada .entrevista  .img {padding:0 0 0px 0;}
.ficha .img img {/*width:100%; height:auto;*/}
.ficha .img .nota, .entrevista .img .nota
{display:block; padding:0px 10px 4px 10px; color:#616161; text-align:left; background-color:#fff;}

.ficha  ul#sharebarx{display:block; width:250px; float:right; position:absolute; top:13px; right:-40px; display:block!important;}
.ficha .fb-share-button {display:block; width:325px; float:right; position:absolute; top:13px; right:-40px; display:block!important;}
/*.entrevista  ul#sharebarx {display:block; width: 210px; float:right; position:absolute; top:13px; right:-53px; display:block!important; }*/
.ficha  ul#sharebarx li,.entrevista  ul#sharebarx li {margin-right: 0px;}
.ficha  ul#sharebarx li iframe.twitter-share-button,.entrevista  ul#sharebarx li iframe.twitter-share-button {}
.f_blog  ul#sharebarx {width:150px; float:left; position:absolute; display:block!important; left:20px; top:20px;}
.f_blog .fb-share-button {left:25px; top:72px;}

/*pie idiomas*/

.ficha .img .nota span.es {}
.ficha .img .nota span.en {display:none;}
.ficha .img .nota span.fr {display:none;}
.ficha .img .nota span.ru {display:none;}

/*geolocalizacion*/
.ficha .map {padding-bottom:20px;}
.ficha .map h3 {
    border: 0 solid #E1E1E1;
    font-family: 'calibri',Arial,sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

/**/

#content.entrevista { width: 640px;}
.entrevista .csc {position:absolute; top:0px; right:0px;}

.ficha .related {}
.ficha .related h4 {border-bottom:1px solid #E1E1E1; padding-bottom:6px; margin-bottom:10px;}
.ficha .related ul {margin:0px; padding:0px;}
.ficha .related ul li {margin:0px; padding:0px; list-style-type:none; padding-bottom:10px;}
.ficha .related ul li span {text-transform: uppercase; font-size:0.9em;}
.ficha .related ul li a {font-size:1.3em; font-family: 'georgia', Arial, sans-serif; padding: 0px 0; display:block; }

/*ficha imagenes*/
.ficha .galeria_ficha {
	float: left;
	margin-bottom:20px;
	}

.ficha .bx-window {height: 408px!important; width: 628px!important; overflow:hidden; }
.ficha.galeria .bx-window {height: 415px!important; width: 628px!important;}
.ficha .bx-wrapper {float:left; width:628px!important;}
.ficha .bx-wrapper #slider1 {margin:0px; }
.ficha #slider1 ul {margin:0px; padding:0px;  list-style-type:none;}
.ficha #slider1 li {margin:0px; padding:0px; list-style-type:none;}
.galeria .ficha .bx-wrapper #slider1 li .img {padding:0 0 0 0;text-align:center;background-color:#000;height: 361px;}
.ficha .bx-wrapper #slider1 li img {border: 0px;padding: 0px;width: 100%;height: 360px;}
.ficha .bx-wrapper #slider1 li .img {padding:0 0 0 0;text-align:center;min-width:628px;}
.ficha .description, .ficha .bot  {display:none;}
.ficha .thumbs {float:left; width: 580px; padding:5px 10px; margin-bottom:0px;}
.ficha .thumbs a {padding:1px 5px 1px 0px; display:block;  float: left;}
.ficha .thumbs a.pager-active img {border:2px solid #C0B300; opacity: 1;  -moz-opacity: 1;  filter:alpha(opacity=100);}
.ficha .thumbs a img {border:2px solid #fff; margin-bottom:3px; width:107px; height:70px; float: left; opacity: .50;  -moz-opacity: .50;  filter:alpha(opacity=50);
}
.ficha.galeria .thumbs {position:relative; z-index: 9999; height:auto; }
.ficha.galeria .bx-wrapper #slider1 li {width:486px;}

.ficha .galeria_ficha,  .ficha .img {position:relative; }
.ficha img.play {position:absolute; left:50%; top:165px; margin:0 0 0 -32px; z-index:998; border:0px; padding:0px;}
.ficha img.play {box-shadow:0px 0px 0px 0px #fff;}
.ficha .video_destacada  {position:absolute; left:0px; top:0px;  z-index:999;}
.ficha .post-meta {font-size:12px;}

.ficha .video_destacada .youtube-player {
    border: 0px solid #DFDFDF !important;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 4px;
}

.ficha .youtube-player {   
	-moz-box-shadow: 2px 2px 1px 1px #F0F0F0;
	-webkit-box-shadow: 2px 2px 1px 1px #F0F0F0;
	box-shadow: 2px 2px 1px 1px #F0F0F0;
	padding:5px;
	border: 1px solid #DFDFDF;
	margin-bottom:10px;


} 

.ficha.galeria .thumbs a {padding:0px; display:inline; }
.ficha.galeria .img .description {width:400px; background:#fff; padding:20px; /*color:#fff;*/ position:absolute; right:20px; top:20px;}
.ficha.galeria .img span.bot {cursor:pointer; width:50px; background:#00A9BC; padding:2px 4px; color:#fff; position:absolute; right:20px; top:320px;}
.ficha.galeria .img span.bot:hover {cursor:pointer; width:50px; background:#000; padding:2px 4px; color:#fff; position:absolute; right:20px; top:320px;}

.ficha.izquierda .post-meta {margin-bottom:10px;}
.ficha.izquierda .img {margin-top:10px; width:240px; float:left; border: 1px solid #DFDFDF; border-radius: 8px 8px 8px 8px;  padding: 4px;}
.ficha.izquierda .img img {border:0px; padding:0px;  border-radius: 8px 8px 0px 0px;}
.ficha.izquierda .post-entry {padding-top:10px; float:right; clear:none; width: 335px;}
.ficha.izquierda  .tags {float:left; width:622px;}
.ficha.izquierda  .adjuntos {float:left; width:622px;}
.ficha.izquierda .thumbs {display:none;}
.ficha.izquierda ul#imagenes {width:240px; float:left; margin:0px; padding:0px;}
.ficha.izquierda ul#imagenes li {width:240px; float:left; margin:0px; padding:0px; list-style-type:none;}


.ficha.derecha .post-meta {margin-bottom:10px;}
.ficha.derecha .img {margin-top:10px; width:240px; float:right; border: 1px solid #DFDFDF; border-radius: 8px 8px 8px 8px;  padding: 4px;}
.ficha.derecha .img img {border:0px; padding:0px;  border-radius: 8px 8px 0px 0px;}
.ficha.derecha .post-entry {padding-top:10px;  float:left; clear:none; width: 335px;}
.ficha.derecha  .tags {float:left; width:622px;}
.ficha.derecha  .adjuntos {float:left; width:622px;}
.ficha.derecha .thumbs {display:none;}
.ficha.derecha ul#imagenes {width:240px; float:right; margin:0px; padding:0px;}
.ficha.derecha ul#imagenes li {width:240px; float:right; margin:0px; padding:0px; list-style-type:none;}

.ficha.rodeada .post-meta {margin-bottom:10px; }

.ficha.rodeada .img {width:280px; float:right; 
	border: 1px solid #DFDFDF;
    box-shadow: 2px 2px 1px 1px #F0F0F0;
    padding: 5px;
	margin:0 0 5px 10px; }

.ficha.rodeada .img img {padding:0px; border:0px; box-shadow:2px 2px 1px 1px #fff;}

.ficha.rodeada .post-entry {}
.ficha.rodeada  .tags {float:left; width:622px;}
.ficha.rodeada .img .nota  {
    font-size:13px;
    color: #616161;
    display: block;
    padding: 0 10px 4px;
	border:0px;
}

.single .block-dcha {
	background:#F8F7E9;
   
    float: right;
    margin-bottom: 15px;
    padding: 16px;
    width: 306px;
	
}

.single .block-dcha h4 {
    font-family: 'calibri',Arial,sans-serif;
    font-size: 1.3em;
    margin: 0;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.single .block-dcha ul {margin: 0;  padding: 10px 0px 0px;}
.single .block-dcha ul li {margin: 0; list-style:none; float: left; width: 100%; padding: 0 0 15px;}
.single .block-dcha  ul li .img {  float: left;  width: 112px; height:76px; margin-right:10px; position:relative;
	overflow:hidden;
	border-radius: 5px 5px 5px 5px;
}
.single .block-dcha  ul li .img  img { }
.single .block-dcha  ul li .img .cat a {
    background: none repeat scroll 0 0 #C0B300;
    bottom: 0;
    color: #FFFFFF;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    z-index: 100;
	text-transform: uppercase;
	font-size:0.9em;
	}
.single .block-dcha  ul li .txt {  float: left; width: 180px;}
.single .block-dcha  ul li .txt h3 {color: #FFFFFF;  font-family: 'calibri',Arial,sans-serif;  font-size: 15px;  font-weight: normal; line-height: 1;  margin: 0; padding: 0;}
.adjuntos h4 {border-bottom:1px solid #E1E1E1; padding-bottom:6px; margin-bottom:10px;}

/*ficha contenido*/

.ficha ul {list-style-type: square;}
.ficha li  {padding-bottom:10px;}

.ficha h2{ font-size: 1.0em; color:#C0B300;}
.ficha h3 { font-size: 0.9em; border-bottom:1px solid #E1E1E1; padding-bottom:6px; margin-bottom:10px;}
.ficha h4 { font-size: 1.0em;}

.ficha .adjuntos {padding-bottom:10px;}
.ficha .adjuntos ul {margin:0px; padding:0px;}
.ficha .adjuntos li {list-style-type:none; margin:0px; padding:5px 0px 10px 30px; background:transparent url("images/pdf.png") no-repeat left 3px;}

.fluid-width-video-wrapper{margin-bottom:20px;}

/* =Blockquote
-------------------------------------------------------------- */
.ficha blockquote {
	overflow:auto;
	float:right;
	width:200px;
}

.ficha blockquote p {
	font-family:"calibri", Arial, serif;
	font-style:italic;
	font-size:18px;
	line-height:18px;
	
	padding:0 0 10px 12px;
	color:#C0B300;
}


.ficha .post-entry ul {list-style-type: none; margin:0px 0px 0px 15px; padding:0px;}
.ficha .post-entry ul li {padding:0px 0px 10px 15px; background:transparent url("images/bullet.png") no-repeat left 6px;}
.ficha .post-entry img {
	float:left; }


.post-template-single-rodeada-php .ficha .post-entry ul#imagenes {width:250px; float:right;}
.post-template-single-rodeada-php .ficha .post-entry ul#imagenes li {padding:0px; background:none; }
.post-template-single-rodeada-php .ficha .post-entry ul#imagenes li .img {width:250px;  margin: 0 0 5px 10px; float:right; border:0px; padding:0px; }
.post-template-single-rodeada-php .ficha .post-entry ul#imagenes li .img img {padding:4px;}

/*sabias*/
.sabias_entrevista .sabias .header-top {    
    position: relative;
}
.sabias_entrevista .sabias .header-top h4 {
    text-transform: uppercase;
	background:#C0B300;
	padding: 5px 10px;
	color:#fff;
	font-family: calibri; Arial;
	font-size: 17px;
}
.sabias_entrevista .sabias .header-top img {
    position: absolute;
    right: -4px;
    top: -4px;
}
.sabias_entrevista .sabias {
	background-color: #fff;
    float: left;
    margin-bottom: 13px;
	width: 312px;
	overflow: hidden;
	border: 1px solid #DFDFDF;
    box-shadow: 2px 2px 1px 1px #F0F0F0;
	height: 336px;
}

.sabias_entrevista .sabias .sab {margin:5px; background-color: #F8F7E9; min-height: 326px;}

.sabias_entrevista .sabias ul {margin:0px; padding:0px; float:left;}
.sabias_entrevista .sabias ul li {
	margin:0px;
	padding: 7px 5px 7px 5px;
	width: 140px;
	position:relative;
}

.sabias_entrevista .sabias ul li .txt {}

.sabias_entrevista .sabias ul li .entry-content {padding-bottom: 7px;}
.sabias_entrevista .sabias ul li .tit {line-height: 12px; display:block; padding:6px;}
.sabias_entrevista .sabias ul li img  {display:none; }
.sabias_entrevista .sabias ul li img + img {display:block;  opacity: .50;  -moz-opacity: .50;  filter:alpha(opacity=50);}
.sabias_entrevista .sabias ul li img + a img {display:block; opacity: .50;  -moz-opacity: .50;  filter:alpha(opacity=50);}
.sabias_entrevista .sabias ul li img.select  {opacity: 1;  -moz-opacity: 1;  filter:alpha(opacity=100);}
.sabias_entrevista .sabias ul li .entry-content .consejo {width:300px; height:50px; background:#fff; position:absolute; left:0px; top:80px;}
.sabias_entrevista .sabias ul li .entry-content .consejo {display:none;}
.sabias_entrevista .sabias ul li:hover .entry-content .consejo {display:block;}

.sabias_entrevista .sabias .bx-window, .sabias_entrevista .sabias .bx-wrapper {width: 300px!important;}

.sabias_entrevista .sabias a.mas  {color:#525252; float:right; background:transparent url("images/fl_03.png") no-repeat right 9px; padding-right: 20px; text-transform: uppercase; }
.sabias_entrevista .entrevista a.mas {position: absolute; right: 10px; bottom: 13px;  color:#C0B300; float:right; background:transparent url("images/fl_05.png") no-repeat right 9px; padding-right: 20px; text-transform: uppercase; }
.sabias_entrevista .sabias .bx-prev {z-index: 9999; position:absolute; right:40px; top:124px;  width:25px; height:30px; text-indent:-4000px; display:block; background:transparent url("images/nav2.png") repeat left 0px;}
.sabias_entrevista .sabias .bx-next {z-index: 9999; position:absolute; right:23px; top:124px;  width:25px; height:30px; text-indent:-4000px; display:block; background:transparent url("images/nav2.png") repeat right 0px;}
.sabias_entrevista .sabias .bx-prev:hover {background:transparent url("images/nav2h.png") repeat left 0px;}
.sabias_entrevista .sabias .bx-next:hover {background:transparent url("images/nav2h.png") repeat right 0px;}



.sabias_entrevista .sabias .bx-captions {
margin:-24px 0 10px 10px;
z-index: 9999;
position: relative;
background:transparent url("images/caption.png") no-repeat 0 0px; 
padding:55px 14px 20px 14px; 
width:250px; 
line-height: 1; 
color: #2D2C2C; 
font-style: italic;
}



/*entrevista*/
.entrevista .header-top {position:relative;  min-height: 33px; }
.entrevista .header-top img {position:absolute; right:1px; top:4px;}

.sabias_entrevista div.entrevista {
	background-color: #FFF;
    float: left;
    margin-bottom: 10px;
    padding:0px 0px 0px 0px;
	width: 312px;
	position:relative;
	margin-left:14px;
	overflow: hidden;
	border: 1px solid #DFDFDF;
    box-shadow: 2px 2px 1px 1px #F0F0F0;
    padding: 0px;
}
.sabias_entrevista div.entrevista .entrevista {background-color: #F8F7E9; margin:5px; height:326px;}

.sabias_entrevista div.entrevista h4 {z-index:5; padding:0px; margin:0px; text-indent: -4000px; position:absolute; left:5px; top:5px; width:137px; height:105px; background:transparent url("images/h4_entrevista.png") no-repeat left 0px;}

.sabias_entrevista div.entrevista .entry-content {position:relative;}
.sabias_entrevista div.entrevista h2 {padding:0px 0px 3px 0px; margin:0px; color:#fff;}
.sabias_entrevista div.entrevista .nombre {color: #333; font-size:1.4em; display: block; padding-bottom: 0px; }
.sabias_entrevista div.entrevista .cargo {color: #808080;  font-size:0.9em; display: block; padding-bottom: 4px; text-transform: uppercase;}
.sabias_entrevista div.entrevista h2 a {color:#C0B300;}
.sabias_entrevista div.entrevista p {color:#2D2C2C; margin-bottom:0px;  font-size:1em!important;}
.sabias_entrevista div.entrevista .txt {padding: 5px 20px 20px;}

.sabias_entrevista div.entrevista img {width:302; height:173px;}
.sabias_entrevista div.entrevista .txt h2 { padding-right:25px; line-height: 1;}


/*ESPECIAL*/

.plantilla_especiales .related {background:#F8F7E9; border:1px solid #C0B300; padding:15px 15px 0px 15px; margin-right:10px; width:280px; float:left;

text-align:left;
}
.plantilla_especiales .related ul {margin:0px; padding: 0px;}
.plantilla_especiales .related ul li {list-style:none; margin:0px; padding: 0 0 15px; float: left; width:100%;}
.plantilla_especiales .related .img {
   
    float: left;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 100px;
	padding:0px; 
	border:0px;
}

.plantilla_especiales .related .img img { padding: 0; border:0px;}
.plantilla_especiales .related .img .cat a {
    background: #C0B300;
    bottom: 0;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 1px 16px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    z-index: 100;
}

.plantilla_especiales .related .txt {
    float: left;
    width: 165px;
}

.plantilla_especiales .related ul li .txt h3 {
    font-family: 'calibri',Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0;
	border:0px;
}

.plantilla_especiales .related ul li .txt h3 a {font-size:1em;  font-family: 'calibri',Arial,sans-serif; color:#333333;}
.plantilla_especiales .related ul li .txt h3 a:hover {color: #C0B300;}
.plantilla_especiales .related ul li .txt .fecha {color: #C0B300;}

.plantilla_especiales .post-entry,
.plantilla_especiales .cuerpo_inicial {clear: none; /*padding-left:130px;*/ padding-bottom:12px; font-size: 1.2em;}

/*tabs lomas*/

#widgets .Lo_mas {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E4E4E4;
}

.tabs {
   
    float: left;
	width: 300px;
	min-height: 200px;   
}


.tabs h4 {
    background: url("images/fl_tit.gif") no-repeat scroll right 8px #C1B403;
    color: #FFFFFF;
    margin: 10px 10px 0;
    padding: 3px 13px 4px;
	font-family: 'calibri',Arial,sans-serif;
    font-size: 16px;
	text-transform: uppercase;
 }

#lomas ul{list-style: none outside none; padding:0px; margin:0px; }
#lomas ul.tabNavigation {  border-bottom: 0px solid #DCDCDC;  float: left;  margin: 10px 10px 0;  width: 277px;}
#lomas ul.tabNavigation li {
    float: left;
    list-style: none outside none;
	padding:0px;
	margin:0px 0 0px 8px;
}
 
#lomas ul.tabNavigation li + li + li {display:none;}

#lomas ul.tabNavigation	 li a.selected {
	color: #fff;
	/*border:1px solid #DFDFDF;
	border-bottom:1px solid #fff;
	margin-bottom: -1px;*/
	background:#333333;
}
#lomas ul.tabNavigation	 li a {
   
    display: block;
    margin: 0 0px 5px 0;
    padding: 1px 10px;
    text-decoration: none !important;
	text-transform: uppercase;
	font-size:0.9em;
	float:left;
	color:#666;
}

#lomas #views,
#lomas #share,
#lomas #cloud {
	float:left; 
	background:#F9F7EA;
    border: 1px solid #DFDFDF;
    padding: 5px;
	width: 268px;
	margin:0 10px 10px;

}
#lomas #views ul ,
#lomas #share ul {padding-top:10px; margin:0px;}
#lomas #views ul li,
#lomas #share ul li {padding:0 3px 0px; border-bottom:0px solid #DFDFDF; float:left;  margin:5px; width:265px;}
#lomas #views ul li a,
#lomas #share ul li a {color: #666; line-height: 1.1em; padding: 0 15px 0 25px; background:transparent url("images/bullet.gif") no-repeat 12px 8px; display: block;}
#lomas #views ul li a:hover,
#lomas #share ul li a:hover
{color:#333333}
#lomas #views ul li:last-child,
#lomas #share ul li:last-child {border:0px;}

#lomas .most-shared-posts ul li {padding:0 3px 5px; border-bottom:1px solid #DFDFDF; float:left;  margin:5px; width:300px;}
#lomas .most-shared-posts ul li a {color: #616161; padding-left:25px; background:transparent url("images/bullet.gif") no-repeat 12px 8px; display: block;}
#lomas .most-shared-posts ul li .share-counts {display:none;}

#lomas #cloud {padding:15px;}
#lomas #cloud a {color:#333;}
#lomas #cloud a:hover {color:#C0B300;}

#widgets .widget_tag_cloud {background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E4E4E4;}

#widgets .widget_tag_cloud h2 {
    background: url("images/fl_tit.gif") no-repeat scroll right 8px #C1B403;
    color: #FFFFFF;
    font-family: 'calibri',Arial,sans-serif;
    font-size: 16px;
    margin: 10px 10px 0;
    padding: 3px 13px 4px;
    text-transform: uppercase;
}

.tagcloud {float:left;
	padding: 20px;
}
.tagcloud a {color:#666;}
.tagcloud a:hover {color:#C0B300;}

/*categoria*/

.categoria .recomienda { float: left; width: 336px;}
.categoria .recomienda .block { float: left; width: 297px;}
.categoria .lomas { float: left; width: 100%;}

.categoria .recomienda h4, .categoria .lomas h4 {color:#333; border-bottom: 1px solid #DFDFDF; margin: 0 0 15px; padding: 0 0 6px;
    font-family: 'calibri',Arial,sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    text-transform: uppercase;}

.categoria .recomienda ul {padding:0px; margin:0px;}
.categoria .recomienda li {padding:0px; margin:0px; list-style:none; padding-bottom:15px; float:left; width:100%;}

.categoria .recomienda img {float:left; padding-right:10px;}
.categoria .recomienda .txt {float:left; width:200px;}
.categoria .recomienda .txt span {color:#C0B300;}
.categoria .recomienda h3 {font-size:1.2em; padding:0px; margin:0px; line-height: 1.2em;}
.categoria .recomienda h3 a {color:#444;}
.categoria .recomienda h3 a:hover {color:#C0B300;}

.categoria .lomas ul {padding:0px; margin:0px;}
.categoria .lomas li {padding:0px; margin:0px; list-style:none; /*float:left;*/ padding-bottom:12px;}
.categoria .lomas li a {color:#444; font-family: 'georgia',Arial,sans-serif; font-size:1.2em;}
.categoria .lomas li a:hover {color:#C0B300;}
.categoria .lomas span {display:block; font-size:1.0em; font-weight:normal;} 

/*page*/

.page h1 {padding-top:0.6em;}
.page .block {}

/*search*/

.search h1 {padding-top:0.6em;}
.archive .search .block,.search .block{
	width: 970px;
	float:left;
	min-height: 0;
}
.search .post-meta .bus_autor{color:#C0B300;}

/*widget Redes sociales*/
.widget_redes ul li a{
	color:#fff;
}

/*widget Especiales*/
.especiales ul li a{
	color:#fff;
}
/*video*/

#widgets .widget_widgetcanal {padding:7px; width:293px; background:#C1B403;}
#widgets .widget_widgetcanal h3 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #C1B403;
    padding: 3px 13px;
	font-size:16px;
	margin:0 0 4px 0;
}

#page_in_widget-2 {margin-top:10px;}
#page_in_widget-2 .widget-title-home {background:transparent url("images/youtube.png") no-repeat right 2px; overflow:hidden;}
#page_in_widget-2 .widget-title-home  h3 {margin:0px; padding:5px 0px 10px;font-size:1.3em; color:#777777; font-weight:normal;}
#widgets .yt_holder ul {overflow: hidden; height:68px;  border-top:2px solid #fff; background-color:#333; float: left; margin:0; width:100%;}
#widgets .yt_holder ul li img {width:60px; height:45px; border:1px solid #cdcdcd; /*opacity: .30;  -moz-opacity: .30;  filter:alpha(opacity=30);*/}
#widgets .yt_holder ul li {margin:0; padding:10px 0px 10px 8px; list-style:none; float:left; width:63px; height:40px; overflow:hidden; }
#widgets .yt_holder ul li.currentvideo img {border:1px solid #fff; opacity: 1;  -moz-opacity: 1;  filter:alpha(opacity=100);}
#widgets .yt_holder  ul li a {}
#widgets #ytvideo  {height:250px;}

#widgets #ytvideo iframe {width:293px;}

#widgets .yt_holder ul li + li + li + li + li {display:none;}

/*blog*/

.tax-blogs_de_efe_turismo #content-archive {background:#fff; border: 1px solid #DFDFDF; padding:20px; width:600px;
border-radius: 8px;
-ms-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;

-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}


/*block-dcha*/

.block-dcha {
	background:#F8F7E9;  
    float: right;
    margin-bottom: 15px;
    padding: 16px;
    width: 306px;
	border:1px solid #C0B300;
}

.block-dcha h4 {
    font-family: 'calibri',Arial,sans-serif;
    font-size: 1.3em;
    margin: 0;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.block-dcha ul {margin: 0;  padding: 10px 0px 0px;}
 .block-dcha ul li {margin: 0; list-style:none; float: left; width: 100%; padding: 0 0 15px;}
 .block-dcha  ul li .img {  float: left;  width: 112px; height:76px; margin-right:10px; position:relative;
	overflow:hidden;
	border-radius: 5px 5px 5px 5px;
}
.block-dcha  ul li .img  img { }
.block-dcha  ul li .img .cat a {
    background: none repeat scroll 0 0 #E56C0B;
    bottom: 0;
    color: #FFFFFF;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    z-index: 100;
	text-transform: uppercase;
	font-size:0.9em;
	}
.block-dcha  ul li .txt {  float: left; width: 180px;}
.block-dcha  ul li .txt h3 {color: #FFFFFF;  font-family: 'calibri',Arial,sans-serif;  font-size: 15px;  font-weight: normal; line-height: 1;  margin: 0; padding: 0;}


.adjuntos h4 {border-bottom:1px solid #E1E1E1; padding-bottom:6px; margin-bottom:10px;}

/*IPC*/
.anteriores {float:right; padding:10px 45px; text-decoration:underline;}
/**/

.archive .block {  }
.archive .recomienda .block {min-height:200px;}
.archive .lomas .block {min-height:200px;}
.archive .blog {border-bottom: 1px solid #E3E3E3; padding: 0 0 8px; margin-bottom:10px;}



.n_blog h3 {
    border: 0 none;
    color: #C0B300;
    font-family: 'calibri',Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    width: 300px;
}

.n_blog .autor {
    border-bottom: 1px solid #E1DCCB;
    float: left;
    width: 100%;
}
.n_blog .autor .txt {
    float: left;
    width: 290px;
}
.n_blog .autor img {
    float: left;
    margin: 2px 15px 5px 0;
}

.n_blog .elblog {
    float: left;
    padding-top: 15px;
    width: 100%;
}

.n_blog .elblog h3 {
    width: 100%;
}
/*.archive .n_blog h2 {line-height:0.9em; text-transform: uppercase; width:200px; float:left; font-weight:normal; font-family: 'georgia',Arial,sans-serif; font-size: 1.6em; border:0px; padding:17px 0px 0px 0px; margin:0px;color:#C0B300;}
.archive .n_blog h3 {width:200px; float:left; font-family: 'calibri',Arial,sans-serif; font-weight:bold; font-size: 1em; border:0px; padding:0px; margin:0px; color:#C0B300; padding-bottom:5px;}

.archive .n_blog .autor p {display:none;}
.archive .n_blog .autor .img{ float:left; width:70px; padding:0px;}
.archive .n_blog .autor .img img {background:#fff;}
.archive .n_blog .autor .txt{ float:right; width:150px;}*/


.single-blog .type-blog {position:relative;}

.single-blog .n_blog {
	float:left;
	padding:10px;
	min-height:50px;
	line-height:1em;
}

.single-blog .block-dcha .n_blog div.u_post {float:left; width:100%; padding:5px 0 10px;  border-bottom: 1px solid #E1DCCB;}
.single-blog .block-dcha .n_blog div.u_post:last-child {border:0pc;}
.single-blog .block-dcha .n_blog div.u_post a { display:block; /*background: url("images/bullet.gif") no-repeat scroll 0px 5px transparent; padding-left:12px;*/}
.single-blog .block-dcha .n_blog div.u_post a:hover {color: #333;}
.single-blog .block-dcha .n_blog  .fecha {float:left; width:100%; display:block; padding:10px 0 0 0; color: #333333;}

.single-blog .img_cab {padding-top:20px;}
.single-blog .n_blog h2 {line-height:0.9em; text-transform: uppercase; width:200px; float:left; font-weight:normal; font-family: 'georgia',Arial,sans-serif; font-size: 1.6em; border:0px; padding:17px 0px 0px 0px; margin:0px;color:#C0B300;}
.single-blog .n_blog h3  { text-transform: uppercase;width:290px; float:left; font-family: 'calibri',Arial,sans-serif; font-weight:bold; font-size: 1em; border:0px; padding:0px; margin:0px; color:#C0B300; padding-bottom:5px;}
.single-blog .block-dcha + .block-dcha .n_blog h3 {display:none}
.single-blog .n_blog .autor {float:left; width:100%; border-bottom:1px solid #E1DCCB;}
.single-blog  .n_blog .autor .img{ float:left; width:80px; padding:0px 10px 0 0;}
.single-blog .n_blog .autor .img img {background:#fff; }
.single-blog  .n_blog .autor .txt{ float:left; width:275px; padding-bottom:10px;}
.single-blog .n_blog .elblog {float:left; width:100%; padding-top:15px;}
.single-blog .n_blog .elblog h3 {width:100%; }
.single-blog  .ficha   h1 {padding-bottom:10px;}
.single-blog .post-meta .fecha {padding:0px; border:0px;}
.single-blog .blog_content {/*padding-left:150px;*/ position:relative; font-size:15px; padding-top:15px;}

.single-blog  .post-meta,.single-blog .comments-link {font-family: arial !important;  font-size: 11px;}

.georgia, .ficha .georgia  h1, .ficha .georgia  h2, .ficha .georgia  h3 {font-family: Georgia!important;}
.tahoma, .ficha .tahoma  h1, .ficha .tahoma  h2 , .ficha .tahoma  h3 {font-family: Tahoma!important;}
.verdana, .ficha .verdana h1, .ficha .verdana h2, .ficha .verdana h3 {font-family: Verdana!important;}
.times, .ficha.times  h1, .ficha.times  h2, .ficha.times  h3 {font-family: times New Roman!important;}
.trebuchet, .ficha .trebuchet  h1, .ficha .trebuchet  h2, .ficha .trebuchet  h3 {font-family: Trebuchet MS!important;}
.arial, .ficha .arial  h1, .ficha .arial  h2, .ficha .arial  h3 {font-family: Arial!important;}
.comic, .ficha .comic  h1, .ficha .comic  h2, .ficha .comic  h3 {font-family:Comic Sans MS!important;}
.single-blog .ficha h2 {font-size:20px; color: #333; }

/*Hemeroteca*/

#wrapper .grid.hemeroteca {background:#fff;
width:100%;
padding:0px;
}

.hemeroteca .block{padding: 10px 0;}
.hemeroteca  .migas,.search  .migas,.tags  .migas {
	padding:0px;
    
}
.hemeroteca h1 {margin:0 0 0 0; padding: 0 0 10px 0; color: #C0B300;}
.hemeroteca form { border:1px solid #cdcdcd; padding:20px; float: left;
	 width: 960px;
	background-color:#808080;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#808080), to(#6B6B6B));
	background-image:-webkit-linear-gradient(top, #808080, #6B6B6B);
	background-image:-moz-linear-gradient(top, #808080, #6B6B6B);
	background-image:-ms-linear-gradient(top, #808080, #6B6B6B);
	background-image:-o-linear-gradient(top, #808080, #6B6B6B);
	background-image:linear-gradient(top, #808080, #6B6B6B);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#6B6B6B);
}
.hemeroteca form input[type="text"] {padding:4px; width:240px; background: #cdcdcd; }
.hemeroteca form select {background: none repeat scroll 0 0 #cdcdcd;  margin-bottom:5px; border: 1px solid #CDCDCD;   padding: 3px;  width:400px;}
.hemeroteca form label {margin-top:5px; color:#fff;}
.hemeroteca form .search_options {width:70%; float:left; clear:none; margin-bottom:0px;}
.hemeroteca form .campo {width:30%; float:left; margin-bottom:0px; }
.hemeroteca form .search_options div {width:45%; float:left; clear:none; margin-bottom:0px;}
.hemeroteca form .search_options label {width:185px; float:left; color:#fff;}
.hemeroteca form .search_options select {width:270px; float:left;}
.hemeroteca form #searchsubmit {float: left;clear: both;margin-top: 10px;}

.hemeroteca .ultimas .block,.search .ultimas .block,.tags .ultimas .block {float:left; width:204px; margin:0 2px 6px; min-height: 230px; padding:10px 20px 20px 20px; }
.hemeroteca .ultimas .block .header-top,.search .ultimas .block .header-top,.tags .ultimas .block .header-top {padding-bottom:8px; font-size:12px; letter-spacing: -0.02em;}
.hemeroteca .ultimas .block .header-top .cat,.search .ultimas .block .header-top .cat,.tags .ultimas .block .header-top .cat {float:right;}
.hemeroteca .ultimas .block article.noticia h1, .search .ultimas .block article h1, .search .ultimas .block article.noticia h1,.tags .ultimas .block article.noticia h1 {font-size:1.3em; padding-top:6px; }

.hemeroteca .img {width:207px; height:130px; background-color:#f7f7f7; overflow: hidden; 
	border: 1px solid #DFDFDF;
    box-shadow: 2px 2px 1px 1px #F0F0F0;
    padding: 5px;
}
.search .img {width:207px; height:130px; background-color:#f7f7f7; overflow: hidden;
	border: 1px solid #DFDFDF;
    box-shadow: 2px 2px 1px 1px #F0F0F0;
    padding: 5px;
}

#wrapper .grid.search .ultimas {padding-top:20px;}

/*especiales*/
.especiales  .especial {float:left; width:100%; padding-bottom:20px; padding-top:10px;}
.especiales  .especial .img {float:left; width:100px;}
.especiales  .especial .txt {float:left; width:500px;}
.especiales  .especial .mas {width: auto; padding: 2px 8px; margin-top: 7px; float: left;  display: block; color: #FFFFFF; background:#C0B300;}

/*eventos*/
#cont #eventos {float: left;  width: 100%; position:relative;}
.eventos H2 {border-bottom:1px solid #DFDFDF; font-family: 'calibri',Arial,sans-serif;
    font-size: 1.2em;
    margin: 0 0 18px;
    padding: 10px 0;
    text-transform: uppercase;
}

#cont #eventos a.mas_eventos {position:absolute; top:15px; right:10px; background:#fff url("images/calendario.png") no-repeat 0px 2px; padding-left:23px; }
.eventos #search_events {margin-top:15px; background-color: #FBF6E4; border: 1px solid #EAE6CB; padding:20px;
border-radius: 8px;
-ms-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
}
.eventos fieldset {  float: left; margin:0; padding: 0;border:0px;  }
.eventos .campo {float:left; width:200px; clear:none;}
.eventos .campo label {display:inline;}
#ui-datepicker-div {background:#fff; font-size:12px; padding:10px; border:1px solid #EAE6CB;}
#ui-datepicker-div th {padding: 1px 8px; background-color: #FBF6E4;  border: 1px solid #EAE6CB;} 
#ui-datepicker-div td {padding: 1px 8px;  border: 1px solid #EAE6CB;}
.eventos .cascada {padding-bottom:20px;}
.eventos .cascada .img {width:180px; height:110px; float:left;}
.eventos .cascada .img img {
	box-shadow:  2px 2px 1px 1px #F0F0F0;
	border:1px solid #DFDFDF;
	padding: 5px;
}
.eventos .cascada .txt {float:left; width:385px; padding-bottom:20px; padding-left:20px;}
.eventos .cascada .txt h1 {font-size:1.5em; font-family:'Georgia',Arial,sans-serif; text-transform:none; padding:0px 0 10px; }
.eventos .cascada .txt .entry-content {line-height:1.1em; border-bottom: 1px solid #E7E7E7}
.eventos .cascada .txt .fecha { color: #7C7C7C; padding: 0 10px 10px 0; font-size:12px; text-transform:uppercase;}
.eventos .cascada .txt .fecha span { color:#C0B300; padding: 0 0 0 4px; font-size:12px; text-transform:uppercase;}
.eventos .cascada .txt .lugar { color: #7C7C7C; padding: 0 0 10px; font-size:12px; text-transform:uppercase;}
.eventos .cascada .txt .lugar span { color:#C0B300; padding: 0 0 0 4px; font-size:12px; text-transform:uppercase;}

.eventos.especiales .cascada .txt .entry-content {border-bottom: 0px solid #E7E7E7}
.eventos.especiales .cascada {padding-bottom:10px;}

/*especiales_seccion*/

.especiales_seccion {background:#F9F7EA; border: 1px solid #DFDFDF; float:left;  width: 640px; margin-bottom:20px; padding-bottom:20px;}
.especiales_seccion h1 {background:#C1B403 url("images/fl_tit.gif") no-repeat right 10px; color:#fff; padding:5px; margin:0px; font-family: 'calibri',Arial,sans-serif; font-size:20px; text-transform:uppercase; padding-left:15px;}
.especiales_seccion h1 a {color:#fff; float:right; padding-right:35px; font-size:14px; display: none}
.especiales_seccion h1 a.todas { display: block}
.especiales_seccion h2 {background:#C1B403 url("images/fl_tit.gif") no-repeat right 10px; color:#fff; padding:5px; margin:0px; font-family: 'calibri',Arial,sans-serif; font-size:20px; text-transform:uppercase; padding-left:15px;}
.especiales_seccion h2 a {color:#fff; float:right; padding-right:35px; font-size:14px; display: none}
.especiales_seccion h2 a.todas { display: block}
.especiales_seccion .especiales_cuerpo {padding:15px;}
.especiales_seccion h3 {margin: 5px 0 5px; font-size:12px; text-transform:uppercase; }
.especiales_seccion .txt {    float: right;  width: 188px;}
.especiales_seccion span.otros {display: block; font-size:16px; padding-bottom:10px; float: right; width: 280px;}
.especiales_seccion .destacado {  width: 317px; float:left; background:transparent url("images/lin_especiales.gif") repeat-y right 0px; }
.especiales_seccion .no-destacado {width: 280px; float:right; padding-bottom:10px;}
.especiales_seccion .destacado h2 {margin: 5px 0 5px; font-size: 18px;}
.especiales_seccion .destacado  a:hover h2,
.especiales_seccion .no-destacado  a:hover h2 {color:#C1B403;}
.especiales_seccion .no-destacado h2 {margin: 5px 0 5px; font-size: 14px;}



.especiales_seccion .especiales_cuerpo img {background:#fff; border: 1px solid #DFDFDF;  box-shadow: 2px 2px 1px 1px #F0F0F0; padding: 5px;}


/*espacio_patro*/
.espacio_patro {
	background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    float: left;
    margin-bottom: 10px;
    width: 640px;
	padding:10px 20px;
	font-family: 'georgia',Arial,sans-serif;
	font-size: 1.3em;
    font-weight: normal;
    line-height: 20px;
	vertical-align: middle;
	}

.espacio_patro span {display:block; vertical-align: middle; width:150px; float:left; border-right:1px solid #cdcdcd; padding-right:20px; margin-right:20px;}
.espacio_patro img {vertical-align:middle;}

.logged-in-as span{color:#C0B300;}
.logged-in-as a{float:right;text-transform: uppercase;}
#LoginWithAjax_Form table,#LoginWithAjax_Form th,#LoginWithAjax_Form td,
#LoginWithAjax_Remember table,#LoginWithAjax_Remember th,#LoginWithAjax_Remember td {border:none;}
#LoginWithAjax_Remember .forgot-pass-email input {width:50%;}
#LoginWithAjax_Links label{display:inline;}
#LoginWithAjax_Password input, #LoginWithAjax_Username input {width:50%;}
#LoginWithAjax_Password input[type="password"] {border:1px solid #CDCDCD;padding: 3px;}
#LoginWithAjax_Register.default {width:570px;border:none;}
#LoginWithAjax_Register.default form{height:100%;}
#LoginWithAjax_Register input[type="text"]{width:30%;}
#LoginWithAjax_Register input[type="password"] {border:1px solid #CDCDCD;color: #666666;padding: 2px;margin:0;width:30%;}
.cimy_uef_label_checkbox {display:inline;}

#LoginWithAjax .password_label, #LoginWithAjax .username_label {
    padding-right: 10px;
    vertical-align: middle;
    width: 135px;
}

.lwa {padding: 0 30px 30px 30px;}
.lwa  th, .lwa td, .lwa table {border:0px;}

/*error 404*/

.error404 #content-full .error404 {
	background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    float: left;
    margin-bottom: 10px;
    padding: 20px;
	width: 971px;
}

.error404 #content-full .error404 h1 {color:#C0B300;}
.error404 #searchform {FLOAT:LEFT;}


#wp-email-content form p br{display:none;}
#wp-email-content form p em{display: block;}

/*.sabias_entrevista .sabias  ul li.pager .entry-content img:hover{
	border: 2px solid #00A9BC;
    display: block;    
    opacity: 1;
}*/

.mas_not {float:left; width:100%; padding:5px;}
.mas_not a {float:right; color:#fff; background:url("images/fl_00.png") no-repeat right 9px #808080; padding:0 20px 0 10px; margin-right:5px; font-weight: bold; }
.mas_not a:hover {background:url("images/fl_00.png") no-repeat right 9px #C0B300;}


/*.fb-share-button,
.fb_iframe_widget{   
    position: absolute !important;
    right: 0;
    top: 14px;
    width: 100px;
	z-index:999;
	height:25px;
	overflow: hidden;
}


.fb_iframe_widget span { display: table-row-group!important;}*/

/*wai*/
.wai {float:right; margin-top: -6px;}
#footer div.pie-bajo ul {  margin: 0 90px 0 0;}
.pac2020 a {color: #C0B300;}
.pac2020:hover a {color: #3D3D3D!important;}

/*destacados_home*/
.destacados_home {float:left; width:640px; margin-bottom:20px; }
.destacados_home .dest {float:left; width:288px; padding:15px 11px; background-color: #c1b403; border: 1px solid #c1b403;}
.destacados_home .dest + .dest {float:right}
.destacados_home .dest .img {padding-bottom:0px;}
.destacados_home .dest .img img {border:3px solid #fff; width: 284px; height:auto;}
.destacados_home .dest .txt {padding:0 10px;}

.destacados_home .dest h3.tit
{  background: none repeat scroll 0 0 #ffffff;
    color: #c1b403;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 3px 13px;
}

.destacados_home .dest .txt h3 {border-bottom:1px solid #fff; padding-bottom:10px;}
.destacados_home .dest .txt h3 a {color: #fff;}
.destacados_home .dest .txt h3 a:hover {text-decoration:underline;}
.destacados_home .dest .txt  {color: #fff;}

/*nuevo pie*/
#footer #footer-wrapper {padding: 20px 0 0; /*width: 1012px;*/width: 100%;max-width: 1012px;}
#footer .accesos {float:left; /*width: 1012px;*/ margin:0px auto; width: 100%;max-width: 1012px;}
#footer div.pie-bajo {width: 972px;}
#footer .bloque {margin:0 0 0 20px; border-top:2px solid #C0B300; float: left; padding-top:20px; /*width: 972px;*/width: 100%;max-width: 972px; } 
#footer div.pie-bajo .copyright div.izq {width:60%;}

/*Post Ratings*/

.post-ratings{
    width: 50%!important;
    opacity: 1;
    float: right;
    margin-top: -17px;
    text-align: right;
}


/*25 aniversario*/

.enl_25 {position: absolute; z-index: 999; top: 45px; right: 40px;}

body#an25  {background: #f2f2f2; }
#header.aniversario_25 {background:#fff; border-bottom: 1px solid #cdcdcd; padding-top: 30px;}
#header.aniversario_25 .banner_top {margin: 0 auto 27px;}
body#an25 #header .siguenos { right: -32px;}
body#an25  #frase { position: absolute; right: 0px; top: 67px; color:#787878; font-style: italic; font-family: arial; font-size: 17px; text-align: right;}
body#an25  #frase span {display: inline-block; padding-bottom: 15px; background: transparent url("images/linea.png") no-repeat scroll center bottom;}
.migras25  {background: #C1B403;}
.migras25 .breadcrumb-list {color: #fff; background: transparent; border: 0px; padding: 10px 0px; width:1000px; margin: 0 auto;}
.migras25 .breadcrumb-list  a {color: #fff;}
.migras25 .breadcrumb-list .breadcrumb-current {color: #fff;}
.migras25 .breadcrumb-list .chevron {color: #fff;}

body#an25 .pestanya {background:#fff; border-bottom: 1px solid #cdcdcd;}
body#an25 .pestanya .row  {width:1000px; margin: 0 auto; }
body#an25 .pestanya ul {padding: 0; margin:0px;}
body#an25 .pestanya ul li {list-style: none; display: inline-block;}
body#an25 .pestanya ul li a {display: block; padding: 10px 20px; font-size: 16px; color:#444; text-transform: uppercase;}
body#an25 .pestanya ul li.cat-item-3130 a  {padding-left: 0px;}

body#an25 .pestanya ul li.cat-item-3123 {display: none;}

body#an25 #widgets {background: #C1B403; min-height: 100px}
body#an25 #featured + #widgets { min-height: 2000px}
body#an25 #featured { background: transparent;}
body#an25 .destacada_an25  {width:602px; float:left; background: #ffffff; padding: 15px 20px 40px 20px; border: 1px solid #cdcdcd; margin-bottom: 10px;}
body#an25 #featured .destacada_n4 article {background: #ffffff; padding: 20px 20px 40px 20px; border: 1px solid #cdcdcd; margin-bottom: 10px; float: left; width:275px;}
body#an25 #featured .destacada_n4 article {margin-right:5px; }
body#an25 #featured .destacada_n4 article + article {margin-right:0px; margin-left: 5px; }
body#an25 #featured .destacada_n4 article .img {width: 265px; height: 180px; margin-bottom: 10px;}
body#an25 #featured .destacada_n4 article .txt {width: auto;}

body#an25 .dest_int .img  { border: 1px solid #dfdfdf;
    box-shadow: 2px 2px 1px 1px #ffffff;
    padding: 5px;

}

body#an25 .destacada_an25 .dest_int .txt {padding: 10px 20px;}
body#an25 #featured .destacada_an25 .destacada_n4 article {border: 0px; padding: 5px;}

body#an25 .ficha .block {padding: 20px; border: 1px solid #cdcdcd;}

body#an25 .ficha .img  {
    border: 1px solid #dfdfdf;
    box-shadow: 2px 2px 1px 1px #ffffff;
    padding: 0px;
}

body#an25 #content.ficha .img  {
    border: 0px solid #dfdfdf;
    box-shadow: 2px 2px 1px 1px #ffffff;
    padding-bottom: 20px;

}

body#an25 #content.ficha .img  img {width: 592px; margin-bottom: 10px;}

body#an25  .widget  h2.widgettitle {
    background: #c1b403 url("images/fl_tit.gif") no-repeat scroll right 8px;
    color: #ffffff;
    margin: 10px 10px 0;
    padding: 3px 13px 4px;
}
body#an25 .widget_html_javascript_adder {background:#fff;}
body#an25 .widget_twitter {background:#fff;}
body#an25 .widget_widgetcanal {background:#fff;}
body#an25 #widgets .widget_twitter ul li a {color:#c1b403;}
body#an25 #widgets .hjawidget {max-height: 550px;}
body#an25 .felicitacion {padding: 20px; width:260px;} 
body#an25 .felicitacion ul {padding: 0; margin:0px;}
body#an25 .felicitacion li {float: left; width: 100%; list-style: none;}
body#an25 .felicitacion .img {float: left; width:50px;  }
body#an25 .felicitacion .img img {max-width: 100%; padding-right: 20px; } 
body#an25 .felicitacion .img a { display:block; padding-bottom: 32px; background:transparent url("images/icovid.png") no-repeat scroll 0 bottom;}
body#an25 .felicitacion .text {float: left; width:190px; padding-left: 20px; } 
body#an25 .felicitacion .text span {font-weight: bold; font-size: 18px; color:#333; font-family: "georgia",Arial,sans-serif;}
body#an25 .felicitacion .text p {font-style: italic; padding: 20px 0px 10px; margin-top:10px; position: relative;  background:transparent url("images/comilla.png") no-repeat scroll 0 0px;}

body#an25 .felicitacion .bx-prev {float: left; margin-left:20px; margin-bottom: 10px; }
body#an25 .felicitacion .bx-next {float: right; margin-right:20px; margin-bottom: 10px;}

body#an25 .cronologia {padding: 20px; width:260px;} 
body#an25 .cronologia ul {padding: 0; margin:0px;}
body#an25 .cronologia li {float: left; width: 100%; list-style: none;}
body#an25 .cronologia .img {float: left; width:50px; }
body#an25 .cronologia .img img {max-width: 100%; padding-right: 20px;} 
body#an25 .cronologia .text {float: left; width:190px; padding-left: 20px; } 
body#an25 .cronologia .text span {display:block; font-weight: bold; font-size: 18px; color:#333; font-family: "georgia",Arial,sans-serif;}
body#an25 .cronologia .text strong {display:block;  font-size: 18px; padding-top:10px; font-style: italic; color:#C1B403; font-family: "georgia",Arial,sans-serif; font-weight: normal; }
body#an25 .cronologia .text p {font-style: italic; padding: 0px 0px 10px; margin-top:10px; position: relative; }

body#an25 .cronologia .bx-prev {float: left; margin-left:20px; margin-bottom: 10px; }
body#an25 .cronologia .bx-next {float: right; margin-right:20px; margin-bottom: 10px;}

body#an25 .destacada_n4.bajo .hjawidget {background:#fff;}


body#an25 .destacada_n4.bajo #widgets {background:#fff;}
body#an25 .historia {padding: 20px; width:220px;} 
body#an25 .historia ul {padding: 0; margin:0px;}
body#an25 .historia li {float: left; width: 100%; list-style: none;}
body#an25 .historia img {max-width: 100%; padding: 10px 0;} 
body#an25 .historia .text {} 
body#an25 .historia .text span {font-weight: normal; font-size: 14px;}
body#an25 .historia .text  span span {display: block; color: #333333; font-weight: bold; font-size: 20px; font-family: "georgia",Arial,sans-serif;}
body#an25 .felicitacion .text p {font-style: italic; padding: 20px 0px 10px; margin-top:10px; position: relative;  }
body#an25 .destacada_n4.bajo .bx-wrapper {float: left; border:1px solid #c0b300; background: #fff; }
body#an25 #featured .destacada_n4.bajo article  {margin-right:0px; margin-left: 0px; border:0px solid #c0b300 }
body#an25 #featured .destacada_n4.bajo .bx-wrapper + article  {border:1px solid #c0b300; float:right; margin-right:0px; margin-left:0px;}
body#an25 #featured .destacada_n4.bajo article .img  {}

body#an25 #featured .destacada_n4.bajo .bx-prev {float: left; margin-left:20px; margin-bottom: 10px; }
body#an25 #featured .destacada_n4.bajo .bx-next {float: right; margin-right:20px; margin-bottom: 10px;}

body#an25 #featured .destacada_n1 .bx-prev {float: left; margin-left:20px; margin-bottom: 10px; }
body#an25 #featured .destacada_n1 .bx-next {float: right; margin-right:20px; margin-bottom: 10px;}

body#an25 .destacada_an25 h2.tit,
body#an25 .destacada_n4 h2.tit,
body#an25 .destacada_n1 h2.tit {background: #c1b403 url("images/fl_tit.gif") no-repeat scroll right 8px;
    color: #ffffff;
    margin: 10px 0px 10px;
    padding: 3px 13px 4px;
    font-family: "calibri",Arial,sans-serif;
    font-size:16px;
     text-transform: uppercase;

}

body#an25 .destacada_n1 .txt {padding: 10px 20px;}
body#an25 .destacada_n1 .img img {border: 1px solid #dfdfdf; box-shadow: 2px 2px 1px 1px #f0f0f0; padding:5px; width:591px; }
body#an25 #featured .destacada_n1 article {background: #ffffff; padding: 20px 20px 40px 20px; border: 1px solid #cdcdcd; margin-bottom: 10px; float: left; width:602px;}

.emp_col a {
font-family: "georgia",Arial,sans-serif;
font-size:20px;
text-transform: uppercase;
text-align: center;
background: #c1b403; color:#fff; display: block; padding: 20px; float: left; width: 605px; margin-bottom: 10px;
}

body#an25 .destacada_n1 {}

/*taxonomia*/
body#an25.tax-categoria_25_aniversario  #content-archive {width:600px; border: 1px solid #dcdcdc; padding: 20px;}

/*fotogaleria*/
body#an25 .gallery .gallery-item {width: 149px;}
body#an25 .gallery .gallery-caption  {float:left; text-align: left; line-height: 1.2;  padding: 10px;}

/*empresas*/
body#an25 .empresas {float: left; width: 189px; padding: 5px; text-align: center;  }
body#an25 .empresas  .empresa {width: 1877px;  padding: 5px;  border:1px solid #dcdcdc; height:150px; display: table-cell; vertical-align: middle; text-align: center;}
body#an25 .empresas  .empresa img {max-width: 150px; height: auto; float: none; }

.term-empresas-colaboradoras .antetitulo {display: none;}
body#an25.term-empresas-colaboradoras .ficha .block {padding: 20px; border: 1px solid #cdcdcd; background: #fff; margin-bottom: 20px;}
body#an25.term-empresas-colaboradoras .ficha  {background: transparent;}

/*term-fotos-con-historia*/
body#an25.term-fotos-con-historia .cascada {float: left; width: 50%;}
body#an25.term-fotos-con-historia .eventos .cascada .img {width: 100%; height:auto;}
body#an25.term-fotos-con-historia .eventos .cascada .img img {width: 270px; height: auto;}
body#an25.term-fotos-con-historia .eventos .cascada .txt {width: 270px; padding:10px;}

/*outbrain*/
.ficha .otras_webs  h3 {border: 0px; font-family: "Open Sans",sans-serif; font-size: 1.3em;  font-weight: 400;  color: #333333;}
.otras_webs .AR_1.ob-widget .ob-widget-items-container {box-shadow:none; border:0px; border-top:3px solid #C0B300; padding: 20px 0 0;}
.otras_webs .AR_1.ob-two-rows-strip-layout .ob-rec-source { color: #C0B300 !important; font-size: 13px;}

/* FOOTER IFRAME*/
#efe-iframe-footer {
	height: 235px!important;
	max-width: 100%;
	margin: auto;
}

@media (max-width: 960px){
	#efe-iframe-footer {
		height: 440px!important;
	}
}
@media only screen and (max-width: 960px) and (min-width: 768px){
	#efe-iframe-footer {
		height: 235px!important;
	}
}