
/* begin reset */
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; afecta al color picker */
}
/* 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;
}


/* begin reset2 */

h1, h2, h3, h4, h5, h6, h7 {
	font-size: inherit;
/*	letter-spacing: -1px; */
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}


figure {
	background: transparent;
	display: block;
	margin: 0px;
	outline: 0;
	padding: 0px;
	spacing: 0px;
	vertical-align: baseline;
	webkit-margin-after: 0px;
	webkit-margin-before: 0px;
	webkit-margin-end: 0px;
	webkit-margin-start: 0px;
}
figcaption {
	color: #666666;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
body {
	/* background-color: #F7F7F7; */
	font-family: Verdana,Arial;
	font-size: 11px;
	lince-height: 1.5;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

textarea {
	-moz-border-radius: 2px;
	background-color: white;
	border: 1px solid #BDC7D8 !important;
	border-radius: 2px;
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 12px;
	padding: 5px;
}
input[type='text'] {
	-moz-border-radius: 2px;
	background-color: white;
	border: 1px solid #BDC7D8 !important;
	border-radius: 2px;
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 12px;
	padding: 5px;
}
input[type='password'] {
	-moz-border-radius: 2px;
	background-color: white;
	border: 1px solid #BDC7D8 !important;
	border-radius: 2px;
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 12px;
	padding: 5px;
}
select {
	-moz-border-radius: 2px;
	background-color: white;
	border: 1px solid #BDC7D8 !important;
	border-radius: 2px;
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 12px;
	padding: 5px;
}


a, a:visited, a:link, a:hover, a:active   { /* visited pseudo selector so IE6 applies text colour*/

	/* IE 7 */
	 color:expression(
    this.parentNode.currentStyle.color ?
    this.parentNode.currentStyle.color :
    'black');

	color:	inherit;

}


a:hover, a:link, a:visited, a:active {
/*	font-family: Times, Times New Roman, Georgia; */
	outline: none;
	text-decoration: none;
}



/* end reset */


/* begin default page items */

.layer {
	background-color: white;
}
.column {
}
.article_widget {
	padding: 8px !important;
}
.container_with_border {
	border: 1px solid #cccccc;
}
.wrapper_content_inside_container {
	margin-top: 10px;
}

.container {
	background: white;
	float: none !important;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
	width: 992px;
}

/* end default page items */

/* begin widget header */

/* sobrepuesto */
.header_title {

	display: block;
}

/* sobrepuesto */
.header_date {

}

/* extra */
.header_title:hover {
	text-decoration: none;
}

/* aqui los antiguos */

#header {
	position: relative;
}
.header_container {
	margin: 0px;
}



#logo-and-pages div.logo-image {
	float: left;
}


/* widget header end */


/* widget weather */


#widget_weather_top {
	display: block;
	float: right;
	width: 49%;
}
.widget-litte-temperatures {
	behavior: url(border-radius.htc);
	border: 1px solid White;
	border-radius: 5px;
	color: White;
	display: block;
	float: left;
	font-weight: bold;
	moz-border-radius: 5px;
	padding: 2px 4px;
	text-align: center;
	webkit-border-radius: 5px;
	width: 35px;
}
#widget_weather_top ul {
	float: right;
	margin: 0;
	padding: 0;
}
#widget_weather_top ul li {
	float: left;
	list-style: none;
	padding: 0 2px;
}
#widget_weather_top a {
	color: #005689;
	font-family: Georgia;
	text-decoration: none;
}
#widget_weather_top .widget-litte-city {
	color: #005689;
	font-family: Georgia;
	padding: 0.2em 0;
	text-align: right;
	text-decoration: none;
	vertical-align: text-bottom;
	width: 100px;
}


.max_temperature {
	background-color: #ffd42a;
}
.min_temperature {
	background-color: #000ccc;
}



/* widget weather end */

/* widget more news */


.more-news-separator {
	border-bottom: 3px solid Black;
}
.more-news-inner-separator {
	border-bottom: 1px solid #ddd;
}
.more-news-little-separator {
	border-bottom: 1px solid Black;
	margin-bottom: 3px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 3px;
}

div.more-news h4 {
	color: #638F38;
	font-family: Times, Georgia;
	font-size: 1.6em;
	font-variant: small-caps;
	margin: 0;
}

