/*
Theme Name: Syntax
Theme URI: https://wordpress.com/themes/syntax/
Description: Syntax is a theme designed with writing--and reading--in mind. With large, easy-to-read type, a fixed navigation menu, and a responsive design that looks beautiful on all screen sizes, it's perfect for writers or bloggers who want a clean, sophisticated look and feel for their site.
Version: 1.1.0
Author: Automattic
Author URI: https://wordpress.com/themes/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: light, black, white, one-column, gray, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, translation-ready
 *
 * This theme, like WordPress, is licensed under the GPLv2 or later.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Readable is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/ */

/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, th {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #f7f6f5;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td, th {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/* =Rebuild
----------------------------------------------- */
* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5em;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: Georgia, "Bitstream Charter", serif;
  font-size: 16px;
  font-weight: 400;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

hr {
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  height: 0;
  margin-top: -1px;
  margin-bottom: 24px;
  padding-top: 24px;
}

/* Text elements */
p {
  margin: 0 120px 24px 40px;
}

ul, ol {
  margin: 0 0 24px 36px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 24px;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 24px 24px;
}

b, strong {
  font-weight: 600;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 24px;
}

address {
  margin: 0 0 24px;
}

pre {
  background: rgba(119, 119, 119, 0.5);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375em;
  line-height: 1.6em;
  margin-top: -2px;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875em;
  line-height: 1.71429em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 24px;
  width: 100%;
}

th {
  font-weight: bold;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

.alignright, blockquote.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  clip: auto !important;
  display: inline-block;
  font-weight: 600;
  line-height: 24px;
  padding: 24px;
  z-index: 100000;
  position: absolute !important;
  top: 24px;
  left: 24px;
}

/* Clearing */
.clear:before,
.clear:after {
  content: '';
  display: table;
}

.clear:after {
  clear: both;
}

.entry-content:before,
.entry-content:after {
  content: '';
  display: table;
}

.entry-content:after {
  clear: both;
}

.comment-content:before,
.comment-content:after {
  content: '';
  display: table;
}

.comment-content:after {
  clear: both;
}

.site-header:before,
.site-header:after {
  content: '';
  display: table;
}

.site-header:after {
  clear: both;
}

.site-content:before,
.site-content:after {
  content: '';
  display: table;
}

.site-content:after {
  clear: both;
}

.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.site-footer:after {
  clear: both;
}

/* =Forms
----------------------------------------------- */
button,
input,
select,
textarea {
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 #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="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="file"] {
	width: 100%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

* html {
  font-size: 112.5%;
}

html {
  font-size: 18px;
  line-height: 1.65em;
}



/* =Global */
body,
button,
input,
select,
textarea {
  color: #444444;
  font-family: 'Domine', Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin: 14.85px 30px 14.85px 0;
}

img.alignleft,
.wp-caption.alignleft {
  margin-left: -125.49999px;
}

.alignright, blockquote.alignright {
  display: inline;
  float: right;
  margin: 14.85px 0 14.85px 30px;
}

img.alignright,
.wp-caption.alignright {
  margin-right: -20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto;
}

/* Genericons */
.genericon, #toggle-nav, .comments-link:before, .post-date:before, .tags-links:before, .byline:before, .hentry .edit-link:before, .bypostauthor > .comment-body .comment-author:first-of-type .avatar-wrapper:before, .social-links {
  -webkit-font-smoothing: antialiased;
  font-family: "Genericons";
  font-size: 1.33333em;
  line-height: 1.2375em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: baseline;
}

/* Transitions */
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #000;
}
h1 {
  font-family: nova, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 40px;
  margin: 0 0 30px;
  text-align: center;
  padding: 0 40px;
}

h2 {
  font-weight: bold;
  line-height: 1em;
  font-size: 30px;
  margin: 0;
  text-align: right;
  color: #cb071d;
}
#main h2::before {
  width: 82px;
  height: 20px;
  background-color: #868789;
  content: '';
  display: block;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 0 ;
}
.data {
  font-size: 18px;
  line-height: 1.38em;
  text-align: right;
  color: #5c7d8c;
  margin: 0 0 60px;
}

h3 {
  font-family: nova, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 17px;
  margin: 0;
  text-align: center;
}
#main h3::before {
  width: auto;
  height: 27px;
  background: url('images/bolo-firma.png') no-repeat center top;
  content: '';
  display: block;
  margin-bottom: 10px;
  padding: 0 40px;
}
.autorCargo {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.35em;
  font-size: 14px;
  margin: 5px 0 100px;
  text-align: center;
  color: #5c7d8c;
  padding: 0 40px;
}

h4 {
  line-height: 1.65em;
  font-size: 18px;
  margin: 30px 0;
}

h5 {
  line-height: 1.65em;
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  line-height: 2.12143em;
  font-size: 14px;
  margin: 30px 0;
}

h5 {
  font-style: italic;
}

h6 {
  text-transform: uppercase;
}

hr {
  background-color: #777777;
  height: 1px;
  margin-bottom: 28.7px;
  padding: 0;
}

