/* Estilos generales */

@font-face {
  font-family: 'oswaldmedium';
  src: url('../fonts/oswald-medium-webfont.eot');
  src: url('../fonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/oswald-medium-webfont.woff2') format('woff2'),
       url('../fonts/oswald-medium-webfont.woff') format('woff'),
       url('../fonts/oswald-medium-webfont.ttf') format('truetype'),
       url('../fonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswaldbold';
  src: url('../fonts/oswald-bold-webfont.eot');
  src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
       url('../fonts/oswald-bold-webfont.woff') format('woff'),
       url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
       url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswald_regularregular';
  src: url('../fonts/oswald-regular-webfont.eot');
  src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
       url('../fonts/oswald-regular-webfont.woff') format('woff'),
       url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
       url('../fonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Robot_Regular';
  src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'Robot_Light';
  src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
  font-family: 'Robot_Medium';
  src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
  font-family: 'Robot_Bold';
  src: url('../fonts/Roboto-Bold.ttf');
}

html, body {
  height: 100%;
  margin: 0;
}

.clear {
  clear: both;
  width: 100% !important;
  float: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.row {
  background-color: white;
  margin: 0 auto !important;
}

#dnn_MdulePane {
  padding: 0 !important;
}

.container {
  display: none;
}

.dnnFormRequired {
	font-family: 'oswaldbold' !important;
	font-size: 15px !important;
	color: #323232 !important;
}


/* Estilos header */

.cont-header {
  text-align: center;
  height: 100px;
  transition: margin 0.5s;
}

.header {
  background-color: white;
  height: 100px;
  display: inline-block !important;
  margin: 0 auto;
  position: relative;
  min-width: 940px;
}

form {
  margin-bottom: 0 !important;
}

#btn-trigger {
  display: none;
}

.logo-mam, #dnn_LOGO1_hypLogo {
  width: 100%;
  max-width: 140px;
  height: auto;
  display: inline-block;
  margin-left: 25px;
  margin-top: 25px;
  margin-right: 120px;
  vertical-align: top;
  float: left;
}

.logo-mam, #dnn_LOGO1_hypLogo > img {
  width: 100%;
  max-width: 140px;
  height: auto;
}

.menu-header {
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
  box-sizing: border-box;
  padding-top: 55px;
  float: right;
  margin-right: 25px;
}

.menu-header > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-header > ul > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-bottom: 15px;
  margin-left: -4px;
}

.menu-header > ul > li > a {
  font-family: 'oswaldmedium';
  color: #323232;
  font-size: 19px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #323232;
  display: block;
}

.menu-header > ul > li > a:hover {
  background-color: transparent !important;
}

.menu-header > ul > li:last-child > a {
  border-right: 1px solid #323232;
}

.menu-header > ul > li > ul {
  width: 100%;
  height: auto;
  position: absolute;
  list-style: none;
  z-index: 2;
  top: 100px;
  left: 0;
  margin: 0;
  padding-bottom: 0px;
  padding-top: 0;
  box-sizing: border-box;
  display: none;
  text-align: left;
  float: none !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: white;
  overflow: hidden;
}

.menu-header > ul > li > ul > div > li {
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
  position: relative;
}

.menu-header > ul > li > ul > div > li > a {
  display: block;
  text-decoration: none;
  padding: 0 !important;
  height: 80px;
  overflow: hidden;
}

.menu-header > ul > li > ul > div > li > a:hover {
  text-decoration: none;
}

.menu-header > ul > li > ul > div > li > a > img {
  display: block;
  width: 100%;
  max-width: 125px;
  margin-bottom: 3px;
  min-height: 80px;
}

.menu-header > ul > li > ul > div > li > a > p {
  font-family: 'Robot_Regular';
  font-size: 13px;
  color: white;
  width: 125px;
  white-space: normal !important;
  margin-bottom: 0px !important;
  line-height: 12px !important;
  position: absolute;
  top: 110px;
}

.cont-submenu > li {
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  padding-left: 12px;
  padding-top: 25px;
}

.cont-submenu > li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.dropdown-menu > li > a:hover {
  background-color: transparent !important;
  background-image: none !important;
}

.colap-subMenu {
  width: 26px;
  height: 26px;
  background-image: url('../img/menu-principal-hover.jpg');
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 100%;
  cursor: pointer;
}

.colap-subMenu:hover {
  background-image: url('../img/menu-principal-hover2.jpg');
}

.cont-redes {
  position: absolute;
  top: 10px;
  right: 20px;
}

.cont-redes > a, .cont-redes > div:first-child {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #999999;
  border-radius: 50px;
}

.insta-logo {
  background-image: url('../img/logo-instagram-mam.png');
}

.insta-logo:hover {
  background-color: #e7d6c4;
}

