<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: UPV-2017
Author: Juan M. Evaristo
Author URI: http://paddingtop.com
Description: Descripcion
Version: 2.0
Text Domain: upv
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-size: 12px;
	color: #4b4b4b
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px; /* border-bottom: 1px solid #ededed; */
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption,
td,
th {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
}
td {
	border-width: 0 1px 1px 0;
}
td,
th {
	padding: 4px 10px;
		
}
thead th {
	border-bottom: 1px solid #4b4b4b;
    background-color: #ffffff;
    color: #333333;
    font-weight: bold
}
tbody tr:nth-child(even) {
	background-color: #fff;
}
tbody tr:nth-child(odd) {
	background-color: #f7f7f7;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;*/
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


p {
	margin-bottom: 1.5em;
}

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


blockquote b,
blockquote strong {
	font-weight: bold;
}
address {
	font-style: italic;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}
code,
kbd,
pre,
samp,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
code {
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 4px;
	color: #dd1144;
	font-size: 11px;
	font-size: 0.7125rem;
	padding: 2px 4px;
	padding: 0.125rem 0.25rem;
	white-space: pre;
	white-space: pre-wrap;
}
pre {
	background-color: transparent;
	line-height: 1.2;
	margin: 24px 0;
	margin: 1.5rem 0;
	max-width: 100%;
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-break: break-all;
}
pre code {
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	color: inherit;
	display: block;
	line-height: 2;
	padding: 24px;
	padding: 1.5rem;
	word-break: normal;
}
abbr[title],
acronym,
dfn {
	border-bottom: 1px dotted #777;
	cursor: help;
}
ins,
mark {
	background-color: #fff9c0;
	text-decoration: none;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}



/*	encabezados	*/

h1 {
	color: #CC0000;
	font-size: 190%;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    text-decoration: none;
}

h2 {
	color: #333333;
	font-size: 130%;
    font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
}



h2.destacado {
	color: #5D0000;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
	text-decoration: none;
}

h2.entry-title {
	font-size: 190%;     
    padding-bottom: 3px;
    margin: 0 0 0 5px
       }
       
       	h2.entry-title a {text-decoration: none}

h3 {
	color: #495069;
	font-size:120%;
}

h4,h5,h6{font-size: 110%}

#titularpag {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #4b4b4b;
}


#titularpag_noticias h2 {
    color: #40522f;
    font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    font-size: 95%;
    font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
	text-decoration: none;
}


#titularpag h3 {
	color: #495069;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 0;
	text-decoration: none;
}

/*	textos	*/

.texto_base {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #4b4b4b;
}


.texto_especial {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #701414;
}

.texto_b2 {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	margin-top: 0px;
}

.texto_baseG {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
}
A.texto_baseG:hover {
	color: #000000;
	text-decoration: none;
}


.texto_bloqueG {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 825px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

.texto_pie    {
	margin: 0;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	padding: 5px 0 0 0;
}

.ruta   {
	margin: 0;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	padding: 2px 0 2px 0;
}

.inicio   {
	margin: 0;
	overflow: hidden;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d8480;
	font-style: normal;
	text-decoration: underline;
	text-align: left;
	line-height: normal;
}

.texto_T1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	padding-top: 5px;
}

 para nav bloques portales  

.texto_bloque {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0 auto;
	padding: 5px 5px 0 2px;
	white-space: pre-line;
}
.texto_bloqueB {
	color: #4b4b4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0 auto;
	padding: 5px 5px 0 2px;
	white-space: pre-line;
}

.p_bloque {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:20px;
}

.p_bloque2 {
	color: #4b4b4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:20px;
}

.img_bloque{

	border: 0px none;
	margin-left: 35px;
	margin-bottom: 35px;
	float: right;
	padding: 0px;

}


/*	menus-links	*/

a {
    color: #4b4b4b;
    text-decoration: none;
}
a:hover {
    color: #000000;
}

/* FontAwesome webfont */