/* Text elements */
p {
  margin-bottom: 10px;
}
.entry-content h3 + p:first-letter, .entry-content div + p:first-letter {
  float: left; 
  color: #5c7d8c; 
  font-size: 100px; 
  line-height: 70px; 
  padding-top: 4px;
}
.entry-content p + p, .entry-content figure + p {
  text-indent: 1.5em;
}

ul {
  margin: 0 120px 0 40px;
  list-style: none;
}
#main ul::before {
  width: 132px;
  height: 30px;
  background-color: #5c7d8c;
  content: '';
  display: block;
  margin: 60px 0 30px;
}
ul ul {
  list-style: square;
}
ul ul ul {
  list-style: circle;
}
ol {
  margin: 0 0 30px 30px;
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
li {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.57em;
  font-weight: 700;
  color: #9d0c15;
  margin-bottom: 10px;
}
#main li::before {
  content: '\f04d';
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  margin-right: 8px; 
  color: #5c7d8c;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 30px;
}

dt {
  font-weight: 400;
}

dd {
  margin: 14.85px 0 14.85px 30px;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  border-left: 1px solid #777777;
  font-style: italic;
  margin-bottom: 30px;
  padding: 0 0 0 30px;
}
blockquote blockquote {
  padding-right: 0;
}
blockquote.alignleft, blockquote.alignright, blockquote.aligncenter {
  border-left: 0;
  border-top: 5px solid #777777;
  border-bottom: 5px solid #777777;
  color: #666666;
  font-size: 1.27778em;
  line-height: 1.2913em;
  line-height: 1.61413em;
  margin-left: -125.49999px;
  padding: 24.7px 30px;
  width: 33.333%;
}
blockquote.alignleft p, blockquote.alignright p, blockquote.aligncenter p {
  margin-bottom: 0;
}
blockquote.alignright {
  margin-left: 30px;
  margin-right: -125.49999px;
}
blockquote.aligncenter {
  margin: 0 auto 30px;
  width: 90%;
}
blockquote cite {
  display: block;
  text-align: right;
  width: 100%;
}
blockquote cite:before {
  content: "\007E";
  margin-right: 7.425px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.77778em;
  line-height: 2.12143em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #444444;
  border: 0;
  border-radius: 0;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #333333;
  color: rgba(255, 255, 255, 0.7);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

address {
  font-style: italic;
  margin-bottom: 30px;
}

pre {
  background: rgba(0, 0, 0, 0.03);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.94444em;
  line-height: 1.74706em;
  margin-bottom: 30px;
  padding: 30px;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.94444em;
  line-height: 1.74706em;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
  margin-bottom: 28.7px;
}

mark, ins {
  background: fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 0.75em;
  line-height: 2.2em;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 0.75em;
  line-height: 2.2em;
}

big {
  font-size: 1.25em;
  line-height: 1.32em;
}

figure {
  margin: 0;
  position: relative;
}

table {
  margin-bottom: 30px;
  width: 100%;
}

td, th {
  border-bottom: 1px solid #eeeeee;
  border-collapse: collapse;
  padding: 7.425px 3px 6.425px;
}

th {
  font-weight: 400;
}

img {
  height: auto;
  max-width: 100%;
}
figure::after {
  content: 'Ilustración: Luis Lonjedo';
  bottom: -15px;
  font-family: "Open Sans",sans-serif;
  font-size: 12px;
  position: absolute;
  right: -20px;
  text-align: right;
  color: #5c7d8c;
}
figure.imagenValencianoH::after {
  right: 50px;
}
.imagenValencianoH {
  margin: 10px 0 25px 10px;
}


/* Links */
a {
  color: #444444;
}
a:visited {
  color: #444444;
}
a:hover, a:focus, a:active {
  color: #666666;
}

/* Show or hide a11y text */
/* Clearing */
/* =Layout */
#masthead {
 position: fixed;
}
.site-header {
  background: rgba(134,136,137,.2);
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 100;
  height: 115px;
}
.site-header img {
  display: block;
  margin: 0 auto;
}

.site-header-wrapper {
  margin: 0 auto;
  max-width: 970px;
  height: 80px;
  background: #f7f6f5 url('images/150-logoCabecera.png') no-repeat 10px 6px;
}


.site-main {
  margin: 59.4px 0 0;
  padding: 0;
  position: relative;
}

.content-area {
  margin: 0 auto;
  max-width: 970.00001px;
  padding: 50px 55px 0;
  background-color: white;
}