.face-logo {
  background-image: url('../img/logo-facebook-mam.png');
}

.face-logo:hover {
  background-color: #3a5795;
}

.twitter-logo {
  background-image: url('../img/logo-twitter-mam.png');
}

.twitter-logo:hover {
  background-color: #55acee;
}

.pinte-logo {
  background-image: url('../img/logo-pinterest-mam.png');
}

.pinte-logo:hover {
  background-color: #0063db;
}

.vine-logo {
  background-image: url('../img/logo-vine-mam.png');
}

.vine-logo:hover {
  background-color: #1ab7ea;
}

.youtube-logo {
  background-image: url('../img/logo-youtube-mam.png');
}

.youtube-logo:hover {
  background-color: #e41e2f;
}



.cont-redes p {
  display: inline-block;
  font-family: 'Robot_Regular';
  font-size: 15px;
  color: #999999;
  margin: 0;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 10px;
}

.language-object {
  display: inline-block;
}

.language-object > select {
  border: none;
  margin: 0;
  padding: 0;
  margin-top: -21px;
  color: #999;
  border-radius: 0;
}

#login {
  float: none;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: top;
  background-image: url('../img/icono_registro.png');
  cursor: pointer;
}

#login:hover {
  background-color: black;
}

#login > div {
  display: none;
  background-color: white;
  width: 90px;
  margin-left: -35px;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-shadow: 0px 1px 8px #000000;
  -webkit-box-shadow: 0px 1px 8px #000000;
  box-shadow: 0px 1px 8px #000000;
}

#login:hover > div {
  display: block;
  position: relative;
  z-index: 10000;
}

#login > div:first-child {
  margin-top: 20px;
}

#login > div a {
  font-family: 'oswaldmedium';
  font-size: 14px;
  color: #323232;
}

#login > div a:hover {
  opacity: 0.5;
  text-decoration: none;
}

#login > div ul {
  list-style: none;
  margin: 0;
  width: 90px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
}

.userProfileImg {
  display: none;
}


/* Estilos footer */

#FooterRow {
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  background-color: #B2B2B2;
  min-height: 260px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}

#FooterRow > div {
  padding: 0;
  width: 25%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

#FooterRow > div:nth-child(2){
  width: 60%;
  float: left;
  text-align: left;
}

#FooterRow div > img {
  display: inline-block;
  width: 100%;
  max-width: 100px;
  height: auto;
  margin-right: 150px;
}

#FooterRow > div:nth-child(2) li a {
  font-family: "oswaldmedium";
  font-size: 15px;
  color: #323232;
  text-decoration: none;
  display: block;
  margin-bottom: 9px;
  line-height: 10px;
}

#FooterRow > div:nth-child(2) li a:hover {
  opacity: 0.6;
}

#FooterRow > div:last-child {
  right: 0;
}

#FooterRow > div:last-child p {
  font-family: "oswald_regularregular";
  font-size: 15px;
  color: #323232;
}

.linkitem {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

.subs-footer {
  position: absolute;
  top: 20px;
  right: 0;
}

#FooterRow > div:first-child {
  width: 15%;
}

.subs-footer tr:nth-child(2) > td {
  font-family: "oswaldmedium";
  font-size: 15px;
  color: #323232;
}

.subs-footer tr:nth-child(3) > td {
  font-family: "oswaldmedium";
  font-size: 15px;
  color: #323232;
}

.subs-footer tr:nth-child(5) > td a {
  font-family: "oswaldmedium";
  font-size: 15px;
  color: #323232 !important;
  text-align: left;
}

.subs-footer tr:nth-child(5) > td {
  text-align: left;
}

.subs-footer tr:first-child > td {
  text-align: left;
  font-family: "oswaldmedium";
  font-size: 15px;
  color: #323232;
}

.subs-footer tr:first-child > td  label {
  display: inline-block;
  font-family: 'Robot_Light';
  color: #323232;
  font-size: 15px;
}

.subs-footer tr:first-child > td:last-child > input {
  width: auto;
  display: inline-block;
  margin-top: -1px;
}
.subs-footer tr:first-child > td:last-child table tr{
  display: inline-block;
  margin-right: 4px;
}

.titFooterLast {
  text-align: left;
  padding-left: 1%;
  margin-top: -4px;
}

.subs-footer tr:nth-child(5) > td a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.subs-footer tr:nth-child(2) > td:last-child input {
  border-radius: 0px !important;
  margin-top: -1px;
}

.subs-footer tr:nth-child(3) > td:last-child input {
  border-radius: 0px !important;
  margin-top: -1px;
}

.subs-footer tr:nth-child(2) > td:last-child input:focus{
  border-color: white !important;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(82,168,236,.6) !important;
}

.subs-footer tr:nth-child(3) > td:last-child input:focus{
  border-color: white !important;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(82,168,236,.6) !important;
}

