/*
Theme Name: conogasi
Theme URI: http://conogasi.org
Author: UBI-CCG
Description:Incluye la nueva version de scientia, arbol de conocimiento, Votaciones para usuarios de forma anonuma y con sesion iniciaday correccion de errores, Fecha de liberacion: 28-Febrero-2018,
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, conocimiento, red social, metodos, procesos, articulos.
Text Domain: conogasi.org

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 * 		11.01 - Menu.Header
 *    11.02 - Index
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 *    11.7 - Tooltip
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 *    12.3 - Video sound on overlay
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {font-family: 'Roboto-Regular';-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;background-color: #1b75bb;}
body {margin: 0px;margin-top: 44px;}
article,aside,details,figcaption,figure,footer,main,menu,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
a {background-color: transparent;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: 700;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
hr {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
code,kbd,pre,samp {font-size: 1em;}
button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}
select {text-transform: none;}
button {overflow: visible;}
button,input,select,textarea {max-width: 100%;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;opacity: .5;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input[type="checkbox"]
{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-right: 0.4375em;padding: 0;}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid #d1d1d1;margin: 0 0 1.75em;min-width: inherit;padding: 0.875em;}
fieldset > :last-child {margin-bottom: 0;}
legend {border: 0;padding: 0;}
textarea {overflow: auto;vertical-align: top;}
optgroup {font-weight: bold;}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;

	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.conogasi_view{width: 20px;height: 14px;display: inline-block;}
.conogasi_print{width: 20px;height: 17px;display: inline-block;margin-right: 5px;}
/**
 * 3.0 - Typography
 */
 /******* Typography Roboto ******/
 @font-face {
   font-family: 'Roboto-Regular';
   src: url('./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
 }
 @font-face {
   font-family: 'Roboto-Black';
   src: url('./fonts/Roboto/Roboto-Black.ttf') format('truetype');
 }
 @font-face {
   font-family: 'Roboto-BlackItalic';
   src: url('./fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
 }
 @font-face {
   font-family: 'Roboto-Bold';
   src: url('./fonts/Roboto/Roboto-Bold.ttf') format('truetype');
 }
 @font-face {
   font-family: 'Roboto-BoldItalic';
   src: url('./fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
 }
 @font-face {
   font-family: 'Roboto-Italic';
   src: url('./fonts/Roboto/Roboto-Italic.ttf') format('truetype');
 }
 @font-face {
   font-family: 'Roboto-Light';
   src: url('./fonts/Roboto/Roboto-Light.ttf') format('truetype');
 }
 @font-face {
   font-family: 'Roboto-LightItalic';
   src: url('./fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
 }
 @font-face {
   font-family: 'Roboto-Medium';
   src: url('./fonts/Roboto/Roboto-Medium.ttf') format('truetype');
 }
 @font-face {
   font-family: 'Roboto-MediumItalic';
   src: url('./fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
 }
 @font-face {
   font-family: 'Roboto-Thin';
   src: url('./fonts/Roboto/Roboto-Thin.ttf') format('truetype');
 }
 @font-face {
   font-family: 'Roboto-ThinItalic';
   src: url('./fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
 }

 @font-face {
   font-family: 'RobotoCondensed-Bold';
   src: url('./fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf') format('truetype');
 }
 @font-face {
   font-family: 'RobotoCondensed-BoldItalic';
   src: url('./fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf') format('truetype');
 }
 @font-face {
   font-family: 'RobotoCondensed-Italic';
   src: url('./fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf') format('truetype');
 }
 @font-face {
   font-family: 'RobotoCondensed-Light';
   src: url('./fonts/Roboto_Condensed/RobotoCondensed-Light.ttf') format('truetype');
 }
 @font-face {
   font-family: 'RobotoCondensed-LightItalic';
   src: url('./fonts/Roboto_Condensed/RobotoCondensed-LightItalic.ttf') format('truetype');
 }
 @font-face {
   font-family: 'RobotoCondensed-Regular';
   src: url('./fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
 }
 @font-face {
   font-family: 'RobotoSlab-Bold';
   src: url('./fonts/Roboto_Slab/RobotoSlab-Bold.ttf') format('truetype');
 }
 @font-face {
   font-family: 'RobotoSlab-Regular';
   src: url('./fonts/Roboto_Slab/RobotoSlab-Regular.ttf') format('truetype');
 }
 @font-face {
   font-family: 'RobotoSlab-Thin';
   src: url('./fonts/Roboto_Slab/RobotoSlab-Thin.ttf') format('truetype');
 }
 @font-face {
   font-family: 'RobotoSlab-Light';
   src: url('./fonts/Roboto_Slab/RobotoSlab-Light.ttf') format('truetype');
 }

button,
input,
select,
textarea {
	color: #1a1a1a;
}

h1{font-family: 'Roboto-Bold';font-size: 40px;line-height: 48px;margin-bottom:31px;}
h2{font-family: 'RobotoCondensed-Bold';font-size: 30px;line-height:39px;margin-bottom:21px;}
h3{font-family: 'RobotoCondensed-Bold';font-size: 25px;line-height:32px;margin-bottom:15px;}
h4{font-family: 'Roboto-Regular';font-size: 20px;line-height:27px;}
h5{font-family: 'Roboto-Bold';font-size: 16px;line-height:23px;}
h6{font-family: 'Roboto-Bold';font-size: 12px;}

p {
	font-family: 'Roboto-Light';
	font-size: 16px;
	text-align: justify;
	line-height: 26px;
	margin-bottom: 20px;
}
p b,p strong{
    font-weight: bolder;
    font-family: 'Roboto-Regular';

}
.entry-content strong{font-family: 'Roboto-Regular'!important;}
.dictionary_meaning h1{text-transform: lowercase!important;}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: 'RobotoSlab-Light';
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
 }

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background-color: rgb(245, 245, 245);
	/*background: #1a1a1a;*/
	/* Fallback for when there is no custom background color defined. */
}
footer{
	background-color: rgb(57,71,87);
}
hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;

}

ul,
ol {
	margin: 1.25em 0 0 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 0;
}

dt {
 padding-bottom: 7px;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}
entry-content table tr td{border: 1px solid #d1d1d1 !important;}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	/*
	table-layout: fixed;
	Prevents HTML tables from becoming too wide */
	width: 100%;
}
#entry-content table {
	width: 100%!important;
}


caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {

}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;

}

:-moz-placeholder {
	color: #686868;

}
input::-moz-placeholder {
		 color: #686868;
}
input:-moz-placeholder {
		 color: #686868;
}
::-moz-placeholder {
	color: #686868;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;

}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button {
	background-color: #1b75bb;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 200;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	font-size: 12px;
}



textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}


textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;

	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


@media all {
    .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
			background-color: rgb(255, 255, 255)!important;
			margin-bottom: 6px !important;
			border-top: 0px solid #C89797!important;
			border-bottom: 0px solid #C89797!important;
			padding-bottom: 6px;
			padding-top: 8px;
			box-sizing: border-box;
    }
		.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
				border:1px solid rgb(252,81,91)!important;
		}

		.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
		        color: rgb(252,81,91)!important;
		}
		.gform_wrapper .gfield_required{
			color: rgb(252,81,91)!important;
		}

    .gform_wrapper .validation_message {
        color:rgb(252,81,91)!important;
        font-weight:700;
        letter-spacing:normal;
    }
		.gform_wrapper .gfield_error .gfield_label {
			/* color:rgb(252,81,91)!important;**/
			color: Black!important;
		 }

		 body .gform_wrapper .validation_error {border: 1px solid red}

}
.fomurlario_de_contacto{

}
/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {

}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a,

.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry- a:hover,

-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
    box-shadow: 0 1px 0 0 currentColor;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {

}

.main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;

	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;

	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1b75bb;
}
.pagination_scroll{
    white-space:nowrap;
    overflow-x:auto;
}
.container_pagination{
    padding:5px 10px 10px 10px;
    white-space:nowrap;
    overflow-x:auto;
		width: 60%;
}

.pagination {
	/*border-top: 4px solid #1b75bb;*/
border: 1px solid red;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;

	position: relative;
	width: auto;
}
/*
.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}
*/
.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	font-size: 25px;
	margin-right: 50px;
	/*margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
*/
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {

	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {

	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #1b75bb;
	border-bottom: 1px solid #1b75bb;
	color: #686868;

	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;

	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);

}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1b75bb;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {

	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;

	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;

	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;

	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}

.site-content {
	word-wrap: break-word;

}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 10px;
}

.site-main > :last-child {
	margin-bottom: 0;
}

/**
 * 		11.01 - Menu.Header
 */
