/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 *   4.3 - Slider
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries

 */
 
 /**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	/* min-height: 128px; 
	min-height: 708px; */
}

.site-header .home-link {
	clear: none;
	color: #141412;
	display: block;
	margin: 0 auto;
	min-height: 90px;
	max-width: 250px;
	padding: 0;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	
	/* max-width: 1080px;
	width: 100%; */
}

.site-header .site-title:hover {
	/* text-decoration: underline; */
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Merriweather Sans", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 35px;
	position: relative;
	top: 0px;
	z-index: 1000;	
}

.menu-icon {
	width: 24px;
	height: 24px;
}

.sec-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 90px;
	position: relative;
	top: 0px;
	z-index: 1001;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	/* padding: 0 40px 0 0; */
	vertical-align: middle;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 0 20px;
	text-decoration: none;
}

.nav-topmenu li a {
	color: #ffffff;
	display: block;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	font-style: italic;
	font-weight: 400;
	min-height: 35px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	/* background-color: #220e10; */
	color: #fff;
	background-color: #f7ac57;
	-webkit-transition: background-color 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.5s;
}

.nav-topmenu li:hover > a,
.nav-topmenu li a:hover,
.nav-topmenu li:focus > a,
.nav-topmenu li a:focus {
	background-color: #5b5b5b;
	color: #ffffff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	/* color: #bc360a; 	
	font-style: italic; */
	font-weight: 400;
}

.nav-topmenu .current_page_item > a,
.nav-topmenu .current_page_ancestor > a,
.nav-topmenu .current-menu-item > a,
.nav-topmenu .current-menu-ancestor > a {
	color: #ffffff;
	font-weight: 700;
}

.menu-principal-container {
	/* margin-left: 260px; */
	min-height: 90px;
	height: 100%;
	float: right;
}

.nav-mainmenu {
	max-height: 90px;
	height: 100%;
}

.nav-mainmenu li {
	/* vertical-align: middle; */
}

.nav-mainmenu li a {
	display: table-cell;
	max-width: 120px;
	min-height: 90px;
	height: 90px;
	/* background-color: #a0a0a0; */
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	font-weight: 700;
}

.menu-toggle,
li.movil-item,
li.hidden-menuitem {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #5a5a5a;
	background: linear-gradient(#5a5a5a, #8c8b8a, #5a5a5a);
	margin: 0 auto;
	/* max-width: 1600px; 
	max-width: 1170px; */
	width: 100%;
	min-height: 35px;
	position: relative;	
	/* top: 0px; */
}

.secnavbar {
	background-color: rgba(245,146,39,0.90);
	margin: 0 auto;
	/* max-width: 1600px; 
	max-width: 1170px; */
	width: 100%;
	min-height: 90px;
	position: absolute;
	top: 35px;
	z-index: 999;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 3px;
}

.secnavbar-alone {
	background-color: rgba(245,146,39,0.90);
	margin: 0 auto;
	width: 100%;
	min-height: 90px;
	position: relative;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 3px;
}

.site-header .search-form {
	position: absolute;
	right: 30px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url("../images/search-icon.png");
	background-position: 1px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 28px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
	
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}

.site-header .search-field:focus {
	background-color: #d8d8d8;
	border: 1px solid #7f7f7f;
	cursor: text;
	outline: 0;
	width: 230px;
}

.widget-header {
	margin: 0;
	padding: 0;
}

.headerimage .widget_metaslider_widget,
.headerimage .widget_text {
	margin: 0;
	padding: 0;
}


/**
 * 4.3 Slider
 * ----------------------------------------------------------------------------
 */

.metaslider.uberslider .caption-wrap {
	left: inherit;
	right: 15%;
	bottom: 7%;
	max-width: 50%;
	width: auto;
	background-color: rgba(0,0,0,0.7);
	opacity: inherit;
}

.metaslider.uberslider .caption {
	padding: 20px;
	font-size: 1.2rem;
}

.metaslider.uberinfoslider .theme-default .nivo-controlNav {
	padding: 5px 0 0 0;
}

.headerimage {
	/* background-color: Green; */
	margin: 0 auto;
	/* max-width: 1600px; 
	max-width: 1170px;
	min-height: 580px;	*/
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 3px;
	width: 100%;
	position: relative;
	z-index: 0;
}

.featured-headerimage {
	width: 100%;
	height: auto;
}

.headerover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 38px;
	z-index: 10;
} 

.inside-headerover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
} 

.featured-leftheaderimage {
	width: auto;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
} 

.featured-rightheaderimage {
	width: auto;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
} 

.youtubeiframe-container {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtubeiframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlayvideo-container {
	position: absolute;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.85);
	left: 0;
	top: 0;
}

.overlayvideo {
	position: absolute;
    width: 50%;
    height: 0;
    padding-bottom: 28.125%; /* 56.25%; */
	top: 23%;
	left: 25%;
}

.overlay-closebtn {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
	line-height: 20px;
    cursor: pointer;
	width: 40px;
	height: 40px;
	padding: 9px 0;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	border-radius: 20px;
	position: absolute;    
    bottom: 2.5%;
	left: calc(50% - 20px);
    transition: 0.3s;
}

