/*
Theme Name: FundacionMetromatematicas
Theme URI: http://fundacionmetromatematicas.org/
Author: CMM
Author URI: http://cmm.com.mx/
Description: Tema basado en la tabla de contenido del tema Twentyfourteen
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blanco, sencillo, funcional,responsivo
Text Domain: fundacionmetromatematicas

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 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'Helvetica Neue LT Std Clarita';
  src: url('fonts/HelveticaNeueLTStd-Lt.eot'); /* IE 5-8 */ 
  src: local('☺'),             /* truco para IE */
        url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), /* Opera, Safari */
        url('fonts/HelveticaNeueLTStd-Lt.svg#font') format('svg'); /* iOS */
}

@font-face {
  font-family: 'Impact';
  src: url('fonts/Impact.eot'); /* IE 5-8 */ 
  src: local('☺'),             /* truco para IE */
        url('fonts/Impact.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('fonts/Impact.ttf') format('truetype'), /* Opera, Safari */
        url('fonts/Impact.svg#font') format('svg'); /* iOS */
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot'); /* IE 5-8 */ 
  src: local('☺'),             /* truco para IE */
        url('fonts/fontawesome-webfont.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('fonts/fontawesome-webfont.ttf') format('truetype'), /* Opera, Safari */
        url('fonts/fontawesome-webfont.svg#font') format('svg'); /* iOS */
}




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

.custom-background{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body,
button,
input,
select,
textarea {
	font-family: 'Helvetica Neue LT Std Clarita';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #FFF;
}

a {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	margin-bottom: 24px;
}

abbr[title] {
	cursor: help;
}

b,
strong {
	font-weight: 700;
}



mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}


code,
kbd,
tt,
var,
samp,
pre {
	font-family: 'Helvetica Neue LT Std Clarita';
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	color: #AAAAAA;
	font-size: .85em;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
	font-style: italic;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

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

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;

}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}



img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}



table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

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

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

td {
	border-width: 0 1px 1px 0;
}



hr {
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #FB6324;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #FB6324;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */


textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(255, 255, 255, 0.4);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #FB6324;
	border: 0;
	border-radius: 2px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: middle;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	/*background-color: #fb6324;*/
	color: #FFF;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*background-color: #55d737;*/
}


input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px rgb(0,0,0) inset; /* Change the color to your own background color */
    -webkit-text-fill-color: rgb(255,255,255);
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*sombra*/,0 0 0 50px white inset;
    -webkit-text-fill-color: rgb(255,255,255);
} 


.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}


.shape-search {
	width: 30px;
	height: 30px;
	fill: #00FF1F;
	vertical-align: bottom;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(0,26,121,.5);
}

:-moz-placeholder {
	color: rgba(0,26,121,.5);
}

::-moz-placeholder {
	color: rgba(0,26,121,.5);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(0,26,121,.5);
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;	
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	/*width: 80%;*/
	/*height: 731px;*/
	display: block;
	margin: 0 auto;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {

	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

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

.wp-caption {
	color: #FFF;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}


.entry-title{
	width: 100%;
	text-align: center;
	font-family: "Impact";
	font-size: 3.8em;
	font-weight: bolder;
	color: #001A79;
	text-transform: uppercase;
}
/* Separators */


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	width:100%;
	position: relative;
}

.main-content {
	width: 100%;
	margin-top: 5em;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
	background: #000;
}


.site-header {
	background-color: rgba(255,255,255,.8);
	position: relative;
	width: 100%;
	z-index: 4;
	top: 0;
	text-align: center;
	margin: 0 auto;
}

#contenedor_logo{
	margin-top: 1em;
}

#logo_laboratorio_mm_es{

}
/* Search in the header */
#logo_header_img{
	width: 91%;
	height: auto;
}



/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

/* Primary Navigation */
.site-navigation {
	margin-top: 1em;
	padding-right: 2em;
	position: absolute;
	width: 100%;

}

.site-navigation ul {
	width: 100%;
	list-style: none;
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-inline-flex;   	
	display: inline-flex;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content: center;
    position: relative;
}

.site-navigation ul >li {
	display: block;
	width: 200px;
	text-align: center;   	
}

.site-navigation ul li:hover ul{
    display: block;
}


.sub-menu,.site-navigation ul ul{
	display: none;
}


.site-navigation ul >li:hover >a{
	border-style: solid;
	border-bottom-color: #FB6324;
	border-bottom-width: 0.12em;	
}

.sub-menu{
	box-shadow: 5px 5px 2px rgba(0,0,0,.6);
}

.sub-menu li a:hover{
   color: #FFFFFF;
   background: rgba(251,99,36,.9);

}


.sub-menu li a{
	color: #001A79;
	background:rgba(255,255,255,.8); 
	line-height: 2.5em;
	padding-top: .5em;
	padding-bottom: .5em;
	width: 200px;
}



.site-navigation .sub-menu >li a{
	border-style: none;
}



.site-navigation a {
	font-family: 'Helvetica Neue LT Std Clarita';
	font-weight: bold;
	color: #001A79;
	display: block;
	text-align: center;
}



.current_page_item a{
	color: #FB6324;
}


.sub-menu li{
	margin-right: 0;
}


.touch-button{
	position: relative;
	top: 0;
	font-family: Arial;
	width: 10%;
	color: #001A79;
	cursor: pointer;
	display: inline-block;
}



/* Secondary Navigation */




/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	/*padding-top: 48px;*/
}

.hentry {
	margin: 0 auto 48px;
	/*max-width: 672px;*/
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	width: 100%;
	text-align: justify;
}

.page-content {
	margin-bottom: 48px;
}


#seccion_banners_eventos{
	margin-bottom: 3em;
	position: relative;
}

#titulo_eventos:before{
    font-family: "FontAwesome";
    content: "\f133";
    padding-right: 1em;
}
#titulo_eventos,#titulo_inicio_talento{
	width: 90%;
	display: block;
	text-align: center;
	font-size: 3.5em;
	color: #001A79;
	margin: .6em auto;
	border-bottom: dotted 1px #FB6324;
	line-height: 1.5em;
}
#titulo_inicio_talento:before{
    font-family: "FontAwesome";
	content:"\f007";
    padding-right: 1em;	
}

#seccion_banners_eventos .flex-control-nav{
	top: 1em;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	position: relative;
}

#seccion_banners_eventos .flex-control-paging li a{
	width: 1.3em;
	height: 1.3em;
	display: block;
	background: rgba(0,26,121,.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,26,121,.5);
}

#seccion_banners_eventos .flex-control-paging li a.flex-active{
	background-color: #001A79;
	width: 1.7em;
	height: 1.7em;
}

#seccion_slider_fotos{
   margin-bottom: 4em;
}



#info_foto{
	width: 100%;
	position: absolute;
	top: 66.2%;
	z-index: 10;
}



#info_talento{
	width: 42%;
	position: absolute;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	z-index: 20;
	top: 0em;
	right: 0em;
	background: rgba(0,26,121,.72);
	color: #FFFFFF;
	padding: 3em;
	height: 23em;
	margin-right: 5%;
}


#contenido_nombre_talento{
	font-size: 4em;
	font-weight: bolder;
	text-shadow: -1px -1px 0 #001A79, 1px -1px 0 #001A79, -1px 1px 0 #001A79, 1px 1px 0 #001A79;
}

#contenido_ocupacion_talento{
	font-size: 1.5em;
	font-weight: bold;	
}