footer {
  display: none;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background-color: #323232;
  padding-top: 15px;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}

footer span, footer a {
  font-family: "Robot_Regular";
  color: #FFF;
  font-size: 14px;
}

footer a {
  margin-left: 15px;
}

footer a:hover {
  color: white;
  text-decoration: none;
  opacity: 0.6;
}

footer a:visited {
  color: white;
}

.tabla-footer a {
  color: #444;
}

.tabla-footer a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #444;
}

.tabla-footer p {
  margin-bottom: 0;
}

/* Estilos Banner top */

.banner-top {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.banner-top > img {
  width: 100%;
  min-height: 150px;
}

.banner-top > div {
  position: absolute;
  width: 280px;
  height: 45px;
  bottom: 0px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 15px;
  left: 25px;
}

.banner-top > div > p {
  font-size: 25px;
  font-family: 'oswaldbold';
  color: white;
}


/* Estilos agenda-listado */

.agenda-listado {
  display: block;
  width: 100%;
  min-width: 940px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: white;
  padding-left: 25px;
}

.mes-agenda-listado {
  display: inline-block;
  width: 280px;
  height: 70px;
  background-color: #333333;
  box-sizing: border-box;
  padding-top: 40px;
  padding-left: 5px;
}

.mes-agenda-listado > p {
  display: inline-block;
  font-family: 'oswaldbold';
  color: white;
  font-size: 25px;
}

.leftArrow-mes-agenda-listado {
  width: 10px;
  height: 19px;
  display: inline-block;
  background-image: url('../img/leftArrow.png');
  background-size: 100%;
  margin-right: 5px;
}

.rightArrow-mes-agenda-listado {
  width: 10px;
  height: 19px;
  display: inline-block;
  background-image: url('../img/rightArrow.png');
  background-size: 100%;
  margin-left: 5px;
}

.topArrow-mes-agenda-listado {
  display: inline-block;
  background-color: white;
  width: 635px;
  margin-left: -4px;
  vertical-align: top;
  height: 70px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
}

.topArrow-mes-agenda-listado > img {
  width: 280px;
  text-align: center;
  margin-top: 15px;
}

.botArrow-mes-agenda-listado {
  display: inline-block;
  background-color: white;
  width: 635px;
  margin-left: -4px;
  vertical-align: top;
  height: 70px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  float: right;
}

.botArrow-mes-agenda-listado > img {
  width: 280px;
  text-align: center;
  margin-top: 15px;
}

.agenda-lista-grid {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}

.agenda-lista-grid-item {
  display: block;
  margin-top: -1px;
}

.agenda-lista-grid-dia {
  width: 280px;
  display: inline-block;
  padding-top: 5px;
}

.agenda-lista-grid-dia > div {
  display: inline-block;
}

.agenda-lista-grid-dia > div:first-child {
  width: 80px;
  height: 80px;
  font-family: 'Robot_Medium';
  color: white;
  font-size: 50px;
  background-color: #999999;
  border-radius: 50px;
  padding-top: 28px;
  padding-left: 11px;
  box-sizing: border-box;
  margin-left: 15px;
}

.agenda-lista-grid-dia > div:last-child {
  font-family: 'Robot_Regular';
  color: black;
  font-size: 28px;
  margin-left: 25px;
}

.activo-dia-agenda {
  background-color: #00AA8F !important;
}

.activo-desc-agenda {
  border-bottom: 1px solid #00AA8F !important;
  border-top: 1px solid #00AA8F !important;
  margin-top: -1px;
}

.agenda-lista-grid-eventos-dia {
  width: 635px;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: -4px;
  vertical-align: top;
}

.agenda-lista-grid-eventos-dia > div:first-child {
  border-top: 1px solid #999999;
}

.agenda-lista-grid-eventos-dia-item {
  width: 100%;
  display: block;
  vertical-align: top;
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
}

.agenda-lista-grid-eventos-dia-item > div:first-child {
  display: inline-block;
  width: 300px;
  padding-top: 5px;
  vertical-align: top;
}

.agenda-lista-grid-eventos-dia-item > div:first-child > div:first-child {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 20px;
  vertical-align: top;
}

.agenda-lista-grid-titulo-item {
  font-family: 'Robot_Light';
  color: #333333;
  font-size: 15px;
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 0px;
}

.agenda-lista-grid-texTitulo-item {
  font-family: 'Robot_Bold';
  color: #333333;
  font-size: 17px;
  display: block;
  padding-left: 30px;
}

.agenda-lista-grid-eventos-dia-item > div:last-child {
  display: inline-block;
  width: 280px;
  margin-left: -4px;
}

.agenda-lista-grid-lugarHora {
  font-family: 'Robot_Medium';
  font-size: 15px;
  color: #333333;
  display: block;
  margin: 0;
}

.agenda-lista-grid-descri-item {
  font-family: 'Robot_Light';
  font-size: 15px;
  color: #333333;
  display: block;
  margin: 0;
}


/* Estilos página buscar */

.dnnSearchPanelMamm {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding-left: 25px;
  box-sizing: border-box;
}

.dnnSearchBoxPanel {
  display: inline-block;
  background-color: transparent !important;
}

.dnnSearchBoxPanel > div:nth-child(3) {
  height: 20px;
  width: 100%;
  border-radius: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.dnnSearchBoxPanel > div:nth-child(3) > a {
  display: none !important;
}

.dnnSearchBoxPanel > div:nth-child(3) > div:nth-child(6) {
  right: -110px;
  top: 0 !important;
  height: 20px;
}

.dnnSearchBoxPanel > div:nth-child(3) > div:nth-child(6) a {
  padding-top: 0 !important;
  border-left: none !important;
  font-family: 'oswaldbold';
  font-size: 16px;
  color: #333333 !important;
}

.dnnSearchBox > a.dnnSearchBoxClearText.dnnShow {
  right: 25px !important;
}

.dnnSearchBox > input[type="text"], .dnnSearchBox > input[type="text"]:focus  {
  font-family: 'oswald_regularregular';
  color: #333333;
  font-size: 12px;
  width: 273px !important;
  height: 18px !important;
}

.dnnSearchBoxPanel > div:nth-child(3) > div:nth-child(6) > div {
  right: -175px !important;
}

.dnnSearchBoxPanel > div > input {
  width: 163px !important;
  height: 20px !important;
  font-size: 11px;
}

.dnnSearchBoxPanel a {
  display: none;
}

.dnnSearchBox {
  box-shadow: none !important;
}

.dnnSearchResultPanel {
  margin-top: 0px !important;
  background-color: white !important;
}

.dnnSearchResultPanel .dnnSearchResultSortOptions {
  border-radius: 0 !important;
  box-sizing: border-box;
  padding: 0 !important;
}

.dnnSearchResultPanel .dnnSearchResultSortOptions > li {
  width: 50%;
  text-align: center;
  margin: 0 !important;
  box-sizing: border-box;
}

.dnnSearchResultPanel .dnnSearchResultSortOptions > li:nth-child(2) {
  margin-left: -4px !important;
}

.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
  padding: 0 15px !important;
  text-decoration: none !important;
  font-family: 'oswaldmedium';
  color: #333333;
  font-size: 12px;
  line-height: 24px;
}

.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a:hover, .dnnSearchResultPanel .dnnSearchResultSortOptions > li > a:active, .dnnSearchResultPanel .dnnSearchResultSortOptions > li:active > a {
  text-decoration: none !important;
}

.dnnSearchResultPanel > .dnnRight > span.dnnSearchResultCountPerPage {
  font-family: 'oswaldmedium';
  color: #333333;
  font-size: 15px;
  margin-top: 15px;
}

.dnnSearchResultPanel > div:first-child {
  float: left !important;
  width: 100%;
}

.dnnSearchResultPanel > div:nth-child(2) {
  float: left !important;
  margin-right: 0 !important;
  width: 100%;
}

#dnn_ctr405_SearchResults_ResultsPerPageList_Input {
  padding-left: 5px !important;
}

