/*
	Theme Name: Integra Intranet
	Theme URI: http://www.mitocondria.cl/
	Author: Cristian Arias
	Author URI: http://www.mitocondria.cl/
	Description: Description
	Version: 1.0.0
	Text Domain: integraintranet
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@font-face {
  font-family: 'kidsplain';
  src: url('assets/fonts/kids_plain-webfont.eot');
  src: url('assets/fonts/kids_plain-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/kids_plain-webfont.woff2') format('woff2'), url('assets/fonts/kids_plain-webfont.woff') format('woff'), url('assets/fonts/kids_plain-webfont.ttf') format('truetype'), url('assets/fonts/kids_plain-webfont.svg#kidsplain') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('assets/fonts/MaterialIcons-Regular.woff2') format('woff2'), url('assets/fonts/MaterialIcons-Regular.woff') format('woff'), url('assets/fonts/MaterialIcons-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Calibri-Bold';
  src: url('assets/fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Calibri-Bold.woff') format('woff'), url('assets/fonts/Calibri-Bold.ttf') format('truetype'), url('assets/fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('assets/fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Calibri.woff') format('woff'), url('assets/fonts/Calibri.ttf') format('truetype'), url('assets/fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  overflow: hidden;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999999;
  /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(assets/img/496.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
::selection {
  background: #E98430;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #E98430;
  /* Gecko Browsers */
  color: #fff;
}
.must-log-in a {
  color: #3E3E3E;
  text-transform: capitalize;
  font-weight: 700;
}
#mainContenedor {
  /*background-color: #F4F4F4;*/
  background-color: #FFFFFF; /*jguerra 05-03-2019*/
  position: relative;
}
.page-id-52 ul.list-pages-foro li:first-child a {
  color: #E98430;
}
.margin0px {
  margin: 0px;
}
.avisoCaracteres {
  text-align: right;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #444;
}
body.page-template-login, body.page-template-cambio-password-obligatorio, body.page-template-recuperar-contrasena {
  /*background: #F4F4F4;*/
  background: #FFFFFF; /*jguerra 05-03-2019*/
}
body.page-template-login #footer, body.page-template-cambio-password-obligatorio #footer, body.page-template-recuperar-contrasena #footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
body.page-template-login #footer .container, body.page-template-login #footer .container {
  background: #fff;
}
body.page-template-cambio-password-obligatorio .loginRightHeader {
  display: none;
}
.linkHome {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.avatarPerfilImg {
  width: 146px;
  height: 146px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  border: solid 2px #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ccc;
  box-shadow: 0 2px 1px 0 #ccc;
  background-image: url(assets/img/avatar.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.homeIcon {
  background-image: url(assets/img/iconoHome.png);
  background-repeat: no-repeat;
  width: 36%;
  height: 428px;
  position: absolute;
  right: 0px;
  top: 165px;
  z-index: 999;
}
.passChangeOk {
  display: block;
  padding-top: 60px;
}
.mainContentGaleria {
  overflow: hidden;
}
.pace-running header, .pace-running .container, .pace-running .footer {
  display: none;
  visibility: hidden;
}
.pB10px {
  padding-bottom: 10px;
}
.pB20px {
  padding-bottom: 20px;
}
.pT20px {
  padding-top: 20px;
}
.displayNone {
  display: none;
}
.clearfix {
  clear: both;
  float: none;
}
.sectionTitle {
  font-family: 'Calibri-Bold';
  font-size: 18px;
  color: #315E9C;
  margin: 0 0 15px;
}
.radiusShadowBox {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px 1px #d4d4d4;
  box-shadow: 0 1px 1px 1px #d4d4d4;
  position: relative;
}
.sectionTitle a {
  color: #315E9C;
}
.kidsFont {
  font-family: 'kidsplain';
  font-size: 22px;
}
a, a:hover, a:focus {
  color: #E98430;
  text-decoration: none;
}
p {
  margin: 0 0 15px;
}
ul, ol {
  padding: 0px;
  list-style-type: none;
}
html {
  background-color: #fff;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #3E3E3E;
  font-weight: 400;
  line-height: normal;
}
.searchYMContainer {
  border-bottom: solid 1px #d2d2d2;
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
}
.searchYMContainer .btn {
  background-color: #E98430;
  color: #fff;
  border: none;
}
.loginContenedor {
  background-image: url(assets/img/backLogin.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 760px;
  margin: 80px auto 0;
  overflow: hidden;
  border-radius: 6px;
  height: 429px;
  max-height: 429px;
  position: relative;
}
.loginContenedor .loginContenedorLeft {
  float: left;
  max-width: 299px;
  position: relative;
}
.loginContenedor .loginContenedorLeft h3 {
  font-family: 'Calibri';
  position: absolute;
  left: 20px;
  top: 50px;
  color: #fff;
  font-size: 18px;
  margin: 0px;
}
.loginContenedor .loginContenedorLeft h3.kidsFont {
  font-family: 'kidsplain';
  font-size: 22px;
}
.loginContenedor .loginContenedorLeft strong {
  display: block;
  font-family: 'kidsplain';
  font-weight: normal;
  font-size: 33px;
  margin-bottom: 5px;
}
.loginContenedor .loginContenedorRight {
  max-width: 415px;
  margin-left: 322px;
}
.loginContenedor .loginRightHeader {
  overflow: hidden;
  margin: 50px 0 30px;
}
.loginContenedor .loginRightHeader h2 {
  font-size: 23px;
  font-weight: 700;
  color: #656565;
  display: inline;
}
.loginContenedor .loginRightHeader img {
  float: right;
}
.loginContenedor .loginRightForm {
  text-align: center;
}
.loginContenedor .loginRightForm em {
  color: #545454;
  font-size: 12px;
}
.loginContenedor .loginRightForm form {
  text-align: left;
}
.loginContenedor form label {
  font-size: 12px;
  color: #656565;
  font-weight: 700;
  display: block;
  margin: 15px 0 5px;
}
.loginContenedor form label span {
  display: block;
  font-weight: 600;
  font-style: italic;
  font-size: 11px;
}
.loginContenedor form .emAlternativo {
  margin-left: 35px;
  padding-top: 5px;
  display: block;
}
.loginContenedor .inputContainer {
  border-bottom: solid 1px #d2d2d2;
}
.loginContenedor .inputContainer i {
  font-size: 14px;
  color: #E98430;
  margin-left: 15px;
  margin-right: 5px;
}
.loginContenedor .inputContainer input {
  border: none;
  background: none;
  font-size: 17px;
  color: #4D4D4D;
  width: 90%;
}
.loginContenedor .inputContainer input:focus {
  outline: none;
}
.loginContenedor form .btn {
  background-color: #E98430;
  color: #fff;
  display: block;
  margin: 10px auto 10px;
  border-radius: 20px;
}
.loginContenedor form .btn:hover, .loginContenedor form .btn:focus {
  background-color: #df7218;
  outline: none;
}
.loginContenedor form a {
  font-weight: 600;
  font-size: 12px;
}
.loginContenedor.passChange {
  overflow: visible;
}
.loginContenedor.passChange .loginRightForm {
  padding-top: 25px;
}
.loginContenedor.passChange .input-group.date .input-group-addon {
  border-radius: 0px;
  border: none;
  background: transparent;
}
.loginContenedor.passChange .input-group.date input {
  border: none;
  box-shadow: none;
  width: 100%;
}
.loginContenedor.passChange .input-group.date .input-group-addon .fa {
  color: #df7218;
  font-size: 18px;
}
header {
  background-color: #fff;
  padding: 8px 0 0;
}
header .header {
  margin-bottom: 20px;
}
header .enlacesSuperiores ul {
  margin: 0px;
}
header .enlacesSuperiores li {
  display: inline;
  border-left: solid 1px #626262;
  padding-left: 9px;
  margin-right: 5px;
  font-size: 11px;
  line-height: 11px;
}
header .enlacesSuperiores li:first-child {
  border: none;
}
header .enlacesSuperiores a {
  font-family: Helvetica, sans-serif;
  color: #626262;
}
header .enlacesSuperiores a:hover, header .enlacesSuperiores .active a {
  color: #000;
  text-decoration: underline;
}
header .redesHeader a {
  margin-left: 10px;
  float: left;
  margin-top: 8px;
  opacity: .8;
}
header .redesHeader a:hover {
  opacity: 1;
}
header .leftHeader a {
  margin-top: 10px;
  display: block;
}
header .rightHeader {
  margin-top: 12px;
}
header .rightHeader .search-form {
  position: relative;
  border: solid 1px #DFDFDF;
  padding: 7px 20px;
  border-radius: 25px;
  width: 240px;
  float: right;
  margin-left: 30px;
}
header .rightHeader .redesHeader {
  float: right;
}
header .rightHeader .loginName {
  margin-top: 8px;
  text-align: right;
  float: right;
  margin-left: 20px;
}
header .rightHeader .loginName i {
  font-size: 16px;
  margin-left: 2px;
  vertical-align: baseline;
}
header .rightHeader .search-field {
  font-family: 'Calibri';
  border: none;
  font-size: 14px;
  font-style: italic;
  width: 88%;
}
header .rightHeader .search-field:focus {
  outline: none;
}
header .rightHeader .search-submit {
  background: url(assets/img/search-icon.png) center center transparent no-repeat;
  border: none;
  text-indent: -9999px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  right: 20px;
}
.menuPrincipal {
  background-color: #315E9C;
}
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul, #cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 99999;
}
#cssmenu ul li {
  display: inline-block;
}
#cssmenu ul li.hover, #cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
  text-align: left;
  width: 100%;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}

/* Custom CSS Styles */

#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after, #cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  text-align: center;
}
#cssmenu ul ul {
  text-transform: none;
  min-width: 190px;
}
#cssmenu ul ul a {
  font-family: 'Calibri-Bold';
  background: #294e82;
  color: #ffffff;
  border-top: 0 none;
  padding: 13px 15px;
  font-size: 14px;
  border-bottom: solid 1px #315e9c;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
  padding: 0px;
  width: 100%;
}
#cssmenu ul ul li:first-child > a {}
#cssmenu ul ul li:hover > a {
  background: #315e9c;
  color: #ffffff;
}
#cssmenu ul ul li:last-child > a {}
#cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li.has-sub > a:after {
  content: '\25B8';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a, #cssmenu ul li.active > a {
  color: #ffffff;
}
#cssmenu ul li.has-sub > a:after {
  content: '\25BE';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu > ul > li > a {
  font-family: 'Calibri';
  font-size: 15px;
  color: #EBEBEB;
  border-bottom: solid 4px #315E9C;
  padding: 15px 12px 7px;
}
#cssmenu > ul > li > a:hover, #cssmenu > ul > li.current_page_ancestor > a {
  color: #fff;
  background-color: #294e82;
  border-bottom: solid 4px #294e82;
}
#cssmenu > ul > li.current_page_item > a {
  border-bottom: solid 4px #E98430;
  color: #fff;
}
.breadcrumbs {
  font-weight: bold;
  color: #315E9C;
  padding: 20px 0 15px;
}
.breadcrumbs span.breadIcon {
  background-image: url(assets/img/bradIcon.png);
  background-repeat: no-repeat;
  padding-left: 27px;
  background-position: left 2px;
  font-weight: 400;
}
.breadcrumbs span.breadItemN03 {
  display: none;
}
.breadcrumbs a {
  color: #315E9C;
  font-size: 12px;
  font-weight: normal;
}
.breadcrumbs a:hover {
  color: #1d375b;
}
.breadcrumbs span a:after {
  content: '\002F';
  padding: 0 5px;
}
#myCarousel {
  margin-bottom: 40px;
}
#myCarousel .contenidoSlider {
  /*background-color: rgba(49, 94, 156, 0.9);*/
  background: url(assets/img/backSlider.png) left top repeat transparent;
  position: absolute;
  left: 0px;
  bottom: 35px;
  color: #fff;
  padding: 15px 25px;
  border-radius: 0 50px 50px 0;
}
#myCarousel .contenidoSlider a {
  color: #fff;
}
#myCarousel .contenidoSlider strong {
  font-family: 'Calibri';
  font-weight: 400;
  font-size: 16px;
}
#myCarousel .contenidoSlider blockquote {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  border: none;
  font-size: 27px;
}
#myCarousel .carousel-indicators {
  bottom: 5px;
  margin-bottom: 0px;
}
#myCarousel .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
#myCarousel .carousel-indicators li.active {
  background-color: #315E9C;
}
#mainHomeSection .noticiasHomeContent {
  margin-left: 190px;
  margin-right: 10px;
}
#mainHomeSection .noticiasHome {
  margin-bottom: 12px;
  overflow: hidden;
}
#mainHomeSection .noticiasHome .dateHome {
  font-size: 11px;
  font-weight: 600;
  color: #E98430;
  margin: 7px 0 3px;
}
#mainHomeSection .noticiasHome h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}
#mainHomeSection .noticiasHome h3 a {
  color: #454545;
}
#mainHomeSection .noticiasHome .noticiasHomeImg {
  margin-right: 15px;
  float: left;
  max-width: 175px;
}
#mainHomeSection .contenedorAgendaHome {
  overflow: hidden;
  margin: 0 15px 15px;
  padding: 10px 0 3px;
}
#mainHomeSection .contenedorAgendaHome > div {
  margin-bottom: 7px;
}
#mainHomeSection .contenedorAgendaHome a {
  color: #6A6A6A;
}
#mainHomeSection .contenedorAgendaHome .col-xs-6 {}
#mainHomeSection .contenedorAgendaHome h3 {
  font-family: 'Calibri-Bold';
  font-size: 14px;
  margin: 12px 0 0;
}
#mainHomeSection .masActividades {
  background-color: #E98430;
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
}
#mainHomeSection .contenedorAgendaHome .dateBall {}
#mainHomeSection .contenedorAgendaHome .dateBall {
  background-color: #00A3DA;
  float: left;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#mainHomeSection .contenedorAgendaHome .dateBall strong {
  display: block;
  font-size: 26px;
  line-height: 20px;
  margin-top: 7px;
}
#mainHomeSection .contenedorAgendaHome .dateBall span {}
#mainHomeSection .imagenesSecundarias .img01 {
  width: 49%;
  float: left;
  margin-right: 2%;
  height: auto;
}
#mainHomeSection .imagenesSecundarias .img02 {
  width: 49%;
  height: auto;
}
#mainHomeSection .carruselHomeContenedor {
  background-color: #fff;
  padding: 12px 25px 10px;
  position: relative;
  max-height: 220px;
}
#mainHomeSection .carruselHomeContenedor .carruselHome > div {
  color: #315E9C;
}
#mainHomeSection .carruselHomeContenedor a.prev, #mainHomeSection .carruselHomeContenedor a.next {
  position: absolute;
  height: 24px;
  margin-top: -12px;
  top: 45%;
}
#mainHomeSection .carruselHomeContenedor a.prev {
  left: 8px;
}
#mainHomeSection .carruselHomeContenedor a.next {
  right: 8px;
}
#mainHomeSection .carruselHomeContenedor .itemCarrusel a {
  color: #315E9C;
  margin-top: 5px;
  display: block;
}
.carruselHome div {
  float: left;
  text-align: center;
  margin: 0 10px;
}
.carruselHome div img {
  margin-left: auto;
  margin-right: auto;
}
.pageParentTitle {
  font-family: 'Calibri-Bold';
  color: #315E9C;
  font-size: 18px;
  margin: 0 0 20px;
}
.pageLeftSidebar {
  margin-bottom: 20px;
}
.pageLeftSidebar ul.list-pages-shortcode {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.pageLeftSidebar ul.list-pages-shortcode li a {
  font-size: 13px;
  color: #4F4F4F;
  display: block;
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.pageLeftSidebar ul.list-pages-shortcode li a:hover {
  color: #E98430;
}
.pageLeftSidebar ul.list-pages-shortcode li i {
  color: #E98430;
  margin-right: 7px;
  min-height: 20px;
  display: block;
  float: left;
  margin-top: 3px;
}
.pageLeftSidebar ul.list-pages-shortcode li.current_page_item a {
  color: #E98430;
  font-weight: 700;
}
.pageLeftSidebar ul.list-pages-foro {
  padding-left: 10px;
}
.pageLeftSidebar ul.list-pages-foro a {
  font-size: 12px !important;
}
.page404 {
  text-align: center;
  padding: 150px;
}
.page404 h2 {
  color: #315E9C;
  font-size: 30px;
  font-weight: 700;
}
.page404 p {
  font-size: 15px;
  color: #585858;
  padding-top: 5px;
}
.page404 a {
  font-weight: 600;
  border: solid 1px #E98430;
  padding: 5px 40px;
  border-radius: 20px;
  margin-top: 15px;
  display: inline-block;
}
div.gallery {
  overflow: hidden;
}
.viewGaleria {
  font-weight: 600;
  border: solid 1px #E98430;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 200px;
  display: block;
  text-align: center;
  float: none;
  transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
}
.viewGaleria:hover {
  background-color: #E98430;
  color: #fff;
}
.pageMainContent {
  padding: 15px;
  min-height: 500px;
}
.pageMainContent.pageMainContentForo {
  padding-bottom: 0px;
}
.pageMainContent h4 {
  color: #3964A0;
  font-size: 14px;
  font-weight: 700;
}
.pageMainContent ul li {
  margin-bottom: 10px;
}
.pageMainContent ul li:before {
  content: '\2022';
  margin-right: 5px;
  font-size: 20px;
  line-height: 20px;
  color: #E98430;
  float: left;
  clear: both;
  font-weight: bold;
}
.pageMainContent h3 {
  color: #3964A0;
  font-weight: 700;
  margin: 40px 0 20px;
}
.pageMainContent .aligncenter {
  display: block;
  margin: 0 auto 25px;
}
.pageMainContent .descargarPDF {
  list-style-type: none;
  font-weight: 600;
  display: block;
}
.pageMainContent .descargarPDF li:before {
  display: none;
}
.pageMainContent .descargarPDF .descargarIcons {
  margin-right: 7px;
  display: inline;
}
.pageMainContent .descargarPDF a {
  color: #3F3F3F;
  display: block;
  margin-bottom: 15px;
}
.pageMainContent .descargarPDF i {
  font-size: 16px;
  color: #E98430;
}
.pageMainContent .mainContentGaleria {
  overflow: hidden;
}
.gallery figure {
  width: 23%;
  float: left;
  margin: 1%;
}
.mainContentVideo {
  text-align: center;
}
.mainContentVideo iframe {
  margin: 0 auto;
}
.pageMainContent .pageMainTitle, .pageSecondTitle {
  font-family: 'Calibri-Bold';
  color: #3964A0;
}
.pageMainContent .pageMainTitle {
  font-size: 28px;
  margin: 25px 0 10px;
}
.pageMainContent .pageMainTitle.border {
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 10px;
}
.pageMainContent .dateContainer {
  background: #315E9C;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.pageMainContent .dateContainer img {
  vertical-align: bottom;
  margin-right: 10px;
}
.pageSecondTitle {
  font-size: 17px;
  border-bottom: solid 1px #d2d2d2;
  padding-bottom: 5px;
  margin: 40px 0 15px;
}
.pageMainContent img {
  max-width: 100%;
  height: auto;
}
.pageMainContent .panel {
  border-radius: 0px;
  box-shadow: none;
  border: none;
}
.pageMainContent .panel-default>.panel-heading {
  padding: 16px 0 8px;
  background: none;
  border-bottom: solid 1px #d2d2d2;
}
.pageMainContent .panel-default>.panel-heading a {
  color: #3964A0;
  font-size: 17px;
  font-weight: 700;
  display: block;
  background-image: url(assets/img/angle-up.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.pageMainContent .panel-default>.panel-heading a.collapsed {
  background-image: url(assets/img/angle-down.png);
}
.pageMainContent .noticiaDestacada {
  padding: 0px !important;
  margin-bottom: 30px !important;
  border: none !important;
}
.pageMainContent .noticiaDestacada p {
  margin-bottom: 8px;
}
.pageMainContent .noticiaDestacada .row, .pageMainContent .noticiaDestacada .row a {
  font-size: 11px;
}
.pageMainContent .noticiaDestacada .noticiaDestacadaContent {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(54, 98, 158, 0.86);
  padding: 15px 20px;
  color: #fff;
}
.pageMainContent .noticiaDestacada .noticiaDestacadaContent a {
  color: #fff;
}
.pageMainContent .noticiaDestacada .noticiaDestacadaContent a:hover {
  color: #fff;
  text-decoration: underline;
}
.pageMainContent .noticiasContenedor {
  overflow: hidden;
  border-bottom: solid 1px #d2d2d2;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  clear: both;
}
.pageMainContent .noticiasContenedor:last-child {
  border: none;
}
.pageMainContent .noticiasContenedor .noticiasContenedorLeft {
  float: left;
  margin-right: 20px;
  max-width: 235px;
}
.pageMainContent .noticiasContenedor .noticiasContenedorRight {
  margin-left: 255px;
}
.pageMainContent .noticiasContenedor .actividadesContenedorLeft {
  float: left;
  margin-right: 20px;
  max-width: 165px;
  position: relative;
}
.pageMainContent .actividadesContenedorLeft .dateActivBall {
  background-color: #FCD21F;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 0px;
  bottom: -10px;
}
.pageMainContent .dateActivBall strong {
  display: block;
  font-size: 20px;
  line-height: 12px;
  margin-top: 9px;
}
.pageMainContent .noticiasContenedor .actividadesContenedorRight {
  margin-left: 185px;
}
.pageMainContent .actividadesContenedorRight strong {
  font-weight: 600;
}
.pageMainContent .actividadesContenedorRight p {
  margin-bottom: 5px;
}
.pageMainContent .noticiasContenedor h3 {
  font-family: 'Calibri-Bold';
  margin: 0;
  line-height: 22px;
}
.pageMainContent .noticiasContenedor h3 a {
  color: #315E9C;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.pageMainContent .noticiasContenedor h3 a:hover {
  color: #254775;
}
.pageMainContent .noticiasContenedor a {
  text-decoration: underline;
  font-size: 12px;
  color: #E98430;
  font-weight: 600;
}
.pageMainContent .noticiasContenedor .noticiasContenedordate {
  color: #E98430;
  font-size: 11px;
  font-weight: 600;
}
.pageMainContent.results {
  padding-bottom: 75px;
}
.perfilContent {
  background-image: url(assets/img/perfilBack.png);
  background-repeat: no-repeat;
  background-position: center 35px;
  padding-bottom: 60px;
}
.perfilContent .perfilHeaderLink {
  background-color: #E98430;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
}
.perfilContent .perfilHeaderLink a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.perfilContent .perfilHeaderInfo {
  margin-top: 10px;
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.perfilContent .perfilHeaderInfo h3 {
  font-family: 'Calibri-Bold';
  font-size: 22px;
  color: #36629E;
  margin: 3px 0 5px;
}
.perfilContent .perfilHeaderInfo em {
  font-size: 14px;
  line-height: 1.4em;
}
.perfilContent .perfilHeaderInfo strong {
  display: block;
  font-weight: 600;
}
.perfilContent .perfilHeaderInfo span {
  display: block;
  font-size: 12px;
  font-style: initial;
}
.perfilContent .perfilContentInside {
  max-width: 600px;
  margin: 0 auto;
}
.perfilContent .perfilInfo {
  border-bottom: solid 1px #d2d2d2;
  overflow: hidden;
  margin-bottom: 5px;
}
.perfilContent .perfilInfo .perfilInfoLeft {
  float: left;
  width: 40%;
}
.perfilContent .perfilInfoItem {
  font-size: 14px;
  border-bottom: solid 1px #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.perfilContent .perfilInfoItem strong span {
  display: block;
  font-weight: 400;
  font-style: italic;
  font-size: 11px;
}
.perfilContent .perfilInfoItem #como_se_siente {
  background-color: #fff;
  border: none;
}
.perfilContent .perfilInfoBottom p {
  margin-bottom: 0px;
}
.perfilContent .perfilInfoBottom #sobre_mi {
  max-height: 100px;
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
  padding: 0px;
  margin: 0px;
  border: none;
}
.perfilContent .perfilInfoItem #como_se_siente:focus, .perfilContent .perfilInfoBottom #sobre_mi:focus {
  outline: none;
}
.perfilContent .perfilInfoItem img {
  margin-right: 5px;
}
.perfilContent .perfilInfoItem strong {
  display: block;
  font-weight: 700;
  color: #656565;
  font-size: 12px;
  margin-bottom: 5px;
}
.perfilContent .perfilInfo .perfilInfoRight {
  margin-left: 50%;
}
.perfilContent .perfilInfoBottom {
  clear: both;
  padding-bottom: 15px;
}
.perfilContent .perfilInfoBottom img {
  float: left;
  margin-top: 2px;
  margin-right: 12px;
}
.perfilContent .perfilInfoBottom p {
  margin-left: 25px;
}
.perfilLegal .perfilLegalDestacado {
  background-color: #FFF4C8;
  line-height: 1.7em;
  padding: 12px 0 10px;
  margin-bottom: 15px;
  color: #646464;
}
.perfilLegal button {
  background-color: #E98430;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 10px 50px;
  border-radius: 20px;
  margin-top: 15px;
}
.perfilLegal button:hover, .perfilLegal button:focus {
  outline: none;
}
.perfilContent .perfilInfoBottom strong {
  display: block;
  font-weight: 700;
  color: #656565;
  font-size: 12px;
  margin-bottom: 5px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
}
.pageRightSidebar {}
#secondary {}
#secondary h3.widget-title {
  font-family: 'Calibri-Bold';
  color: #315E9C;
  font-size: 18px;
  margin-top: 0px;
}
#secondary .widget_buffercode_banner_upload_info {
  margin-bottom: 5px;
}
#secondary .widget_buffercode_banner_upload_info h3 {
  display: none;
}
#secondary .widget_buffercode_banner_upload_info img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#secondary .widget_polls-widget {
  margin-top: 15px;
}
#secondary .widget_polls-widget .radiusShadowBox {
  padding-bottom: 5px;
}
#secondary .widget_polls-widget .wp-polls-ans a {
  color: #A5A5A5;
  font-size: 11px;
  font-weight: 600;
}
#secondary .widget_polls-widget .wp-polls-ans p {
  margin-bottom: 5px;
}
#secondary .wp-polls-ul li {
  clear: both;
  overflow: hidden;
  margin-bottom: 5px;
}
#secondary .wp-polls-ul input {
  display: block;
  float: left;
  margin-left: 1px;
  margin-top: 2px;
}
#secondary .wp-polls-ul label {}
#secondary .widget_polls-widget .pollTitle {
  background-color: #3964A0;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5em;
  border-radius: 5px 5px 0 0;
  margin-bottom: 15px;
}
#secondary .widget_polls-widget label {
  font-weight: normal;
  font-size: 12px;
  display: block;
  margin-left: 20px;
}
#secondary .widget_polls-widget .responderEncuesta {
  background-image: url(assets/img/send-Ionicons.png);
  background-repeat: no-repeat;
  background-position: 18px center;
  font-family: 'Open Sans', sans-serif;
  color: #E98430;
  font-weight: 600;
  border: solid 1px #E98430;
  background-color: #fff;
  padding: 5px 20px 5px 35px;
  border-radius: 20px;
}
.singleMainContent {
  padding-bottom: 50px;
}
.singleSupLinks {
  position: absolute;
  right: 10px;
  top: 10px;
}
.singleSupLinks p, .singleSupLinks a {
  float: left;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 24px;
  background-color: #EDEDED;
  border-radius: 4px;
  margin-left: 7px;
}
.singleSupLinks p:hover, .singleSupLinks a:hover {
  cursor: pointer;
  background-color: #dcdcdc;
}
.singleSupLinks .supLinksMin {
  background-image: url(assets/img/disminuir-fuente.png);
}
.singleSupLinks .supLinksMax {
  background-image: url(assets/img/incrementar-fuente.png);
}
.singleSupLinks a.supLinksPrint {
  background-image: url(assets/img/print-icon.png);
  background-color: #fff;
  margin-left: 5px;
}
.singleMainContent:after, .pageMainContent:after, .perfilContent:after {
  content: '';
  display: block;
  width: 75px;
  height: 69px;
  position: absolute;
  right: -40px;
  bottom: -35px;
  background: url(assets/img/contentDetalle.png);
  z-index: 999;
}
.singleMainContent .singleMainEpigrafe {
  font-size: 13px;
  color: #585858;
  font-weight: 600;
  padding: 25px 0 5px;
}
.singleMainContent .singleMainTitle {
  color: #315E9C;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}
.singleMainContent .singleMainBajada {
  font-size: 15px;
  color: #585858;
  letter-spacing: -0.2px;
  padding: 5px 0 15px;
}
.singleMainContent .detallesPost, .singleMainContent .detallesPost a {
  font-size: 11px;
  color: #656565;
  margin-bottom: 20px;
}
.singleMainContent .imgPrincPost {
  position: relative;
}
.singleMainContent .imgPrincPost img {
  margin: 0 auto;
}
.singleMainContent .imgDescBox {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background-color: rgba(54, 98, 158, 0.86);
  color: #fff;
  padding: 20px 0;
  z-index: 999;
  font-weight: 600;
  font-style: italic;
}
.singleMainContent .insideSingle {
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
}
.singleMainContent .insideSingle figure {
  max-width: 100%;
  margin-bottom: 15px;
}
.singleMainContent .insideSingleContent {
  margin-top: 25px;
}
.singleMainContent .insideSingleContent img {
  max-width: 100%;
  height: auto;
}
.singleMainContent img.alignright, .pageMainContent img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  max-width: 50%;
}
.singleMainContent img.alignleft, .pageMainContent img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 50%;
}
.singleMainContent img.aligncenter, .pageMainContent img.aligncenter {
  display: block;
  margin: 0 auto;
}
.singleMainContent .backPage {
  border: solid 1px #E98430;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 15px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.singleMainContent .insideSingle blockquote {
  background-image: url(assets/img/comillas.png);
  background-color: #fef0b2;
  background-repeat: no-repeat;
  background-position: 96% top;
  font-size: 17px;
  font-style: italic;
  color: #5C5C5C;
  border: none;
  padding: 20px 20px 25px 30px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.singleMainContent .insideSingle blockquote p {
  max-width: 610px;
}
.singleMainContent #comments {
  clear: both;
  background-color: #dceaf9;
  overflow: hidden;
}
.singleMainContent #comments #comment {
  width: 100%;
  border-bottom: solid 1px #b9b9b9;
  border-top: solid 1px #b9b9b9;
  border-left: none;
  border-right: none;
  background: transparent;
  padding: 15px 20px;
  max-width: 100%;
  min-width: 100%;
  max-height: 150px;
  min-height: 150px;
}
.singleMainContent #comments #comment:focus {
  outline: none;
}
.singleMainContent #comments .comments-title {
  font-size: 17px;
  color: #3964A0;
  font-weight: 700;
  border-bottom: solid 1px #b9b9b9;
  margin: 0 0 20px;
  padding: 35px 0 10px;
}
.singleMainContent #comments .comments-title span {
  font-size: 11px;
  vertical-align: text-top;
}
.comment-list li {
  overflow: hidden;
  margin-bottom: 20px;
}
.comment-list li .comment-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  margin-bottom: 2px;
}
.comment-list li .comment-author .says {
  display: none;
}
.comment-list li .comment-author {
  float: left;
  text-align: center;
  max-width: 60px;
  position: relative;
}
.comment-list li .comment-author b.fn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 500px;
  text-align: left;
  margin-left: 75px;
}
.comment-list li .comment-metadata a {
  color: #949494;
  font-weight: 700;
  text-align: right;
  display: block;
  margin-bottom: 5px;
}
.comment-list li .comment-metadata span {
  display: none;
}
.comment-list li .comment-content {
  border-bottom: solid 1px #b9b9b9;
  margin-left: 75px;
  margin-bottom: 5px;
  min-height: 45px;
}
.comment-list li .comment-awaiting-moderation {
  margin-left: 75px;
  margin-bottom: 7px;
  font-style: italic;
}
.comment-list li .reply {
  text-align: right;
}
.comment-list li .reply a {
  font-weight: 700;
}
.author-recommended-posts .relatedPostContainer {
  margin-bottom: 15px;
}
.author-recommended-posts .relatedPostContainer h3.related-title {
  font-weight: bold;
  font-size: 15px;
  margin: 5px 0 7px;
}
.author-recommended-posts .relatedPostContainer h3.related-title a {
  color: #454545;
}
.author-recommended-posts .relatedPostContainer h3.related-title a:hover {
  color: #E98430;
}
.singleMainContent .comment-meta .commentAutor {
  margin-left: 75px;
  float: left;
  font-size: 13px;
  color: #3E3E3E;
  font-weight: 700;
}
.singleMainContent .comment-meta .commentDate {
  text-align: right;
  color: #949494;
  font-weight: 700;
  margin-bottom: 10px;
}
.singleMainContent .comment-meta .commentImg {
  float: left;
  margin-right: 15px;
}
.singleMainContent .commentImg img {
  border-radius: 50%;
}
.singleMainContent .comment-meta .commentText {
  margin-left: 75px;
  border-bottom: solid 1px #b9b9b9;
  margin-bottom: 20px;
}
.singleMainContent #respond #reply-title {
  font-size: 17px;
  color: #3964A0;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 20px 0 10px;
}
.singleMainContent #respond .form-submit {
  text-align: right;
}
.singleMainContent #respond #submit {
  background-image: url(assets/img/paper-plane-FontAwesome.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  font-family: 'Calibri';
  border: none;
  background-color: #E98430;
  color: #fff;
  font-size: 15px;
  padding: 8px 25px 5px 40px;
  border-radius: 15px;
}
.singleMainContent #respond #submit:focus {
  outline: none;
}
.comment-form-comment label {
  display: none;
}
.searchResultContent {
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.searchResultContent:last-child {
  border: none;
}
.searchResultContent h3 {
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  margin-bottom: 10px;
}
.searchResultContent h3 a {
  color: #315E9C;
}
.searchResultContent p {
  margin-bottom: 10px;
}
.searchResultContent a {}
#footer {
  color: #414141;
  padding: 40px 0 30px;
  background-color: #fff;
  margin-top: 50px;
}
#footer strong {
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #315E9C;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}
.wpcf7 {}
.wpcf7 label {
  padding-left: 20px;
  text-transform: uppercase;
  color: #656565;
}
.wpcf7 .inputForm {
  border: none;
  padding: 0px;
  margin: 0px;
  border-bottom: solid #d2d2d2 1px;
  font-size: 17px;
  color: #4D4D4D;
  padding-left: 20px;
  min-width: 430px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-bottom: 5px;
}
.wpcf7 .inputTextarea {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-bottom: solid #d2d2d2 1px;
  min-width: 430px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 20px;
  font-size: 13px;
}
.wpcf7 .inputForm:focus, .wpcf7 .inputTextarea:focus {
  outline: none;
  border-bottom: solid 1px #74B944;
}
.wpcf7 .inputSend {
  background: none;
  margin: 0;
  border: none;
  background-color: #74B944;
  color: #fff;
  font-size: 14px;
  padding: 10px 50px;
  border-radius: 25px;
  margin-top: 20px;
}
.wpcf7 .inputSend:focus, .wpcf7 .inputSend:hover {
  outline: none;
  background-color: #64a03b;
}
.wpcf7 .inputFormName {
  background-image: url(assets/img/formName.png);
}
.wpcf7 .inputCity {
  background-image: url(assets/img/formCountry.png);
}
.wpcf7 .inputFormEmail {
  background-image: url(assets/img/formEmail.png);
}
.wpcf7 .inputFormMensaje {
  background-image: url(assets/img/formComment.png);
}
.headerMobile {
  padding: 15px 0 10px;
}
.headerMobile i {
  color: #315E9C;
  font-size: 26px;
  margin: 0 10px;
}
.headerMobile img {
  vertical-align: inherit;
}
.headerMobile span {
  display: block;
  margin-top: 5px;
}
.containerHeaderMobile {
  background-color: #fff;
}
.bannersPrincipalesHome img {
  width: 100%;
  height: auto;
}
.bannerBuscadorPersonas img {
  margin: 35px auto 0;
}
.mobileDesplegarMenu {
  padding: 15px;
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #ddd;
  position: relative;
}
.mobileDesplegarMenu:focus, .mobileDesplegarMenu:active, .mobileDesplegarMenu:hover {
  outline: none !important;
  box-shadow: none !important;
}
.mobileDesplegarMenu h2.pageParentTitle {
  margin: 0px;
}
.mobileDesplegarMenu h2.pageParentTitle:after {
  font-family: 'FontAwesome';
  content: '\f01a';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 22px;
  color: #E98430;
  text-align: right;
}
.pageLeftSidebar ul.list-pages-shortcode li a {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.well {
  padding: 20px;
  box-shadow: none;
  border-radius: 0px;
  background-color: #fff;
  border: none;
  border-bottom: solid 1px #d2d2d2;
  border-left: solid 1px #d2d2d2;
  border-right: solid 1px #d2d2d2;
  margin-bottom: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 5px;
}
.menuLateral {
  position: absolute;
  width: 265px;
  height: 100%;
  z-index: 99999;
  background-color: #fff;
  top: 0px;
  left: -265px;
  transition: all ease-in-out .3s;
  border-right: solid 1px #DFDFDF;
}
.menuLateral .search-form {
  position: relative;
  border: solid 1px #DFDFDF;
  padding: 7px 20px;
  border-radius: 25px;
  width: 240px;
  margin: 10px auto 0;
}
.menuLateral .search-field {
  font-family: 'Calibri';
  border: none;
  font-size: 14px;
  font-style: italic;
  width: 88%;
  display: inline;
}
.menuLateral .search-submit {
  background: url(assets/img/search-icon.png) center center transparent no-repeat;
  border: none;
  text-indent: -9999px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-left: 5px;
  display: inline;
  position: absolute;
  top: 10px;
  right: 20px;
}
.menuLateral #cssmenu {
  border-bottom: solid 1px #DFDFDF;
  border-top: solid 1px #DFDFDF;
  margin-top: 10px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.menuLateral #cssmenu ul {
  text-align: left;
}
.menuLateral #cssmenu ul ul {
  display: none;
}
.menuLateral #cssmenu ul li {
  display: block;
}
.menuLateral #cssmenu ul li a, .menuLateral #cssmenu ul li div {
  display: block;
  color: #737373;
  border: none;
  font-weight: 600;
  padding: 10px 0 10px 20px;
  font-family: 'Calibri';
  font-size: 15px;
}
.menuLateral #cssmenu ul li a:focus {
  color: #E98430;
  outline: none;
}
.menuLateral .loginName {
  padding-left: 20px;
}
.menuLateral .loginName i {
  font-size: 20px;
  margin-left: 4px;
  vertical-align: sub;
}
.menuLateral #cssmenu ul li.has-sub > a:after {
  display: none;
}
.menuLateral #cssmenu > ul > li > a:hover {
  background: transparent;
  color: #E98430;
}
.menuLateral .menu-menu-superior-container {
  padding-left: 20px;
}
.menuLateral .menu-menu-superior-container li {
  margin-bottom: 15px;
}
.menuLateral .menu-menu-superior-container a {
  color: #626262;
  font-size: 11px;
}
.menuLateral .redesHeader {
  margin-left: 20px;
  margin-top: 20px;
}
.menuLateral .redesHeader a {
  margin-right: 7px;
}
.menuLateralActivo {
  left: 0px;
}
#contentSiteMap {
  margin-top: 20px;
}
#contentSiteMap a {
  color: #3E3E3E;
}
#contentSiteMap a:hover {
  text-decoration: underline;
}
#contentSiteMap ul ul {
  padding-left: 20px;
  margin-top: 7px;
}
.page-template-mapa-del-sitio .pageMainContent ul li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  font-size: 14px;
  margin-right: 5px;
  line-height: 16px;
  color: #3964A0;
  margin-left: 5px;
}
.allNews {
  font-weight: 600;
  border: solid 1px #E98430;
  padding: 10px 0;
  border-radius: 20px;
  margin-top: 15px;
  margin: 35px auto 20px;
  max-width: 250px;
  display: block;
  text-align: center;
}
.mobileLogoHeader {
  max-height: 20px;
}
div.wpcf7-response-output {
  margin: 0 0 20px !important;
  padding: 12px 10px 12px !important;
  border-radius: 30px;
}
div.wpcf7-mail-sent-ok {
  background: #74B944;
  color: #fff;
  text-align: center;
  border: none !important;
}
span.wpcf7-not-valid-tip {
  text-transform: uppercase;
  font-weight: 600;
}
.userAvatar {
  border: solid 2px #fff;
  -webkit-box-shadow: 0 2px 1px 0 #ccc;
  box-shadow: 0 2px 1px 0 #ccc;
}
label.liquidacionesLabel {
  display: block;
  margin-left: 15px;
}
table.infoTable {
  width: 100%;
  margin-top: 15px;
}
table.infoTable th, table.infoTable td {
  padding: 7px;
}
.relatedContenedor {}
.relatedContenedor .noticiasContenedordate {
  color: #E98430;
  font-size: 11px;
  font-weight: 600;
  margin-top: 5px;
}
.relatedContenedor h3 {}
.relatedContenedor h3 a {}
.relatedContenedor p {}
#commentform .logged-in-as {
  display: none;
}
.changePass {}
.errorContainer {
  text-align: center;
  position: absolute;
  top: -85px;
  width: 100%;
}
.errorContainer p {
  margin-bottom: 0px;
  color: #E98430;
  font-weight: 600;
  font-size: 13px;
}
.errorContainer p:first-child {
  margin-top: 18px;
}
.containerDirectora {
  margin-bottom: 5px;
}
.containerPersonal img {
  margin-bottom: 5px;
}
.containerPersonal .row div {
  margin-bottom: 10px;
}
.foroHeader {
  margin-bottom: 15px;
}
.foroContainer {
  background-color: #dceaf9;
  padding-top: 20px;
  padding-bottom: 35px;
}
.foroContainer h3 {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.foroContainer textarea {
  width: 100%;
  border-bottom: solid 1px #b9b9b9;
  border-top: solid 1px #b9b9b9;
  border-left: none;
  border-right: none;
  background: transparent;
  padding: 15px 20px;
  max-width: 100%;
  min-width: 100%;
  max-height: 150px;
  min-height: 150px;
}
.foroContainer textarea:focus {
  outline: none;
  border-bottom: solid 1px #8f8f8f;
  border-top: solid 1px #8f8f8f;
}
.foroContainer .form-submit {
  overflow: hidden;
}
.foroContainer input.submit {
  background-image: url(assets/img/paper-plane-FontAwesome.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  font-family: 'Calibri';
  border: none;
  background-color: #E98430;
  color: #fff;
  font-size: 15px;
  padding: 8px 25px 5px 40px;
  border-radius: 15px;
  float: right;
}
.no-comments {
  text-align: right;
  color: #3964A0;
  font-weight: 700;
  margin-top: -10px;
}
.formBuscarDocsUno {
  position: relative;
  margin-bottom: 20px;
}
.formBuscarDocsUno .inputBuscarDocs {
  width: 100%;
  border: solid 1px #DFDFDF;
  padding: 8px 15px;
  border-radius: 25px;
}
.formBuscarDocsUno .inputBuscarDocs:focus {
  outline: none;
}
.formBuscarDocsUno .btn {
  background: url(assets/img/search-icon.png) center center transparent no-repeat;
  border: none;
  text-indent: -9999px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  position: absolute;
  top: 11px;
  right: 15px;
}
.formBuscarDocsDos .tabsForm {
  overflow: hidden;
  border-bottom: solid 1px #DFDFDF;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.formBuscarDocsDos .tabsForm ul.nav.nav-tabs li {
  text-align: center;
  width: 50%;
  margin-bottom: 0px;
}
.formBuscarDocsDos .tabsForm .tab-content {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding-top: 20px;
  border: solid 1px #DFDFDF;
  padding-bottom: 30px;
}
.formBuscarDocsDos .tabsForm label {
  display: block;
  margin-left: 0px !important;
  margin-top: 15px;
}
.formBuscarDocsDos .tabsForm ul li:before {
  display: none;
}
.formBuscarDocsDos .btn {
  background: none;
  border: none;
  background-color: #74B944;
  color: #fff;
  font-size: 14px;
  padding: 10px 50px;
  border-radius: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 40px;
}
.formBuscarDocsDos .yearForm {
  margin-left: 20px;
  margin-right: 20px;
}
.formBuscarDocsDos .yearForm strong {
  display: block;
  margin-bottom: 10px;
}
.formBuscarDocsDos .nav-tabs {
  border: none;
}
.formBuscarDocsDos .nav-tabs li a {
  color: #555;
}
.formBuscarDocsDos .nav-tabs li.active a {
  color: #E98430;
}
.formBuscarDocsDos .nav-tabs li a:hover {}
.formBuscarDocsDos .nav-tabs li.active a:hover {}
.docsResultsInfo {
  padding-bottom: 10px;
}
.itemEncontrado {
  margin-top: 15px;
}
.avisoCaracteresDos {
  text-align: right;
  font-size: 11px;
  font-weight: 600;
  color: #777;
  margin-right: 25px;
  margin-bottom: 20px;
}
.docsResults {
  margin-bottom: 20px;
}
.docsResultsLink .descargarIcons {
  display: none !important;
}
.gallery figure img {
  max-height: 125px;
  width: auto;
}
.gallery figure a {
    display: block;
    text-align: center;
    background-color: #e5e5e5;
}
.single-foro .list-pages-foro .active,
.single-foro .page-item-52 a {
  color: #E98430 !important;
}
.resultsPagDocs {
  margin-top: 30px;
  overflow: hidden;
}
.resultsPagDocs .btn {
    margin: 0px;
    border: none;
    border-radius: 50%;
    background-color: #E98430;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #fff;
    margin-top: 3px;
    width: 28px;
    height: 28px;
    padding: 0px;
}
.resultsPagDocs select {
  font-size: 12px;
}
@media (max-height: 725px) {
  body.page-template-login #footer, body.page-template-cambio-password-obligatorio #footer, body.page-template-recuperar-contrasena #footer {
    position: relative;
    left: inherit;
    bottom: inherit;
    width: inherit;
  }
}
@media (max-width: 991px) {
  .pageRightSidebar {
    margin-top: 30px;
  }
  #myCarousel .contenidoSlider {
    width: 98%;
  }
  #myCarousel .contenidoSlider blockquote {
    font-size: 14px;
  }
  #myCarousel .contenidoSlider strong {
    font-size: 13px;
  }
  .homeIcon {
    display: none;
  }
  #mainHomeSection .contenedorAgendaHome > div {
    margin-bottom: 10px;
    overflow: hidden;
  }
  #myCarousel {
    margin-bottom: 20px;
  }
  .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pageMainContent .panel-default>.panel-heading a {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .page-id-885 .pageMainContent.radiusShadowBox .col-xs-12.col-sm-4.text-center {
    margin-bottom: 10px;
  }
  .page-id-885 .pageMainContent.radiusShadowBox .col-xs-12.col-sm-4.text-center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .foroHeader .text-right {
    text-align: left;
  }
  .comment-list li .comment-content {
    margin-left: 0px;
    clear: both;
    padding-top: 10px;
  }
  .passChangeOk {
    padding-top: 10px;
  }
  .perfilContent .perfilInfo .perfilInfoLeft {
    width: 100%;
    float: none;
  }
  .perfilContent .perfilInfo .perfilInfoRight {
    width: 100%;
    margin: 0px;
  }
  .perfilInfoBottom {}
  .loginContenedor {
    background-image: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 4px 0 #ccc;
    box-shadow: 0 0 4px 0 #ccc;
    height: initial;
    max-height: initial;
  }
  .singleMainContent:after, .pageMainContent:after, .perfilContent:after {
    display: none;
  }
  .pageRightSidebar {
    margin-top: 20px;
  }
  .mainContentVideo iframe {
    width: 100%;
    height: auto;
  }
  #mainHomeSection .noticiasHome .noticiasHomeImg {
    max-width: 45%;
    margin-right: 10px;
    min-width: 131px;
  }
  #mainHomeSection .noticiasHome h3 {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 15px;
  }
  #mainHomeSection .noticiasHome .noticiasHomeContent p {
    display: none;
  }
  #mainHomeSection .noticiasHomeContent {
    margin-left: 140px;
  }
  #footer {
    margin-top: 20px;
    padding: 20px 0 15px;
  }
  #myCarousel .contenidoSlider {
    position: relative;
    margin: 0px;
    bottom: initial;
    background-color: #315E9C;
    border-radius: 0px;
    width: 100%;
    padding: 7px 10px;
  }
  #myCarousel .contenidoSlider strong {
    display: none;
  }
  #myCarousel .carousel-indicators {
    bottom: -25px;
  }
  .headerMobile i {
    margin-left: 0px;
  }
  .singleMainContent .insideSingle figure {
    width: 48%;
    margin-bottom: 5px;
  }
  .singleMainContent .insideSingle {
    padding: 0 15px;
  }
  .singleMainContent .singleMainTitle {
    font-size: 24px;
    line-height: 22px;
  }
  .loginContenedor .loginContenedorLeft {
    display: none;
  }
  .loginContenedor .loginContenedorRight {
    margin: 0px;
  }
  .loginContenedor .loginRightHeader {
    margin: 10px 0 20px;
  }
  .loginContenedor .loginRightHeader img {
    float: none;
    max-width: 100%;
    height: auto;
  }
  .loginContenedor .loginRightHeader h2 {
    margin: 0 0 15px;
    display: block;
    color: #315E9C;
  }
  .loginContenedor .inputContainer input {
    width: 90%;
    height: 30px;
  }
  .loginContenedor .inputContainer i {
    margin-left: 0px;
  }
  .loginContenedor form .emAlternativo {
    margin-left: 0px;
  }
  .loginContenedor form .btn {
    margin-top: 20px;
  }
  #footer strong {
    margin-top: 10px;
  }
  .comment-form label {
    display: block;
  }
  .comment-form input {
    width: 100%;
    padding: 5px;
  }
  .pageMainContent .noticiasContenedor .noticiasContenedorLeft {
    width: 100%;
    margin-right: 0px;
    max-width: 100%;
    float: none;
  }
  .pageMainContent .noticiasContenedor .noticiasContenedorRight {
    margin: 0px;
  }
  .pageMainContent .noticiasContenedor .noticiasContenedordate {
    margin: 10px 0 5px;
  }
  .pageMainContent .pageMainTitle {
    margin-top: 5px;
  }
  .pageMainContent .noticiasContenedor h3 {
    margin-bottom: 3px;
  }
  .singleMainContent .imgDescBox {
    position: relative;
    background-color: #315E9C;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  #mainHomeSection .contenedorAgendaHome {
    padding-bottom: 0px;
  }
  .breadcrumbs {
    display: none;
  }
  .page404 {
    width: 100%;
    padding: 15px 15px 30px;
    margin-top: 20px;
  }
  .page404 img {
    width: 80%;
    margin-top: 30px;
  }
  .pageLeftSidebar {
    margin-top: 20px;
  }
  .pageMainContent .noticiasContenedor .actividadesContenedorLeft {
    width: 100%;
    margin-right: 0px;
    max-width: 100%;
    float: none;
  }
  .pageMainContent .noticiasContenedor .actividadesContenedorRight {
    margin: 10px 0 0;
  }
  .pageMainContent .actividadesContenedorLeft .dateActivBall {
    bottom: 8px;
    right: 10px;
  }
  .pageMainContent .noticiaDestacada .noticiaDestacadaContent {
    position: relative;
    padding: 10px 15px;
    background-color: #315E9C;
  }
  .pageMainContent .noticiaDestacada p {
    display: none;
  }
  .wpcf7 .inputForm, .wpcf7 .inputTextarea {
    min-width: initial;
    width: 100%;
  }
  .singleSupLinks {
    display: none;
  }
  .singleMainContent {
    margin-top: 20px;
    overflow: hidden;
  }
  .pageMainContent.results {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .wp-pagenavi {
    margin-top: 20px;
    margin-bottom: 15px !important;
  }
  .wp-pagenavi span.pages {
    display: none;
  }
  .wp-pagenavi span.extend, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    display: none;
  }
  .perfilContent .perfilHeaderInfo h3 {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .perfilContent .perfilContentInside {
    max-width: 85%;
  }
  .perfilLegal button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #mainHomeSection .carruselHomeContenedor {
    max-height: 132px;
  }
  .singleMainContent .insideSingleContent {
    margin-top: 0px;
  }
  .menuLateral #cssmenu ul ul {
    position: relative;
    bottom: initial;
    left: initial;
    top: initial;
    visibility: visible;
  }
  .menuLateral #cssmenu ul ul li {}
  .menuLateral #cssmenu ul ul li a {
    background-color: #eee;
    font-weight: 500;
    display: block;
  }
  .menu-item-has-children .menu-item-has-children .desdlegarUlMobile {
    background-color: #eee;
  }
  .loginContenedor .loginRightForm {
    margin-top: 10px;
  }
  .searchYMContainer {
    padding-bottom: 0px;
  }
  .searchYMContainer .col-sm-4 {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .searchYMContainer .col-sm-4 button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .comment-list li .comment-metadata a {
    padding-top: 35px;
    text-align: left;
    margin-left: 75px;
  }
  .comment-list li .comment-author b.fn {
    max-width: 190px;
  }
}

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/


/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