#contenido_palabras_talento{
	font-weight: lighter;
	font-style: italic;
	margin-top: 2em;
	font-size: 1.3em;	
	line-height: 1.3em;
}

#contenido_palabras_talento:before{
	content: '\f10d';
	font-family: "FontAwesome";
	font-size: 1.2em;
	margin-right: .5em;
}

#contenido_palabras_talento:after{
	content: '\f10e';
	font-family: "FontAwesome";
	font-size: 1.2em;
	line-height: 0;
	top: .25em;
	position: relative;
	margin-left: .5em;
}

#contenido_enlace_perfil_talento{
	display: block;
	position: absolute;
	bottom: 4.5em;
	color: #FB6324;
	font-size: 1.2em;
	font-weight: bolder;	
}

#contenido_enlace_perfil_talento:hover{
	-webkit-animation: anima_ver_perfil 1s infinite;
	-moz-animation:    anima_ver_perfil 1s infinite;
	-o-animation:      anima_ver_perfil 1s infinite;
	animation:         anima_ver_perfil 1s infinite;
}


@-webkit-keyframes anima_ver_perfil {
  0% ,100%  { padding-left: 0; }
  50% { padding-left: 1.2em; }
}
@-moz-keyframes anima_ver_perfil {
  0% ,100%  { padding-left: 0; }
  50% { padding-left: 1.2em; }
}
@-o-keyframes anima_ver_perfil {
  0% ,100%  { padding-left: 0; }
  50% { padding-left: 1.2em; }
}
@keyframes anima_ver_perfil {
  0% ,100%  { padding-left: 0; }
  50% { padding-left: 1.2em; }
}





#seccion_educacion_stem{
   margin-bottom: 3em;
}

#titulo_educacion_stem{
	font-family: "Impact";
	color: #001A79;
	font-size: 3.5em;
	font-weight: bolder;
	text-align: center;
}
#titulo_educacion_stem:before{
	font-family: "FontAwesome";
	content: "\f0c3 \f011  \f013 \2211";
	color: #FB6324;
	display: block;
}

#stem_texto_ayudanos{
	text-align: center;
	font-family: "Helvetica Neue LT Std Clarita";
	color: #001A79;
	font-size: 2.5em;
	padding-top: 1em;
	padding-bottom: .5em;
	width: 80%;
	margin: 0 auto;
}

#boton_dona_ahora_inicio{
	margin: 0 auto;
	border-radius: 10px;
	display: block;
	font-weight: bolder;
	font-size: 1.2em;
	border-radius: 10px;
	padding: 1.2em 4em;
	background: #FB6324;
	width: 10%;
	text-align: center;
	color: #FFF;
}

#boton_dona_ahora_inicio:hover{
   -ms-transform: scale(1.1,1.1);/* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
}


#videos_metromatematicas_youtube{
	margin-top: 4em;
	margin-bottom: 4em;
}

#enlace_youtube{
	margin-top: 2em;
	display: block;
	width: 100%;
	text-align: center;
	color: #166AAA;
}

#enlace_youtube:hover{
	color: #FB6324;
}

#enlace_youtube:before{
	content: "\f167";
	font-family: "FontAwesome";
	font-size: 5em;
}





/* -----------------------  Página Proyecto Educativo Metromatemáticas ----------------------------------- */

#titulo_seccion_proyecto_educativo{
	display: block;
	width: 100%;
	text-align: center;
	color: #166AAA;
}


.subtitulo_proyecto_educativo{
	color: #166AAA;
	font-style: italic;
	font-weight: bolder;
	font-size: 2em;
	text-decoration: underline;
}


/* -------------------------  Página Objeto Social ---------------------------------------------------*/

#titulo_objeto_social{
	width: 100%;
	text-align: center;
	font-family: "Impact";
	font-size: 3.8em;
	font-weight: bolder;
	color: #001A79;
	text-transform: uppercase;
}

#seccion_objeto_social{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	width: 63%;
	margin: 4em auto;	
}

#contenedor_imagen_portada h3{
	color: #FFF;
	text-align: center;
	padding: .4em 0em 1em 0em;
}

#contenedor_imagen_portada{
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-inline-flex;   	
	display: inline-flex;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-box-orient:vertical;
	width: auto;
	position: relative;
	background-color: #FB6324;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content: center;
	padding: 3em 1em;
}
#contenedor_imagen_portada img{
	width: 100%;
}

#contenedor_imagen_portada:after{
	font-family: "FontAwesome";
	content: "\f019";
	color: #FFF;
	font-size: 5em;
	text-align: center;
	width: 100%;
}

#texto_contenido_objeto_social{
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-inline-flex;  

	display: inline-flex;

	text-align: right;
	width: 53%;
	padding: 1em 2em;
	color:#001A79; 
	font-size: 2em;
}
#titulo_relacionados{
		border-bottom: solid 1px #FB6324;
		width: 100%;
}
#contenedor_relacionados{
	color: #001A79;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	-webkit-box-orient:vertical;
	flex-direction:column;
	-ms-flex-item-align:end;
	-webkit-align-self:flex-end;
	align-self: flex-end;
	-webkit-box-align:end;
	-moz-box-align:end;
	-ms-flex-align:end;
	-webkit-align-items:flex-end;
	align-items:flex-end;

	-webkit-box-pack:end;
	-ms-flex-line-pack:end;
	-webkit-align-content:flex-end;
	align-content:flex-end;
	width: 23%;
}

#contenedor_relacionados a{
	display: block;
	width: 100%;
	position: relative;
}
#contenedor_relacionados a:before{
	font-family: "FontAwesome";
	content:"\f016";
	margin-right: .5em;
}

#contenedor_relacionados a:hover{
	color:#FB6324;
}




/* -------------------------------  Página Nuestra Historia --------------------------------------*/

#seccion_diagrama_historia{
	margin-top: 2em;
}

.year_registro{
	font-family: "Impact";
	display: block;
	position: relative;
	margin: 0 auto;
	width: 11%;
	text-align: center;
	background: #FFF;
	z-index: 200;
	color: #FB6324;
	line-height: 2em;
	border: dotted .06em #FB6324;
	font-size: 3em;
	font-weight: bolder;
	-moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px / 50px;
	border-radius: 100px / 50px
}

#titulo_nuestra_historia{
	width: 100%;
	text-align: center;
	font-family: "Impact";
	font-size: 3.8em;
	font-weight: bolder;
	color: #001A79;
	text-transform: uppercase;
}

#linea_vertical{
	height: 90%;
	position: absolute;
	width: .1em;
	border-right: dotted 1px #FB6324;
	left: 50%;
	padding: 0;
}

.registro_historia{
	display: block;
	position: relative;
	width: 18%;
	border: dotted 1px #FB6321;
	margin-bottom: 3em;
	padding-top: 2em;
	padding-bottom: 1em;
}

.registro_non{
	left: 22%;
}

.registro_non:before{
	content: '';
	position: absolute;
	display: block;
	width: 56%;
	height: 0px;
	border-top: 1px dotted #FB6324;
	left: 100%;
}

.registro_non:after{
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FB6324;
	border: 3px solid #FB6324;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 27px;
	left: 154.5%;
}



.registro_par{
	left: 60.4%;
}

.registro_par:before{
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FB6324;
	border: 3px solid #FB6324;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 23px;
	left: -59%;
}