.dnnFormItem > div > label > span {
  font-family: "oswaldmedium";
  color: #333;
  font-size: 15px;
  margin-top: 15px;
}

.dnnFormItem .dnnLeft {
  width: 100% !important;
}

.dnnFormItem .dnnLeft div {
  display: inline-block;
  margin-left: 30px;
}

.dnnFormItem .dnnLeft input {
  width: 30%;
  display: block;
  margin-top: 10px;
}


.dnnFormItem > div {
  width: 108px !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}

#advancedTagsCtrl_tagsinput {
  border-radius: 0 !important;
  width: 118px !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
  float: right;
}

#advancedTagsCtrl_tag {
  padding: 0 !important;
  margin-bottom: 0 !important;
  font-family: "oswald_regularregular";
  color: #333;
  font-size: 12px;
}

.dnnLabel > label {
  text-align: left;
  width: 140px;
}

div.dnnTagsInput {
  box-shadow: none !important;
}

.rcbInputCell {
  width: 25px !important;
}

.RadComboBox_Default table > tr:first-child > td:first-child {
  width: 25px !important
}

.RadComboBox_Default table > tr:first-child > td:first-child > input {
  padding-left: 5px !important;
}

.rcbArrowCell {
  width: 15px !important;
}

.rcbArrowCell a {
  width: 15px;
}

.RadComboBox_Default td.rcbArrowCellRight {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: none !important;
}

.RadComboBox_Default td.rcbInputCellLeft {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  box-shadow: none !important;
}