.widget-area {
  clear: both;
  margin: 0 auto 30px;
  max-width: 970.00001px;
  padding: 0 36px;
}
.site-footer p {
  margin: 0 40px 20px;
}
.site-footer h2 {
  text-align: center;
}
.site-footer h2 a {
  background-image: url("images/LP-logoGris.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9999px;
  width: 170px;
}
.site-footer h2::before {
  background: url("images/bolo-footer.png") no-repeat scroll center top;
  content: " ";
  display: block;
  height: 27px;
  margin-bottom: 20px;
  padding: 0 40px;
  width: auto;
  position: inherit;
}
.site-footer {
  font-family: 'Open Sans', sans-serif;
  clear: both;
  color: #868789;
  font-size: 0.7em;
  line-height: 1.5em;
  margin: 0 auto 10px;
  text-align: center;
  max-width: 829.00001px;
}
.site-footer h2 + p {
  font-size: 14px;
  font-weight: 700;
}
.site-footer a {
  color: #999999;
  text-decoration: none;
}

.site-info {
  padding: 0 30px;
}

/* =Header */
.site-branding {
  float: left;
  margin-left: 57px;
  padding-left: 10px;
  text-align: center;
  height: 80px;
  opacity: .6;
  border-left: 1px solid #999;
}

.site-title {
  font-size: 1.3em;
  line-height: 1em;
  margin: 10px 0 0;
  text-align: left;
  padding: 0;
  width: 200px;
}
.site-title a {
  color: #000;
  padding: 0;
  text-decoration: none;
}
.site-description {
  color: #000;
  font-family: 'Open Sans',sans-serif;
  font-size: 0.7em;
  line-height: 1.4em;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 400;
}
.publiCabecera {
  width: 150px;
  height: 60px;
  float: right;
  margin: 10px 10px 0 0;
}


/* =Menu */

#toggle-nav {
 display: none;
}

.navigation-main {
 display: none;
}


/* --------------- NAVEGACION ----------------- */
.menu-desk {
  width: 100%;
  height: 25px;
  text-align: center;
}
.menu-desk ul {
 margin: 0 auto;
 background-color: rgba(255,255,255,.9);
 max-width: 970px;
 border-bottom: 1px solid #5c7d8c;
}
.menu-desk ul li {
  display: inline-block;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.1em;
  color: #5c7d8c;
  font-weight: 300;
  letter-spacing: .06em;
  margin-bottom: 0px;
}
.menu-desk ul li a {
  color: #5c7d8c;
  text-decoration: none;
}
.menu-desk ul li a:hover {
  color: #cb071d;
  text-decoration: underline;
}
.menu-desk .current-menu-item {
 font-weight: 700;
}