.registro_par:after{
	content: '';
	position: absolute;
	display: block;
	width: 56%;
	height: 0px;
	border-top: 1px dotted #FB6324;
	left: -56%;
	top: 27px;
}

.mes_registro{
	text-transform: uppercase;
	color: #FB6324;
	font-weight: bolder;
	font-size: 1.5em;	
}	

.registro_non .mes_registro{
	position: absolute;
	left: 113%;
	top: 0em;
}

.registro_par .mes_registro{
	position: absolute;
	left: -36%;
	top: -.2em;
}

.historia_galeria_imagenes img{
	margin: .5em auto;
	display: block;
	width: 89%;
}

.titulo_registro_historia{
	font-size: 1.2em;
	display: block;
	width: 75%;
	/* margin: 0 4em 0 4em; */
	line-height: 1.2em;
	position: relative;
	margin: 0 auto;
}

.titulo_y_descripcion_reg{
	background: #001A79;
	color: #FFF;
	display: block;
	margin: 1em .8em;
	padding: 1em 0;
}

.descripcion_registro_historia{
	padding: 1.1em 3em 1em 3em;
	font-size: .9em;
	text-align: justify;
}


/* ----------------------------------- Página Dona Ahora -------------------------------------------------*/

#seccion_dona_ahora{
	width: 70%;
	position: relative;
	margin: 0 auto;
	color: #001A79;
}


.contenedor_imagen_pagina img{
	width: 100%;
}

#contenedor_columnas_donaciones {
	position: relative;
	margin: 0 auto;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;

	-ms-flex-direction:row;
	-webkit-flex-direction:row;
	flex-direction: row;
	-webkit-box-orient:horizontal;
	padding-top: 2em;
	padding-bottom: 2em;

}

#datos_bancarios_columna{
	position: relative;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	width: 49%;

	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-box-orient:vertical;
}

#donacion_paypal_columna{
	position: relative;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;

	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-box-orient:vertical;
	width: 51%;
}

.subtitulo_donacion{
	font-size: 2em;
	font-weight: bolder;
	margin-bottom: .7em;
}

#donacion_paypal_columna h3{
	margin-top: .4em;
	margin-bottom: .5em;
}

#donacion_paypal_columna p{
	padding-bottom: 0.34em;
}

#donacion_paypal_columna input{
	height: 2.7em;
	line-height: 1em;
}

#donacion_paypal_columna select{
	color: #001A79;
	font-weight: bolder;
}

#donacion_recurrente{
	margin-bottom: 1em;
}

#donacion_recurrente:after{
	height: auto;
	width: 100%;
	position: absolute;
	border-bottom: dotted 1px #FB6324;
	padding: 0;
}



#donacion_paypal_columna input[type="text"] {
  padding: 10px;
  border: solid 5px rgba(0,26,121,.6);
  transition: border 0.3s;
  color: #001A79;
  font-weight: bolder;
}
#donacion_paypal_columna input[type="text"]:focus,
#donacion_paypal_columna input[type="text"].focus {
  border: solid 5px rgba(0,26,121,1);
}


/* ------------------------------ Página Examen Diagnóstico STEM ---------------------------------------*/

#frame_examen_diagnostico{
	width: 100%;
	height: 50em;
	margin: 0 auto;
}

#frame_examen_diagnostico html{
	width: 100%;
	margin: 0px auto;
	display: block;
	position: relative;
	text-align: center;
	background-size: cover;
}

#descripcion_examen_stem,#aterisco_stem{
	width: 80%;
	position: relative;
	display: block;
	margin: 0 auto;
	color: #001A79;
	font-size: .8em;
	font-weight: bolder;
	text-align: justify;
}

#aterisco_stem{
	margin-bottom: 2em;
}


#opciones_examenes_stem{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.titulo_nivel{
	color: #FFFFFF;
	background-color: #001A79;
	text-align: center;
	line-height:2em;
}

.b_presentar_examen{
	display: block;
	width: 10em;
	background-color: #001A79;
	color: #FFFFFF;
	text-align: center;
	padding: 1em;
	border-radius: 10px;
	margin-top: .7em;
	margin-bottom: .7em;
	margin-left: auto;
	margin-right: auto;
}

.b_donar_examen{
	display: block;
	width: 10em;
	background-color: #101E3B;
	color: #FFFFFF;
	text-align: center;
	padding: 1em;
	border-radius: 10px;
	margin-bottom: .7em;
	margin-left: auto;
	margin-right: auto;
}

.b_donar_examen:hover, .b_presentar_examen:hover{
	background-color: #FB6324;
}

.botones_de_opcion_examen{
	position: relative;
	display: inline-block;
	float: right;
}
.desc_opcion_examen{
	position: relative;
	display: inline-block;
	margin-left: 3em;
	margin-top: 1em;
	color: #001A79;
}

#opcion_basico,#opcion_intermedio,#opcion_avanzado{
	position: relative;
	display: block;
	margin-bottom: 1em;
	height: 13.4em;
}

/* ------------------------------  Página Nuestro Talento STEM -----------------------------------*/

#listado_talentos_stem{
	width: 70%;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

#perfil_breve_talento_stem{
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	color: #001A79;
}

#contenedor_foto_talento_stem{
	width: 160px;
	display: inline-block;
	float:left;
}

#contenedor_foto_talento_stem img{
	width: 100%;
	margin: auto;
}

#info_talento_stem{
	display: inline-block;
	width: 70%;
	margin: 0 2em 1em 2em;	
}

#nombre_talento_stem{
	font-size: 1.6em;
	font-weight: bolder;
	color: #001A79;
}
#nombre_talento_stem:hover{
	color: #FB6324;
}

#enlace_video_stem{
	position: absolute;
	display: block;
	right: 16%;
	top: 0;
	color: #001A79;
}
#enlace_video_stem:after{
	font-family: "FontAwesome";
	content: "\f008";
	font-size:2em;
	padding-left: .5em;
}
#enlace_video_stem:hover{
	color: #FB6324;	
}

#titulo_y_ciudad_talento_stem{
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-inline-flex;   	
	display: inline-flex;

	font-size: 1.1em;
	font-weight: bolder;
	border-bottom: dotted 1px #FB6324;
	margin-bottom: 1em;
	height: 1em;
	line-height: .5em;	
	width: 100%;
}

.subtitulo_talento_stem{
	position: relative;
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-inline-flex;     /* NEW - Chrome */
	display: inline-flex;	
	font-size: 1em;
	font-weight: lighter;
	color: rgba(0,26,121,.85);
}
.contenedor_habilidades_talento_stem{
	position: relative;
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-inline-flex;     /* NEW - Chrome */
	display: inline-flex;
	width: 80%;
	margin-left: .5em;
}

#ciudad_origen_talento_stem:before{
	font-family: "FontAwesome";
	content:"\f124";
	margin-left: .4em;
	margin-right: .3em;
}

.habilidad_talento_stem{
	font-size: 1.04em;
	font-weight: bolder;
}
.habilidad_talento_stem:after{
	content: ",";
	padding-left: .2em;
	padding-right: .2em;
}

.habilidad_talento_stem:last-child:after{
	content: "";
}

#buscador_talento_stem{
	position: relative;
	margin-left: 5%;
	margin-right: 2em;
	width: 15%;
	display: inline-block;
	top: 0;
	float: left;
	border: solid 2px #001A79;
	padding: 2em;
	margin-bottom: 2em;

}