#dnn_ctr405_SearchResults_ResultsPerPageList {
  margin-top: 11px;
  width: 46px !important;
  float: right;
}

a.dnnFormHelp {
  display: none !important;
}

#dnn_ctr405_SearchResults_AdvnacedDatesList {
  margin-bottom: 10px !important;
  width: 60px !important;
  float: right;
}

#dnn_ctr405_SearchResults_SearchScopeList {
  width: 90px !important;
  float: right;
}

#dnn_ctr405_SearchResults_SearchScopeList > table {
  width: 90px !important;
}

#dnn_ctr405_SearchResults_AdvnacedDatesList table tr > td:first-child {
  width: 40px !important;
}

#dnn_ctr405_SearchResults_SearchScopeList table tr > td:first-child {
  width: 75px !important;
}

.rcbReadOnly, .rcbList {
  font-family: "oswald_regularregular";
  color: #333;
  font-size: 12px;
}

.dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea {
  font-family: "oswald_regularregular";
  color: #333;
  font-size: 12px;
}

.dnnFormItem input {
  border: 1px solid #B2B2B2 !important;
}

.dnnFormItem > .RadComboBox_Default {
  margin-bottom: 10px !important;
}

.dnnCheckbox {
  margin-top: 0 !important;
  margin-right: 0 !important;
  width: 17px !important;
  float: right;
}

#dnnSearchResultAdvancedSearch {
  border-radius: 0 !important;
  background-color: white !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: "oswald_regularregular";
  color: #333;
  font-size: 12px;
  background: transparent !important;
}

#dnnSearchResultAdvancedClear {
  border-radius: 0 !important;
  background-color: white !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: "oswald_regularregular";
  color: #333;
  font-size: 12px;
  background: transparent !important;
}

.dnnSearchResultPager.dnnSearchResultPagerTop {
  font-family: "oswald_regularregular";
  color: #333;
  font-size: 12px;
}

.dnnSearchResultContainer {
  display: inline-block;
  margin-top: 0 !important;
  width: 69%;
  padding-right: 25px;
  box-sizing: border-box;
  padding-left: 25px;
}

.dnnSearchResultItem-Title a {
  font-family: "oswaldbold";
  color: #333;
  font-size: 16px;
  transition:  all 0.5s;
}

.dnnSearchResultItem-Title a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.5;
}

.dnnSearchResultItem-Link a {
  font-family: "Robot_Bold";
  color: #333;
  font-size: 15px;
  transition: all 0.5s;
}

.dnnSearchResultItem-Link a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.5;
}

.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Others a {
  color: #333;
  font-family: "Robot_Bold";
  transition: all 0.5s;
}

.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Others a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.5;
}

.dnnSearchResultItem-Description {
  font-family: "Robot_Light";
  color: #333;
  font-size: 12px;
}

.dnnSearchResultItem-Others {
  font-family: "Robot_Light";
  color: #333;
  font-size: 12px;
}

.dnnSearchResultItem-Others span {
  font-family: "Robot_Regular";
  color: #333 !important;
  font-size: 12px;
}

#dnnSearchResultAdvancedFormDos > div:first-child > div:first-child {
  width: 140px !important;
}

#dnnSearchResultAdvancedFormDos > div:nth-child(4) > div:first-child {
  margin-right: 130px !important;
}

.dnnActions {
  padding-left: 43px;
  margin-right: 2%;
}

.dnnSearchResultItem {
  padding-bottom: 30px;
}

.dnnSearchBoxPanel {
  padding-top: 0 !important;
}

.addthis_sharing_toolbox  span {
  width: 35px !important;
  height: 35px !important;
}

.addthis_sharing_toolbox span svg:hover {
  background-color: transparent !important;
}

.addthis_sharing_toolbox span svg {
  width: 35px !important;
  height: 35px !important;
  background-color: #323232 !important;
}

.at-share-tbx-element .at-share-btn {
  max-width: 35px !important;
  max-height: 35px !important;
  margin-left: 0 !important;
  margin-right: 5px !important;
}

#UserProfileImg {
  border-radius: 80px;
  width: auto;
  display: inline-block;
  overflow: hidden;
  -moz-box-shadow: inset #B3B3B3 0 -1px 0 0;
  -webkit-box-shadow: inset #B3B3B3 0 -1px 0 0;
  box-shadow: inset #B3B3B3 0 -1px 0 0;
  margin-left: 25px;
}

#UserProfileImg img {
  border: 7px solid white;
  display: block;
  border-radius: 80px;
}

#UserDisplayNameHeader {
  padding-left: 25px;
}

.UserProfileControls {
  background-color: #484848;
  height: 80px;
  margin-top: -110px;
  padding-top: 110px;
  margin-left: 50px;
  margin-right: 120px;
  width: 200px;
}