.author-link:after,
.byline:before,
.cat-links:before,
.comments-link:before,
.content-area a[href$=doc]:before,
.content-area a[href$=docx]:before,
.content-area a[href$=gz]:before,
.content-area a[href$=pdf]:before,
.content-area a[href$=ppt]:before,
.content-area a[href$=pptx]:before,
.content-area a[href$=rar]:before,
.content-area a[href$=xls]:before,
.content-area a[href$=xlsx]:before,
.content-area a[href$=zip]:before,
.content-area .icon-archive-file:before,
.content-area .icon-excel:before,
.content-area .icon-pdf:before,
.content-area .icon-powerpoint:before,
.content-area .icon-word:before,
.edit-link:before,
.entry-content a[target=_blank]:link:after,
.entry-content .more-link:after,
.entry-format:before,
.entry-header .title-comment-meta a:before,
.entry-summary .more-link:after,
.format-aside .entry-format:before,
.format-image .entry-format:before,
.format-link .entry-format:before,
.format-quote .entry-format:before,
.format-status .entry-format:before,
.full-size-link:before,
.icon-webfont,
.posted-on:before,
.tags-links:before,
.author .page-title:before,
.category .page-title:before,
.date .page-title:before,
.error-404 .page-title:before,
.search-no-results .page-title:before,
.search-results .page-title:before,
.sticky .page-title:before,
.tag .page-title:before,
.nav-menu .menu-item-has-children &gt; a:after,
.nav-menu .page_item_has_children &gt; a:after,
.sub-menu .menu-item-has-children &gt; a:after,
.sub-menu .page_item_has_children &gt; a:after,
.nav-next a:after,
.nav-previous a:before,
.pagination .next:after,
.pagination .prev:before,
.post-password-required .entry-title:before,
.status-private .entry-title:before,
.social-navigation a,
.social-navigation a:before,
ul.list-icon-ok li:before,
ul.list-icon-file li:before,
ul.list-icon-hand-right li:before {
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-rendering: auto;
	text-transform: none;
}
a.icon-webfont,
a .icon-webfont,
a:hover.icon-webfont,
a:hover .icon-webfont,
a:active.icon-webfont,
a:active .icon-webfont,
.entry-content a[target=_blank]:link:after {
	text-decoration: none!important;
}
.author .page-title:before,
.category .page-title:before,
.date .page-title:before,
.error-404 .page-title:before,
.search-results .page-title:before,
.search-no-results .page-title:before,
.sticky .page-title:before,
.tag .page-title:before,
.post-password-required .entry-title:before,
.status-private .entry-title:before {
	font-size: 20px;
	font-size: 1.25rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	vertical-align: middle;
}
.author .page-title:before {
	content: "\f007";
}
.category .page-title:before {
	content: "\f07c";
}
.date .page-title:before {
	content: "\f073";
	vertical-align: baseline;
}
.error-404 .page-title:before,
.search-no-results .page-title:before {
	content: "\f071";
}
.search-results .page-title:before {
	content: "\f002";
}
.sticky .page-title:before{
	content: "\f0eb";
	vertical-align: baseline;
}
.tag .page-title:before {
	content: "\f02c";
}
.post-password-required .entry-title:before {
	color: #ff0000;
	content: "\f023";
	padding-right: 5px;
	padding-right: 0.3125rem;
	vertical-align: baseline;
}
.status-private .entry-title:before {
	color: #ff0000;
	content: "\f007";
	padding-right: 5px;
	padding-right: 0.3125rem;
	vertical-align: baseline;
}

.byline:before,
.cat-links:before,
.comments-link:before,
.edit-link:before,
.entry-format:before,
.full-size-link:before,
.posted-on:before,
.tags-links:before {
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 2px;
	margin-right: 0.125rem;
	position: relative;
}
.byline,
.cat-links,
.comments-link,
.edit-link,
.entry-format,
.full-size-link ,
.posted-on,
.tags-links{
	color: #959595;
	margin-right: 14px;
	margin-right: 0.875rem;
}
.byline:before,
.cat-links:before,
.comments-link:before,
.edit-link:before,
.entry-format:before,
.full-size-link:before,
.posted-on:before,
.tags-links:before {
	padding-right: 3px;
	padding-right: 0.1875rem;
}
.byline:before {
	content: "\f007";
}
.cat-links:before {
	content: "\f07c";
}
.comments-link:before {
	content: "\f075";
}
.edit-link:before {
	content: "\f040";
}
.comments-link,
.edit-link {
	display: inline-block;
	white-space: nowrap; /* Do not separate icon from number */
}
.full-size-link:before {
	content: "\f00e";
}
.posted-on:before {
	content: "\f073";
}
.tags-links:before {
	content: "\f02b";
}
/* Do not display icons for entry-meta-top */
.entry-header .entry-meta .byline:before {
	content: none;
	padding-right: 0;
}
.entry-header .entry-meta .byline,
.entry-header .entry-meta .comments-link,
.entry-header .entry-meta .edit-link,
.entry-header .entry-meta .posted-on {
	margin-right: 0;
}
.entry-header .entry-meta .comments-link:before,
.entry-header .entry-meta .edit-link:before,
.entry-header .entry-meta .posted-on:before {
	content: "\f111";
	font-size: 4px;
	font-size: 0.25rem;
	margin: 0 7px;
	margin: 0 0.4375rem;
	padding-right: 0;
	vertical-align: middle;
}