#buscador_talento_stem h2{
	color: #001A79;
	margin-bottom: 1em;
	border-bottom: solid 1px #FB6324;
	padding-bottom: .5em;
	font-weight: bolder;
}

#buscador_talento_stem h3{
	color: #001A79;
	font-size: 1em;
	font-weight: bolder;

}

#buscador_talento_stem select{
	width: 100%;
	background-color: #001A79;
	color: #FFFFFF;
	height: 2em;
	padding-left: 1em;
	font-size: 1.1em;
	font-weight: lighter;
	margin-bottom: 1em;
}

#buscador_talento_stem option:hover{
	background-color: #FB6324;
	color:#FFFFFF;
}

#input_busqueda_talento{
	color: #001A79;
	font-size: 1.2em;
	border: 1px solid rgb(0, 26, 121);
	border-radius: .4em;
	box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.63) inset;
	/*cursor: pointer;*/
	width: 30%;
	margin: 1em auto 1.5em auto;
	display: block;
	height: 2.5em;
	padding-left: 1.2em;
}

.loader_talentos{
	background: url(images/ajax-loader.gif) center no-repeat;
	width: 55px;
	height: 55px;
}

#no_resultados_talentos{
	color: #FB6324;
	font-size: 1.6em;
	font-weight: lighter;
	width: 100%;
	text-align: center;
	font-style: italic;
}

/*-------------------------------- Post para Perfil Detallado ----------------------------------*/

#seccion_perfil_detallado{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	width: 80%;
	margin: 1em auto;
	color: #001A79;
}

#titulo_perfil_detallado{
	width: 100%;
	text-align: center;
	font-family: "Impact";
	font-size: 3.8em;
	font-weight: bolder;
	color: #001A79;
	text-transform: uppercase;
}

#columna_izq_perfil_detallado{
	width: 25%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-box-orient:vertical;
	border-right: solid 1px #001A79;
}

#contenedor_foto{
	margin-bottom: 4em;
}

#contenedor_foto img {
	width: 80%;
	display :block;
	margin: 0 auto;
}

#contenedor_video iframe{
	width: 80%;
	height: 15em;
}

#columna_der_perfil_detallado{
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-inline-flex;     /* NEW - Chrome */
	display: inline-flex;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-box-orient:vertical;
	position: relative;
	width: 57%;
	padding: .3em 4em 1em 4em;
}

#nombre_talento_detallado{
	font-size: 3em;
	font-weight: bolder;
	color: #FB6324;
}

#titulo_y_ciudad_detallado{
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-inline-flex;   	
	display: inline-flex;

	font-size: 2em;
	font-weight: bolder;
	border-bottom: dotted 1px #FB6324;
	margin-bottom: 1em;
	height: 1.5em;
	line-height: .5em;	
}

#ciudad_origen_detallado:before{
	font-family: "FontAwesome";
	content:"\f124";
	margin-left: .4em;
	margin-right: .3em;
}

.etiqueta_detallado{
	font-weight: bolder;
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-inline-flex;   	
	display: inline-flex; 	
}

.subtitulo_detallado{
	margin-top: 1em;
	margin-bottom: .4em;
	font-size: 1.6em;
	font-weight: bolder;
}

.habilidad_detallado,.interes_pasatiempo{
	color: #FFF;
	background: rgba(0,26,121,.7);
	width: auto;
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-inline-flex;   	
	display: inline-flex;
	border-radius: 5px;
	padding-left: 1em;
	padding-right: 1em;
	margin-right: .45em;
}

.recomendacion{
	margin-bottom: 1em;
	font-style: italic;
	text-align: justify;
}

.recomendacion span{
	font-style: normal;
	font-weight: bold;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;  	
	display: flex;	
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
	text-align: right;
}




/* ---------------  Pagina Admin Examen ------------------*/

#seccion_crea_claves{
	position: relative;
	display: block;
	width: 100%;
	margin-top:2em;
	text-align: center;

}
#seccion_crea_claves h2{
	color: #FB6324;
	margin-bottom: 1em;
}

#seccion_crea_claves label{
	margin-right: 2em;
}

#seccion_crea_claves input{
	color: #001A79;
	font-size: 1.2em;
	border: 1px solid rgb(0, 26, 121);
	border-radius: .4em;
	box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.63) inset;
	margin: 1em auto 1.5em auto;
	display: inline-block;
	height: 2.5em;
	padding-left: 1.2em;
}


#seccion_crea_claves #email{
	width: 25%;
}

#seccion_crea_claves #nivel{
	width: 5%;
}


#tabla_claves tr:nth-child(odd) {
   background-color: rgba(0,26,121,.1); 
}


#tabla_claves th{
	background-color:rgba(0,26,121,.7); 
	color: #FFFFFF;
	text-align: center;
}

#tabla_claves tr:hover{
	background-color: rgba(251,99,36,.4);
	font-weight: bold;
}

#tabla_claves td{
	padding-left: 1em;
	padding-right: 1em;
}

#seccion_tabla_claves{
	margin-top: 2em;
}

#resultados_claves{
	font-weight: bold;
}



/** ------------------------------------------ Página de Acceso a Exámenes ----------------------------------------- */
#contenedor_contenido_acceso_examen{
	width: 80%;
	margin: 1em auto 2em auto;
}

#contenedor_imagen_acceso_examen{
	position: relative;
	display: inline-block;
	width: 50%;
}

#contenedor_imagen_acceso_examen img{
	width: 100%
}

#contenedor_formulario_accceso{
	width: 50%;
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	float: right;
}

#formulario_acceso_examen label{
	color: #101E3B;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.3em;
	font-weight: bolder;
}

#formulario_acceso_examen input{
	display: block;
	position: relative;
	width: 65%;
	margin: 0 auto;
	height: 2em;

	color: #001A79;
	font-size: 1em;
	border: 1px solid rgb(0, 26, 121);
	border-radius: .4em;
	box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.63) inset;
	height: 2em;
	padding-left: 1.2em;	
}

#formulario_acceso_examen p{
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
	font-weight: bolder;
}

#b_entrar_examen{
	display: block;
	margin: 1em auto 2em auto;
}


#contenedor_examen{
	width: 100%;
	height: 50em;
}

.assessmentbackgroundsvg, .loaderbackgroundsvg, .finishedbackgroundsvg{
	width: 100%;
}

.imagemaxwidth {max-width: 100%;}

.imagerightalign {float: right;}

.imagecenteralign {display: block;margin-left: auto;margin-right: auto;}

.candidateblock {
	display: inline-block;
	width: 51%;
}

label {display: table-cell;}

.assesmentcontainer{
	display: block;
	position: relative;
	margin: 0 auto;
	color:#FB6324;
}

.assessmentcontainer,.matvar,.fibinput{font-family:Arial;}

.assessmentcontainer,.matvar,.fibinput{font-size:17px;}

.matvar{
    margin-left: 2em;
    color: #001A79;
}
.fibinput{
	color:#001A79;
}

.assessmentbackground, .assessmentbackgroundsvg {
	display: block;
	position: relative;
	margin: 0 auto;
	/*background-image: url('../resfiles/PORTADAEXAMENDIAGNOSTICO-001.jpg');*/
	background-size: cover;
  border: solid 1px #001A79;
}

.assessmentcontainerbackgroundsvg {
	display: block;
	position: relative;
	margin: 0 auto;
}