ul.more-news-section-sectionlist {
	margin: 0;
	padding: 0;
}
.more-news-section-sectionlist li {
	border-right: 1px solid #ccc;
	clear: none;
	float: left;
	list-style: none;
	padding: 0 10px;
}
.more-news-section-sectionlist li.last {
	border: none;
}
.more-news-section-sectionlist li.first {
	border: none;
}
.more-news-section-sectionlist li a {
	color: #222222;
	font-family: Verdana, Arial;
	font-size: 1.1em;
	text-decoration: none;
}
.more-news-section-sectionlist li a:hover {
	cursor: pointer;
	text-decoration: underline;
}
.more-news-section-links {
	list-style-image: url(https://app.bigpress.es/10_5/theme_panorama/arrow.png);
}



/* widget more-news end */
/* widget footer begin */


#wrapper-footer {
	margin: 10px 0 !important;
}
#wrapper-footer .container {
	border: none;
}
#footer {
	color: #9b9da0;
}
div#footer li {
}
div#footer a {
	color: #9b9da0 !important;
}
div#footer div.publi-footer {
	background: #ccc;
	height: 90px;
	margin-bottom: 6px;
	overflow: hidden;
}
div#footer hr.new-separator {
	height: 2px;
	margin: 0;
	padding: 0;
}
div#footer ul {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
}
div#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}
div#footer ul li img {
	vertical-align: middle;
}
div#footer ul li.last {
	border: none;
}
div#footer .developed-by {
	color: #666666;
	font-size: .85em;
	margin-top: 5px;
	text-align: right;
}
/* widget footer end */

/* widget share begin */

.share-actions {
	display: inline;
	padding: 5px 0;
	position: relative;
}
.share-actions a {
	color: #333;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.share-actions img {
	vertical-align: middle;
}
.share-actions ul {
	background: #fff;
	border-color: #fafafa #eae8e9 #eae8e9 #fafafa;
	border-style: solid;
	border-width: 1px 3px 3px 1px;
	list-style: none !important;
	margin: 0px;
	padding: 5px !important;
	right: 0px;
	top: 20px;
	width: 138px;
}
.share-actions ul > li {
	background: none !important;
	border-bottom: 1px solid #eae8e9;
	display: block !important;
	float: none;
	list-style: none;
	text-align: left;
	width: 100%;
}
.share-actions ul > li > a {
	background: none !important;
	color: Black !important;
	margin: 0;
	padding: 0;
	text-indent: 1em !important;
	width: auto;
}
.share-actions ul > li > a:hover {
	text-decoration: underline;
}


.share-buttons div.block {
	margin: 8px 10px;
}
.share-buttons div.more-share-button a {
	color: #535050 !important;
	vertical-align: middle;
}
.share-buttons div.more-share-button img {
	color: #535050 !important;
	vertical-align: middle;
}


/* widget share end */


/* widget article begin */

.article_title {
}

.article_comments {
}



.article_title_grande {
}

.article_summary {
}
.article_image {
}
.article_column {
}
.article_section {
}


/* end article widget */

div.wrapper-highlighted h3.nw-title {
	font-size: 2.4em;
}
div.wrapper-highlighted div.onm-new.opinion {
	border: 0pc;
	margin-bottom: 0px;
}
div.highlighted-opinion-photo {
	float: left;
	margin-right: 10px;
	max-width: 130px;
}
div.highlighted-opinion-photo img {
	max-height: 140px;
	max-width: 130px;
}
div.onm-new.opinion a.opinion-author {
	color: #222222;
	font-family: Verdana,Arial;
	font-size: 11px;
}
div.wrapper-highlighted {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	width: 651px;
}

ul.voting .vote-element {
	background: url(https://app.bigpress.es/10_5/theme_panorama/utilities/e-star.png) top right no-repeat;
	height: 13px;
	width: 13px;
}
ul.voting .vote-element.active {
	background: url(https://app.bigpress.es/10_5/theme_panorama/utilities/f-star.png) top right no-repeat;
}
.ajax-loading {
	background: url(https://app.bigpress.es/10_5/theme_panorama/ajax-loader.gif) center left no-repeat;
	padding-left: 20px;
}
.container_footer {
	margin-bottom: 10px;
}
div#footer div.footer-categories {
	background: #638F38;
	background-color: #193d00 !important;
	width: 100%;
}
div#footer div.footer-categories ul {
	width: 100%;
}
div#footer div.footer-categories li {
	float: left;
	list-style: none;
	margin: 0;
	width: auto;
}
div#footer div.footer-categories li:first-child {
	padding-left: 10px;
}
div#footer div.footer-categories li a {
	color: White !important;
	display: block;
	font-family: Arial;
	font-size: 1.05em;
	font-weight: bold;
	padding: 4px 6px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}
div#footer div.footer-categories li a:hover {
	background: none repeat scroll 0 0 rgba(204, 204, 204, 0.5);
}
div#footer div.footer-categories li.last {
	float: right;
}
div#footer div.footer-categories li.last a {
	background: url(https://app.bigpress.es/10_5/theme_panorama/arrow_up.png) center left no-repeat;
	padding-left: 15px;
}
.main-static-pages {
	border-bottom: 1px solid #ccc;
	margin-top: 4px;
	width: 100%;
}
div#footer div.contact-data strong {
	line-height: 1.1em;
}
div#footer div.contact-data * {
	display: inline-block;
	vertical-align: text-top;
}
div#footer .developed-by img {
	margin-top: 20px;
}
.article_section photo {
	color: #B0113A;
}