.UserProfileControls ul li a {
  min-width: 150px !important;
  background: white !important;
}

.console.profile .console-none h3 {
  font-family: 'oswaldmedium';
  font-weight: normal;
}

.console-none > div {
  display: inline-block;
  width: 130px !important;
  max-width: 130px;
}

.dnnPrivacy, .dnnTerms, .text-404 {
  width: 1180px;
  padding-left: 25px;
  box-sizing: border-box;
  padding-right: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dnnFormItem tr td img{
  display: none;
}

.dnnFormItem a{
  font-family:'oswaldbold';
  color: rgb(50, 50, 50) !important;
}

.dnnFormItem a:hover{
  opacity: 0.5;
  text-decoration: none;
}

.PowerBy {
  text-align: center;
  margin-top: 10px;
}

.dnnPrimaryAction:hover, .dnnSecondaryAction:hover {
  color: white !important;
}

.nav-title {
  font-family: 'oswaldbold';
  color: #323232 !important;
  font-size: 15px;
  margin-left: 25px;
  transition: opacity 0.5s;
}

.nav-title:hover {
  color: #323232 !important;
  text-decoration: none;
  opacity: 0.5;
}

/*  ESTILOS RESPONSIVE */

@media screen and (max-width: 1350px) and (min-width: 1280px){
  .logo-mam, #dnn_LOGO1_hypLogo {
    max-width: 120px;
  }

  .cont-redes > a, .cont-redes > div:first-child {
    width: 25px;
    height: 25px;
  }

  #login {
    width: 25px;
    height: 25px;
  }

  .menu-header > ul > li > a {
    font-size: 16px;
  }

  .dnnPrivacy, .dnnTerms, .text-404 {
    width: 1060px;
  }
}

@media screen and (max-width:1279px) {
  .cont-header {
    height: 82px;
  }

  .header {
    height: 82px;
  }

  .logo-mam, #dnn_LOGO1_hypLogo {
    max-width: 100px;
    margin-left: 15px;
    margin-top: 20px;
    margin-right: 100px;
  }

  .cont-redes {
    top: 5px;
  }

  .cont-redes a, #login {
    width: 20px;
    height: 20px;
  }

  .menu-header {
    padding-top: 35px;
    margin-right: 25px;
  }

  .menu-header > ul > li > a {
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-header > ul > li > ul {
    top: 82px;
  }

  .menu-header > ul > li > ul > div > li > a > img {
    max-width: 90px;
    min-height: 70px;
  }

  .cont-submenu > li {
    padding-left: 0;
    padding-top: 15px;
    width: 120px;
    height: 125px;
  }

  .menu-header > ul > li > ul > div > li > a > p {
    width: 102px;
    font-size: 11px;
    top: 90px;
  }

  .menu-flotante > ul > li {
    width: 30px;
    height: 30px;
  }

  .menu-flotante > ul > li > img {
    width: 30px;
    height: 30px;
  }

  #FooterRow {
    padding-left: 15px;
    padding-right: 15px;
  }

  #FooterRow > div:nth-child(2) li a {
    font-size: 12px;
  }

  #FooterRow > div:last-child p {
    font-size: 12px;
  }

  #FooterRow div > img {
    max-width: 80px;
  }

  #FooterRow > div:first-child {
    width: 10%;
  }

  #FooterRow > div:last-child {
    width: 30%;
  }

  .subs-footer > tbody > tr:nth-child(2) > td:last-child > input {
    width: 160px !important;
  }

  .subs-footer > tbody > tr:nth-child(3) > td:last-child > input {
    width: 160px !important;
  }

  footer span, footer a {
    font-size: 12px;
  }

  /*#dnn_ContentPane {
    width: 100% !important;
    padding-left: 0px !important;
  }*/

  .dnnSearchResultPager > div:first-child {
    padding-left: 25px;
  }

  .dnnSearchBox > input[type="text"], .dnnSearchBox > input[type="text"]:focus {
    width: auto !important;
  }

  .dnnPrivacy, .dnnTerms, .text-404{
    width: 940px;
    padding-left: 15px;
  }

  .dnnFormItem > label.dnnFormLabel {
    width: 28% !important;
  }

  #login > div:first-child {
    margin-top: 15px;
  }

  .nav-title {
    margin-left: 15px;
  }
}