/* ------------------------------ Página de agradecimiento de donativo a examen STEM  ------------------------------ */ 


#seccion_agradecimiento_donacion_paypal {
	width: 70%;
	position: relative;
	margin: 0 auto;
	color: #001A79;
}


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

	#contenedor_contenido_acceso_examen{
		width: 80%;
		margin: 1em auto 2em auto;
	}

	#contenedor_imagen_acceso_examen{
		position: relative;
		display: inline-block;
		width: 100%;
	}

	#contenedor_imagen_acceso_examen img{
		width: 100%
	}

	#contenedor_formulario_accceso{
		width: 100%;
		position: relative;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2em;
		margin-bottom: 2em;
		float: right;
	}

}


/* ----------------------------------- Página Dona para examen STEM ------------------------------- */

#seccion_donacion_examen{
	width: 70%;
	position: relative;
	margin: 0 auto;
	color: #001A79;
}

#indicaciones_donacion_examen{
	margin-top: 2em;
	margin-bottom: 2em;
	font-weight: bolder;
}

/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */




/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */



/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */



/* Tag links style */




/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	background-color: #fff;
	width: 70%;
	color: #001A79;
}

.page .entry-content {
	padding-top: 0;
}

.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,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	font-weight: bold;
	color: #001A79;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
	color: #FB6324;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #FB6324;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #FB6324;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #FFF;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #FFF;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */



/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */
.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {

	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #FB6324;
}

/* Paging Navigation */

.paging-navigation {
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {

	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #FFF;
}



.paging-navigation a:hover {
	color: #FFF;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */




/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */




/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */



/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */



/* Primary Sidebar */



/* Content Sidebar */



/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */



/* Calendar Widget*/



/* Ephemera Widget*/



/* List Style Widgets*/



/* Recent Posts Widget */



/* RSS Widget */



/* Text Widget */



/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */


/* List Style Widgets*/


/* Calendar Widget */



/* Ephemera widget*/


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #001A79;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #FB6324;
}

#contenedor_logo_footer{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#info_contacto{
	text-align: center;
	margin-top: 1.5em;
}

#terminos_de_uso_contenedor{
	text-align: center;
}

/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */



/* Slider */



/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

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

@viewport {
	width: device-width;
}


@media screen and (min-width: 0px) and (max-width:1400px ) {
     .site-header{
     	position: relative;
     }
}


@media screen and (min-width: 0px) and (max-width: 989px){
	#contenedor_columnas_donaciones{
		width: 100%;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
	}
	#donacion_paypal_columna,#datos_bancarios_columna,#donacion_paypal_columna{
		width: 100%;
	}

	#donacion_paypal_columna{
		margin-top: 3em;
	}
	
	#donacion_paypal_columna form{
		text-align: center;
	}

	.subtitulo_donacion{
		text-align: center;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1360px){

	.site-navigation {
		 display: block;
		 top: 11em;
		 margin-top: 0;
		 padding: 0;
	}	
	.site-navigation ul{
    -webkit-box-pack:center;
	    -moz-box-pack:center;
	    -ms-flex-pack:center;
	    -webkit-justify-content:center;
	    justify-content: center;
	}
}

@media screen and (min-width: 770px) and (max-width: 1359px){

	.site-navigation {
		 display: block;
		 top: 108%;
		 margin-top: 0;
		 padding: 0;
	}	
	.site-navigation ul{
	    -webkit-box-pack:center;
	    -moz-box-pack:center;
	    -ms-flex-pack:center;
	    -webkit-justify-content:center;
	    justify-content: center;

	}	

    .site-navigation ul >li{
    	width: 150px;
    }

	.sub-menu li a{
		font-size: .9em;
		/*width: 100%;*/
		width: 150px;
	}
}

@media screen and (min-width: 0px) and (max-width: 769px){
	.site-navigation {
		 position: relative;
		 display: block;
		 top: 1em;
		 margin-top: 0;
		 padding: 0;
	}	
	.site-navigation ul{
		display: block;
	}				

    .site-navigation ul >li{
    	width: 100%;
    }

	.site-navigation a{
		font-size: 1em;
		width: auto;
		padding: 0.3em 0em 0.3em 3em;
		text-align: left;
		text-transform: uppercase;	
	}

	.sub-menu, .site-navigation ul ul{
        display: none;
        box-shadow: none;
	}

	.sub-menu li a{
		width: 100%;
		text-align: left;
		padding-left: 35%;
		background: none;
		font-size: .8em;
		font-weight: lighter;
	}	

	.sub-menu li a:hover{
		background: none;
		border-style: none;
		color:#FB6324;

	}

	.sub-menu li:hover a:before{
		content: '\F101';
		color:#FB6324;
	}

	.sub-menu li a:before{
		font-family: 'FontAwesome';
		content: '\F105';
		height: 0;
		width: 0;
		margin-right: 1em;

	}

	.site-navigation ul li ul li:hover a {
		border-style: none;
	}	

}

@media screen and (max-width: 400px){
	.sub-menu li a{
		padding-left: 10%;
	}	
	#contenedor_logo {
		margin-top: 1em;
		width: 100%;
		text-align: center;
	}	
	#logo_laboratorio_mm_es {
	    margin-left: 0;
	}	
}