/* Entry-meta for specific post formats */
.format-aside .entry-format:before {
	content: "\f192"; /* fa-dot-circle-o */
}
.format-aside footer.entry-meta {
	margin-top: 5px;
	margin-top: 0.3125rem;
}
.format-image .entry-format:before {
	content: "\f03e"; /* fa-picture-o */
}
.format-link .entry-format:before {
	content: "\f0c1"; /* fa-link */
}
.format-quote .entry-format:before {
	content: "\f10e"; /* fa-quote-right */
}
.format-status .entry-format:before {
	content: "\f041"; /* fa-map-marker */
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

blockquote {
	color: #999;
	font-size: 120%;
	line-height: 1.6;
	margin: 12px 0 24px 48px;
	margin: 0.75rem 0 1.5rem 3rem;
	padding: 0;
}

blockquote p:first-child:before {
	color: #999;
	content: "\f10d"; /* fa-quote-left */
	font: normal 140%/1 "FontAwesome";
	margin-left: -48px;
	margin-left: -3rem;
	padding-right: 12px;
	padding-right: 0.75rem;
	vertical-align: bottom;
}
.comment-content blockquote {
	color: #555;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.667;
	margin: 12px 0 12px 34px;
	margin: 0.75rem 0 0.75rem 2.125rem;
}
.comment-content blockquote p:first-child:before {
	color: #8f8f8f;
	font: normal 24px/1 "FontAwesome";
	margin-left: -34px;
	margin-left: -2.125rem;
}
blockquote p {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
blockquote &gt; p:last-child {
	margin-bottom: 0;
}
blockquote cite,
blockquote small {
	font-size: 75%;
	line-height: 1.6;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: italic;
}
blockquote cite {
	display: block;
	margin-top: 2px;
	margin-top: 0.125rem;
	text-align: right;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}


img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}


/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
/* Responsive images */

.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="attachment-"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.header-image,
img.size-full,
img.size-large,
img.wp-post-image,
.post-thumbnail img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	max-width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px dotted #323232;	
	border-radius: 3px;
	background: #323232;
	color: #fff;
	font-size: 11px;
	
	line-height: 1;
	padding: .5em 1em .48em
	}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 1px dotted #000;	
	background: #000
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4b4b4b;
	text-decoration: underline
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #191919
}

.main-navigation ul {
	
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}
	#primary-menu&gt;li{
		background: #333333;
	    border-right: 1px solid #4A4A4A;
	    
	}
	
.main-navigation a {
	margin-left: 3px;
	display: block; 
    width: 137px;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	 padding-left: 8px;
}
	.main-navigation a a{
		display: inherit
	}

.main-navigation ul ul {
	
	float: left;
	position: absolute;
	/*top: 1.5em;*/
	left: -999em;
	z-index: 99999;
	width: 100%;
	background: #232323
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 5px 5px 5px 20px;
    height: auto;
    line-height: 135%;
}

.main-navigation ul ul li {
	background: url(img/list.png) 8px 10px no-repeat;
	width: 100%
}

.main-navigation li:hover &gt; a {
	color: #D1C8C8
}
.main-navigation ul li:hover &gt; ul {
	left: auto;
}
	.main-navigation ul ul li:hover &gt; ul {
		left: 100%;
		background: #666
	}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-links a,