.topnav {background-color: #333333;overflow: hidden;padding-top: 5px;padding-bottom: 5px;}
.topnav a {float: right;display: block;color : #FFFFFF;color : rgb(255, 255, 255);text-align: center;padding: 5px 5px;text-decoration: none;font-size: 15px;margin-left: 20px;font-family:'Roboto-Regular';}
.topnav a:hover {background-color: #ddd;color: black;}
.topnav a:first-child {margin-right: 7%;}
.topnav .icon {display: none;}

.views_and_print{float:right;color:black;top: 0;vertical-align: bottom;vertical-align:text-bottom;}
.views_and_print #nivel_entendimiento_grafica{float: none!important;padding: 0px!important;float: right;}
.views_and_print #content_single_views label{ color: #b3b3b3;line-height: 0}
#zoom_in_text{font-size: 18px; color: #b3b3b3;margin-right: 5px;margin-left: 5px;cursor: pointer;}
#zoom_out_text{font-size: 13px; color: #b3b3b3;margin-right: 5px;cursor: pointer;}
.views_and_print #nivel_entendimiento_grafica .encendido{border:1px solid #b3b3b3!important;background-color: #b3b3b3!important;}
.views_and_print #nivel_entendimiento_grafica .apagado{border:1px solid #b3b3b3!important;background-color: white!important;}
.views_and_print #nivel_entendimiento_grafica #nivel_entendimiento_grafica_basico{height: 8px!important;}
.views_and_print #nivel_entendimiento_grafica #nivel_entendimiento_grafica_intermedio{height: 12px!important;}
.views_and_print #nivel_entendimiento_grafica #nivel_entendimiento_grafica_avanzado{height: 17px!important;}
/**
 *    11.02 - Index
 */
.noticia_index{padding-left: 15px;padding-right: 15px;margin-bottom: 25px;padding-bottom: 15px;border-bottom: 5px dashed green;border-bottom-width: medium;}
.noticia_index h1{}
.explora{margin-top: 10px;overflow: hidden;width: 100%;}
.explora div{float: left;width: 32.3%;margin-right: 1%;height: 120px;vertical-align: middle;cursor: pointer;padding: 10px;color: white;}

/*.explora_mas_buscado{margin-top: 10px;overflow: hidden;width: 100%;}*/

.mas_buscado_2{float: right;margin-left: 1%;border: 1px gray solid;width: 48%;min-height: 50px;margin-bottom: 2%;padding: 10px;cursor: pointer;}

.mas_buscado{width: 48%;margin-right: 1%;min-height: 50px;float: left;border: 1px gray solid;margin-bottom: 1%;padding-right: 3px;padding-left:3px;}


.subtitle_index {color: white;font-size:18px;font-family: 'Roboto-Regular'; margin-bottom: 10px;cursor: pointer;}
.explora_textbox{color: white;font-family:'Roboto-Light';line-height:15px;font-size:14px;text-align: left;}
#niveles_entendimiento .nivel_box{float: left;width: 30%;margin-left:  2%;padding: 2px;}
.leer_mas{text-decoration: underline;}
.container_niveles{width: 100%;}
#main .noticia_index:last-child{border: none;}

	#carrusel{float:left; width:90%; overflow:auto; height:180px; position:relative; margin-top:20px;  }
	#contenedor_carrusel{position: relative; overflow: hidden;}
	 .izquierda_flecha{position:absolute; left:1px; z-index:1; top:50%; margin-top:-9px;float: left;}
	 .derecha_flecha{position:absolute; right:10px; z-index:1; top:50%; margin-top:-9px;float: left;}
	.carrusel{width:100%;}
	.carrusel>div{float: left;/*margin-right: 5px;width: 195px;*/width: 25%;text-align:center;}
	.carrusel .img_carrusel{cursor:pointer;vertical-align: middle !important;}
	.product {border:#CCCCCC 0px solid;height: 120px;align-items: center;display: flex;justify-content: center;}
	.patrocinadores{padding-left: 0px;
padding-right: 0px;
margin-bottom: 0px;}

#scientia{background-image: url("./images/fondo2.png");
background-color: black;
/* background-position: center center;*/
background-repeat: no-repeat;
background-size: 100%;overflow: hidden;
opacity: .9;
padding-bottom: 15px;

}
#enlace_scientia a {font-size: 14px!important;text-align: center;color: white;}
.container_scientia{width: 65%;display: inline-block;}

#colaboradores_scientia{color: white;width: 100%;padding-top: 50px;font-size: 30px;padding-left: 20px;}
#description_scientia{color: #0cbfc9;width: 100%;font-size: 18px;padding-left: 18px;}
#logo_scientia{font-weight: 500;
	font-size: 41px;
    line-height: 1em;
    font-family: "Open Sans", Arial, sans-serif;
    color: white;
    width: 34%;
    height: 100%;
    float: right;
    text-align: center;}
#enlace_scientia{width: 100%;height: 50px;}
/**
 *    11.03 - Categorias
 */
.Ingenieria{background:#485968;}
.Ciencias_Medicas{background:#00adee;}
.Ciencias_Naturales{background:#009345;}
.Matematicas{background:#f57e20;}
.Ciencias_Sociales{background:#832465;}
.Humanidades{background:#8f0310;}

.Conogasi{background-color: #1b75bb;}


.Ingenieria_text{color:#485968;}
.Ciencias_Medicas_text{color:#00adee;}
.Ciencias_Naturales_text{color:#009345;}
.Matematicas_text{color:#f57e20;}
.Ciencias_Sociales_text{color:#832465;}
.Humanidades_text{color:#8f0310;}
.Conogasi_text{color: #1b75bb;}
.Conogasi_green{color: #8bc53f;}
.Conogasi_blue{color: #1b75bb;}


.Ingenieria_text a{color:#485968;}
.Ciencias_Medicas_text a{color:#00adee;}
.Ciencias_Naturales_text a{color:#009345;}
.Matematicas_text a{color:#f57e20;}
.Ciencias_Sociales_text a{color:#832465;}
.Humanidades_text a{color:#8f0310;}
.Conogasi_text a{color: #1b75bb;}


.Conogasi_button_verde{width:100px!important;background-color: #8bc53f!important;border: 0!important;border-radius: 2px!important;color: #fff!important;font-weight: 200!important;letter-spacing: 0.046875em!important;line-height: 1!important;padding: 0.84375em 0.875em 0.78125em!important;text-transform: Capitalize!important;font-size: 12px!important;}
.Conogasi_button_azul{background-color: #1b75bb!important;border: 0!important;border-radius: 2px!important;color: #fff!important;font-weight: 200!important;letter-spacing: 0.046875em!important;line-height: 1!important;padding: 0.84375em 0.875em 0.78125em!important;text-transform: Capitalize!important;font-size: 12px!important;}

/**
 * 11.1 - Header
 */

 /* Safari and Chrome */
 @-webkit-keyframes changeBg
 {
		from {-webkit-transition: background-image 0.5s linear;
					background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_1-100.jpg');}
		25%  {-webkit-transition: background-image 0.5s linear;
					background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_2-100.jpg');}
		50%  {-webkit-transition: background-image 0.5s linear;
					background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_3-100.jpg');}
		75%  {-webkit-transition: background-image 0.5s linear;
					background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_4-100.jpg');}
		to  {
			-webkit-transition: background-image 0.5s linear;
			background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_1-100.jpg');}
 }
#header2{
		background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_1-100.jpg') !important;
		height: 100%;
		width: auto;
		background-repeat: no-repeat;
	  background-size: 100% 100%;
		margin-bottom: 0px;
		padding-bottom: 50px;
		animation: changeBg 55s infinite;
}
.site-header {
		background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_1-100.jpg') ;
		background-size: cover;
		background-position: center center;
	  background-repeat: no-repeat;
	  /*background-size: 100% ;*/
		padding-bottom: 25px;
		margin-bottom: 5px;



}
.logo_conogasi{margin-right: 20px; height: 85px;margin-left: 20px; margin-top: 10px;}
.slogan_conogasi{margin-left: 20px;padding-top: 10px;color: #FFFFFF;font-size: 30px;line-height:1;}
#searchbarconogasi::-webkit-input-placeholder{color: black;font-family: 'Roboto-Regular';}
#searchbarconogasi { width: 100%;margin-bottom: 10px;border-radius: 0;height: 39px;border: 1px solid #ebebeb;background: #fff;color: black;padding-left: 15px;}
#search-submit-conogasi{
	/*width:120px;
  display:inline-block;
  overflow: auto;
  white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	border: none;
	color: white;
	letter-spacing: 0.046875em;
*/
	float: right;
width: 120px;
	background-color: #1b75bb;
	border: 0;
	border-radius: 2px;
	color: #fff;font-weight: 200;padding: 0.84375em 0.875em 0.78125em;text-transform: Capitalize;font-size: 14px;

}
.header_form{max-width:400px;margin-left: 20px;margin-top: 20px;}




.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-branding {
	margin: 0.875em auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {

	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */
#form_diccionario{margin-bottom: 1px;margin-top: 1px;padding-top: 1px;display: flex;}
.views{margin-right: 5px;}
.ABC_pagination{
	border: 1px;
	padding: 15px 0px 0px 0px;
  white-space: nowrap;
	overflow-x: auto;
}
#form_diccionario *::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size: 20px;
}
#form_diccionario *::-moz-placeholder { /* Firefox 19+ */
  font-size: 20px;
}
#form_diccionario *:-ms-input-placeholder { /* IE 10+ */
  font-size: 20px;
}
#form_diccionario *:-moz-placeholder { /* Firefox 18- */
  font-size: 20px;
}

.ABC_pagination form{display: inline-block;}
.ABC_pagination nav{display: inline-block;margin-right: 5px;font-family: 'Roboto-Light';font-size:18px;cursor: pointer;}
.search_block{margin-left: 10px;padding-left: 10px;font-family: 'Roboto-Bold';font-size: 40px;line-height: 48px;background-color: rgb(239,239,239);margin-bottom: 15px;}
.seleted_letter{color:black;font-family: 'Roboto-Bold'!important;cursor: default;}
.Diccionario_DEM > article{margin-bottom: 0px!important;}
.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}
.type-page h1{  font-family : 'Roboto-Bold';
  font-weight : bold;
  font-size : 40px;
  color : #1B75BB;
  color : rgb(27, 117, 187);}
.type-page h2, .type-page h3,.type-page h4,.type-page h5,.type-page h6{color: #1B75BB;color : rgb(27, 117, 187);}
.title_ayuda_conogasi{font-family : 'Roboto-Regular';margin-bottom: 25px;padding: 5px 5px 5px 5px;background: #f2f2f2;font-size : 30px;color : #8BC53F;color : rgb(139, 197, 63);font-weight: bold;}
#post-100001 a{font-family : 'Roboto-Regular';font-size : 17px;float: right;}
#post-100001 td,tr,table{border:none;}
.comment-meta{background: white;}
.page_conogasi{margin-left:20%;}
.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	/*margin-right: 7.6923%;
	margin-left: 7.6923%;*/

    line-height: 1;

}

.entry-title {

	/*margin-bottom: 1em;*/
}

.entry-title a {
	/*color: #1a1a1a;*/
}

.entry-title a:hover,
.entry-title a:focus {
	/*color: #007acc;*/
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;

}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;

}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;

}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;

}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
/*	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;*/
}

body:not(.search-results) .entry-summary {
	color: black;
	font-size: 16px;
	font-family: 'Roboto-Light';
	margin-bottom: 1.4736842105em;
	text-align: justify;
}



.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	/*display: none;*/

}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {

}

.entry-footer a:hover,
.entry- a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;

	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	/*border-top: 4px solid #1b75bb;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;*/
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {

}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;

	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}

.referencias{
	padding-bottom: 5px;
	font-family: 'Roboto-Light';
	white-space: pre-line;
	width: 100%!important;
}
#referencias_title{margin-bottom: 21px;}
/** Expandir y contraer referencias**/
.container-referencias {
    width:100%;
}
.container-referencias div {
    width:100%;
}
.header-referencias{
	float: right;
}
.container-referencias .content-referencias {

    padding : 5px;
}
.content-complete-references{
	display: none;
}
/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1b75bb;

	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;

	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;

	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;

	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;

	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: 'RobotoSlab-Light';
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;

}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}



/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}
#star_messages{
	text-align: center!important;
}

/**
 * 11.6 - Footer
 */
/*
.logo_DEM{width: 200px;height: 70px;}
.logo_UNAM{width: 100px;}
.logo_IULA_TERM{height: auto;width: auto;}
.logo_UPF{height: auto;width: auto;}
*/
.site-footer {padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin: 0px 0px 0px 0px;padding-bottom: 20px;width: 100%;font-family: 'Roboto-Thin';font-size: 14px;	}
.site-footer div {padding-right: 5px;padding-left: 5px;float: left;width: 25%;color: white;}
#footer1,#footer2,#footer3,#footer4,#colophon{
	display: inline-block;
	vertical-align: top;
}
.site-footer h2, .site-footer h6{margin-top: 0px;font-family:'Roboto-Regular';font-size: 16px;}
.site-footer a{color: white;}
.site-footer a:hover, site-footer a:focus{color: #8bc53f;}
.site-info {
	color: #686868;

}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;

	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

 /*    11.7 - Tooltip
Ejemplo:
<div class="tooltip"> Elemento al que se mostrara tooltip
  <span class="tooltiptext">Texto del tooltip</span>
</div>


 */
 .tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
		font-family: 'Roboto-Thin';
		font-size: 12px;
    visibility: hidden;
    width: 100px;
		/*max-width: max-content;*/
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,

object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,

p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
width: 100%!important;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}
.wp-video-shortcode{width: 100%!important;}
.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;

}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 12.3 - Video sound on overlay
 */
 .video-wrapper {
     position: relative;
 }

 .video-wrapper > video {
     width: 100%;
     vertical-align: middle;
 }

 .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
     display: none;
 }

 .video-overlay-sound-button {
     box-sizing: border-box;
     width: 100%;
     height: 95.2%;
     padding: 10px calc(50% - 50px);
     position: absolute;
     top: 0;
     left: 0;
     display: block;
     opacity: 0.5;
     cursor: pointer;
     background-image: linear-gradient(transparent, #000);
     transition: opacity 150ms;
 }

 .video-overlay-sound-button:hover {
     opacity: 1;
 }

 .video-overlay-sound-button.is-hidden {
     display: none;
 }


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;

}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	/*margin-top: 2.4347826087em;*/
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;

	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}
.fomurlario_de_contacto .gform_title{display: none;}
.panel_contacto{width:32%;display:inline-block;vertical-align: top;min-height:100%;}
/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 14.1 - >= 710px
 */

 @media screen and (max-width: 1000px) {
 	.explora div{margin-right: 3%;height: 80px;width: 100%;height: auto;margin-bottom: 10px;padding-top:0px;overflow-y: hidden;}
	#niveles_entendimiento .nivel_box{width: 100%;padding-right: 20px;}
	.site-footer div{height: auto;width: 100%;padding-top:10px;overflow-y:hidden;border-bottom: 1px solid white;}
	.header_form{max-width: 95%;padding-right: 5%;}
	.header_form select{width: 50%;}
	.mas_buscado{width: 98%;}
	.slogan_conogasi{font-size:20px; }
	.page_conogasi{margin-left:1%;}


	.container_scientia{width: 100%;display: inline-block;}
	#colaboradores_scientia {padding-top: 2px; }
	#logo_scientia{width: 100%;}

	.carrusel{width:800px;}
	.carrusel>div{float: left;margin-right: 5px;width: 195px;text-align:center;}
	.carrusel .img_carrusel{cursor:pointer;vertical-align: middle !important;}
	/*.site-header{padding-bottom: 20px;}*/

 }
 @media screen and (min-width: 910px) and (max-width:1122px) {
	 .avg_stars{display: block !important;align-items: center;}
	 #nav_list_stars{float: left !important;width: 100% !important;display: block !important;text-align: center;}
	 #container_stars{float: left !important;width: 100% !important;display: block !important;}
	 #left_stars{float: left;width: auto !important;text-align: left;margin-right: 5px;margin-left: 30% !important;}
	 #right_stars{float: left; width: auto !important;text-align: left;height: 27px !important;padding-top: 5px;}
 }
 @media screen and (max-width: 420px) {
	 .views_and_print{float: none;}
 }

 @media screen and (max-width: 800px) {
 .topnav a {font-size: 14px;margin-left: 5px;}
 }
 @media screen and (max-width: 600px) {
   .topnav a {float: left;}
   .topnav a:not(:first-child) {display: none;}
   .topnav a.icon {float: right;display: block;}
   .topnav.responsive {position: relative;}
   .topnav.responsive a.icon {position: absolute;right: 0;top: 0;}
   .topnav.responsive a {float: none;display: block;text-align: left;}
 }

@media screen and (min-width: 44.375em) {

	.site {

	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 1.3125em 0;
	}
	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
	/*	margin: 0 23.0769% 4.421052632em 7.6923% */
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,

	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {

	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;

	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}
.entry-content li{
	line-height: 26px;
}
	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;

	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
	}
/*
	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
*/
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {

}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {
		margin-top: 30px;
		padding-left: 4.5455%;
		padding-right: 4.5455%;

	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}

	.no-sidebar-page{
		float: none;
		width: 100%;height: 100%;
		margin: 0;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
		background-color: white;
	}

	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;

	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;

	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}
/*
	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}
*/
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		background-color: rgb(57,71,87);
	}

	.no-sidebar-page .content-area {
		float: none;
		margin: 0;
		width: 100%;

	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 1%;
		margin-left: 1%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
		.site-main {
			margin-bottom: 10px;
	}


	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 1.75em;

	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		/*margin-bottom: 5.894736842em;*/
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {

	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;

	}
	.entry-title::first-letter{text-transform: uppercase;}
	.dictionary_meaning .entry-title::first-letter{text-transform: lowercase;}
	.dictionary_term .entry-title::first-letter{text-transform: lowercase;}
	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;

	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;

	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
	/*	margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	*/
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;

	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 10px;
	}



	.single .byline,
	.full-size-link
	{
		display: block;
		margin-bottom: 0.5384615385em;
	}


}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {




}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,


	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 10px;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}


	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
/**
 * 15 - Conogasi CSS
 */
.slidebar_block p{text-align: left;}

.slidebar_block{
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgb(239,239,239);
margin-bottom: 20px;
}
.slidebar_block h4{
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	color: #8bc53f;
}
.slidebar_block hr{
	height: 3px;
}
.slidebar_block a{
	float: right;
	text-decoration: underline;

	color: #1b75bb;
}
.site-main{
padding-left: 20px !important;
padding-right:20px !important;
}
.p_search{
}
.page-header-search{margin-top: 0px;margin-bottom: 1em;}
.page-header-search h1{margin-top: 0px;}
.hr_aceptions{border-bottom: 2px solid #8bc53f;}
.hr_aceptions:last-child{border-bottom: none;}
#contribuciones_slider table,#contribuciones_slider th,#contribuciones_slider td,#contribuciones_slider tr {border: none!important;border-colorbackground-color: rgb(239,239,239);}
.contribuciones_slider table{margin-bottom: 0px;}
#licencia_table{vertical-align:middle; text-align:justify;font-family: 'Roboto-light';}
#licencia_table{margin: auto;}
.entry-content p,.entry-content div, .entry-content li, .entry-content ol, .entry-content ul{font-family: 'Roboto-Light' !important;}
.entry-content .wc-comment-text{font-family: 'Roboto-Light' !important;font-size: 16px!important;text-align: justify;}

/*********** content-search **********/
#nivel_conocimiento_panel .encendido{background-color: #1b75bb !important;border:1px solid #1b75bb !important;}
#nivel_conocimiento_panel .apagado{background-color: white !important;border:1px solid #1b75bb !important;}
#nivel_conocimiento_panel nav{width: auto;margin-right: 3px;vertical-align: bottom;height: 23px;display: inline-block;;}
#nivel_conocimiento_panel{display:inline-block;}
.cursor_pointer{cursor: pointer;}
#nav_text{display: inline!important;}
.revisado_icon{height: 21px;}
.edit_icon{color: #b3b3b3;font-size:18px;margin-left: 3px;}
.integrante{line-height: normal;}
@media screen and (max-width: 499px) {
#div_integrantes{text-align: center;}
.integrante{display:block;
margin-left: auto;
 margin-right: auto;
}
.panel_contacto{width:100%}
}

/*********** Pagination mas buscados **********/
#mas_buscado_next{border: none;background: none;color: #1b75bb;}
#mas_buscado_back{border: none;background: none;color: #1b75bb;}
.paginacion_conogasi{border-top: 2px solid #1b75bb; }
.paginacion_conogasi div{display: inline-block;}
.paginacion_conogasi .nav-previous{width: 20%;float: left;padding-top: 5px;font-size: 16px;}
.paginacion_conogasi .nav-next{width: 20%;float: right;padding-top: 5px;font-size: 16px;}
.nav-next a{float:right;}
.paginacion_conogasi .pagination{width: 60%;}
.paginacion_conogasi .page-numbers{text-transform: uppercase;margin-right: 25px;font-size: 20px;}
.ancestria{border: 1px solid black;padding-top: 3px;padding-bottom: 3px;padding-right: 3px;padding-left: 10px;min-height: 32px;}
.ancestria .tooltip{float: right;top:0px;}

.ciencias_medicas_taxonomy_ , .ciencias_medicas_taxonomy_ a{background-color: rgb(44,154,220);color: white;border: 1px solid rgb(44,154,220);}
.ciencias_naturales_taxonomy_ , .ciencias_naturales_taxonomy_ a{background-color: #009345;color: white;border: 1px solid #009345;}
.ciencias_sociales_taxonomy_ , .ciencias_sociales_taxonomy_ a{background-color: #832465;color: white;border: 1px solid #832465;}
.matematicas_taxonomy_ , .matematicas_taxonomy_ a{background-color: #f57e20;color: white;border: 1px solid #f57e20;}
.humanidades_taxonomy_ , .humanidades_taxonomy__title a{background-color: #8f0310;color: white;border: 1px solid #8f0310;}
.ingenieria_taxonomy_ , .ingenieria_taxonomy__title a{background-color: #485968;color: black;border: 1px solid #485968;}
.ciencias_medicas_taxonomy__title , .ciencias_medicas_taxonomy__title a{color: rgb(44,154,220);}
.ciencias_naturales_taxonomy__title , .ciencias_naturales_taxonomy__title a{color:  #009345;}
.ciencias_sociales_taxonomy__title , .ciencias_sociales_taxonomy__title a{color:  #832465;}
.matematicas_taxonomy__title , .matematicas_taxonomy__title a{color: #f57e20;}
.humanidades_taxonomy__title , .humanidades_taxonomy_ a{color: #8f0310;}
.ingenieria_taxonomy__title , .ingenieria_taxonomy_ a{color: #485968;}
.dictionary_term ._ , ._ a {background:#1b75bb;border-color: #1b75bb;color: white !important;}
.Diccionario{background: #1b75bb;border-color: #1b75bb;color: white !important;}
.__title{color: #1b75bb;}
.Diccionario_title{color: #1b75bb;}
/****   Titles search conogasi *********/
.entry-title a:hover{color: none;}
.ciencias_medicas_taxonomy_basico_title , .ciencias_medicas_taxonomy_basico_title a{color:rgb(154,215,245);}
.ciencias_medicas_taxonomy_intermedio_title , .ciencias_medicas_taxonomy_intermedio_title a{color: rgb(107,194,239);}
.ciencias_medicas_taxonomy_avanzado_title , .ciencias_medicas_taxonomy_avanzado_title a{color: rgb(44,154,220);}
.ciencias_naturales_taxonomy_basico_title , .ciencias_naturales_taxonomy_basico_title a{color:#72be91;}
.ciencias_naturales_taxonomy_intermedio_title , .ciencias_naturales_taxonomy_intermedio_title a{color: #43a96d;}
.ciencias_naturales_taxonomy_avanzado_title , .ciencias_naturales_taxonomy_avanzado_title a{color:#009345;}
.ciencias_sociales_taxonomy_basico_title , .ciencias_sociales_taxonomy_basico_title a{color:#c093b2;}
.ciencias_sociales_taxonomy_intermedio_title , .ciencias_sociales_taxonomy_intermedio_title a{color: #a96b95;}
.ciencias_sociales_taxonomy_avanzado_title , .ciencias_sociales_taxonomy_avanzado_title a{color:#832465;}
.matematicas_taxonomy_basico_title , .matematicas_taxonomy_basico_title a{color:#fbceae;}
.matematicas_taxonomy_intermedio_title , .matematicas_taxonomy_intermedio_title a{color: #f8995b;}
.matematicas_taxonomy_avanzado_title , .matematicas_taxonomy_avanzado_title a{color: #f57e20;}
.humanidades_taxonomy_basico_title , .humanidades_taxonomy_basico_title a{color: #bd6b74;}
.humanidades_taxonomy_intermedio_title , .humanidades_taxonomy_intermedio_title a{color: #a33845;}
.humanidades_taxonomy_avanzado_title , .humanidades_taxonomy_avanzado_title a{color: #8f0310;}
.ingenieria_taxonomy_basico_title , .ingenieria_taxonomy_basico_title a{color:#b6bdc3;}
.ingenieria_taxonomy_intermedio_title , .ingenieria_taxonomy_intermedio_title a{color: #6e7a86;}
.ingenieria_taxonomy_avanzado_title , .ingenieria_taxonomy_avanzado_title a{color: #485968;}

/****   Titles page conogasi *********/
 .ciencias_medicas_taxonomy_basico_title_content h1,  .ciencias_medicas_taxonomy_basico_title_content h2,  .ciencias_medicas_taxonomy_basico_title_content h3,  .ciencias_medicas_taxonomy_basico_title_content h4,  .ciencias_medicas_taxonomy_basico_title_content h5,  .ciencias_medicas_taxonomy_basico_title_content h6  {color:rgb(154,215,245) !important;}
 .ciencias_medicas_taxonomy_intermedio_title_content h1,  .ciencias_medicas_taxonomy_intermedio_title_content h2,  .ciencias_medicas_taxonomy_intermedio_title_content h3,  .ciencias_medicas_taxonomy_intermedio_title_content h4,  .ciencias_medicas_taxonomy_intermedio_title_content h5,  .ciencias_medicas_taxonomy_intermedio_title_content h6  {color: rgb(107,194,239) !important;}
 .ciencias_medicas_taxonomy_avanzado_title_content h1,  .ciencias_medicas_taxonomy_avanzado_title_content h2,  .ciencias_medicas_taxonomy_avanzado_title_content h3,  .ciencias_medicas_taxonomy_avanzado_title_content h4,  .ciencias_medicas_taxonomy_avanzado_title_content h5,  .ciencias_medicas_taxonomy_avanzado_title_content h6  {color: rgb(44,154,220) !important;}
 .ciencias_naturales_taxonomy_basico_title_content h1,  .ciencias_naturales_taxonomy_basico_title_content h2,  .ciencias_naturales_taxonomy_basico_title_content h3,  .ciencias_naturales_taxonomy_basico_title_content h4,  .ciencias_naturales_taxonomy_basico_title_content h5,  .ciencias_naturales_taxonomy_basico_title_content h6  {color:#72be91 !important;}
 .ciencias_naturales_taxonomy_intermedio_title_content h1,  .ciencias_naturales_taxonomy_intermedio_title_content h2,  .ciencias_naturales_taxonomy_intermedio_title_content h3,  .ciencias_naturales_taxonomy_intermedio_title_content h4,  .ciencias_naturales_taxonomy_intermedio_title_content h5,  .ciencias_naturales_taxonomy_intermedio_title_content h6  {color: #43a96d !important;}
 .ciencias_naturales_taxonomy_avanzado_title_content h1,  .ciencias_naturales_taxonomy_avanzado_title_content h2,  .ciencias_naturales_taxonomy_avanzado_title_content h3,  .ciencias_naturales_taxonomy_avanzado_title_content h4,  .ciencias_naturales_taxonomy_avanzado_title_content h5,  .ciencias_naturales_taxonomy_avanzado_title_content h6  {color:#009345 !important;}
 .ciencias_sociales_taxonomy_basico_title_content h1,  .ciencias_sociales_taxonomy_basico_title_content h2,  .ciencias_sociales_taxonomy_basico_title_content h3,  .ciencias_sociales_taxonomy_basico_title_content h4,  .ciencias_sociales_taxonomy_basico_title_content h5,  .ciencias_sociales_taxonomy_basico_title_content h6  {color:#c093b2 !important;}
 .ciencias_sociales_taxonomy_intermedio_title_content h1,  .ciencias_sociales_taxonomy_intermedio_title_content h2,  .ciencias_sociales_taxonomy_intermedio_title_content h3,  .ciencias_sociales_taxonomy_intermedio_title_content h4,  .ciencias_sociales_taxonomy_intermedio_title_content h5,  .ciencias_sociales_taxonomy_intermedio_title_content h6  {color: #a96b95 !important;}
 .ciencias_sociales_taxonomy_avanzado_title_content h1,  .ciencias_sociales_taxonomy_avanzado_title_content h2,  .ciencias_sociales_taxonomy_avanzado_title_content h3,  .ciencias_sociales_taxonomy_avanzado_title_content h4,  .ciencias_sociales_taxonomy_avanzado_title_content h5,  .ciencias_sociales_taxonomy_avanzado_title_content h6  {color:#832465 !important;}
 .matematicas_taxonomy_basico_title_content h1,  .matematicas_taxonomy_basico_title_content h2,  .matematicas_taxonomy_basico_title_content h3,  .matematicas_taxonomy_basico_title_content h4,  .matematicas_taxonomy_basico_title_content h5,  .matematicas_taxonomy_basico_title_content h6  {color:#fbceae !important;}
 .matematicas_taxonomy_intermedio_title_content h1,  .matematicas_taxonomy_intermedio_title_content h2,  .matematicas_taxonomy_intermedio_title_content h3,  .matematicas_taxonomy_intermedio_title_content h4,  .matematicas_taxonomy_intermedio_title_content h5,  .matematicas_taxonomy_intermedio_title_content h6  {color: #f8995b !important;}
 .matematicas_taxonomy_avanzado_title_content h1,  .matematicas_taxonomy_avanzado_title_content h2,  .matematicas_taxonomy_avanzado_title_content h3,  .matematicas_taxonomy_avanzado_title_content h4,  .matematicas_taxonomy_avanzado_title_content h5,  .matematicas_taxonomy_avanzado_title_content h6  {color: #f57e20 !important;}
 .humanidades_taxonomy_basico_title_content h1,  .humanidades_taxonomy_basico_title_content h2,  .humanidades_taxonomy_basico_title_content h3,  .humanidades_taxonomy_basico_title_content h4,  .humanidades_taxonomy_basico_title_content h5,  .humanidades_taxonomy_basico_title_content h6  {color: #bd6b74 !important;}
 .humanidades_taxonomy_intermedio_title_content h1,  .humanidades_taxonomy_intermedio_title_content h2,  .humanidades_taxonomy_intermedio_title_content h3,  .humanidades_taxonomy_intermedio_title_content h4,  .humanidades_taxonomy_intermedio_title_content h5,  .humanidades_taxonomy_intermedio_title_content h6  {color: #a33845 !important;}
 .humanidades_taxonomy_avanzado_title_content h1,  .humanidades_taxonomy_avanzado_title_content h2,  .humanidades_taxonomy_avanzado_title_content h3,  .humanidades_taxonomy_avanzado_title_content h4,  .humanidades_taxonomy_avanzado_title_content h5,  .humanidades_taxonomy_avanzado_title_content h6  {color: #8f0310 !important;}
 .ingenieria_taxonomy_basico_title_content h1,  .ingenieria_taxonomy_basico_title_content h2,  .ingenieria_taxonomy_basico_title_content h3,  .ingenieria_taxonomy_basico_title_content h4,  .ingenieria_taxonomy_basico_title_content h5,  .ingenieria_taxonomy_basico_title_content h6  {color:#b6bdc3 !important;}
 .ingenieria_taxonomy_intermedio_title_content h1,  .ingenieria_taxonomy_intermedio_title_content h2,  .ingenieria_taxonomy_intermedio_title_content h3,  .ingenieria_taxonomy_intermedio_title_content h4,  .ingenieria_taxonomy_intermedio_title_content h5,  .ingenieria_taxonomy_intermedio_title_content h6  {color: #6e7a86 !important;}
 .ingenieria_taxonomy_avanzado_title_content h1,  .ingenieria_taxonomy_avanzado_title_content h2,  .ingenieria_taxonomy_avanzado_title_content h3,  .ingenieria_taxonomy_avanzado_title_content h4,  .ingenieria_taxonomy_avanzado_title_content h5,  .ingenieria_taxonomy_avanzado_title_content h6  {color: #485968 !important;}


.ciencias_medicas_taxonomy_basico{background-color: rgb(154,215,245);color: white;border: 1px solid rgb(154,215,245);}
.ciencias_medicas_taxonomy_intermedio{background-color: rgb(107,194,239);color: white;border: 1px solid rgb(107,194,239);}
.ciencias_medicas_taxonomy_avanzado{background-color: rgb(44,154,220);color: white;border: 1px solid rgb(44,154,220);}
.ciencias_naturales_taxonomy_basico{background-color: #72be91;color: white;border: 1px solid #72be91;}
.ciencias_naturales_taxonomy_intermedio{background-color: #43a96d;color: white;border: 1px solid #43a96d;}
.ciencias_naturales_taxonomy_avanzado{background-color: #009345;color: white;border: 1px solid #009345;}
.ciencias_sociales_taxonomy_basico{background-color: #c093b2;color: white;border: 1px solid #c093b2;}
.ciencias_sociales_taxonomy_intermedio{background-color: #a96b95;color: white;border: 1px solid #a96b95;}
.ciencias_sociales_taxonomy_avanzado{background-color: #832465;color: white;border: 1px solid #832465;}
.matematicas_taxonomy_basico{background-color: #fbceae;color: white;border: 1px solid #fbceae;}
.matematicas_taxonomy_intermedio{background-color: #f8995b;color: white;border: 1px solid #f8995b;}
.matematicas_taxonomy_avanzado{background-color: #f57e20;color: white;border: 1px solid #f57e20;}
.humanidades_taxonomy_basico{background-color: #bd6b74;color: white;border: 1px solid #bd6b74;}
.humanidades_taxonomy_intermedio{background-color: #a33845;color: white;border: 1px solid #a33845;}
.humanidades_taxonomy_avanzado{background-color: #8f0310;color: white;border: 1px solid #8f0310;}
.ingenieria_taxonomy_basico{background-color: #b6bdc3;color: black;border: 1px solid #b6bdc3;}
.ingenieria_taxonomy_intermedio{background-color: #6e7a86;color: black;border: 1px solid #6e7a86;}
.ingenieria_taxonomy_avanzado{background-color: #485968;color: black;border: 1px solid #485968;}

/********** NOMBRES DE AUTOR DE COMENTARIO ***************/
.ciencias_medicas_taxonomy__comments .wc-comment-author , .ciencias_medicas_taxonomy_basico_comments  .wc-comment-author {color:rgb(154,215,245)!important;text-transform: uppercase;}
.ciencias_medicas_taxonomy__comments .wc-comment-author , .ciencias_medicas_taxonomy_intermedio_comments  .wc-comment-author {color: rgb(107,194,239)!important;text-transform: uppercase;}
.ciencias_medicas_taxonomy__comments .wc-comment-author , .ciencias_medicas_taxonomy_avanzado_comments  .wc-comment-author {color:rgb(44,154,220)!important;text-transform: uppercase;}
.ciencias_naturales_taxonomy__comments .wc-comment-author , .ciencias_naturales_taxonomy_basico_comments  .wc-comment-author {color: #72be91!important;text-transform: uppercase;}
.ciencias_naturales_taxonomy__comments .wc-comment-author , .ciencias_naturales_taxonomy_intermedio_comments  .wc-comment-author {color: #43a96d!important;text-transform: uppercase;}
.ciencias_naturales_taxonomy__comments .wc-comment-author , .ciencias_naturales_taxonomy_avanzado_comments  .wc-comment-author {color: #009345!important;text-transform: uppercase;}
.ciencias_sociales_taxonomy__comments .wc-comment-author , .ciencias_sociales_taxonomy_basico_comments  .wc-comment-author {color: #c093b2!important;text-transform: uppercase;}
.ciencias_sociales_taxonomy__comments .wc-comment-author , .ciencias_sociales_taxonomy_intermedio_comments  .wc-comment-author {color: #a96b95!important;text-transform: uppercase;}
.ciencias_sociales_taxonomy__comments .wc-comment-author , .ciencias_sociales_taxonomy_avanzado_comments  .wc-comment-author {color: #832465!important;text-transform: uppercase;}
.matematicas_taxonomy__comments .wc-comment-author , .matematicas_taxonomy_basico_comments  .wc-comment-author {color: #fbceae!important;text-transform: uppercase;}
.matematicas_taxonomy__comments .wc-comment-author , .matematicas_taxonomy_intermedio_comments  .wc-comment-author {color: #f8995b!important;text-transform: uppercase;}
.matematicas_taxonomy__comments .wc-comment-author , .matematicas_taxonomy_avanzado_comments  .wc-comment-author {color: #f57e20!important;text-transform: uppercase;}
.humanidades_taxonomy__comments .wc-comment-author , .humanidades_taxonomy_basico_comments  .wc-comment-author {color: #bd6b74!important;text-transform: uppercase;}
.humanidades_taxonomy__comments .wc-comment-author , .humanidades_taxonomy_intermedio_comments  .wc-comment-author {color: #a33845!important;text-transform: uppercase;}
.humanidades_taxonomy__comments .wc-comment-author , .humanidades_taxonomy_avanzado_comments  .wc-comment-author {color: #8f0310!important;text-transform: uppercase;}
.ingenieria_taxonomy__comments .wc-comment-author , .ingenieria_taxonomy_basico_comments  .wc-comment-author {color: #b6bdc3!important;text-transform: uppercase;}
.ingenieria_taxonomy__comments .wc-comment-author , .ingenieria_taxonomy_intermedio_comments  .wc-comment-author {color: #6e7a86!important;text-transform: uppercase;}
.ingenieria_taxonomy__comments .wc-comment-author , .ingenieria_taxonomy_avanzado_comments  .wc-comment-author {color: #485968!important;text-transform: uppercase;}
/*.wc_comm_submit{border-radius: 2px !important;color:black!important;font-weight: 200!important;padding: 0.84375em 0.875em 0.78125em!important;text-transform: Capitalize!important;font-size: 14px!important;border: none;}*/
.wc_comm_submit{background: #CCCCCC!important;border: 1px solid #CCCCCC!important;color: #ffffff!important;font-size: 11px;cursor: pointer;text-transform: uppercase;
	height: 24px;
	padding: 2px 7px 2px 5px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;}
.coments_block #wpcomm .wc-vote-link{border: none !important;}
/*************** LIKES COLORS  ***************/
.ciencias_medicas_taxonomy_basico_comments  .fa {color: rgb(154,215,245)!important;}
.ciencias_medicas_taxonomy_intermedio_comments  .fa {color: rgb(107,194,239)!important;}
.ciencias_medicas_taxonomy_avanzado_comments  .fa {color: rgb(44,154,220)!important;}
.ciencias_naturales_taxonomy_basico_comments  .fa {color: #72be91!important;}
.ciencias_naturales_taxonomy_intermedio_comments  .fa {color: #43a96d!important;}
.ciencias_naturales_taxonomy_avanzado_comments  .fa {color: #009345!important;}
.ciencias_sociales_taxonomy_basico_comments  .fa {color: #c093b2!important;}
.ciencias_sociales_taxonomy_intermedio_comments  .fa {color: #a96b95!important;}
.ciencias_sociales_taxonomy_avanzado_comments  .fa {color: #832465!important;}
.matematicas_taxonomy_basico_comments  .fa {color: #fbceae!important;}
.matematicas_taxonomy_intermedio_comments  .fa {color: #f8995b!important;}
.matematicas_taxonomy_avanzado_comments  .fa {color: #f57e20!important;}
.humanidades_taxonomy_basico_comments  .fa {color: #bd6b74!important;}
.humanidades_taxonomy_intermedio_comments  .fa {color: #a33845!important;}
.humanidades_taxonomy_avanzado_comments  .fa {color: #8f0310!important;}
.ingenieria_taxonomy_basico_comments  .fa {color: #b6bdc3!important;}
.ingenieria_taxonomy_intermedio_comments  .fa {color: #6e7a86!important;}
.ingenieria_taxonomy_avanzado_comments  .fa {color: #485968!important;}
/*************** REPLY input button
.ciencias_medicas_taxonomy_basico_comments   .wc_comm_submit {background: rgb(154,215,245)!important;}
.ciencias_medicas_taxonomy_intermedio_comments   .wc_comm_submit {background: rgb(107,194,239)!important;}
.ciencias_medicas_taxonomy_avanzado_comments   .wc_comm_submit {background: rgb(44,154,220)!important;}
.ciencias_naturales_taxonomy_basico_comments   .wc_comm_submit {background: #72be91!important;}
.ciencias_naturales_taxonomy_intermedio_comments   .wc_comm_submit {background: #43a96d!important;}
.ciencias_naturales_taxonomy_avanzado_comments   .wc_comm_submit {background: #009345!important;}
.ciencias_sociales_taxonomy_basico_comments   .wc_comm_submit {background: #c093b2!important;}
.ciencias_sociales_taxonomy_intermedio_comments   .wc_comm_submit {background: #a96b95!important;}
.ciencias_sociales_taxonomy_avanzado_comments   .wc_comm_submit {background: #832465!important;}
.matematicas_taxonomy_basico_comments   .wc_comm_submit {background: #fbceae!important;}
.matematicas_taxonomy_intermedio_comments   .wc_comm_submit {background: #f8995b!important;}
.matematicas_taxonomy_avanzado_comments   .wc_comm_submit {background: #f57e20!important;}
.humanidades_taxonomy_basico_comments   .wc_comm_submit {background: #bd6b74!important;}
.humanidades_taxonomy_intermedio_comments   .wc_comm_submit {background: #a33845!important;}
.humanidades_taxonomy_avanzado_comments   .wc_comm_submit {background: #8f0310!important;}
.ingenieria_taxonomy_basico_comments   .wc_comm_submit {background: #b6bdc3!important;}
.ingenieria_taxonomy_intermedio_comments   .wc_comm_submit {background: #6e7a86!important;}
.ingenieria_taxonomy_avanzado_comments   .wc_comm_submit {background: #485968!important;}
***************/


/**** GRAFICAS NIVEL DE CONOCIMENTO BUSCADOR  ****/
.ciencias_medicas_taxonomy_basico #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.ciencias_medicas_taxonomy_intermedio #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.ciencias_medicas_taxonomy_avanzado #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.ciencias_naturales_taxonomy_basico #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.ciencias_naturales_taxonomy_intermedio #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.ciencias_naturales_taxonomy_avanzado #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.ciencias_sociales_taxonomy_basico #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.ciencias_sociales_taxonomy_intermedio #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.ciencias_sociales_taxonomy_avanzado #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.matematicas_taxonomy_basico #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.matematicas_taxonomy_intermedio #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.matematicas_taxonomy_avanzado #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.humanidades_taxonomy_basico #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.humanidades_taxonomy_intermedio #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.humanidades_taxonomy_avanzado #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.ingenieria_taxonomy_basico #nivel_entendimiento_grafica .apagado{ background-color : white!important;border:1px solid  white!important;}
.ingenieria_taxonomy_intermedio #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.ingenieria_taxonomy_avanzado #nivel_entendimiento_grafica .apagado{background-color : white!important;border:1px solid  white!important;}
.ciencias_medicas_taxonomy_basico #nivel_entendimiento_grafica .encendido{background-color : #1b75bb!important;border:1px solid  #1b75bb!important;}
.ciencias_medicas_taxonomy_intermedio #nivel_entendimiento_grafica .encendido{background-color : #1b75bb!important;border:1px solid  #1b75bb!important;}
.ciencias_medicas_taxonomy_avanzado #nivel_entendimiento_grafica .encendido{background-color : #1b75bb!important;border:1px solid  #1b75bb!important;}
.ciencias_naturales_taxonomy_basico #nivel_entendimiento_grafica .encendido{background-color : #8bc53f!important;border:1px solid  #8bc53f!important;}
.ciencias_naturales_taxonomy_intermedio #nivel_entendimiento_grafica .encendido{background-color : #8bc53f!important;border:1px solid  #8bc53f!important;}
.ciencias_naturales_taxonomy_avanzado #nivel_entendimiento_grafica .encendido{background-color : #8bc53f!important;border:1px solid  #8bc53f!important;}
.ciencias_sociales_taxonomy_basico #nivel_entendimiento_grafica .encendido{background-color : #9f6485!important;border:1px solid  #9f6485!important;}
.ciencias_sociales_taxonomy_intermedio #nivel_entendimiento_grafica .encendido{background-color : #9f6485!important;border:1px solid  #9f6485!important;}
.ciencias_sociales_taxonomy_avanzado #nivel_entendimiento_grafica .encendido{background-color : #9f6485!important;border:1px solid  #9f6485!important;}
.matematicas_taxonomy_basico #nivel_entendimiento_grafica .encendido{background-color : #f9ac1b!important;border:1px solid  #f9ac1b!important;}
.matematicas_taxonomy_intermedio #nivel_entendimiento_grafica .encendido{background-color : #f9ac1b!important;border:1px solid  #f9ac1b!important;}
.matematicas_taxonomy_avanzado #nivel_entendimiento_grafica .encendido{background-color : #f9ac1b!important;border:1px solid  #f9ac1b!important;}
.humanidades_taxonomy_basico #nivel_entendimiento_grafica .encendido{background-color : #cc3428!important;border:1px solid  #cc3428!important;}
.humanidades_taxonomy_intermedio #nivel_entendimiento_grafica .encendido{background-color : #cc3428!important;border:1px solid  #cc3428!important;}
.humanidades_taxonomy_avanzado #nivel_entendimiento_grafica .encendido{background-color : #cc3428!important;border:1px solid  #cc3428!important;}
.ingenieria_taxonomy_basico #nivel_entendimiento_grafica .encendido{ background-color : #58778b!important;border:1px solid  #58778b!important;}
.ingenieria_taxonomy_intermedio #nivel_entendimiento_grafica .encendido{background-color : #58778b!important;border:1px solid  #58778b!important;}
.ingenieria_taxonomy_avanzado #nivel_entendimiento_grafica .encendido{background-color : #58778b!important;border:1px solid  #58778b!important;}
/*************** Banners Conogasi ***************/

.ciencias_medicas_taxonomy_banner{background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_4-100.jpg');}
.ciencias_naturales_taxonomy_banner{background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_2-100.jpg');}
.ciencias_sociales_taxonomy_banner{background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_6-100.jpg');}
.matematicas_taxonomy_banner{background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_5-100.jpg');}
.humanidades_taxonomy_banner{background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_7-100.jpg');}
.ingenieria_taxonomy_banner{background-image: url('/wp-content/themes/conogasi/images/banners/Artboard_3-100.jpg');}

/*****  Title Index Exportados de Illustrator *******/
.title_index{font-family :'Roboto-Regular';font-weight : bold;font-size : 40px;color : #1B75BB;color : rgb(27, 117, 187);}
.nivel_avanzado_tag{font-family : 'Roboto-Regular';font-weight : bold;font-size : 25px;color : #8BC53F;color : rgb(139, 197, 63);}
.nivel_basico_tag{font-family : 'Roboto-Regular';font-weight : bold;font-size : 25px;color : #8BC53F;color : rgb(139, 197, 63);}
.nivel_intermedio_tag{font-family : 'Roboto-Regular';font-weight : bold;font-size : 25px;color : #8BC53F;color : rgb(139, 197, 63);}
.nivel_box .apagado{background-color: rgb(230,230,230) !important;border:rgb(230,230,230) !important; }
.nivel_box .encendido{background-color: #8BC53F !important;border:#8BC53F !important; }
#donativos{background: #8bc53f;color: white!important;}
#donativos table * {border:none;}
#recursos_adicionales a{color: white;}
#recursos_adicionales{background-color: #1b75bb;color: white!important;}

#page .site-header{margin-bottom: 0px;}
.site-header{width: 100%;}
#back_page{min-height: 40px;padding-left: 4.5455%;padding-right: 4.5455%;align-items: center;display: flex;}
.label_after_title{font-family : 'Roboto-Light';font-size : 12px;color : #4D4D4D;color : rgb(77, 77, 77);}
.not_bottom{margin-bottom: 0px !important;}
.not_top{margin-top: 0px !important;}

/********** SHARE SOCIAL NETWORK  *********/
/* Wrapper */
.slidebar_block a {float: none;}
.icon-button {background-color: #C7c7c7;border-radius: 2.5rem;cursor: pointer;display: inline-block;height: 2.5rem;line-height: 2.5rem;margin: 0 5px;
position: relative;text-align: center;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 2.5rem;}
.icon-button span {border-radius: 0;display: block;height: 0;left: 50%;margin: 0;position: absolute;top: 50%;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;width: 0;}
.icon-button:hover span {width: 2.5rem;height: 2.5rem;border-radius:2.5rem;margin: -1.25rem;}
.linkedin span {background-color: #4393BB;}
.pinterest span {background-color: #C92228;}
.twitter span {background-color: #4099ff;}
.facebook span {background-color: #3B5998;}
.whatsapp span {background-color: #25d366;}
.google-plus span {background-color: #db5a3c;}
.icon-button i {background: none;color: white;height:2.5rem;font-size: 25px;left: 0;line-height: 2.5rem;position: absolute;top: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;width: 2.5rem;z-index: 10;}
.icon-button .icon-linkedin {color: #4393BB;}
.icon-button .icon-pinterest {color: #C92228;}
.icon-button .icon-twitter {color: #4099ff;}
.icon-button .icon-facebook {color: #3B5998;}
.icon-button .icon-google-plus {color: #db5a3c;}
.icon-button .icon-whatsapp{color: #25d366;}
.icon-button:hover .icon-linkedin, .icon-button:hover .icon-pinterest, .icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-google-plus {color: white;}

/********** Rate post *********/

#nav_list_stars{font-size: 25px;vertical-align: middle;float:left;width:75%;align-items: center;display: flex;justify-content: center;}
.avg_stars{display: block;width: 100%;}
.avg_stars i {font-size: 30px;float: left;}
.slidebar_block_page{border: 1px solid gray;padding: 10px 10px 10px 10px;}
#container_stars{width: 20%;float: right;height: auto;right: 0px;top: 0;}
#left_stars{line-height: 27px;height: 27px;width: 100%;font-size: 27px;color: #777777;margin-left: auto;margin-right: auto;position: relative;left: 0px;top: 0px;text-align: center;}
#right_stars{text-align: center;line-height: normal;width: 100%;margin-left: auto;margin-right: auto;position: relative;left: 0px;top: 0px;}
.estrella_y_numero{float: left;}
.progress_bar_panel{float: right;width: 80%;height: 100%;border:1px solid;}
.progress_panel{overflow:hidden;width: 100%;margin-bottom:5px;}
#user_score{font-size: 30px;text-align: center;}

/************ EQUIPO CONOGASI ***************/
.div_integrantes {margin-top: 10px;overflow: hidden;width: 100%;}
.foto_integrante{display: block;margin-left: auto;margin-right: auto !important;text-align: center;margin-bottom: 5px !important;}
.img_integrante{max-width: 100%;height: auto;vertical-align: top;border: 0;width: 100px;height: 100px;-webkit-border-radius: 50%;border-radius: 50%;}
.nombre_integrante{display:block;text-align: center;color:#494C43; font-size: 16px;}
.descripcion_integrante{color:#494C43; font-size: 13px;font-family: 'Roboto-Light';text-align: center;display: block;}
.pais_integrante{display: block;font-family:'Roboto-Regular';text-align: center;font-size: 10px;}
.integrante{min-height: 200px;max-height: 200px;min-width: 200px;max-width: 200px;display: inline-block;margin-right: 1%;margin-top: 0px;vertical-align: top;}




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

nav{width:100%;}
.estrella_y_numero {width: auto;}
.ABC_pagination nav {width: auto;}


}

/*********** Páginas *************/
#page-id-100911 input{}


/*********** Iniciar Sesion y Registro en formularios *************/

.login-msg .fa{font-size:20px;letter-spacing:15.6px;color : #FFFFFF;color : rgb(255, 255, 255);}
.login-msg{padding-top: 10px;padding-bottom: 10px;}
.login-msg i {margin-left: 10px;}
#wp-submit{color:white;border: none;white-space: nowrap;padding:10px 25px 10px 25px;}

#pippin_registration_form {width: 100%;padding-left: 7%;padding-right: 7%;}
#pippin_registration_form input[type=submit]{background-color: #8bc53f !important;}
#pippin_registration_form input[type=text]{color: black; margin-bottom: 10px;padding: 5px 10px 5px 10px;border: 1px solid gray;}
#loginform input[type=text]{color: black; margin-bottom: 10px;padding: 5px 10px 5px 10px;border: 1px solid gray;}

#loginform input[type=password]{color: black; margin-bottom: 10px;padding: 5px 10px 5px 10px;border: 1px solid gray;}
*::placeholder{color: #444 ;font-size: 12px;font-family:'Roboto-Light';padding-top: 2px;}
.change::-webkit-input-placeholder {-webkit-appearance: none;-moz-appearance: none;appearance: none;color: black;}
.change:-moz-placeholder {-webkit-appearance: none;-moz-appearance: none;appearance: none;color: black;}
.change::-moz-placeholder {-webkit-appearance: none;-moz-appearance: none;appearance: none;color: black;}
.change:-ms-input-placeholder {-webkit-appearance: none;-moz-appearance: none;appearance: none;color: black;}
.change::placeholder{-webkit-appearance: none;-moz-appearance: none;appearance: none;color:black;}
.register_form_input{margin-bottom: 10px;}
#pippin_errors{background-color:#ED9C07;border: 1px solid #ED9C07;margin-right: 7%;width: auto;margin-left: 7%;margin-bottom: 10px;margin-top: 10px;overflow: hidden;}
#pippin_errors i {font-size: 35px;text-align: center;width: 100%; vertical-align: middle;}
#study_degree{-webkit-appearance: none;-moz-appearance: none;appearance: none;border: .5px solid gray;border-radius: 0px;font-family: 'Roboto-Light';padding: 5px 80px 5px 10px;background-image: url('/wp-content/themes/conogasi/images/flecha_decendente_conogasi-01.png');background-position: right;background-repeat: no-repeat;background-size: 25px 19px;}
#terminos_condiciones{-webkit-appearance: none;-moz-appearance: none;appearance: none;height: 29px;width: 29px;content: '✓';background: white;border: 1px solid;}
#terminos_condiciones:checked:after {-webkit-appearance: none;-moz-appearance: none !important;appearance: none;content: '✓';font-size: 24px;color: black;height: 25px!important;text-align: justify;width: 100%;margin-bottom: 0%;line-height: normal;padding-left: 15%;transition: all .2s;}
#terminos_condiciones:checked + label::after, input.custom-checkbox + label::after {background: red;}
/********** NIVEL ENTENDIMIENTO RADIO BUTTONS  ********/
.funkyradio {clear: both;margin: 0;overflow: auto;}
.funkyradio label {width: 100%;border-radius: 3px;border: 1px solid #D1D3D4;}
.funkyradio input[type="radio"]:empty {margin-left: -999px;}
.funkyradio input[type="radio"]:empty ~ label {position: relative;float: left;line-height: 2.5em;text-indent: 3.25em;margin-top: 5px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.funkyradio input[type="radio"]:empty ~ label:before {position: absolute;display: block;top: 0;bottom: 0;left: 0;content:'';width: 2.5em;background: #D1D3D4;border-radius: 3px 0 0 3px;}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before {content:'\2714';text-indent: .9em;color: #1B75BB;}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label {color: #1B75BB;}
.funkyradio input[type="radio"]:checked ~ label:before {content:'\2714';text-indent: .9em;color: white;background-color: #1b75bb;border: 1px solid #1b75bb;}
.funkyradio input[type="radio"]:checked ~ label {color: #1b75bb;border: 1px solid #1b75bb;}


@media screen and (min-width:1300px){
 .site-header{background-size: 100% ;}
}


.horizontal{display: block;overflow-x: auto;}
.horizontal_in{overflow-x: auto;clear: both;width: 2500px;}
.tag{width: auto;display: flex;float: left;margin: 5px;font-family:'Roboto-light'}
.tagcount {margin-left: 2px;position: relative;padding-left: 3px;padding-right: 3px;}
.no_link_style{text-decoration: none;color: black;}
.directo{border-left:1px solid white;}

.ingenieria_taxonomy_tag_hijo_directo{border: 1px solid #485968;background: #485968;color:white;}
.ingenieria_taxonomy_tag{border: 1px solid #8f0310;}
.tagcount_ingenieria_taxonomy {background-color:#485968;color:white;}

.ciencias_medicas_taxonomy_tag_hijo_directo{border: 1px solid rgb(44,154,220);background: rgb(44,154,220);color: white;}
.ciencias_medicas_taxonomy_tag{border: 1px solid rgb(107,194,239);}
.tagcount_ciencias_medicas_taxonomy {background-color:rgb(44,154,220);color:white;}

.ciencias_naturales_taxonomy_tag_hijo_directo{border: 1px solid #009345;background: #009345;color: white;}
.ciencias_naturales_taxonomy_tag{border: 1px solid #43a96d;}
.tagcount_ciencias_naturales_taxonomy {background-color:#009345;color:white;}

.matematicas_taxonomy_tag_hijo_directo{border: 1px solid #f57e20;background: #f57e20;color: white;}
.matematicas_taxonomy_tag{border: 1px solid #f8995b;}
.tagcount_matematicas_taxonomy {background-color:#f57e20;color:white;}

.ciencias_sociales_taxonomy_tag_hijo_directo{border: 1px solid #832465;background: #832465;color: white;}
.ciencias_sociales_taxonomy_tag{border: 1px solid #a96b95;}
.tagcount_ciencias_sociales_taxonomy {background-color:#832465;color:white;}

.humanidades_taxonomy_tag_hijo_directo{border: 1px solid #8f0310;background: #8f0310;color: white;}
.humanidades_taxonomy_tag{border: 1px solid #a33845;}
.tagcount_humanidades_taxonomy {background-color:#8f0310;color:white;}


#s_diccionario{
		color: #8bc53f;
    height: 48px!important;
    font-weight: 200;
    margin-left: 10px;
    padding-left: 10px;
    font-family: 'Roboto-Bold';
    font-size: 34px!important;
    line-height: 48px;
    background-color: rgb(239,239,239);
    margin-bottom: 15px;
    border: none;
    width: 85%;
}
.search_block{display: none;}
#form_diccionario input{height: 48px!important;}
.vbox-close{top: 46px!important;}
#primary-sidebar{
overflow-x: auto;
clear: both;
	}

div.dtree{width: max-content;}
a.ingenieria_taxonomy_dtree{color:#485968;}
a.ciencias_medicas_taxonomy_dtree{color:rgb(44,154,220);}
a.ciencias_naturales_taxonomy_dtree{color: #009345;}
a.matematicas_taxonomy_dtree{color:#f8995b;}
a.ciencias_sociales_taxonomy_dtree{color: #a96b95;}
a.humanidades_taxonomy_dtree{color: #8f0310;}

#scat12,#scat13,#scat14,#scat15,#scat16,#scat17{font-weight: bold;}


/***** APA CITES *****/
.block_reference{width: 49%;display: inline-block;border: 1px solid;padding: 15px;}
/**.block_reference:hover{background-color : rgba(139, 197, 63,.9);}**/
.block_reference .fa{font-size: 90px;}
.return-icon{font-size: 16px!important;color: white;}
.return_page{position: fixed;right: 0;}
.cite_type{text-align: center;margin-bottom: auto;}
.box_holder {position: relative;width: 100%;height: 335px;}
.box_holder .front{padding-top: 50px;}
.box_holder .front, .box_holder .back {position: absolute;top: 0px;left: 0px;height: 100%;width: 100%;text-align: center;color: #3b3b3b;transition: 1s;backface-visibility: hidden;}
.box_holder .back {transform: rotateY(180deg);}
.show_info .back {transform: rotateY(0deg);}
.show_info .front {transform: rotateY(-180deg);}
.img_reference{height: 90px;text-align: center;}
.cite_description {font-size: 19px;line-height: 19px;font-weight: 900;margin-top: 15px;margin-bottom: 15px;}
.cite_description button{margin-top: 30px;width: 90%;}
.back_input{width: 100%;margin-bottom: 5px;}
.copy_text_reference{display: inline-block;width: 100%;margin-top: 5px;}
.textarea_reference{min-width: 100%;max-width: 100%;height: 100px;}
.error_apa {position: relative;animation: shake_input .1s linear;animation-iteration-count: 6;}
@keyframes shake_input {0% { left: -5px; }100% { right: -5px; }}
.bootstrap-datetimepicker{}
.bt1{}

.seguir_scroll{
		/*position: fixed;
		width: inherit;
		  margin-right: 10px;
			overflow-y:scroll;
			height: 1200px;
			*/
overflow-y: scroll;
}
