body[class~="path-magazine"] table tbody td:first-child,
body[class~="path-mentes-criticas"] table tbody td:first-child{ 
	border: 0; 
	padding: 0; 
	width: 780px; 
	background-color: #f0efef;
}

body[class~="page-node-type-magazine"] table tbody td:first-child,
body[class~="page-node-type-mentes-criticas"] table tbody td:first-child{ 
	border: 0; 
	padding: 0; 
	width: 780px; 
	background-color: #f0efef;
}

.footermap{ 
	font-size: 14px;
}

.panel-group {
	margin-bottom: 20px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	border-left: 2px solid #c22611;
	background-color: #fefffe;
	border-radius: 0px 0px;
}

.panel-heading {
	padding: 10px 15px;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

div[class~="region-sidebar-first"] a[class~="nav-link"]{
	white-space: normal;
}

.container-dia-nmc {
	border: 1px solid #dadbdb;
	padding: 5px;
	margin: 10px 0;
	min-height: 115px;
}

/*estilo para ocultar del pie de página el contacto de emprendedores*/
.footermap-item--depth-1 ul > li.footermap-item--depth-2 > a[href="/emprendedores/contacto"] {
	display: none;
}

.notiweb-text-tittle{
	max-width: 780px;
}

.notiweb-text-body{
	max-width: 720px;
	text-align: justify;
}

/*estilo para evitar mensaje de error al subir archivo en webforms*/
.webform-submission-form .alert.alert-error {
	display: none;
}

.webform-submission-form .messages.messages--error.file-upload-js-error .placeholder {
	background-color: #fff;
	font-weight: bold;
}

/* Ajustes menu superior interdruper */
@media (min-width: 992px) {
	nav.main-navigation-section nav.block-menu.menu--main .dropdown:nth-last-child(1):hover .dropdown-menu {
	  left: -475px;
	}
	nav.main-navigation-section nav.block-menu.menu--main .dropdown:nth-last-child(2):hover .dropdown-menu {
	  left: -300px;
	}
	nav.main-navigation-section nav.block-menu.menu--main .dropdown:nth-last-child(3):hover .dropdown-menu {
	  left: -500px;
	}
	nav.main-navigation-section nav.block-menu.menu--main .dropdown:nth-last-child(4):hover .dropdown-menu {
	  left: -300px;
	}
  }

  /*para ocultar un error al subir una imagen en el webform de mujer y niña en la ciencia*/
  .webform-submission-dia-internacional-de-la-mujer-y--form .alert-error {
    display: none;
	}

  