/* --------------- VALENCIANOS ----------------- */
.medio {
  background: white;
  width: 100%;
  height: 35px;
  text-align: center;
}
.medio h2 {
  display: inline-block;
  text-align: center;
}
.medio h2 a {
    background-image: url("images/LP-logoCabecera.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
    width: 192px;
    height: 17px;
    margin-top: 9px;
}

/* =Content */
.sticky {
  /*WordPress required style */
}

.hentry {
  background-color: white;
  margin: 0;
  padding: 30px 0px;
  position: relative;
  z-index: 1;
}
.hentry.has-thumbnail {
  margin-top: -178.2px;
}

.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-content,
.entry-summary {
  margin-bottom: 30px;
  margin-top: 0px;
}

.page-links {
  clear: both;
  color: #999999;
  font-style: italic;
  margin-bottom: 30px;
  word-spacing: 6px;
}
.page-links a {
  color: #999999;
  text-decoration: none;
}

a.more-link {
  color: #999999;
  font-style: italic;
  text-decoration: none;
}

.entry-format {
  color: #999999;
  display: block;
  font-size: 0.77778em;
  line-height: 2.12143em;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.entry-format:before, .entry-format:after {
  content: "\007E";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.entry-title {
}
.entry-title a {
  text-decoration: none;
}
footer.entry-meta {
  padding: 0 40px;
  margin-bottom: 60px;
}
.entry-meta, .entry-meta a {
  color: #999999;
  font-size: 0.77778em;
  line-height: 2.12143em;
}
.entry-meta a {
  font-size: inherit;
}

.comments-link,
.post-date,
.sticky .post-date,
.tags-links,
.byline,
.hentry .edit-link {
  display: inline-block;
  margin-right: 44.55px;
}
.comments-link a,
.post-date a,
.sticky .post-date a,
.tags-links a,
.byline a,
.hentry .edit-link a {
  text-decoration: none;
}
.comments-link:before,
.post-date:before,
.sticky .post-date:before,
.tags-links:before,
.byline:before,
.hentry .edit-link:before {
  display: inline-block;
  margin-right: 2px;
  vertical-align: text-bottom;
}
.comments-link:before {
  content: "\f300";
  font-size: 1.77778em;
  line-height: 1.85625em;
  line-height: 0.92813em;
}

.post-date:before {
  content: "\f307";
  font-size: 1.77778em;
  line-height: 1.85625em;
  line-height: 0.92813em;
}

.sticky .post-date:before {
  content: "\f308";
}

.tags-links, .tags-links a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #5c7d8c;
}
.tags-links a:hover {
  color: #cb071d;
}
.tags-links a:before {
  content: "\f067";
  font-size: 1.7em;
  line-height: 1.8em;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  margin: 0 8px; 
  color: #000;
}

.byline:before {
  content: "\f304";
  font-size: 1.77778em;
  line-height: 1.85625em;
  line-height: 0.92813em;
}

.hentry .edit-link:before {
  content: "\f411";
  font-size: 1.77778em;
  line-height: 1.85625em;
  line-height: 0.92813em;
}

.entry-thumbnail {
  margin-left: -125.49999px;
  margin-bottom: 30px;
  position: relative;
}
.entry-thumbnail img {
  max-width: 1008px;
}
.sep {
  margin: 0 7.425px;
}

.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 58.4px;
  padding-bottom: 14.85px;
}

.page-title {
  font-size: 1em;
  line-height: 1.65em;
  margin: 0;
  text-transform: uppercase;
}

.taxonomy-description {
  color: #999999;
  font-size: 0.77778em;
  line-height: 2.12143em;
  font-style: italic;
  margin-top: 30px;
}


/* Search */
.search-results .page .sep:first-of-type {
  display: none;
}

/* =Post Formats */
.format-quote cite,
.format-quote .quote-caption {
  float: right;
}

/* =Media */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border-bottom: 5px solid #777777;
  margin-bottom: 24.7px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.wp-caption-text {
  color: #666666;
  font-size: 0.88889em;
  line-height: 1.85625em;
  font-style: italic;
  margin: 14.85px 0;
  padding: 0 1%;
}

.gallery-caption {
  font-size: 0.77778em;
  line-height: 2.12143em;
  line-height: 2.12143em;
}

.size-thumbnail + .wp-caption-text,
.size-medium + .wp-caption-text {
  font-size: 0.77778em;
  line-height: 2.12143em;
  line-height: 2.12143em;
}

.site-content .gallery {
  margin-bottom: 30px;
}
.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-content .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
.jetpack-video-wrapper {
  margin-bottom: 30px;
}

/* =Navigation */
.site-content [class*="navigation"] {
  margin-bottom: 30px;
  overflow: hidden;
  font-weight: 700;
}

[class*="navigation"] a {
  text-decoration: none;
}
[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* =Comments */
.comment-content a {
  word-wrap: break-word;
}

.comment-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
}
.comment-list .children {
  border-left: 1px solid #eeeeee;
  list-style: none;
  padding-left: 30px;
}
.comment-list li.comment {
  margin-top: 30px;
}

.pingback,
.trackback {
  margin: 0.8em 0;
}

.comments-area:after {
  background-image: url("images/divider.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 23px;
  clear: both;
  content: "";
  display: block;
  margin: 59.4px 0;
  width: 100%;
  height: 23px;
}

.comment-author a {
  text-decoration: none;
}
.comment-author .avatar-wrapper {
  border: 3px solid #cccccc;
  display: block;
  float: left;
  margin: -3px 14.85px -3px 0;
  position: relative;
  width: 59px;
  height: 59px;
}

.bypostauthor > .comment-body .comment-author:first-of-type .avatar-wrapper {
  border-color: #444444;
}

.bypostauthor > .comment-body .comment-author:first-of-type .avatar-wrapper:before {
  background: #444444;
  color: white;
  content: "\f408";
  display: block;
  float: none;
  font-size: 0.88889em;
  line-height: 1.85625em;
  line-height: 1;
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.comment-metadata, .comment-metadata a, .comment-reply-link {
  color: #999999;
  font-size: 0.77778em;
  line-height: 2.12143em;
}
.comment-metadata a, .comment-reply-link a {
  font-size: inherit;
}

.comment-content {
  margin-top: 30px;
}

.comments-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 13.85px;
  padding-bottom: 30px;
}

.comment-reply-title {
  font-style: italic;
}

.comment-form label {
  display: inline-block;
  font-style: italic;
  width: 89.1px;
}

.form-allowed-tags, .form-allowed-tags code {
  color: #cccccc;
  font-size: 0.77778em;
  line-height: 2.12143em;
}
.form-allowed-tags code {
  font-size: inherit;
}

.no-comments {
  color: #999999;
  font-style: italic;
  margin: 30px 0;
  text-align: center;
}

/* =Widgets */
.widget-area .sidebar-1 {
  float: left;
  margin: 0 5% 59.4px 0;
  width: 30%;
}

.widget-area .sidebar-2 {
  float: left;
  margin: 0 5% 59.4px 0;
  width: 30%;
}

.widget-area .sidebar-3 {
  float: left;
  margin: 0 5% 59.4px 0;
  width: 30%;
}

.widget-area .sidebar-3 {
  margin-right: 0;
}

.widget {
  font-size: 0.77778em;
  line-height: 2.12143em;
  margin-bottom: 30px;
  overflow: hidden;
}
.widget select {
  margin-left: 1px;
  max-width: 100%;
}

.widget-title {
  font-size: 1.27778em;
  line-height: 1.2913em;
  font-style: italic;
  margin: 14.85px 0;
}

.widget_search input[type="submit"] {
  display: none;
}

.wp_widget_tag_cloud div,
.widget_tag_cloud .tagcloud {
  text-align: center;
}
.wp_widget_tag_cloud div a,
.widget_tag_cloud .tagcloud a {
  color: #333333;
  text-decoration: none;
}

/* Calendar widget */
#wp-calendar td, #wp-calendar th,
#wp-calendar th {
  text-align: center;
}
#wp-calendar caption {
  font-weight: 700;
  margin: 14.85px 0;
  text-align: center;
}