.nav-links a:visited {
	-webkit-tap-highlight-color: rgba(255, 97, 17, 1);
	font-size: 90%;
	color:#8d8480;
}
.nav-links a:active,
.nav-links a:hover {
	text-decoration: underline;
	color: #000
}
.nav-links a:focus {
	background-color: #cc0000;
	color: #fff;
	text-decoration: none;
}
.nav-links a:after,
.nav-links a:before,
.pagination .next:after,
.pagination .prev:before {
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
}
.nav-previous a:before,
.pagination .prev:before {
	content: "\f100"; /* fa-angle-double-left */
	padding-right: 5px;
	padding-right: 0.3125rem;
}
.nav-next a:after,
.pagination .next:after {
	content: "\f101"; /* fa-angle-double-right */
	padding-left: 5px;
	padding-left: 0.3125rem;
}
#comment-nav-above,
.post-navigation + .comments-area {
	margin: 48px 0;
	margin: 3rem 0;
}
.entry-content .page-links {
	clear: both;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.entry-content .page-links &gt; .page-links-title {
	border: 0;
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	height: auto;
	margin: 0;
	padding-right: 0.5rem;
	width: auto;
}
.single .entry-content .page-links &gt; .page-links-title {
	/* font-size: ; */
}
.entry-content .page-links a,
.entry-content .page-links &gt; span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.75rem;
	line-height: 2;
	margin: 0 14px 5px 0;
	margin: 0 0.875rem 0.3125rem 0;
	text-align: center;
	width: 1.75rem;
}
.entry-content .page-links a,
.entry-content .page-links a:visited {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
	text-decoration: none;
}
.entry-content .page-links a:focus,
.entry-content .page-links a:hover {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.header_mov{display: none}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.floatleft{float:left}
.floatright{float:right}

.alignright{text-align:right}

.clear{
		clear:both;
	height:1px;
	width:100%;

}

.m10{
	margin-bottom:10px!important
}

.m20{
	margin-bottom:20px!important
}

.m30{
	margin-bottom:30px!important
}

.m40{
	margin-bottom:40px!important
}

.m50{
	margin-bottom:50px!important
}

div.clear.m10{
    height: 10px;
    margin-bottom: 0 !important;
}

div.clear.m20{
    height: 20px;
    margin-bottom: 0 !important;
}

div.clear.m30{
    height: 30px;
    margin-bottom: 0 !important;
}
div.clear.m40{
    height: 40px;
    margin-bottom: 0 !important;
}
div.clear.m50{
    height: 50px;
    margin-bottom: 0 !important;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

ol.comment-list {
	list-style: none;
	margin: 0;
}
ol.children {
	list-style: none;
}
.comments-title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.5rem 0;
}

.comments-area article  img {
	float: left;
	line-height: 0;
	padding: 0;
	margin: 0 10px 10px 0
}

.comment-metadata{font-size: 90%}
	
	.comment-metadata a{text-decoration: none}
	
.comments-area p.edit-link {
	margin-bottom: 0;
}
a.comment-edit-link,
a.comment-reply-link {
	color: #0066cc;
	font-size: 13px;
	font-size: 0.8125rem;
}
a.comment-edit-link:hover,
a.comment-reply-link:hover {
	color: #dd3811;
}
.comment-list .pingback {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

/* Comment form */

#respond {
	margin-top: 48px;
	margin-top: 3rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: normal;
	margin-left: 10px;
	margin-left: 0.625rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.5rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.6875rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
#respond form label {
	display: block;
}
#respond form input[type="email"],
#respond form input[type="text"],
#respond form input[type="url"],
#respond form textarea {
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	color: #5e5e5e;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2;
	margin: 0;
}
.required {
	color: #ee0000;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	padding: 0;
}

.entry-caption,
.gallery-caption,
.wp-caption .wp-caption-text {
	color: #505050;
	font-size: 11px;
	font-size: 0.7125rem;
	font-style: italic;
	line-height: 1.7;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

body{
	background-color: #d7d6d1;
	
}

#page{
	width: 100%;
	max-width:950px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 2px 11px rgba(100, 100, 100, 0.45)
}

.img_top{margin-bottom: 15px}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.band{
	background: #cc0000;
	height: 10px;
	width: 100%;
	display: flex
}
	.band_first_black, .band_second_black{
		background: #000;
		display: flex
	}
	
	.band_first_black{
		width: 38%;
		
	}
	
	.band_second_black{
		width: 10%;
		margin-left: 49%
	}

.site-branding{
	position: relative;
	overflow: hidden
}	
	.site-title{
		float:left;
		margin: 0;
		padding: 10px 17px
	}	
	
	.menu_aux{
		float: left;
		margin: 2px 0  0 103px
	}
	
	.menu_aux_responsive{display: none}

		.menu_aux li{
			display: inline-block;
			font-size: 83%;
			padding-right: 8px;
		    position: relative;
		    margin-right: 3px;
		}
		
			.menu_aux li:before {
 		        content: "";
				position: absolute;
				right: 0;
				top: 0.3em;
				height: 0.7em;
				width: 1px;
				background: #4b4b4b;
			}
			
				.menu_aux li:last-child:before{
					display: none
				}
		
			.menu_aux li.lang{
				background: url(img/ico_minus.gif) right 8px center no-repeat;
				padding-right: 21px;
				margin-right: 4px;
			}
			
			.qtranxs_widget_end{
				display: none
			}
			
			header .language-chooser{
				display: none;
				position: absolute;
				margin: 0;
				padding: 10px 0 10px 13px;
				border: 1px solid #000;
				width: 100%;
				border-top-right-radius: 8px;
				border-bottom-right-radius: 8px;
				border-bottom-left-radius: 8px;
			}
				.menu_aux li.lang:hover .language-chooser, .menu_aux li.lang:focus .language-chooser{
					display: block
				}
			
			.menu_aux li a{
				text-decoration: none
			}
			
			.menu_aux .separa{
				margin: 0 2px
			}
			
				.menu_aux li li{
					font-size: 100%
					}
				.menu_aux li li:before{
					display: none
				}	
	
	.poliblog{
		position: absolute;
		right: 10px;
		bottom: 10px
	}