.overlay-closebtn:hover {
    color: #e78b28;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.fullpage-content .entry-header,
.fullpage-content .entry-content,
.fullpage-content .entry-summary,
.fullpage-content .entry-meta {
	margin: 0 auto;
	max-width: 804px;
	width: 100%;
}

.entry-content-main,
.entry-summary-main,
.entry-meta-main,
.entry-content-news {
	margin: 0 auto;
	max-width: 900px;
	/* background-color: Cyan; */
	width: 100%;
	text-align: center;
}

.entry-content-news {
	max-width: 900px;
}

.breadcrumbs, .breadcrumbs-alone {
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 5px 15px;
	position: relative;
	color: #606060;
	font-size: 10px;
	font-size: 0.71428571rem;
}

.breadcrumbs {	
	color: #ffffff;
	position: absolute;
	top: 135px;
	left: calc((100% - 1080px) / 2);
	z-index: 1001;
}

.breadcrumbs:hover {
	background: rgba(30,30,30,0.7);
}

.breadcrumbs a,
.breadcrumbs a:hover {
	color: #ffffff;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.mainblock-news,
.mainblock-events,
.mainblock-admissions {
	display: inline-block;
	width: 30%;
	min-width: 200px;
	clear: none;
	margin: 0 auto;
	padding: 5px;
	word-wrap: break-word;
	vertical-align: top;
}

.mainblock-news {
	/* background-color: #f0f0f0; */
	margin-right: 20px;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #962125;
	text-align: right;
	padding: 0;
}

.mainblock-events {
	/* background-color: #f8a959; */
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #f38e2f;
	text-align: right;
	padding: 0;
}

.mainblock-admissions {
	/* background-color: #50b425; */
	margin-left: 20px;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #f5c346;
	text-align: right;
	padding: 0;
}

.mainblock-header {
	width: 100%;
	/* padding: 10px 0; */
	text-align: right;
}

.mainblock-title {
	color: #424242;
	font-size: 1.4rem;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 10px;
}

.newsbrick-column-width {
	width: 300px;
}

.newsblock,
.newsbrick {
	text-align: left;
	color: #4f4f4f;
	font-size: 0.8rem;
	line-height: 0.9rem;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 22px;
	background: url("../images/home-sep.png") no-repeat center bottom;
	background-size: 100% auto;
}

.newsbrick {
	width: 100%;
	max-width: 270px;
	margin: auto auto;
	/* font-size: 0.8rem;
	line-height: 1.0rem;	
	margin-bottom: 0;
	padding: 6px;
	padding-bottom: 10px; */
	background: none;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	border-bottom-width: 2px;
}

.newsbrick-full {
	padding: 0;
	background-color: #fafafa;
	transition: all 300ms;
}

.newsbrick-full-container {
	width: 100%;
	padding: 15px;
	line-height: 1.0rem;
}

.newsbrick-date {
	width: 100%;
	margin-top: 20px;
	text-align: left;
	color: #dea213; /* #0c86be; */
	font-size: 0.8rem;
	line-height: 0.9rem;
	font-style: italic;
}

#entry-content-main .newsbrick {  
  margin-right: 30px;
  margin-bottom: 30px;  
}

.tiles-nav {
	margin: auto auto;
	max-width: 900px;
	text-align: center !important;
	padding: 12px;
}

.tiles-nav h3 {
	margin: 0 !important;
	color: #d0d0d0 !important;
}

.eventblock {
	vertical-align: top;
	text-align: left;
	color: #ffffff;
	font-size: 0.8rem;
	line-height: 0.9rem;
	padding: 0;
	margin-bottom: 15px;
	background-color: #f8a959;
	position: relative;
}

.mainadmissionblock {
	vertical-align: top;
	text-align: left;
	padding: 0;
	margin-bottom: 15px;
	position: relative;
	background-color: #14993f;
}

.admissionblock {
	vertical-align: top;
	padding: 0;
	margin-bottom: 15px;
	position: relative;	
}

.mainblock-news a:hover, 
.mainblock-events a:hover, 
.mainblock-admissions a:hover,
.entry-content-news .newsbrick a:hover {
	text-decoration: none;
	border-bottom-color: #de4813;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

.newsblock a.piclink,
.newsblock a.piclink:hover {
	border: none;
}

.eventblock a, 
.admissiontext-container a {
	color: #ffffff;
}

.eventblock a:hover,
.admissiontext-container a:hover {
	border-bottom-color: #fef5ba;
}

.event-2 .eventblock-title a,
.event-3 .eventblock-title a,
.event-4 .eventblock-title a {
	color: #ab2d0f;
}

.event-2 .eventblock-title a:hover,
.event-3 .eventblock-title a:hover,
.event-4 .eventblock-title a :hover {
	color: #e24823;
}

.whitetitle {
	color: #fef5ba !important;
}

.whitetitle:hover {
	border-bottom-color: #ffffff !important;
}

img.newsblock-pic,
img.newsbrick-pic {
	width: 50%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

img.newsbrick-fullpic {
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 5px;
}

.newsbrick-full:hover {
	background-color: #ffffff;
	box-shadow: 1px 1px 6px 0 #A0A0A0;
}

img.eventblock-pic,
img.admissionblock-pic {
	width: 100%;
	height: auto;	
}

h3.newsblock-title {
	clear: none;
	color: #8f8f8f;
	font-size: 0.9rem;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 4px;
}

h3.newsblock-title-full {
	font-size: 1.1rem;
	font-weight: normal;
}

h3.maineventblock-title {
	color: #ffffff;
	font-size: 1.1rem;
	font-style: italic;
	margin-top: 0;
	margin: 0 5px;	
}

h3.eventblock-title {
	/* color: #ffffff; */
	color: #f38118;
	font-size: 0.9rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1.1rem;
	margin-top: 0;
	margin-bottom: 5px;
}

h3.eventblock-title-full {
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.4rem;
}

.eventpic-container {
	width: 100%;
	padding: 5px;
	margin: 0;
}

.admissionpic-container {
	width: 100%;
	padding: 0;
	margin: 0;
}

.maineventtext-container {
	width: 60%;
	padding: 5px;	
	font-weight: 300;
}

.maineventdate-container {
	/* background-color: #ffffff; */
	background: url("../images/date-base.png") no-repeat left top;
	background-size: auto 100%;
	-webkit-filter: drop-shadow(1px 1px 3px #aaa);
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #eee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eee;
	padding-top: 8px;
	color: #f38118;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 2rem;
	width: 40%;
	height: 70px;
	position: absolute;
	right: 0%;
	bottom: 0%;	
}

.admissionicon-container {
	background: url("../images/admi-base.png") no-repeat left top;
	background-size: auto 100%;
	text-align: center;
	padding: 5px 0px;
	width: 45%;
	height: 70px;
	position: absolute;
	right: 0%;
	bottom: 0%;	
}

.admissiontext-container {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 40%;
}

.eventtext-container {
	width: 65%;
	padding: 10px 5px;	
	clear: none;
	position: relative;
	left: 30%;
}

.eventdate-container {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 2rem;
	padding: 0px 10px;
	position: absolute;
	left: 0%;
	top: 8px;
}

.eventtextdate-container {
	width: 100%;
	position: relative;
	min-height: 95px;
}

.eventdate-month,
.eventdate-whitemonth,
.eventdate-year {
	color: #f38118;
	font-size: 1.0rem;
	text-align: center;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.eventdate-whitemonth {
	color: #ffffff;
}

.eventdate-year {
	color: #eaeaea;
	font-size: 0.8rem;
	line-height: 1rem;
}

.news-4 {
	margin-bottom: 10px;
}

.event-1 {
	background-color: #f38118;
}

.event-2, .event-3 {
	margin-bottom: 2px;
}

.event-4 {
	margin-bottom: 10px;
}

.admi-1 {
	text-align: left;
	font-style: italic;
	font-weight: 700;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.5rem;
	padding-left: 10px;
}

.admi-2, .admi-3, .admi-4 {
	text-align: center;
	font-style: italic;
	font-weight: 700;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.3rem;
}

.mainblock-news a.home-all,
.mainblock-events a.home-all, 
.mainblock-admissions a.home-all,
.mainblock-news a.home-highlights,
.mainblock-events a.home-highlights {
	display: block;
	width: 100%;
	color: #ffffff;
	background-color: #f8a959;
	border-radius: 0 0 8px 8px;
	border: none;
	transition: background-color 500ms;
	text-align: center;
	font-size: 0.7rem;
	font-weight: 300;
	padding: 6px 8px;
}

.mainblock-news a.home-all {
	background-color: #c33f44; /* #b52b30; */
}

.mainblock-news a.home-highlights,
.mainblock-events a.home-highlights {
	color: #a8a8a8;
	background: none;
	border-radius: 0;
	transition: none;
}

.mainblock-news a.home-all:hover,
.mainblock-events a.home-all:hover, 
.mainblock-admissions a.home-all:hover{
	/* font-weight: 700; */
	background-color: #de7313;	
	box-shadow: 1px 1px 6px 0 #A5A5A5;
}

.mainblock-news a.home-highlights:hover,
.mainblock-events a.home-highlights:hover {
	color: #121212;
	text-decoration: none;
}

.mainblock-news a.home-all:hover {
	background-color: #962125;
}

.mainblock-admissions aside.widget {
	padding: 5px 8px;
	margin-bottom: 15px;
}

.mainblock-admissions aside.widget  li {
	padding: 3px 0;
}

.mainblock-admissions aside.widget_metaslider_widget {
	padding: 0;
}

.site-content .entry-content li {
	margin-left: 2rem;
}


.site-content .entry-content input[type="text"],
.site-content .entry-content input[type="email"],
.site-content .entry-content input[type="password"],
.site-content .entry-content input[type="tel"],
.site-content .entry-content textarea,
.textwidget .wpcf7 input[type="text"],
.textwidget .wpcf7 input[type="email"],
.textwidget .wpcf7 input[type="tel"],
.textwidget .wpcf7 textarea {
	width: 100%;
	/* max-width: 650px; */
	border-left: none;
	border-top: none;
	border-right-width: 6px;
	border-radius: 8px;
}

.webform-submission-form div[role="contentinfo"],
.webform-submission-form div[aria-label="Mensaje de error"] {
	padding: 10px;
	border-color: #85c5ee;
	border-style: solid;
	border-width: 1px;
	background-color: #f1f9ff;
	margin-bottom: 15px;
}

.webform-submission-form div[aria-label="Mensaje de error"]  {
	border-color: #f7b400;
	background-color: #fff9e9;
}

.webform-submission-form div[role="alert"] {
	padding-left: 43px;
	background-image: url("../images/warning-icon.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.webform-submission-form div[role="contentinfo"] li {
	margin-left: 0;
}

.webform-submission-form .form-item--error-message {
	width: 90%;
	background-color: #f7b400;
	color: #ffffff;
	font-size: 0.825rem;
	text-align: center;
	margin: 0 auto;
}

.js-form-item {
	margin-bottom: 20px;
}

.description {
	font-size: 0.8rem;
}

.site-content .entry-content select,
.textwidget .wpcf7 select {
	width: 100%;
	/* max-width: 650px;
	border-left: none;
	border-top: none;
	border-right-width: 6px; */
	border-radius: 8px;
}

.site-content .entry-content .fullwidthimage {
	width: 100%;
	height: auto;
}

.channels {
	width: 100%;
}

.channels .radio,
.channels .television,
.channels .research {
	margin-bottom: 10px;
}

.channels .radio a,
.channels .television  a,
.channels .research a {
	margin: auto auto;
}

.channels .research img {
	border-style: dotted;
	border-color: #f0f0f0;
	border-width: 1px;
}

.radioanahuacplayer {
	position: relative;
	margin: auto auto;
}

.entry-content .event-table tr.eventitem-score-win {
	background-color: #bcec39;	
}

.entry-content .event-table tr.eventitem-score-lose {
	background-color: #f83535; /* #d92c2c; #c11111; */
}

.entry-content .event-table tr.eventitem-score-even {
	background-color: #bebebe;
}

.entry-content .event-table td.eventitem-title {
	color: #24abc8;
	min-width: 160px;
	padding-left: 10px;
}

.entry-content .event-table td.eventitem-scoretitle {
	color: #ffffff; /* #fbb612; */
	font-size: 1.2rem;
	font-weight: 700;
	min-width: 160px;
	padding-left: 10px;
}

.entry-content .event-table td.eventitem-scoredata {
	background-image: url("../images/scoreboard.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.issuuembed,
.issuu-isrendered {
	max-width: 100%;
}

.related-sep {
	margin-top: 5px;
}

.related-content, .relatedonside-content {
	width: 100%;
	text-align: left;
}

.relatedonside-content {
	margin: 0 0 30px;
	padding: 20px;
	word-wrap: break-word;
}

.relatedonside-item {
	margin-bottom: 12px;
	background-color: #fafafa;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	border-bottom-width: 2px;
	transition: all 300ms;
}

.relatedonside-item:hover {
	background-color: #ffffff;
	box-shadow: 1px 1px 6px 0 #A0A0A0;
}

img.relatedonside-pic {
	width: 100%;
	height: auto;
	display: block;
}

.relatedonside-text {
	display: block;
	padding: 10px;
	font-size: 0.8rem;
	line-height: 1.0rem;
}

.related-content h5 {
	color: #525252;
	margin-top: 20px;
	margin-bottom: 15px;	
}

a.related-title-link,
a.related-title-link:active,
a.related-title-link:visited,
a.related-title-link:focus,
a.related-title-link:hover {
	color: #141412;
	text-decoration: none;
}

.related-item {
	font-size: 0.7rem;
	padding: 3px;
	padding-left: 65px;	
	padding-right: 15px;
	margin-bottom: 8px;	
	min-height: 40px;
	/* border-radius: 6px; */
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	border-bottom-width: 1px;
	transition: all 300ms;
}

.related-item-news {
	background: url("../images/news-grayicon.png") no-repeat top left;
}

.related-item-event {
	background: url("../images/event-grayicon.png") no-repeat top left;
}

.related-item-news:hover {
	background-image: url("../images/news-icon.png");
}

.related-item-event:hover {
	background-image: url("../images/event-icon.png");
}

.related-item:hover {
	border-bottom-color: #c0c0c0;
	box-shadow: 1px 1px 6px 0 #A0A0A0;
}

.related-date, .relatedonside-date {
	color: #dea213;
	font-style: italic;
}

.related-title {
	color: #141412;
	font-weight: bold;
}

.related-text {
	color: #141412;	
}

.related-item:hover .related-title {
	color: #de4813;
}

/* estilos para la matriz de elementos visuales */

.content-matrix-row {
	width: 100%;
	margin-bottom: 25px;	
}

.content-matrix-item, 
.content-matrix-uniqueitem,
.content-matrix-rawitem {
	display: inline-block;
	width: 48%;	
	clear: none;
	position: relative;	
}

.content-matrix-uniqueitem {
	width: 100%;
	clear: both;
}

.matrix-right {
	float: right;
}

img.content-matrix-base,
img.content-matrix-pic {
	width: 100%;
	height: auto;
}

img.content-matrix-pic {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 990;
	opacity: 0.0;
	transition: opacity 400ms;
}

.content-matrix-title,
.content-matrix-title-upper {
	width: 88%;
	height: 30%;
	min-height: 30%;
	position: absolute;	
	bottom: 10%;
	left: 6%;
	z-index: 999;
	transition: bottom 500ms;
}

.content-matrix-title-upper {
	height: 25%;
	min-height: 25%;
}

.content-matrix-title-shadow {
	/* background: rgba(0, 0, 0, 0.35); */
	text-shadow: 1px 1px 6px #404040;
}

.entry-content .content-matrix-desc ul,
.entry-content .content-matrix-desc-upper ul {
	margin: 0;	
}

.entry-content .content-matrix-desc li,
.entry-content .content-matrix-desc-upper li {	
	margin-left: 1.1rem;	
}

.entry-content .content-matrix-desc a,
.entry-content .content-matrix-desc-upper a {
	/* display: inline-block; */
	color: #fdc883; /* #ffffff; */
	vertical-align: top;
	/* font-size: 95%; */
}

.content-matrix-title h2,
.content-matrix-title-upper h2,
.content-matrix-title h3,
.content-matrix-title-upper h3 {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0%;
	bottom: 0%;
	color: #ffffff;
}

.content-matrix-desc,
.content-matrix-desc-upper {
	color: #ffffff;
	width: 88%;	
	position: absolute;
	top: 50%;
	left: 6%;
	z-index: 995;
	opacity: 0.0;
	transition: opacity 900ms;
}

.content-matrix-desc-upper {
	top: 25%;
}

.content-matrix-item:hover img.content-matrix-pic,
.content-matrix-uniqueitem:hover img.content-matrix-pic {
	opacity: 1.0;
}

.content-matrix-item:hover .content-matrix-title,
.content-matrix-uniqueitem:hover .content-matrix-title {
	bottom: 50%;
}

.content-matrix-item:hover .content-matrix-title-upper,
.content-matrix-uniqueitem:hover .content-matrix-title-upper {
	bottom: 75%;
}

.content-matrix-item:hover .content-matrix-desc,
.content-matrix-item:hover .content-matrix-desc-upper,
.content-matrix-uniqueitem:hover .content-matrix-desc,
.content-matrix-uniqueitem:hover .content-matrix-desc-upper {
	opacity: 1.0;
}

.content-matrix-item:hover .content-matrix-title-shadow,
.content-matrix-uniqueitem:hover .content-matrix-title-shadow {
	text-shadow: none;
}

.content-matrix-item .content-matrix-desc p,
.content-matrix-item .content-matrix-desc-upper p,
.content-matrix-uniqueitem .content-matrix-desc p,
.content-matrix-uniqueitem .content-matrix-desc-upper p {
	margin: 0;
}

.content-matrix-movilonly {
	display: none;
}

.entry-content a.content-matrix-link {
	color: #ffffff;
	transition: color 400ms ease; 
}

.entry-content .content-matrix-item:hover a.content-matrix-link {
	color: #fdc883;
}

.entry-content .content-matrix-item:hover a.content-matrix-link:hover {
	color: #ea9629;
}


a.box-link  {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	clear: both;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border-color: #ffffff;
	border-color: rgba(255, 255, 255, 0.5);
	border-style: solid;
	border-width: 2px;
}

a.box-link:hover  {
	text-decoration: none;
	border-color: #fdc883;	
}

.hsvideo button {
	display: inline-block;
	position: absolute;
	right: 5%;
	top: 5%;
	opacity: 0.0;
	box-shadow: 1px 1px 6px 0 #404040;
	-webkit-transition: opacity 300ms ease;
	transition:         opacity 300ms ease;
}

.hsvideo:hover button {
	opacity: 1.0;
}

.hsvideo button.videoPlay {
	display: none;
}


.content-imagelinks-block {
	width: 100%;
	margin: 25px 0;
	padding: 0;
	font-size: 0;
	position: relative;
}

.content-imagelinks-block .imagelink-five-item,
.content-imagelinks-block .imagelink-fourth-item,
.content-imagelinks-block .imagelink-three-item,
.content-imagelinks-block .imagelink-two-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	height: auto;
	width: 19.75%;
	max-width: 19.75%;
}

.content-imagelinks-block .imagelink-fourth-item {
	width: 24.75%;
	max-width: 24.75%;
}

.content-imagelinks-block .imagelink-three-item {
	width: 33%;
	max-width: 33%;
}

.content-imagelinks-block .imagelink-two-item {
	width: 49.5%;
	max-width: 49.5%;
}

.content-imagelinks-block img.imagelink-pic {
	width: 100%;
	height: auto;
}

.content-imagelinks-block .imagelink-last {
	float: right;	
}

/* social share styles */
.socialshare-link {
    padding: 4px 10px 6px 10px !important; /* 2px 8px 4px 8px !important; */
    color: white !important;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 
.socialshare-link:hover,.socialshare-link:active {
    color: white;
	text-decoration: none;
}
 
.socialshare-twitter {
    background: #00aced;
}
 
.socialshare-twitter:hover,.socialshare-twitter:active {
    background: #0084b4;
}
 
.socialshare-facebook {
    background: #3B5997;
}
 
.socialshare-facebook:hover,.socialshare-facebook:active {
    background: #2d4372;
}
 
.socialshare-container {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
	text-align: right;
}

.social-icons-container {
	margin: auto auto;
	text-align: center;
}

.social-icon {
	margin: 0px 16px 0px 0px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-decoration: none;
	transition: background 600ms ease;
}

.social-icon:hover {
	text-decoration: none;
}

.social-fb {
	background: url("../images/fb-logo-gray_40.png") no-repeat left top;
	background-size: contain;
}

.social-fb:hover {
	background: url("../images/fb-logo-blue_40.png") no-repeat left top;
	background-size: contain;
}

.social-tw {
	background: url("../images/tw-logo-gray_40.png") no-repeat left top;
	background-size: contain;
}

.social-tw:hover {
	background: url("../images/tw-logo-blue_40.png") no-repeat left top;
	background-size: contain;
}

.social-insta {
	background: url("../images/insta-logo-gray_40.png") no-repeat left top;
	background-size: contain;
}

.social-insta:hover {
	background: url("../images/insta-logo-pink_40.png") no-repeat left top;
	background-size: contain;
}


/* The alert message box */
.alert {
    padding: 50px 20px;
	background-color: #f44336; /* #ff9800; Orange */
    color: white;
    width: 60%;
	text-align: center;
	z-index: 9999;
	position: fixed;
	top: 20%;
	left: 20%;
	border-radius: 20px;
}

.alert h5 {
	font-size: 2rem;
	margin: 0 0 10px 0;
}

.alert a, .alert a:hover {
	color: #fff0b6; /* white; */
	font-weight: bold;
	text-decoration: none;
}

.alert a:hover {
	color: #fedb4f;
}

/* The close button */
.closebtn {
    margin: 0 0 15px 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 50px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}


/* botones para galería de imágenes */
.slick-prev:active, .slick-next:active {
	background: inherit !important;
	border: inherit !important;
	padding: inherit !important;
}

.slick-prev:before, .slick-next:before {
	color: rgba(245,146,39,0.90) !important;
}


.tablepress-id-48 .column-1,
.tablepress-id-49 .column-1 {
	width: 150px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 20px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	/* color: #141412; */
}

.entry-title a:hover {
	text-decoration: none;
	border-bottom-color: #de4813;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	/* color: #ea9629; */
}

.allnews-header {
	max-width: 900px;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
	text-align: right;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	/*-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto; */
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	/* font-size: 24px; */
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

img.dblogo {
	display: block !important;
	clear: both;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: 0px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery-imagedesc {
	text-align: center;
	font-style: italic;
	font-size: 0.8rem;
	margin-top: 10px;
}

.gallery-previewitem, .gallery-thumb {
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 6px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 6px;
}

.custom-gallery-container {
	margin-bottom: 20px;
}

.custom-gallery-nav {
	display: none;
	margin-top: 12px;
	margin-bottom: 30px;
	overflow: hidden;
}

.site-content .entry-content .custom-gallery-nav li {
	margin-left: 0;
}

.gallery-item-container {
	position: relative;
}

.image-zoom {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.image-zoom img {
	width: 100%;
	height: auto;
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url("../images/dotted-line.png") repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Merriweather Sans", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url("../images/dotted-line.png") repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Merriweather Sans", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #DEA213; /* #bc360a; */
}

.navigation a:hover {
	color: #DE4813; /*#ea9629; */
	text-decoration: none;
}

.paging-navigation {
	background-color: #F0F0F0; /* #e8e5ce; */
	padding: 40px 0;
	max-width: none;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	/* padding: 13px 0; */
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #DEA213; /* #e63f2a; */
	border-radius: 30%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 4px 0 8px; /* 17px 0 23px; */
	width: 50px; /* 80px; */
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #DE4813; /* #ea9629; */
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Merriweather Sans", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Merriweather Sans", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #f0f0f0; /* #e8e5ce */
}

.page-title {
	font: 300 italic 30px "Merriweather Sans", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}

.event-title-icon {
	padding-left:  65px;
	background: url("../images/event-grayicon.png") no-repeat left top;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	border-bottom-width: 1px;
}

.news-title-icon {
	padding-left:  65px;
	background: url("../images/news-grayicon.png") no-repeat left top;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	border-bottom-width: 1px;
}

.event-old {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	pointer-events: none;
	background: url("../images/striped.png");
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	font-size: 2.5rem;
	line-height: 3.0rem;
	margin: 0;
	padding: 100px; /* 300px; */
	position: relative;
	text-align: center;
	width: auto;
	z-index: 999;
}

.error404 .page-title .path {
	font-size: 1.8rem;
	color: #de4813;
}

.error404 .page-title:before {
	color: #f0f0f0; /* #e8e5ce; */
	content: "\f423";
	font-size: 450px; /* 964px; */
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 25%; /* 7px; */
	top: 5%; /* 28px; */
	z-index: -100;
}

.error404 .page-wrapper {
	background-color: #f0f0f0; /* #e8e5ce; */
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Merriweather Sans", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url("../images/dotted-line.png") repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Merriweather Sans", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
	background-color: #ffffff;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	/* background-color: rgba(247, 245, 231, 0.7); */
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Merriweather Sans", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

.widget_metaslider_widget .uberinfoslider li a {
	border: none;
}


/* Search widget */
.navbar .search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

.sidebar-container .widget-area  .widget-title {
	color: #235a88;
	font-size: 1.5rem;
	font-weight: 700;
}

.sidebar-container .widget-area  .widget_nav_menu li a {
	color: #6b778c;
	border-bottom-style: dotted;
	border-bottom-color: #d5e0e0;
	border-bottom-width: 3px;
}

.sidebar-container .widget-area  .widget_nav_menu li a:hover {
	color: #49dbe4;
	text-decoration: none;
	border-bottom-color: #49dbe4;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

 
.site-footer {
	background-color: #ffffff;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	padding: 5px 0;
	background: #cecece url("../images/footer-base.png") no-repeat right top;
	background-color: #cecece;
	background-size: auto 100%;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
	text-align: center;
}


.sidebar .site-footer .widget-area {
	/* max-width: 724px; 
	max-width: 950px;
	position: relative;
	left: -158px; */
}

.site-footer .widget {
	background: transparent;
	width: 330px;
	color: #fff;
	text-align: left;
	display: inline-block;
	clear: none;
	vertical-align: middle;
	margin: 0 auto;
	padding: 15px 8px;
}

.sidebar .site-footer .widget {
	/* width: 228px; */
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #f28b1f;
}

.site-footer .widget a:hover{
	color: #de4813;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	padding: 20px 0;
	/* max-width: 1100px;
	width: 100%; */
	text-align: center;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.magazine {
	background: url("../images/magazine.png") no-repeat left top;
	padding-left: 80px;
	color: #898989;
	font-size: 0.8rem;
	font-style: italic;
	line-height: 0.9rem;
}

.magazine h3, .radioanahuac h3 {
	font-size: 0.9rem;
	font-style: italic;
	font-weight: 700;
	line-height: 0.9rem;
	margin: 5px 0;
}

.radioanahuac {
	background: url("../images/a.png") no-repeat left top;
	padding-left: 80px;
	color: #898989;
	font-size: 0.8rem;
	font-style: italic;
	line-height: 0.9rem;
}

.anahuac .message {
	color: #303030;
}

.site-info .contacto, .site-info .enlaces {
	width: 25%;
	max-width: 220px;
	font-size: 0.7rem;
	font-style: italic;
	line-height: 0.9rem;
	color: #494949;
	text-align: left;
	display: inline-block;
	clear: none;
	vertical-align: top;
	margin: 0 auto;
	padding: 5px 8px;
}

.site-info .universidad {
	width: 40%;
	min-width: 290px;
	max-width: 400px;
	background: url("../images/logofooter_wfl.png") no-repeat center top;
	font-size: 0.7rem;
	font-style: italic;
	line-height: 0.9rem;
	color: #494949;
	text-align: center;
	display: inline-block;
	clear: none;
	vertical-align: top;
	margin: 0 auto;
	padding: 15px 8px;
	padding-top: 70px;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e0e0e0;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e0e0e0;
}

.enlaces ul,
.contacto ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
}

.derechos {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	font-size: 0.7rem;
	font-style: italic;
	line-height: 0.9rem;
	color: #898989;
	text-align: center;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1100px) {
	.site-footer .sidebar-container {
		background: #cecece;
	}
}


@media (max-width: 1069px) {
	.nav-topmenu li a {
		padding: 10px 14px 0px 14px;
	}
	
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
	
	.breadcrumbs, .breadcrumbs-alone {
		max-width: 99%;	
	}

	.breadcrumbs {	
		left: 0%;
	}
}

@media (max-width: 999px) {
	.menu-principal-container {
		margin-right: 20px;
	}
	
	.nav-mainmenu li a {
		padding: 0 10px;
		max-width: 100px;
	}
	
	.nav-topmenu li a {
		padding: 10px 10px 0px 10px;
	}
	
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
		background: #f0f0f0;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
		background-color: inherit;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
	
	.site-main .widget-area .widget {
		margin-left: 60px;
	}
	
	/* ajustes para los formularios en el Sidebar */
	.textwidget .wpcf7 input[type="text"],
	.textwidget .wpcf7 input[type="email"],
	.textwidget .wpcf7 select,
	.textwidget .wpcf7 textarea {
		width: 90%;
		background-color: #f9f9f9;
	}	
	
	
	.relatedonside-content {
		margin-left: 60px;
		width: 80%;
	}
	
	.relatedonside-text {
		display: block;
		padding: 15px;
	}
}

@media (max-width: 940px) {
	.entry-content-news {
		max-width: 600px;
	}
	
	.nav-topmenu li a {
		padding: 10px 8px 0px 8px;
	}
}

@media (max-width: 899px) {
	.site-header .home-link {
		clear: both;
		/* max-width: 100%; */
		text-align: center;
		position: relative;
		margin: 0 auto;
	}
	
	.menu-principal-container {
		width: 100%;
		margin: auto auto;
		float: none;
	}
	
	.menu-principal-container ul {
		max-width: 720px;
		margin: 0 auto;
	}
	
	.navbar {
		background: #2f2f2f; /* #5a5a5a; */
	}
	
	.nav-mainmenu li a {
		padding: 0 20px;
		max-width: 120px;
	}
	
	.secnavbar,
	.secnavbar-alone {
		position: relative;
		top: 0;
	}
	
	.logo-container {
		/* background: #444442; #e69034; */
		width: 100%;
	}
	
	.headerover,
	.inside-headerover,
	.featured-leftheaderimage,
	.featured-rightheaderimage {
		display: none;
		z-index: -1000;
	}
		
	.headerimage {
		border: none;
		z-index: 1000;
	}
	
	.overlayvideo {
		top: 15%;
	}
		
	.breadcrumbs, .breadcrumbs-alone {
		position: relative;
		top: 0;
		left: 0;
		color: inherit;
	}
	
	.breadcrumbs:hover {
		background: none;
	}
	
	.breadcrumbs a, .breadcrumbs-alone a,
	.breadcrumbs a:hover, .breadcrumbs-alone a:hover {	
		color: #dea213;
	}
	
	.breadcrumbs a:visited, .breadcrumbs-alone a:hover {
		color: #de7313;
	}
	
	.fullpage-content .entry-header,
	.fullpage-content .entry-content,
	.fullpage-content .entry-summary,
	.fullpage-content .entry-meta {
		margin: 0 auto;
		max-width: 704px;
		width: 100%;
	}
	
	/* estilos para la matriz de elementos visuales */
	.content-matrix-row {
		display: flex;
	}

	.content-matrix-item,
	.content-matrix-uniqueitem,
	.content-matrix-rawitem {
		padding: 15px;
		flex: 1;
		margin-right: 25px;
	}
	
	.content-matrix-rawitem {
		padding: 0;
	}
	
	.matrix-right,
	.content-matrix-uniqueitem {
		margin-right: 0;
	}
	
	img.content-matrix-base,
	img.content-matrix-pic {
		display: none;
	}
	
	.content-matrix-title,
	.content-matrix-title-upper {
		width: auto;
		height: auto;
		min-height: auto;
		position: relative;
		bottom: 0;
		left: 0;
		transition: none;
	}
	
	.content-matrix-title h2,
	.content-matrix-title-upper h2,
	.content-matrix-title h3,
	.content-matrix-title-upper h3 {
		width: auto;
		position: relative;
	}
	
	.content-matrix-desc,
	.content-matrix-desc-upper {
		width: auto;
		position: relative;
		top: 0;
		left: 0;
		z-index: initial;
		opacity: 1.0;
		transition: none;		
	}
	
	.content-matrix-item:hover .content-matrix-title,
	.content-matrix-item:hover .content-matrix-title-upper,
	.content-matrix-uniqueitem:hover .content-matrix-title,
	.content-matrix-uniqueitem:hover .content-matrix-title-upper {
		bottom: initial;
	}
	
	.content-matrix-title-shadow {
		text-shadow: none;
	}
	
	.content-matrix-movilonly {
		display: initial;
	}
	
	.hsvideo button {
		position: relative;		
		right: initial;
		top: initial;
		margin: 16px auto;
		opacity: 1.0;
		-webkit-transition: none;
		transition:         none;
	}
	
	.hsvideo button.videoPlay {
		display: inline-block;
		margin-right: 12px;
	}

	.hsvideo:hover button {
		opacity: initial;
	}
		
	.magazine {
		background: url("../images/magazine_mobile.png") no-repeat left top;
		background-size: 69px 60px;
	}

	.radioanahuac {
		background: url("../images/a_mobile.png") no-repeat left top;
		background-size: 69px 60px;
	}
	
	.site-info .universidad {
		padding-top: 70px;
		background: url("../images/logofooter_wfl_mobile.png") no-repeat center top;
		background-size: 270px 55px;
	}
	
	/* The alert message box */
	.alert {
		width: 80%;
		left: 10%;
	}
}

@media (max-width: 799px) {
	.menu-principal-container {
		background: #f59b3b;
		min-height: 55px;
		height: 55px;
	}
	
	.menu-principal-container ul {
		max-width: 600px;
	}
	
	.nav-mainmenu li a {
		padding: 0 5px;
		max-width: 100px;
		min-height: 55px;
		height: 55px;
	}
	
	.nav-topmenu li a {
		padding: 10px 4px 0px 4px; /* 10px 10px 0px 10px; */
	}
	
	.secnavbar, .secnavbar-alone {
		background: #444442;
		border-top-color: #555555;
	}

	.metaslider.uberslider .caption-wrap {
		right: 5%;
		bottom: 5%;
		max-width: 90%;
		width: auto;
	}
	
	.metaslider.uberslider .caption {
		padding: 12px;
		font-size: 1.0rem;
	}	
	
	/* content */
		
	.mainblock-news {
		clear: both;
		width: 620px;
		max-width: 640px;
		margin: 0 auto;
		margin-bottom: 25px;
		text-align: center;
	}
	
	.mainblock-news-title {
		text-align: center;
	}
	
	.newsblock-group {
		width: 30%;
		clear: none;
		display: inline-block;
		position: relative;
		vertical-align: top;
	}
	
	.mainblock-news .lastgroup {
		margin-left: 20px;
	}
	
	.allnews-container {
		/* margin-bottom: 1.5rem; */	
	}
	
	.newsblock-group,
	.mainblock-events,
	.mainblock-admissions {
		min-width: 290px;
	}	
	
	.site-header .search-field:focus {
		width: 180px; /* 220px */
	}
	
	.debug-box {
		display: none;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
	
	.entry-content .event-table td.eventitem-title {
		min-width: auto;		
	}
	
	.fullpage-content .entry-header,
	.fullpage-content .entry-content,
	.fullpage-content .entry-summary,
	.fullpage-content .entry-meta {
		margin: 0 auto;
		max-width: 604px;
		width: 100%;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}
	
	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}
	
	.secnavbar,
	.secnavbar-alone {
		max-height: 96px;
		height: 96px;
		position: relative;
		top: 0;
		border-bottom-color: #f59b3b;
		border-bottom-style: solid;
		border-bottom-width: 3px;		
	}
	
	.headerover {
		display: none;
		z-index: -1000;
	}
	
	.headerimage {
		border: none;
		z-index: 1000;
	}
	
	.overlayvideo-container {
		background: #000;
	}
	
	.overlayvideo {
		position: absolute;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		top: 0;
		left: 0;
	}
	
	.overlay-closebtn {
		left: calc(98% - 40px);
		bottom: calc(96% - 40px);
		background: #000;
	}
	
	.metaslider.uberslider .caption {
		padding: 4px;
		font-size: 1.0rem;
	}	
	
	.site-header .search-form {
		right: 25px; /* 15px; */
		top: 8px;
	}
	
	/* Search widget */
	.search-form .search-submit {
		display: none;
	}
	
	input[type="search"] {
		width: 250px;
	}

	/* Small menu */
	.navbar {
		background: #141412; /* #5a5a5a; */
	}
	
	.movil-item li {
		display: inline-block;
	}
	
	.menu-toggle {
		display: inherit !important;
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Merriweather Sans", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		/* content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px; */
	}

	.toggled-on .menu-toggle:after {
		/* content: "\f500";
		vertical-align: 2px; */
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
		border-top-color: #555555;
		border-top-width: 2px;
		border-top-style: solid;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #f59b3b;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}
	
	.toggled-on .nav-menu > li a:before {
		font-style: normal;
		font-size: 1.0rem;
		content: "- "; /* \2771 */
		margin-left: 30px;
		margin-right: 15px;
	}
	
	.nav-topmenu li a {
		font-style: normal;
		font-size: 1.0rem;
	}
	
	.menu-principal-container {
		height: 0;
		display: none;
	}
	
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
		transition: all 300ms;
	}
	
	/* content */
	.mainblock-news,
	.mainblock-events,
	.mainblock-admissions {
		clear: both;
		width: 92%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.newsblock-group {
		width: 100%;
	}
	
	.mainblock-news .lastgroup {
		margin: 0 auto;
	}
	
	.newsblock {
		width: 100%;
		min-height: 0;
		margin: auto auto;
		margin-bottom: 20px;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.3rem;
		background: url("../images/home-sep.png") no-repeat center bottom;
	}
	
	.entry-content-main .mainblock-header {
		text-align: left;
	}
	
	img.newsblock-pic {
		width: 100%;
		height: auto;
		margin: auto auto;
		margin-bottom: 10px;
		float: none;
		/* border-style: solid;
		border-color: #f0f0f0;
		border-width: 15px;
		border-bottom-width: 0px; */
	}
	
	.newstext-container {
		width: 45%;
		float: right;
	}
	
	h3.newsblock-title,
	h3.maineventblock-title,
	h3.eventblock-title {
		font-size: 1.4rem;
		line-height: 1.6rem;
		margin-bottom: 5px;
	}
	
	.maineventtext-container,
	.eventtext-container {
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.3rem;
	}
	
	.eventtext-container {
		width: 72%;
		left: 24%;
	}
	
	.mainblock-admissions aside.widget li a {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}
	
	.newsbrick-full {
		transition: none;
	}
	
	.newsbrick-full:hover {
		background-color: #fafafa;
		box-shadow: none;
	}
	
	/* enlaces para todas las noticias y todos los eventos */
	
	.allnews-container {
		text-align: center;
	}

	.mainblock-news a.home-all,
	.mainblock-events a.home-all, 
	.mainblock-admissions a.home-all,
	.mainblock-news a.home-highlights,
	.mainblock-events a.home-highlights {	
		/*float: none;
		width: 100%;
		transition: none;
		text-align: center;
		color: #ffffff;
		background-color: #de7313;
		border-radius: 5px; */
		font-size: 1.1rem;
		font-weight: 700;
	}
	
	/* items de contenido relacionado */
	
	.related-item {
		transition: none;
	}
	
	.related-item:hover {
		/* background-color: #fafafa; */
		border-bottom-color: #c0c0c0;
		box-shadow: none;
	}
	
	.related-item-news:hover {
		background-image: url("../images/news-grayicon.png");
	}

	.related-item-event:hover {
		background-image: url("../images/event-grayicon.png");
	}

	.related-date {
		display: block;
		clear: both;
	}
		
	/* estilos para la matriz de elementos visuales */
	.content-matrix-row {
		display: block;
		margin-bottom: 0px;
	}

	.content-matrix-item,
	.content-matrix-uniqueitem,
	.content-matrix-rawitem {	
		width: 100%;
		clear: both;
		margin-bottom: 20px;
		padding: 15px;
		flex: none;
		margin-right: 0;
	}
	
	.content-matrix-rawitem {
		padding: 0;
	}
	
	.matrix-right {
		float: none;
	}

	img.content-matrix-base,
	img.content-matrix-pic {
		display: none;
	}
	
	.content-matrix-title,
	.content-matrix-title-upper {
		width: auto;
		height: auto;
		min-height: auto;
		position: relative;
		bottom: 0;
		left: 0;
		transition: none;
	}
	
	.content-matrix-title h2,
	.content-matrix-title-upper h2,
	.content-matrix-title h3,
	.content-matrix-title-upper h3 {
		width: auto;
		position: relative;
	}
	
	.content-matrix-desc,
	.content-matrix-desc-upper {
		width: auto;
		position: relative;
		top: 0;
		left: 0;
		z-index: initial;
		opacity: 1.0;
		transition: none;		
	}
	
	.content-matrix-item:hover .content-matrix-title,
	.content-matrix-item:hover .content-matrix-title-upper,
	.content-matrix-uniqueitem:hover .content-matrix-title,
	.content-matrix-uniqueitem:hover .content-matrix-title-upper {
		bottom: initial;
	}
	
	.content-matrix-title-shadow {
		text-shadow: none;
	}
	
	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}
	
	.entry-content .event-table td.eventitem-title {
		padding-left: 5px;
	}

	.entry-content .event-table td.eventitem-scoretitle {
		color: #ffffff; /* #fbb612; */
		font-size: 1.0rem;
		padding-left: 5px;
		min-width: auto;
	}

	.entry-content .event-table td.eventitem-scoredata {
		background: none;	
		word-break: break-all;
	}

	.entry-content .eventitem-data {
		word-break: break-all;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
	
	/* sidebar */
	.site-main .sidebar-container {
		width: 100%;
		max-width: 100%;
	}
	
	.site-main .widget-area .widget {
		margin-left: 20px;
	}
	
	/* footer */
	.sidebar .site-info {
		padding-left: 5px;
		padding-right: 5px;		
	}
	
	.site-info .contacto, 
	.site-info .universidad,
	.site-info .enlaces {
		width: 100%;
		max-width: inherit;
		font-size: 0.9rem;
		line-height: 1.1rem;
		text-align: center;
		border: none;
		margin-bottom: 20px;
		padding: 15px 0;			
	}
	
	.site-info .contacto,
	.site-info .universidad	{
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #e0e0e0;
	}
	
	.site-info .universidad {
		padding-top: 70px;
		background: url("../images/logofooter_wfl_mobile.png") no-repeat center top;
		background-size: 250px auto;
	}
	
	.site-footer .widget {
		width: auto;
		max-width: 330px;
	}
		
	.enlaces ul li,
	.contacto ul li {
		margin-bottom: 10px;		
	}
	
	/* .tablepress .column-1 img {
		max-width: 60px;
		height: auto;
	} */
	
	.relatedonside-content {
		margin-left: 20px;
		width: 90%;
	}
	
	.content-imagelinks-block .imagelink-five-item {
		width: 33%;
		max-width: 33%;
	}
	
	.content-imagelinks-block .imagelink-fourth-item {
		width: 49.5%;
		max-width: 49.5%;
	}
	
	.content-imagelinks-block .imagelink-clear {
		display: none;
	}
	
	.socialshare-container .socialshare-subscribe {
		display: block;
		clear: both;
		margin-bottom: 20px;
	}
	
	.socialshare-container .socialshare-sep {
		display: none;
	}
	
	.site-content .entry-content .custom-gallery-nav li {
		width: 10px;
	}
	
	.slick-dots li button {
		width: 10px !important;
	}
}

@media (max-width: 640px) {
	.entry-content-news {
		max-width: 92%;
	}
	#entry-content-main .newsbrick {
		margin-right: 0;
	}
	.newsbrick-column-width {
		width: 100%;
	}
	
	.newsbrick {
		max-width: 100%;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.3rem;
	}
	
}



/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
	
	/* The alert message box */
	.alert {
		padding: 40px 12px;
		font-size: 1rem;
	}

	.alert h5 {
		font-size: 1.4rem;
	}
	
	.alert a,
	.alert a:hover {
		font-size: 0.8rem;
	}
}