/* Resolución para iphone o menor */
@media screen and (max-width: 320px){
	#logo_laboratorio_mm_es img,#logo_laboratorio_mm_footer img{
        transform: scale(0.8, 0.8);
	    -ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		width: 100%;
	}

	#titulo_eventos, #titulo_inicio_talento{
		font-size: 2em;
	}

	#info_talento {
		width: 90%;
		position: relative;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		z-index: 20;
		top: 0em;
		right: 0em;
		background: #001A79;
		color: #FFFFFF;
		padding: 0em; 
		height: 23em;
		margin: 0 auto;
	}

	#contenedor_info{
		padding: 2em; 
	}
	#contenido_nombre_talento{
		font-size: 2.1em;
	}
	#contenido_ocupacion_talento{
		font-size: 1em;
	}
	#contenido_palabras_talento {
		margin-top: 1em;
		font-size: .85em;
		line-height: 1.2em;
	}
	#contenido_enlace_perfil_talento{
		font-size: .9em;
	}
	.flex-direction-nav {
		position: absolute;
		top: 17%;
		width: 100%;
	}	
	.flex-control-nav {
		position: absolute;
		top: 8em;
		z-index: 200;
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 100%;
		left: 0;
		transform: scale(.8, .8);
		-ms-transform: scale(.8, .8);
		-webkit-transform: scale(.8, .8);
	}	
	.flex-direction-nav .flex-prev {
		left: 0;
		transform: scale(.4, .4);
		-ms-transform: scale(.4, .4);
		-webkit-transform: scale(.4, .4);
	}	
	.flex-direction-nav .flex-next {
		right: 0;
		transform: scale(.4, .4);
		-ms-transform: scale(.4, .4);
		-webkit-transform: scale(.4, .4);
	}

	#stem_texto_ayudanos{
		font-size: 2em;
	}	
	#boton_dona_ahora_inicio{
		width: 29%;
	}

	#titulo_objeto_social{
		font-size: 2.5em;
	}
	#seccion_objeto_social{
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		display: block;
		width: 100%;
		margin: 4em auto;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;	
	}
	#contenedor_imagen_portada {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		width: auto;
		position: relative;
		background-color: #FB6324;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-box-orient:vertical;
	    -webkit-box-pack:center;
	    -moz-box-pack:center;
	    -ms-flex-pack:center;
	    -webkit-justify-content:center;
	    justify-content: center;
		padding: 3em 1em;
	}	
	#texto_contenido_objeto_social {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		text-align: right;
		width: auto;
		padding: 1em 2em;
		color: #001A79;
		font-size: 1.4em;
	}
	#contenedor_relacionados {
		color: #001A79;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		align-self: flex-end;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-box-orient:vertical;
		width: auto;
		padding-right: 3em;
	}


	#linea_vertical{
		display: none;
	}
	.registro_historia{
		width: 80%;
	}	

	.registro_non,.registro_par{
		left: 0;
		margin: 1em auto;
	}


	.year_registro{
		width:80%;
		margin: .2em auto;
	}

	.titulo_registro_historia{
		font-size: 1em;
		width: 90%;
	}

	.descripcion_registro_historia{
		font-size: .75em;
		padding: 1.1em 1em 1em 1em;
	}


	.registro_par .mes_registro, .registro_non .mes_registro{
		position: relative;
		width: 100%;
		text-align: center;
		left: 0;
	}

	.registro_non:before, .registro_par:before{
		position: absolute;
		border: none;
		border-left: dotted 1px #FB6324;
		border-top: none;
		border-bottom: none;
		background:none;
		height: 1em;
		left: 50%;
		top: -1em;
		border-radius:0;
		width: 1px;
	}

	.registro_non:after, .registro_par:after{
		display: none;
	}

	#seccion_perfil_detallado{
		width: 90%;
		display: block;
	}

	#columna_izq_perfil_detallado{
		width: 100%;
		display: block;
		border-right: none;
	}
	#columna_der_perfil_detallado{
		width: 100%;
		display: block;
		padding: 0;

	}	

	.entry-title{
		width: 99%;
	}
	#input_busqueda_talento{
		width: 90%;
	}
	#buscador_talento_stem{
		position: relative;
		width: 90%;
		display: block;
		top: 0;
		float: none; 
		padding: 0em;
		margin: 0 auto 2em auto;
	}
	#form_buscador_talento{
		padding: 1em;
	}

	#listado_talentos_stem{
		width: 100%;
	}

	#contenedor_foto_talento_stem{
		margin-left: 1em;
	}

	#info_talento_stem{
		width: 100%;
		margin: .2em 1em 1em 1em;
	}
	#titulo_y_ciudad_talento_stem{
		width: 90%;
	}

	#enlace_video_stem{
		right: 1em;
	}

	.subtitulo_talento_stem{
		display: inline-block;
		vertical-align: text-top;
		width: 100%;
		font-style: italic;

	}

	.contenedor_habilidades_talento_stem{
		width: 93%;
		display: inline-block;
	}
	.habilidad_talento_stem{
		display: inline-block;
	}	
}

@media screen and (min-width: 321px) and (max-width: 600px){
	#titulo_eventos, #titulo_inicio_talento{
		font-size: 2em;
	}	

	#titulo_eventos, #titulo_inicio_talento{
		font-size: 2em;
	}

	#info_talento {
		width: 90%;
		position: relative;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		z-index: 20;
		top: 0em;
		right: 0em;
		background: #001A79;
		color: #FFFFFF;
		padding: 0em; 
		height: 23em;
		margin: 0 auto;
	}
	#contenedor_info{
		padding: 2em; 
	}
	#contenido_nombre_talento{
		font-size: 2.1em;
	}
	#contenido_ocupacion_talento{
		font-size: 1em;
	}
	#contenido_palabras_talento {
		margin-top: 1em;
		font-size: .85em;
		line-height: 1.2em;
	}
	#contenido_enlace_perfil_talento{
		font-size: .9em;
	}
	.flex-direction-nav {
		position: absolute;
		top: 17%;
		width: 100%;
	}	
	.flex-control-nav {
		position: absolute;
		top: 11em;
		left: 0;
		z-index: 200;
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 100%;
		transform: scale(.8, .8);
		-ms-transform: scale(.8, .8);
		-webkit-transform: scale(.8, .8);
	}

	.flex-direction-nav .flex-prev {
		left: 0;
		transform: scale(.6, .6);
		-ms-transform: scale(.6, .6);
		-webkit-transform: scale(.6, .6);
	}	
	.flex-direction-nav .flex-next {
		right: 0;
		transform: scale(.6, .6);
		-ms-transform: scale(.6, .6);
		-webkit-transform: scale(.6, .6);
	}
	#stem_texto_ayudanos{
		font-size: 1.2em;
	}		
	#boton_dona_ahora_inicio{
		width: 29%;
	}	

	#titulo_objeto_social{
		font-size: 2.5em;
	}
	#seccion_objeto_social{
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		display: block;
		width: 100%;
		margin: 4em auto;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;	
	}
	#contenedor_imagen_portada {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		width: auto;
		position: relative;
		background-color: #FB6324;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-box-orient:vertical;
	    -webkit-box-pack:center;
	    -moz-box-pack:center;
	    -ms-flex-pack:center;
	    -webkit-justify-content:center;
	    justify-content: center;
		padding: 3em 1em;
	}	
	#texto_contenido_objeto_social {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		text-align: right;
		width: auto;
		padding: 1em 2em;
		color: #001A79;
		font-size: 1.4em;
	}
	#titulo_relacionados{
		width: 100%;
		border-bottom: solid 1px #FB6324;
		/*padding-left: 1.2em;*/
		text-align: center;
	}
	#contenedor_relacionados {
		color: #001A79;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		align-self: flex-start;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-box-orient:vertical;
		width: 100%;
		padding-left: 0; 
	}	

	#contenedor_relacionados a{
		/*padding-left: 1.2em;*/
		text-align: center;
	}

	#linea_vertical{
		display: none;
	}
	.registro_historia{
		width: 80%;
	}	

	.registro_non,.registro_par{
		left: 0;
		margin: 1em auto;
	}


	.year_registro{
		width:80%;
		margin: .2em auto;
	}

	.descripcion_registro_historia{
		font-size: .8em;
	}

	.registro_par .mes_registro, .registro_non .mes_registro{
		position: relative;
		width: 100%;
		text-align: center;
		left: 0;
	}

	.registro_non:before, .registro_par:before{
		position: absolute;
		border: none;
		border-left: dotted 1px #FB6324;
		border-top: none;
		border-bottom: none;
		background:none;
		height: 1em;
		left: 50%;
		top: -1em;
		border-radius:0;
		width: 1px;
	}

	.registro_non:after, .registro_par:after{
		display: none;
	}

	#seccion_perfil_detallado{
		width: 90%;
		display: block;
	}

	#columna_izq_perfil_detallado{
		width: 100%;
		display: block;
		border-right: none;
	}
	#columna_der_perfil_detallado{
		width: 100%;
		display: block;
		padding: 0;

	}	
	#nombre_talento_detallado{
		font-size: 2.5em;
		line-height: 1em;
		margin-top: .6em;
		margin-bottom: .4em;
	}
	#titulo_y_ciudad_detallado{
		font-size: 1.5em;
		height: 1.5em;
		line-height: 1em;
	}

	#seccion_perfil_detallado p{
		font-size: .9em;
	}


	.entry-title{
		width: 99%;
	}
	#input_busqueda_talento{
		width: 90%;
	}
	#buscador_talento_stem{
		position: relative;
		width: 90%;
		display: block;
		top: 0;
		float: none; 
		padding: 0em;
		margin: 0 auto 2em auto;
	}
	#form_buscador_talento{
		padding: 1em;
	}

	#listado_talentos_stem{
		width: 100%;
	}

	#contenedor_foto_talento_stem{
		margin-left: 1em;
	}

	#info_talento_stem{
		width: 100%;
		margin: .2em 1em 1em 1em;
	}
	#titulo_y_ciudad_talento_stem{
		width: 90%;
	}

	#enlace_video_stem{
		right: 1em;
	}

	.subtitulo_talento_stem{
		display: inline-block;
		vertical-align: text-top;
		width: 100%;
		font-style: italic;

	}

	.contenedor_habilidades_talento_stem{
		width: 93%;
		display: inline-block;
	}
	.habilidad_talento_stem{
		display: inline-block;
	}

}