/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/

	
.site-content{
	padding: 20px;
	overflow: hidden
}	

	#primary{
		width: 75%;
		margin-left: 2%;
		float: right
	}
	
		#primary.full{width: 100%}
		
	#secondary{
		width: 23%;
		float: left
	}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

.widget-title{
	margin: 0 0 5px 0;
	background: url(img/puntos_men.gif) left bottom repeat-x;
    padding-bottom: 5px;
}

	.widget-title a{
		color: #4b4b4b;
	    font-weight: bold;
	    font-size: 85%;
	    background: url(img/ico_minus.gif) left center no-repeat;
	    padding-left: 15px;
		text-decoration: none
	}
		.widget-title a.inactive{
			background: url(img/ico_plus.gif) left center no-repeat;
		}
		
		.widget-title a:hover{
			color:#5d0000;
			cursor: pointer
		}

.widget ul {
	margin: 0;
	padding: 0
}
	.widget-area .qtranxs_widget ul li{
		display: inherit	
	}
	
	.widget ul li{	
		background:url(img/ico7pb.gif) left 4px no-repeat;
		list-style: none;
		font-size: 90%;
		padding-left: 13px;
		color: #4B4B4B;
		text-decoration: none
	}
	
		.widget ul li a{
			display: block;
			color: #4B4B4B;
			text-decoration: none
		}		
			.widget ul li:hover{			
				background-color: #f3f3f3;
				color: #000
			}
			.widget ul li a:hover{
			 	color: #000;
			}


.tagcloud a{
	text-decoration: none;
	line-height: 100%;
	
}
	.tagcloud a:hover{
		background-color: #f3f3f3;
		color: #000
	}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer{
	border-top: 1px solid #373737;
	padding:5px 10px 10px;
	overflow: hidden
}
.site-footer a{
	color: #000;
	text-decoration: none;
	position: relative;
    padding-right: 6px;
    margin-right: 2px;
}

			.site-footer .menu_f a:before {
		        content: "";
			position: absolute;
			right: 0;
			top: 0.2em;
			height: 0.7em;
		    width: 1px;
		    background: #000;
		}
		
	
		.site-footer .menu_f a:last-child:before{
			display: none
		}

	.site-footer a:hover{
		color: #CC0000;
		text-decoration: none;
	}
	
	.col_first, .col_second, .col_third{
		float:left;
		font-size: 85%	
	}	
	
	.col_first{
		width: 53.5%;
	}	
	
		.contact{
			color: #444444;
			margin: .2em 0
		}
			.contact a{
				color: #4b4b4b;
				
			}
			
				.contact a:hover {
					color: #000000;
					text-decoration: underline;
				}
	
	.col_second{
		width: 25%;
	}
	
	.col_third{
		float:right!important
	}
	