@media screen and (max-width:1024px) {
  .cont-header {
    height: 125px;
  }

  .header {
    height: auto;
    text-align: left;
  }

  .menu-header {
    background-color: #333333;
    width: 100%;
    float: none;
    height: auto;
    padding-top: 0;
    margin-right: 0;
    display: none;
    position: absolute;
    z-index: 11;
  }

  .colap-subMenu {
    display: none;
  }

  .menu-header > ul > li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 60px;
  }

  .menu-header > ul > li > a {
    color: white;
    border: none;
    padding: 0;
    font-size: 45px;
    padding-top: 24px;
    margin-left: 35px;
    margin-right: 35px;
    border-bottom: 1px solid #58595B;
    box-sizing: border-box;
    min-height: 60px;
  }

  .logo-mam, #dnn_LOGO1_hypLogo {
    display: inline-block;
    float: none;
    height: 130px;
    padding-left: 35px;
    padding-top: 25px;
    margin: 0;
    box-sizing: border-box;
  }

  .logo-mam, #dnn_LOGO1_hypLogo > img {
    width: auto;
    max-width: none;
    height: 75px;
  }

  .cont-redes a, #login {
    width: 40px;
    height: 40px;
  }

  .cont-redes {
    right: 190px;
    top: 40px;
    position: absolute;
    left: 35px;
    top: 70;
  }

  #login > div:first-child {
    margin-top: 30px;
    text-align: center;
    margin-left: 0px;
  }

  #login {
    position: absolute;
    z-index: 11;
    top: 70px;
  }

  .cont-redes > a {
    display: none;
  }

  .language-object {
    display: none;
  }

  .cont-header {
    height: auto;
  }

  #btn-trigger {
    display: inline-block;
    background-color: white;
    width: 70px;
    height: 50px;
    vertical-align: top;
    float: right;
    cursor: pointer;
    margin-right: 45px;
    margin-top: 40px;
    position: relative;
  }

  #btn-trigger div {
    background-color: #333333;
    display: block;
    height: 10px;
    width: 100%;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -khtml-transition: all 0.7s ease;
    position: absolute;
  }

  #btn-trigger div:first-child {
    top: 0;
    left: 0;
  }

  #btn-trigger div:nth-child(2) {
    top: 20px;
    left: 0;
  }

  #btn-trigger div:last-child {
    top: 40px;
    left: 0;
  }

  .menu-header ul {
    padding: 0;
    padding-top: 20px;
  }

  .menu-header > ul > li {
    height: auto;
    min-height: 60px;
    border-bottom: none !important;
  }

  .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
  }

  .menu-header > ul > li > ul {
    position: relative;
    top: 0;
  }

  .menu-header > ul > li > ul > div > li {
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 15px;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #58595b;
  }

  .menu-header > ul > li > ul > div > li > a > img {
    display: none;
  }

  .menu-header > ul > li > ul > div > li > a > p {
    font-size: 30px;
    width: 100%;
    top: 10px;
    line-height: 30px !important;
  }

  .menu-header > ul > li > ul > div > li > a {
    height: 40px;
    box-sizing: border-box;
  }

  .cont-submenu {
    background-color: #6d6e71;
    margin-left: 35px;
    padding-right: 35px;
  }

  #FooterRow {
    text-align: left;
  }

  #FooterRow > div:first-child {
    margin-right: 30px;
  }

  #FooterRow > div:last-child {
    display: none;
  }

  #FooterRow > div:nth-child(2) {
    float: none;
    width: 80%;
  }

  .dnnSearchPanelMamm {
    padding-left: 35px;
  }

  .dnnSearchResultContainer {
    padding-right: 40px;
  }

  .dnnPrivacy, .dnnTerms, .text-404 {
    width: 920px;
    padding-left: 35px;
  }

  .nav-title {
    margin-left: 35px;
  }

  .dnnFormItem > label.dnnFormLabel {
    width: 20% !important;
  }
}


@media screen and (max-width:940px) {
  .header {
    width: 100% !important;
    min-width: inherit;
  }

  #FooterRow {
    min-height: 175px;
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
  }

  #FooterRow > div:nth-child(2) {
    width: 84%;
  }

  .tabla-footer a {
    font-size: 10px;
  }

  .tabla-footer p {
    font-size: 10px;
  }

  .dnnSearchPanelMamm {
    display: block;
    width: 100%;
    padding-right: 45px;
  }

  .dnnSearchResultContainer {
    display: block;
    width: 100%;
    padding-right: 45px;
    padding-left: 45px;
  }

  .dnnPrivacy, .dnnTerms, .text-404 {
    width: 620px;
  }

  .cont-redes {
    right: 140px;
    top: 35px;
  }

  #login {
    top: 75px;
  }

  #login > div {
    width: 60px;
  }

  #login > div ul{
    width: 60px;
  }

  #login > div:first-child {
    margin-top: 25px;
  }
}