.widget-area .sidebar-1,
.widget-area .sidebar-2,
.widget-area .sidebar-3,
.not-found .widget,
.site-branding,
.site-header,
.site-content,
.widget-area {
  clear: both;
  float: none;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.widget-area {
  padding: 0 30px;
}

.site-main {
  margin-top: 0px;
  padding-top: 140px;
}
.site-branding {
  width: calc(100% - 300px);
  float: left;
}

.widget-area .sidebar-1,
.widget-area .sidebar-2,
.widget-area .sidebar-3 {
  margin-right: 0;
}


/* --------------- INDICES ----------------- */
.indices {
  margin-bottom: 30px;
}
.pageValencianos h1 {
  text-transform: none;
  margin-bottom: 80px;
}
.pageValencianos h1::after {
    background: rgba(0, 0, 0, 0) url("images/bolo-firma.png") no-repeat scroll center top;
    content: "";
    display: block;
    height: 27px;
    margin-top: 10px;
    padding: 0 40px;
    width: auto;
}
.pageValencianos h4 {
  width: 17.4%;
  float: left;
  display: inline-block;
  clear: none;
  margin: 0 3.25% 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #5c7d8c;
  overflow: hidden;
  min-height: 205px;
}
.pageValencianos h4.indiceAutor {
  min-height: 225px;
}
.pageValencianos h4:hover {
  background-color: rgba(134,136,137,.2);
}
.pageValencianos h4.capitular:hover, .pageValencianos h4.indiceAutor:hover {
  background: none;
}
.pageValencianos h4:nth-of-type(5n)  {
  margin-right: 0%;
}
.pageValencianos a {
  text-decoration: none;
  color: #5c7d8c;
  display: block;
  padding-bottom: 5px;
}
.pageValencianos h4:hover a {
  color: #9d0c15;
}
.pageValencianos p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pageValencianos br {
  display: none;
}
.pageValencianos a div {
  overflow: hidden;
  margin-bottom: 3px;
}
.pageValencianos a img {
  opacity: 1;
  transition: opacity 0.2s linear 0s, transform 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  z-index: 1;
}
.pageValencianos a:hover img {
  width: 120%;
  opacity: 0.6;
  transform: rotate(-8deg) scale(1.1);
  z-index: 5;
}
.indiceAutor a:hover img {
  width: 100%;
  transform:  none;
}
.indiceAutor span {
  text-transform: none;
  color: #000;
  font-weight: 300;
}


/* --------------- HOME ----------------- */
body.page-template-home {
  background-color: #000;
  color: #fff;
  font-size: 17px;
}
.marcoTop, .marcoBottom, .marcoLeft, .marcoRight  {
  width: 100%;
  height: 20px;
  position: fixed;
  z-index: 20;
  background-color: #8d0509;
}
.marcoBottom {
  bottom: 0px;
  background-position: 0 10px;
  box-shadow: none;
  z-index: 21;
}
.marcoLeft, .marcoRight  {
  width: 20px;
  height: 100%;
  position: fixed;
  z-index: 19;
  background-color: #8d0509;
}
.marcoRight {
  right: 0px;
  background-position: 10px 0;
  box-shadow: none;
}
.containerHome {
  margin: 0 auto;
  width: 85%;
  padding: 7px 0;
}
.containerHome #masthead {
    position: relative;
}
.content-home-val > div {
  /*width: 12%; /* ------  MEDIDAS --------- */
  float: left;
  /*margin: 0 2.6% 2.6% 0;  /* ------  MÁRGENES --------- */
  position: relative;
  overflow: hidden;
}
h4.datosHome {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: -100%;
  transition: all 200ms ease-in-out 0s;
  z-index: 10;
  margin: 0;
  padding: 0;
  display: inline-block;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1em;
  text-transform: uppercase;
}
.datosHome a {
  background-color: rgba(0,0,0,.5);
  display: block;
  height: 100%;
  padding-top: 10px;
  color: #fff;
  text-decoration: none;
}
.datosHome a span {
  display: block;
  margin-top: 8px;
  font-family: 'Domine', serif;
  text-transform: none;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.content-home-val > div:hover .datosHome  {
  top: 0;
}
/*
.content-home-val div:nth-of-type(7n) {   /* ------  CORTES ------ *
  margin-right: 0;
}*/
.content-home-val img {
  width: 100%;
  display: block;
  opacity: 1;
  transition: opacity 0.2s linear 0s, transform 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  z-index: 1;
}
.content-home-val > div:hover img {
  width: 120%;
  opacity: 0.6;
  transform: scale(1.1);
  z-index: 5;
}
.content-home-val p {
  margin: 0;
  font-size: 250%;
}
.content-home-val > br {
  display: none;
}
.containerHome .menu-desk ul {
    max-width: 100%;
    background: none;
    border-bottom: 1px solid rgba(92,125,140,.4);
}
.containerHome .menu-desk ul li a:hover {
    color: #fff;
}
.header-home {
  margin: 10px 0 50px;
  position: relative;
}
.medio-home {
    display: inline-block;
    left: calc(50% - 65px);
    position: absolute;
}
.medio-home > h2 {
    display: inline-block;
}
.medio-home h2 a {
  background: url("images/LP-150-W.png") no-repeat center center;
  width: 130px;
  height: 100px;
  margin: 0 auto;
  background-size: auto 100%;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0px;
}
.site-branding-home {
  float: left;
  margin-top: 20px;
  width: 360px;
}
.site-title-home {
  font-size: 150%;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
}
.site-title-home a {
  color: #fff;
  text-decoration: none;
}
.site-description-home {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.publiHome {
  width: 300px;
  height: 90px;
/*  background-color: magenta;*/
  float: right;
  margin: 20px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.patrocinoHome {
  height: 80px;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 30;
  bottom: 60px;
  /*box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);*/
}
.patrocinoHome a {
  bottom: 0px;
  display: block;
  height: 80px;
  margin: 0 auto;
  width: 40%;
  max-width: 200px;
  position: relative;
}
.patrocinoHome a img {
  bottom: 0px;
  position: absolute;
}
.publiMega {
  display: none;
  margin: 30px -55px 10px;
}
.publiRoba {
  display: none;
  padding: 0 20px;
  margin-bottom: 20px;
}
.publiMega a:hover img, .publiRoba a:hover img {
    opacity: 1;
    transform: none;
    width: 100%;
}




/* =Responsive */
@media (max-width: 600px) {
  .site-title {
    width: calc(100% - 50px);
    border-left: 1px solid  #999;
  }
  .site-description {
    width: calc(100% - 50px);
    float: right;
    border-left: 1px solid  #999;
  }

  /* 404 */
  .not-found input[type="search"],
  .not-found input[type="submit"] {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  body {
    font-size: 18px;
    line-height: 28px;
  }
  .content-area {
    padding: 20px 0px 0;
  }
  h1 {
    padding: 0;
    font-size: 34px;
    line-height: 1em;
  }
  h2 {
    font-size: 25px;
    line-height: 1em;
    text-align: center;
  }
  #main h2::before {
    margin-right: calc(50% - 41px);
  }
  p {
    margin: 0 20px 15px;
  }
  .data {
    text-align: center;
    margin: 0 0 20px;
  }
  figure::after {
    right: 10px;
  }
  ul {
    margin: 0 20px;
  }
  footer.entry-meta {
    padding: 0 20px;
  }
  #nav-below {
    line-height: 25px;
    padding: 0 20px;
  }
  .site-info {
    padding: 0;
  }
  .site-footer p {
    margin: 0 20px 20px;
  }
  .publiRoba {
    display: block;
  }
}

@media (max-width: 600px) {
  #toggle-nav:before {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
  }
  .navigation-main {
    left: -100%;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 97;
  }
  .navigation-main ul {
    margin-top: 0 !important;
  }
  .show-nav #toggle-nav:before {
    left: auto;
  }

/* =Menu */
  #toggle-nav {
    display: block;
  }
  #toggle-nav {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    width: 100%;
    height: 0;
    z-index: 98;
  }
  #toggle-nav:before {
    color: #cb071d;
    content: "\f0c9";
    font-family: FontAwesome;
    display: inline-block;
    padding: 7.425px;
    position: fixed;
    top: 40px;
    font-size: 1.5em;
    line-height: 1em;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  .containerHome #toggle-nav:before {
    top: 20px;
    left: 30px;
    background-color: rgba(0,0,0,.8);
  }
  .navigation-main {
    background: rgba(157,12,21,.9);
    color: white;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 0.77778em;
    line-height: 2.12143em;
    position: fixed;
    top: 105px;
    left: -100%;
    text-transform: uppercase;
    width: 100%;
    word-break: break-word;
    z-index: 99;
  }
  .site-header-home .navigation-main { 
    background-color: rgba(200, 200, 200, 0.95);
    color: #000;
    top: 75px;
    width: calc(100% - 40px);
  }
  .navigation-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .navigation-main ul ul a {
    padding-left: 30px;
  }
  .navigation-main ul ul ul a {
    padding-left: 59.4px;
  }
  .navigation-main ul li:hover > ul {
    display: block;
  }
  .navigation-main li {
    display: block;
    position: relative;
    margin-bottom: 0px;
  }
  .navigation-main li.current_page_item > a, .navigation-main li.current-menu-item > a {
    background-color: #333333;
    color: rgba(255, 255, 255, 0.7);
  }
  .navigation-main a {
    border-top: 1px solid #333333;
    color: white;
    display: block;
    letter-spacing: 1px;
    padding: 14.85px;
    text-decoration: none;
  }
  .site-header-home .navigation-main a {
    color: #000;
  }
  .navigation-main a:hover {
    background-color: #333333;
    color: rgba(255, 255, 255, 0.7);
  }
  .navigation-main ul:first-child > li:first-child > a {
    border-top: 0;
  }
  .navigation-main::-webkit-scrollbar {
    width: 10px;
  }
  .navigation-main::-webkit-scrollbar-thumb {
    background: #333333;
  }

  .show-nav .navigation-main {
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .show-nav #toggle-nav:before {
    left: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .show-nav .containerHome #toggle-nav::before {
    left: 30px;
  }
  .show-nav .site-header-home .navigation-main {
    left: 20px;
  }