@media screen and (min-width: 601px) and (max-width: 770px){
	#titulo_eventos, #titulo_inicio_talento{
		font-size: 2.5em;
	}		

	#info_talento {
		width: 90%;
		position: relative;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		z-index: 20;
		top: 0em;
		right: 0em;
		background: #001A79;
		color: #FFFFFF;
		padding: 0em; 
		height: 23em;
		margin: 0 auto;
	}
	#contenedor_info{
		padding: 2em; 
	}
	#contenido_nombre_talento{
		font-size: 2.1em;
	}
	#contenido_ocupacion_talento{
		font-size: 1.3em;
	}
	#contenido_palabras_talento {
		margin-top: 1em;
		font-size: 1em;
		line-height: 1.2em;
	}
	#contenido_enlace_perfil_talento{
		font-size: .9em;
	}
	.flex-direction-nav {
		position: absolute;
		top: 34%;
		width: 100%;
	}	
	.flex-control-nav {
		position: absolute;
		top: 16em;
		left: 0;
		z-index: 200;
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 100%;
		transform: scale(.8, .8);
		-ms-transform: scale(.8, .8);
		-webkit-transform: scale(.8, .8);
	}

	.flex-direction-nav .flex-prev {
		left: 5%;
		transform: scale(.6, .6);
		-ms-transform: scale(.6, .6);
		-webkit-transform: scale(.6, .6);

	}	
	.flex-direction-nav .flex-next {
		right: 5%;
		transform: scale(.6, .6);
		-ms-transform: scale(.6, .6);
		-webkit-transform: scale(.6, .6);
	}

	#boton_dona_ahora_inicio{
		width: 17%;
	}
	#seccion_objeto_social {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		display: block;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
		width: 70%;
		margin: 4em auto;
	}	
	#contenedor_imagen_portada {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-box-orient:vertical;
		width: auto;
		position: relative;
		background-color: #FB6324;
	    -webkit-box-pack:center;
	    -moz-box-pack:center;
	    -ms-flex-pack:center;
	    -webkit-justify-content:center;
	    justify-content: center;
		padding: 3em 1em;
	}	
	#texto_contenido_objeto_social {
		display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-inline-flex;   	
		display: inline-flex;
		text-align: left;
		width: 72.4%;
		padding: 1em 2em;
		color: #001A79;
		font-size: 1.7em;
	}

	#titulo_relacionados{
		border-bottom: solid 1px #FB6324;
	}	
	#contenedor_relacionados {
		width: 100%;
	}

	.registro_historia,.year_registro{
		width: 30%;
	}
	.registro_non {
		left: 3.2%;
	}
	.registro_par {
		left: 67.4%;
	}	
	.titulo_registro_historia {
		font-size: 1em;
		width: 77%;
	}	
	.descripcion_registro_historia {
		padding: 1.1em 2em 1em 2em;
		font-size: .8em;
	}	

	#seccion_perfil_detallado{
		width: 90%;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
	}

	#columna_izq_perfil_detallado{
		-ms-flex-direction:row;
		-webkit-flex-direction:row;
		flex-direction:row;		
		width: 90%;
		border-right: none;
		margin: 0 auto;
	}

	#columna_der_perfil_detallado{
		width: 90%;
		margin: 0 auto;
		padding: 0;

	}

	.entry-title {
		width: 99%;
		margin: 0 auto;
		display: block;
	}
	#input_busqueda_talento{
		width: 90%;
	}
	#buscador_talento_stem {
		position: relative;
		margin: 0 auto;
		width: 90%;
		display: block;
		top: 0;
		float: none;
		border: solid 2px #001A79;
		padding: 0;
		margin-bottom: 2em;
	}	
	#form_buscador_talento{
		padding: 1em;
	}
	#listado_talentos_stem{
		width: 100%;
	}

	#contenedor_foto_talento_stem{
		margin-left: 2em;
	}
	#info_talento_stem{
		width: 90%;
	}
	.subtitulo_talento_stem{
		display: block;
		font-style: italic;
		width: 100%;
	}
	.contenedor_habilidades_talento_stem{
		display: inline-block;
	}
	.habilidad_talento_stem{
		display: inline-block;
	}

}