/*--------------------------------------------------------------
# Detail
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.entry-footer{
	font-size: 95%;
	margin-top: 1.9rem
}
	.entry-footer a{text-decoration: none}


.content-area article, .content-area section {
    border-bottom: 4px double #ededed;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    padding-bottom: 24px;}
	

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 48em) {
	.site-title{width: 150px}
	.poliblog img{width: 80%}
	.menu_aux{margin-left: 3px}
	.language-chooser{
		padding: 5px 0 5px 13px
	}
	.site-branding{padding-bottom: 10px}
}
	
@media screen and (max-width: 37.5em) {
	.site-content{
		font-size: 130%
	}
	.site-branding img{
		width: 70%
	}
		.poliblog{bottom: 20px}
		.poliblog img{float: right}
	
	.header_mov{
		display: block;
		background: #eaecf0;
		height: 3.6em;
		display: table;
		padding: 0 10px;
		width: 100%;
		border-bottom: 1px solid #f0f0f0;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
		.header_mov.on{
			background: #191919;
			color: #fff
		}
		
		.header_mov .search-form{
			display: table-cell;
			vertical-align: middle;
			padding-left: 15px
		}
			.widget_search{display: none}
			
			.header_mov .search-form .search-field{
				width: 200px
			}
		
		
			.menu-toggle {
				display: table-cell;
				vertical-align: middle;
				 position: relative;
				padding-left: 1.25em;
				cursor: pointer
			}
			
			.menu-toggle:before{
				content: "";
				position: absolute;
				left: 0;
				top: 1.1em;
				width: 1.7em;
				height: 0.25em;
				background: #777;
				box-shadow: 0 0.53em 0 0 #777, 0 1.06em 0 0 #777;
			}
			
				.on .menu-toggle:before{
					background: #fff;
					box-shadow: 0 0.53em 0 0 #fff, 0 1.06em 0 0 #fff;
				}
	
	.main-navigation{
		position: absolute;
		left: -100%;
		min-height: 200%;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		z-index: 1;
	}
		.main-navigation.on{
			left: 0;
			
		}
		
	
		.main-navigation li{
			width: 100%;
			border-bottom: 1px solid grey;
			color: #fff
		}	
		
			.lang{
				    padding: 15px;
					font-size: 140%;
			}
			
			.main-navigation ul ul.language-chooser{
			    display: block;
				left: 0!important;
				max-height: 1000px;
				background: none
				
			}
				.main-navigation ul ul.language-chooser li{
					border: 0
				}
				.main-navigation ul ul.language-chooser a{
					font-size: 100%
				}
				
			
			.main-navigation li a{
				font-size: 140%;
				width: 100%;
				padding: 15px 54px 15px 10px;
				height: auto;
				line-height: auto
			}
	
			.main-navigation.on ul li:hover &gt; ul {
				left: -999em;
				
			}
			
			.main-navigation li a.smaller, .main-navigation li a.bigger{
				width: auto;
				display: inline-block;
				padding: 15px;
			}
				
	
		.main-navigation li.menu-item-has-children&gt;span{
			 color: #fff;
		    content: "\f419";
		    padding: 28px 25px;
		    position: absolute;
		    top:0;
		    right: 0;
		    cursor: pointer;
		}
				.main-navigation li.menu-item-has-children&gt;span:after{
					background-color: #fff;
					width: 16px;
					height: 2px;
					border-radius: 1px;
					-webkit-border-radius: 1px;
					-moz-border-radius: 1px;
					position: absolute;
					top:27px;
					left: 19px;
					  content:"";
			  	}

				.main-navigation li.menu-item-has-children&gt;span:before{
					background-color: #fff;
					width: 2px;
					height: 16px;
					border-radius: 1px;
					-webkit-border-radius: 1px;
					-moz-border-radius: 1px;
					position: absolute;
					top: 20px;
					left: 26px;
					content:"";
			  	}
			  		.main-navigation li.menu-item-has-children&gt;span.on:before{
				  		display: none
			  		}
		
		
			.main-navigation ul ul{
				position: relative;
				max-height: 0;				
				-webkit-transition: max-height 0.5s;
				-moz-transition: max-height 0.5s;
				transition: max-height 0.5s;
				-webkit-transition: all .4s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}
			
			.main-navigation.on ul li ul.on {
				left: 0;
				max-height: 1000px;
							}

			.main-navigation ul ul a{
				    width: 100%;
					padding: 13px 54px 13px 27px
			}
			.main-navigation ul ul li{
				padding: 0;
				background:url(img/list.png) 14px 24px no-repeat
			}
			
				.main-navigation ul ul ul{
					background: #555
				}
	
				
			.main-navigation ul ul ul li{
				padding: 0;
				background:url(img/list.png) 24px 24px no-repeat
			}	
			
				.main-navigation ul ul ul a{
					padding-left: 37px;
					}
	
	.menu_aux{
		display: none
	}
	.menu_aux_responsive{
		display: block
	}
		.menu_aux_responsive .separa{display: none}
	
	.site-content{
		padding: 0;
		overflow: inherit;
	}
	
	#primary, #secondary{
		width: 100%;
		margin: 0 0 2%;
		float: none;
		padding: 10px;
		overflow: hidden
	}
		 #secondary{
			 background: #000;
			 color: #fff
		 }
		 	#secondary a{color: #fff}
	
	.widget ul li:hover{background: #999}
}
	</pre></body></html>