/*
  .secondary-navigation {
    margin: 0 0 30px;
    text-align: center;
  }
  .secondary-navigation ul {
    list-style: none;
    margin: 0 30px;
    padding: 0;
  }
  .secondary-navigation li {
    display: inline-block;
    list-style: none;
    margin: 0 7.425px 0 0;
  }
  .secondary-navigation li:after {
    content: "\007E";
    margin: 0 0 0 9.9px;
  }
  .secondary-navigation li:last-of-type:after {
    display: none;
  }
  .secondary-navigation a {
    color: #444444;
  }
*/
}


@media (max-width: 980px) {
  .imagenValenciano img {
   width: 60%;
  }
  .publiCabecera img {
    width: 100%;
    max-width: 100%;
  }
  .pageValencianos img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pageValencianos h4 {
    min-height: 175px;
  }
}
@media (max-width: 600px) {
  .imagenValenciano img {
   width: 100%;
  }
  img.alignright, .wp-caption.alignright, img.alignnone {
   margin: 15px 0;
  }
  figure.imagenValencianoH::after {
    right: 10px;
    bottom: -5px;
  }

  .header-home {
    text-align: center;
    margin: 10px 0 30px;
  }
  .medio-home {
    position: relative;
    left: 0;
  }
  .site-branding-home {
    width: 100%;
    float: none;
  }
  .site-title-home {
    text-align: center;
  }
  .site-description-home {
    text-align: center;
    line-height: 1.3em;
    font-size: 80%;
  }
  .publiHome {
    float: none;
    height: auto;
    position: relative;
    width: 80%;
    max-width: 300px;
    margin: 10px auto 0;
  }

  .imagenValencianoH {
    margin: 10px 0 25px 0;
  }
  .menu-desk {
   display: none;
  }
  #masthead {
    position: relative;
  }
  .site-header {
   background-color: white;
   height: 200px;
  }
  .medio {
   position: fixed;
   z-index: 200;
   border-bottom: 1px solid #ccc;
  }
  .site-main {
    padding-top: 0px;
  }
  .site-header-wrapper {
   background: white;
   margin-top: 35px;
   height: 80px;
  }
  .site-branding {
   margin-left: 0;
   padding-right: 10px;
   border-left: none;
   width: 100%;
   max-width: 100%;
   float: none;
   height: 80px;
   position: fixed;
   background-color: #f7f6f5;
   opacity: .9;
  }
  .site-branding h1, .site-branding h2 {
   opacity: .7;
  }
  .site-title {
    font-size: 140%;
    line-height: 0.9em;
    text-align: right;
    width: calc(100% - 50px);
    margin-top: 7px;
    float: right;
  }
  .site-description {
    font-size: 80%;
    line-height: 1.2em;
    text-align: right;
  }
  .publiCabecera {
    float: none;
    margin: 90px auto 0;
   }
  .pageValencianos {
    padding: 30px 7%;
  }
  .pageValencianos h4 {
    width: 29%;
    margin: 0 6.5% 10px 0;
    font-size: 15px;
    min-height: 200px;
  }
  .pageValencianos h4:nth-of-type(5n) {
    margin-right: 6.5%;
  }
  .pageValencianos h4:nth-of-type(3n) {
    margin-right: 0%;
  }
  .pageValencianos a div {
    overflow: hidden;
  }
  .pageValencianos a:hover img {
    width: 100%;
    transform: none;
  }

}
@media (max-width: 400px) {
  .site-header {
   height: 180px;
  }
  .site-branding {
   height: 70px;
  }
  .site-title {
    font-size: 120%;
    line-height: 0.9em;
    text-align: right;
    width: calc(100% - 50px);
  }
  .site-description {
    font-size: 60%;
    line-height: 1.6em;
    text-align: right;
  }
  .publiCabecera {
    margin: 80px auto 0;
   }
  .pageValencianos h4 {
    width: 29%;
    margin: 0 6.5% 10px 0;
    font-size: 15px;
    min-height: 150px;
  }
  .data {
    font-size: 16px;
    line-height: 1.28em;
  }
  h1 {
    font-size: 30px;
    padding: 0 10px;
  }
  .autorCargo {
    margin: 5px 0 70px;
  }
  .entry-content h3 + p::first-letter, .entry-content div + p::first-letter {
    font-size: 58px;
    padding-top: 7px;
  }
}