.transparent-logo {
	background-color: #193d00 !important;
}
div.widget-today-news .number {
	background: #638F38;
	background-color: #193d00 !important;
	bottom: -5px;
	color: White;
	display: block;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 12px;
	position: absolute;
	right: -5px;
	width: auto;
}

div.widget-latest-opinions-clean .widget-header {
	background-color: #638F38;
	border-bottom: 1px dotted #ccc;
	color: #FFF;
	font-family: Arial;
	font-size: 1.1em;
	text-transform: uppercase;
}


/* widget menu begin */


/* end widget menu */


/* begin widget article */
.title-subtitle-legend {
	padding-bottom: 5px;
}


/* begin widget utilities */
div.utilities {
}
div.utilities ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.utilities li {
	display: block;
	margin: 4px 0;
}
div.utilities a:hover {
	text-decoration: underline;
}
div.utilities a.utilities-print {
	background: url(https://app.bigpress.es/10_5/theme_panorama/print-black.png) center left no-repeat;
}
div.utilities a.utilities-send-by-email {
	background: url(https://app.bigpress.es/10_5/theme_panorama/email-black.png) center left no-repeat;
}
div.utilities a.utilities-increase-text {
	background: url(https://app.bigpress.es/10_5/theme_panorama/increase-text-black.png) center left no-repeat;
}
div.utilities a.utilities-decrease-text {
	background: url(https://app.bigpress.es/10_5/theme_panorama/decrease-text-black.png) center left no-repeat;
}


div.utilities a {
	background-color: transparent !important;
	color: #535050;
	display: block;
	height: 17px;
	padding-left: 23px;
	padding-top: 1px;
	vertical-align: middle;
}
/* end widget utilieies */




.widget {
/* 	margin-bottom: 10px; */
}



.containmer {
	margin: 0 autopx;
	text-align: left;
}


/* begin widget galerias_portada */



.albums_full_cajas {
	display: block;
	vertical-align: top;
}
.albums_full_marco {
	display: block;
	margin: 0px;
    font-size: 0px;
}


/* end widget galerias_portada */


/* para widget columna puesto en horizontal */
.row-item {
    /*
  float: left;
  width: 100%;
  */
}


/* article_content */
.article_content figure table, .article_content figure tbody  {
    display: block;
    max-width: 100%;

}
.article_content figure td , .article_content figure tr  {
	max-width: 100%;

}


@media screen and (max-width: 767px) {

	.article_content figure td , .article_content figure tr  {
		display: block;
		max-width: 100%;

	}

}

.article_content iframe {
    max-width: 100%;
}
.article_content img {
    max-width: 100%;
}
.article_content ul, .article_content ol {
    margin-left: 30px;
}

/* fin article_content */



.submenu_item {
    width: 100% !important;
    box-sizing: border-box;
}



/** HOT TOPICS */
/*.top {margin-bottom:40px;}*/
.hottopics_cont {position:absolute; left:0; right:0; bottom:-31px; background:#EBEBEB;}
.hottopics_int {}
.hottopics_title {display:inline-block; margin-right:5px; padding:8px 14px 8px 10px; font-size:12px; font-weight:700; border-radius:0px 20px 20px 0px;}
.hottopics_int ul {display:inline-block; margin:0; list-style:none;}
.hottopics_int ul li {display:inline-block; margin-right:5px; }
.hottopics_link {display:inline-block;}
.hottopics_link a {color:#000; font-size:11px; font-weight:700;}

/*
search widget
*/
.search-button {
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-family: sans-serif;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    background: #828282;
    padding: 4px 7px;
    margin: 0px;
    display: inline-block;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.23);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.search-button:hover {
    background: #6C6C6C;
}
.search-text {
    padding: 6px;
    font-size: 13px;
    color: #555;
}

/*
end search widget
*/

.widget_weather_current_icon {
    font-size: 22px; padding-top: 10px;
}

.img_fallback {
background-color: #ccc;
    background: none,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYAAAAEgAQMAAACHFTYSAAAABlBMV…j8Hbiyxzo06NmjqZE9/PrIU3wBAQEBAQEBAQEBAYGzgy/yBYXM3M4/EAAAAABJRU5ErkJggg==) 50% 50%;
    background-size: contain;
    outline: 1px solid rgba(0,0,0,0);

}
/*
begin poll widget
*/

.widget_poll_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 5px
}
.widget_poll_option {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #333
}
.widget_poll_results {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 10px;
}
/*
end poll widget
*/

/*
hace los videos responsive
*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