@media screen and (max-width:640px) {
  .logo-mam, #dnn_LOGO1_hypLogo {
    height: 100px;
    padding-left: 15px;
  }

  .logo-mam, #dnn_LOGO1_hypLogo > img {
    height: 50px;
  }

  #btn-trigger {
    width: 50px;
    height: 37px;
    margin-top: 34px;
    margin-right: 15px;
  }

  #btn-trigger div {
    height: 7px;
  }

  #btn-trigger div:nth-child(2) {
    top: 15px;
  }

  #btn-trigger div:last-child {
    top: 30px;
  }

  .header {
    height: 100px;
  }

  .menu-header > ul > li > a {
    font-size: 30px;
    min-height: 50px;
    padding-top: 17px;
  }

  .menu-header > ul > li {
    min-height: 50px;
  }

  .menu-header > ul > li > ul > div > li {
    height: 40px;
  }

  .menu-header > ul > li > ul > div > li > a {
    height: 40px;
  }

  .menu-header > ul > li > ul > div > li > a > p {
    font-size: 20px;
    top: 4px;
  }

  #login {
    top: 45px;
  }

  .cont-redes {
    left: 15px;
  }

  #login > div:first-child {
    margin-top: 40px;
  }

  #FooterRow {
    min-height: 145px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #FooterRow > div:first-child {
    margin-right: 10px;
  }

  .tabla-footer a, .tabla-footer p {
    font-size: 9px;
    line-height: 15px;
  }

  footer span, footer a {
    font-size: 10px;
  }

  footer p {
    margin-bottom: 0;
    line-height: 10px;
  }

  footer {
    height: 85px;
    padding-top: 5px;
  }

  .PowerBy {
    margin-top: 0px;
  }

  .dnnSearchPanelMamm {
    padding-right: 15px;
    padding-left: 15px;
  }

  .dnnSearchResultContainer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .dnnPrivacy, .dnnTerms, .text-404 {
    width: 465px;
    padding-left: 15px;
    padding-right: 0;
  }

  .nav-title {
    margin-left: 15px;
  }
}

@media screen and (max-width:480px) {
  footer strong {
    font-weight: normal;
  }

  footer {
    height: 110px;
  }

  header > ul > li > a {
    font-size: 25px;
  }

  footer  a {
    display: block;
  }

  footer  span:nth-child(2) {
    display: none;
  }

  footer  span:nth-child(4) {
    display: none;
  }

  footer span, footer a {
    font-size: 8px;
  }

  .PowerBy span {
    display: inline-block;
  }

  .PowerBy a{
    display: inline-block;
  }

  .PowerBy img {
    display: inline-block;
  }

  .dnnPrivacy, .dnnTerms, .text-404 {
    width: 345px;
    padding-left: 15px;
  }
  .dnnFormRequired {
    font-size: 11px !important;
  }

  .dnnFormItem > div > label > span {
    font-size: 11px;
  }

  .dnnFormItem .dnnLeft div {
    margin-left: 0;
  }

  .dnnForm .dnnFormItem > label {
    display: none;
  }
}


@media screen and (max-width:360px) {
  .logo-mam, #dnn_LOGO1_hypLogo {
    padding-left: 10px;
    padding-top: 10px;
  }

  .logo-mam, #dnn_LOGO1_hypLogo > img {
    height: 30px;
  }

  #btn-trigger {
    margin-top: 13px;
    margin-right: 10px;
    width: 30px;
    height: 25px;
  }

  #btn-trigger div {
    height: 5px;
  }

  #btn-trigger div:nth-child(2) {
    top: 10px;
  }

  #btn-trigger div:last-child {
    top: 20px;
  }

  .header {
    height: 50px;
  }

  .logo-mam, #dnn_LOGO1_hypLogo {
    height: 50px;
  }

  .cont-redes{
    top: 13px;
  }
  .menu-header > ul > li {
    min-height: 30px;
  }

  .menu-header > ul > li > a {
    margin-right: 10px;
    font-size: 20px;
    padding-top: 7px;
    min-height: 30px;
    margin-left: 10px;
  }

  .cont-submenu {
    margin-left: 10px;
    padding-right: 15px;
  }

  .menu-header > ul > li > ul > div > li {
    height: 30px;
  }

  .menu-header > ul > li > ul > div > li > a > p {
    line-height: 15px !important;
    font-size: 13px;
    top: 6px;
  }

  #FooterRow {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }

  .dnnSearchPanelMamm {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dnnSearchResultContainer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dnnSearchResultItem {
    padding-bottom: 10px;
    margin-bottom: 10px !important;
  }

  .dnnSearchResultItem-Title a {
    font-size: 14px;
  }

  .dnnPrivacy, .dnnTerms, .text-404 {
    width: 310px;
    padding-left: 10px;
  }

  #login {
    width: 25px;
    height: 25px;
    top: 32px;
  }

  #login > div:first-child {
    margin-top: 25px;
  }

  .nav-title {
    margin-left: 10px;
  }

  .dnnFormItem .dnnLeft div {
    line-height: 15px;
  }
}

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

   footer {
    height: 130px;
  }
}