@media (max-width: 400px) {
  .containerHome {
    width: 75%;
  }
  .content-home-val > div {
    width: 45%; /* ------  MEDIDAS --------- */
    margin: 0 10% 10% 0;  /* ------  MÁRGENES --------- */
  }
  .content-home-val div:nth-of-type(2n) {   /* ------  CORTES ------ */
    margin-right: 0;
  }
}
@media (min-width: 401px) and (max-width: 600px) {
  .containerHome {
    width: 80%;
  }
  .content-home-val > div {
    width: 30%; /* ------  MEDIDAS --------- */
    margin: 0 5% 5% 0;  /* ------  MÁRGENES --------- */
  }
  .content-home-val div:nth-of-type(3n) {   /* ------  CORTES ------ */
    margin-right: 0;
  }
}
@media (min-width: 460px) and (max-width: 600px) {
  .site-title {
    padding-left: 115px;
  }
}
@media (min-width: 601px) {
  .publiMega {
    display: block;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .containerHome {
    width: 85%;
    padding: 20px 0;
  }
  .content-home-val > div {
    width: 22%; /* ------  MEDIDAS --------- */
    margin: 0 4% 4% 0;  /* ------  MÁRGENES --------- */
  }
  .content-home-val div:nth-of-type(4n) {   /* ------  CORTES ------ */
    margin-right: 0;
  }
  .menu-desk ul li {
    padding: 0 10px;
  }
  .medio-home {
    left: 0;
    position: relative;
  }
  .header-home {
    text-align: center;
  }
  .site-branding-home {
    float: none;
    width: 100%;
  }
  .site-title-home {
    text-align: center;
  }
  .site-description-home {
    font-size: 80%;
    line-height: 1.3em;
    text-align: center;
  }
  .publiHome {
    float: none;
    height: auto;
    margin: 10px auto 0;
    max-width: 300px;
    position: relative;
    width: 80%;
  }
}
@media (min-width: 901px) and (max-width: 1000px) {
  .containerHome {
    width: 85%;
    padding: 20px 0;
  }
  .content-home-val > div {
    width: 22%; /* ------  MEDIDAS --------- */
    margin: 0 4% 4% 0;  /* ------  MÁRGENES --------- */
  }
  .content-home-val div:nth-of-type(4n) {   /* ------  CORTES ------ */
    margin-right: 0;
  }
  .menu-desk ul li {
    padding: 0 10px;
  }
  .publiHome {
    width: 35%;
  }
  .publiHome img {
    width: 100%;
    max-width: 100%;
    text-align: right;
  }
  .site-branding-home {
    width: 250px;
  }
  .site-title-home {
    margin-bottom: 0px;
  }
  .site-description-home {
    line-height: 1.2em;
  }
}
@media (min-width: 1001px) {
  .containerHome {
    padding: 50px 0;
  }
  .patrocinoHome {
    bottom: 30px;
  }
  .marcoTop, .marcoBottom, .marcoLeft, .marcoRight  {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 20;
    background: #8d0509 url('images/pxw.gif') 0 40px repeat-x;
  }
  .marcoBottom {
    bottom: 0px;
    background-position: 0 10px;
    box-shadow: none;
    z-index: 21;
  }
  .marcoLeft, .marcoRight  {
    width: 50px;
    height: 100%;
    position: fixed;
    z-index: 19;
    background: #8d0509 url('images/pxw.gif') 40px 0 repeat-y;
  }
  .marcoRight {
    right: 0px;
    background-position: 10px 0;
    box-shadow: none;
  }
  .marcoTop::before, .marcoTop::after, .marcoBottom::before, .marcoBottom::after  {
    background: url('images/esquinas.png');
    width: 82px;
    height: 45px;
    position: fixed;
    z-index: 21;
    content: '';
  }
  .marcoTop::before {
    top: 19px;
    left: 0px;
  }
  .marcoTop::after {
    top: 19px;
    background-position: -82px 0;
    right: 0;
  }
  .marcoBottom::before {
    bottom: 19px;
    background-position: 0px -45px;
    left: 0;
  }
  .marcoBottom::after {
    bottom: 19px;
    background-position: -82px -45px;
    right: 0;
  }
}
@media (min-width: 1001px) and (max-width: 1400px) {
  .content-home-val > div {
    width: 14%; /* ------  MEDIDAS --------- */
    margin: 0 3.2% 3.2% 0;  /* ------  MÁRGENES --------- */
  }
  .content-home-val div:nth-of-type(6n) {   /* ------  CORTES ------ */
    margin-right: 0;
  }
}
@media (min-width: 1401px) and (max-width: 2000px)  {
  .content-home-val > div {
    width: 12%; /* ------  MEDIDAS --------- */
    margin: 0 2.6% 2.6% 0;  /* ------  MÁRGENES --------- */
  }
  .content-home-val div:nth-of-type(7n) {   /* ------  CORTES ------ */
    margin-right: 0;
  }
}
@media (min-width: 2001px) {
  .content-home-val > div {
    width: 10%; /* ------  MEDIDAS --------- */
    margin: 0 2.8% 2.8% 0;  /* ------  MÁRGENES --------- */
  }
  .content-home-val div:nth-of-type(8n) {   /* ------  CORTES ------ */
    margin-right: 0;
  }
}