@media screen and (min-width: 771px) and (max-width: 980px){

	.site-navigation{
		 font-size: .72em;		
	}

	#titulo_eventos, #titulo_inicio_talento{
		font-size: 2.7em;
	}		

	#info_talento {
		width: 90%;
		position: relative;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		z-index: 20;
		top: 0em;
		right: 0em;
		background: #001A79;
		color: #FFFFFF;
		padding: 0em; 
		height: 23em;
		margin: 0 auto;
	}
	#contenedor_info{
		padding: 2em; 
	}
	#contenido_nombre_talento{
		font-size: 2.3em;
	}
	#contenido_ocupacion_talento{
		font-size: 1.3em;
	}
	#contenido_palabras_talento {
		margin-top: 1em;
		font-size: 1em;
		line-height: 1.2em;
	}
	#contenido_enlace_perfil_talento{
		font-size: .9em;
	}
	.flex-direction-nav {
		position: absolute;
		top: 43%;
		width: 100%;
	}	
	.flex-control-nav {
		position: absolute;
		top: 22em;
		left: 0;
		z-index: 200;
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 100%;
		transform: scale(.8, .8);
		-ms-transform: scale(.8, .8);
		-webkit-transform: scale(.8, .8);
	}

	.flex-direction-nav .flex-prev {
		left: 5%;
		transform: scale(.8, .8);
		-ms-transform: scale(.8, .8);
		-webkit-transform: scale(.8, .8);

	}	
	.flex-direction-nav .flex-next {
		right: 5%;
		transform: scale(.8, .8);
		-ms-transform: scale(.8, .8);
		-webkit-transform: scale(.8, .8);
	}

	#boton_dona_ahora_inicio{
		width: 13%;
	}	
	#seccion_objeto_social {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		display: block;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
		width: 50%;
		margin: 4em auto;
	}	
	#contenedor_imagen_portada {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-box-orient:vertical;
		width: auto;
		position: relative;
		background-color: #FB6324;
	    -webkit-box-pack:center;
	    -moz-box-pack:center;
	    -ms-flex-pack:center;
	    -webkit-justify-content:center;
	    justify-content: center;
		padding: 3em 1em;
	}	
	#texto_contenido_objeto_social {
		display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-inline-flex;   	
		display: inline-flex;
		text-align: left;
		width: 72.4%;
		padding: 1em 2em;
		color: #001A79;
		font-size: 1.7em;
	}

	#titulo_relacionados{
		border-bottom: solid 1px #FB6324;
	}	
	#contenedor_relacionados {
		width: 100%;
	}	

	.registro_historia {
		width: 40%;
	}
	.registro_non {
		left: 2.6%;
	}
	.registro_par {
		left: 57.8%;
	}	

	.registro_non:before{
		width: 19%;
		top: 5em;
	}
	.registro_non:after{
		top: 4.7em;
		left: 117.53%;
	}

	.registro_par:before{
		top: 4.72em;
		left: -20.5%;
	}
	.registro_par:after{
		width: 19%;
		left: -19%;
		top: 5em;
	}
	.registro_par .mes_registro, .registro_non .mes_registro{
		position: relative;
		width: 100%;
		text-align: center;
		left: 0;
	}	

	.year_registro{
		width: 23%;
	}

	#seccion_perfil_detallado{
		width: 90%;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
	}

	#columna_izq_perfil_detallado{
		-ms-flex-direction:row;
		-webkit-flex-direction:row;
		flex-direction:row;

		width: 90%;
		border-right: none;
		margin: 0 auto;
	}

	#columna_der_perfil_detallado{
		width: 90%;
		margin: 0 auto;
		padding: 0;

	}
	#contenedor_video iframe {
		width: 100%;
		height: 25em;
	}
    
    #listado_talentos_stem{
    	width: 100%;
    }


    #buscador_talento_stem {
		position: relative;

		margin: 0 auto;
		width: 80%;
		display: block;
		top: 0;
		float: none; 
		border: solid 2px #001A79;
		padding: 2em;
		margin-bottom: 2em;
	}
	#perfil_breve_talento_stem {
		width: 100%;
		margin: 0 auto;
	}
	.entry-title {
		width: 99%;
		margin: 0 auto;
		display: block;
	}
	#input_busqueda_talento{
		width: 90%;
	}
	#buscador_talento_stem {
		position: relative;
		margin: 0 auto;
		width: 90%;
		display: block;
		top: 0;
		float: none;
		border: solid 2px #001A79;
		padding: 0;
		margin-bottom: 2em;
	}	
	#form_buscador_talento{
		padding: 1em;
	}
	#listado_talentos_stem{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	#perfil_breve_talento_stem {
		width: 100%;
		margin: 0 auto 1.3em 0;
	}
	#enlace_video_stem{
		right: auto;
		left: 11em;
	}

	#info_talento_stem{
		width: 100%;
		margin: 0;
	}
	.subtitulo_talento_stem{
		display: block;
		font-style: italic;
		width: 100%;
	}
	.contenedor_habilidades_talento_stem{
		display: inline-block;
	}
	.habilidad_talento_stem{
		display: inline-block;
	}
}

@media screen and (min-width: 981px) and (max-width: 1200px){
	.site-navigation{
		 font-size: .75em;		
	}	
	#info_talento{
		padding: 2em;
	}
	#contenido_nombre_talento{
		font-size: 3em;
		line-height: 1.1em;
	}
	#contenido_palabras_talento{
		font-size: 1.1em;
	}

	.flex-direction-nav{
		top: 79%;
	}
	.flex-direction-nav .flex-prev {
		left: 10%;
	}	
	.flex-direction-nav .flex-next {
		right: 10%;
	}
	#boton_dona_ahora_inicio{
		width: 11%;
	}	
	#seccion_objeto_social {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		display: block;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
		width: 45%;
		margin: 4em auto;
	}	
	#contenedor_imagen_portada {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-box-orient:vertical;
		width: auto;
		position: relative;
		background-color: #FB6324;
	    -webkit-box-pack:center;
	    -moz-box-pack:center;
	    -ms-flex-pack:center;
	    -webkit-justify-content:center;
	    justify-content: center;
		padding: 3em 1em;
	}	
	#texto_contenido_objeto_social {
		display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-inline-flex;   	
		display: inline-flex;

		text-align: left;
		width: 72.4%;
		padding: 1em 2em;
		color: #001A79;
		font-size: 1.7em;
	}

	#titulo_relacionados{
		border-bottom: solid 1px #FB6324;
	}	
	#contenedor_relacionados {
		width: 100%;
	}	
	.registro_historia {
		width: 33%;
	}
	.registro_non {
		left: 10.8%;
	}
	.registro_par {
		left: 56.5%;
	}	

	.registro_non:before{
		width: 19%;
		top: 5em;
	}
	.registro_non:after{
		top: 4.7em;
		left: 117.53%;
	}

	.registro_par:before{
		top: 4.72em;
		left: -20.5%;
	}
	.registro_par:after{
		width: 19%;
		left: -19%;
		top: 5em;
	}
	.registro_par .mes_registro, .registro_non .mes_registro{
		position: relative;
		width: 100%;
		text-align: center;
		left: 0;
	}	

	.year_registro{
		width: 20%;
	}	

	#seccion_perfil_detallado{
		width: 90%;
	}

	#buscador_talento_stem h2{
		font-size: 1.3em;
	}

	#nombre_talento_detallado{
		line-height: 1em;
		margin-bottom: .4em;
	}


	#input_busqueda_talento{
		width: 50%;
	}
	#buscador_talento_stem {
		position: relative;
		width: 43%;
		display: block;
		top: 0;
		float: none;
		display: block;
		margin: 0 auto 2em auto;
	}

	#listado_talentos_stem{
		width: 80%;
		display: block;
	}

	#perfil_breve_talento_stem{
		margin: 0 auto 1.3em auto;
	}

	#enlace_video_stem{
		right: 5%;
	}
	#info_talento_stem{
		margin: 0 0em 0em 1em;
		width: 73%;
	}
    
 	.subtitulo_talento_stem {
		display: inline-block;
		width: 100%;
	}
	.contenedor_habilidades_talento_stem{
		display: inline-block;
	}

	.habilidad_talento_stem {
		display: inline-block;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1600px){
	#contenido_nombre_talento{
		font-size: 3.4em;
	}
	.flex-control-nav{
		left: 48%;
	}

	.flex-direction-nav{
		top: 79%;
	}
	.flex-direction-nav .flex-prev {
		left: 37%;
	}	
	.flex-direction-nav .flex-next{
		right: 37%;
	}	

	#seccion_objeto_social{
		width: 70%;
	}

	#contenedor_relacionados{
		width: 30%;
	}
	.registro_historia {
		width: 28%;
	}
	.registro_non {
		left: 16.8%;
		top: 1em;
	}
	.registro_par {
		left: 55.5%;
	}	

	.registro_non:before{
		width: 19%;
		top: 5em;
	}
	.registro_non:after{
		top: 4.7em;
		left: 117.53%;
	}

	.registro_par:before{
		top: 4.72em;
		left: -20.5%;
	}
	.registro_par:after{
		width: 19%;
		left: -19%;
		top: 5em;
	}
	.registro_par .mes_registro, .registro_non .mes_registro{
		position: relative;
		width: 100%;
		text-align: center;
		left: 0;
	}	

	.year_registro{
		width: 15%;
	}	
}


@media screen and (min-width: 1201px) and (max-width: 1479px){
	#info_talento_stem {
		display: inline-block;
		width: 70%;
		margin: 0 2em 1em 2em;
	}
	.contenedor_habilidades_talento_stem{
		width: 72%;
	}
	#enlace_video_stem{
		right: 11%;
	}
}




/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}
