/*
 Theme Name:   JUNNIOR
 Description:  Twenty Twelve Child Theme
 Author:       Beautifull Agency
 Author URI:   http://beautifullagency.com
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Rock+Salt|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@font-face {
    font-family: 'ElegantIcons';
    src:url('fonts/ElegantIcons.eot');
    src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
        url('fonts/ElegantIcons.woff') format('woff'),
        url('fonts/ElegantIcons.ttf') format('truetype'),
        url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}
.beautifull-agency{
	width: 250px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.beautifull-agency:hover{
	right: 20px;
	background-color: #fff;
}
.beautifull-agency:hover .circle{
	background-color: rgba(0, 220, 145, 0);
	border-radius: 0%;
	-o-border-radius: 0%;
	-moz-border-radius: 0%;
	-webkit-border-radius: 0%;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	background-position: 0px; 
}
.beautifull-agency .circle{
	width: 25px;
	height: 25px;
	background-color: rgba(0, 220, 145, 0.6);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);

	background-image: url(http://beautifullagency.com/beautifullagency-iso.png);
	background-repeat: no-repeat;
	background-position: -25px; 

	border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;

	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;

	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	float: left;
}
.beautifull-agency .logo-completo{
	width: 200px;
	height: 25px;
	margin-top: 5px;
	float: right;
	background-image: url(http://beautifullagency.com/beautifullagency-logo.png);
	background-position: left 50px;
	background-repeat: no-repeat;


	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.beautifull-agency:hover .logo-completo{
	background-position: left top;
}
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;

}
li{
	font-size: 14px;
    line-height: 20px;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: none;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);

}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

.tabFormulario{
	font-weight: 700!important;
	color: #22404D!important;

}

.tabFormulario:hover{
	font-weight: 700!important;
	color: #01ac60!important;

}





/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
}
a:hover {
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	background-color: #fff;
}
.site-content {

}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	background-color: #285F74;
	text-align: center;
	width: 100%;
	z-index: 999;
	top: 0;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main-navigation li {
	font-size: 12px;
	line-height: 46px;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #c9c9c9;
	clear: both;
	margin-top: 4em;
	margin-left: auto;
	margin-right: auto;

	background-image: url(images/socalo_footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;

	padding-bottom: 2em;
	padding-top: 1em;

}
footer[role="contentinfo"] p{
	color: #00A0AF;
	font-weight: 600;
	font-size: 12px;
}
footer[role="contentinfo"] p img{
	margin-right: 0.5em;
}

footer[role="contentinfo"] .social ul{
	margin: 0;
	padding: 0;
}
footer[role="contentinfo"] .social li{
	display: inline-block;
	margin-right: 0.4em;
	vertical-align: middle;
}
footer[role="contentinfo"] .social li a{
	display: block;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
footer[role="contentinfo"] .social li:nth-child(1) a:after{
	content: "\e0aa";
	font-size: 25px;
	font-family: 'ElegantIcons';
	color: #00A0AF;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
footer[role="contentinfo"] .social li:nth-child(2) a:after{
	content: "\e0ab";
	font-size: 25px;
	font-family: 'ElegantIcons';
	color: #00A0AF;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
footer[role="contentinfo"] .social li:nth-child(3) a:after{
	content: "\e0ba";
	font-size: 25px;
	font-family: 'ElegantIcons';
	color: #00A0AF;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
footer[role="contentinfo"] .social li:nth-child(4) a:after{
	content: "\e0cb";
	font-size: 25px;
	font-family: 'ElegantIcons';
	color: #00A0AF;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
footer[role="contentinfo"] .social li:nth-child(5) a:after{
	content: "\e0b1";
	font-size: 25px;
	font-family: 'ElegantIcons';
	color: #00A0AF;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
footer[role="contentinfo"] .social li:hover a:after{
	color: #00A0AF;
	transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}




/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {

}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 2em;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =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;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		padding-left: 10px;
		padding-right: 10px;
		text-transform: uppercase;
		white-space: nowrap;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #fff;
	}
	.main-navigation li {
		position: relative;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.main-navigation li:hover {
		background-color: #00A0AF;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		background-color: #00A0AF;

		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;

		transform: translateX(-50px);
		-o-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		-moz-transform: translateX(-50px);

		opacity: 0;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;

		transform: translateX(0px);
		-o-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);

		opacity: 1;
	}
	.main-navigation li ul li a {
		display: block;
		font-size: 14px;
		line-height: 46px;
		width: 350px;
		white-space: normal;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #99D9DF;
		color: #fff;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #fff;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		
	}
	body .site {
		

	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################       [GENERALES]           ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/





.centrado{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	display: block;
}
.centrado2{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
	display: block;
}
.one_half{
	width: 45%!important;
	margin-right: 5%;
}
.clear{
	clear: both;
}
.centrado h1{
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 1em;
	font-weight: 100;
	color: #22404D;
}
.centrado h2{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0.5em;
	color: #22404D;
	font-weight: 700;

}
.centrado h3{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0.5em;
	font-weight: 400;
}
.centrado p{
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	font-size: 15px;
	color: #666;
	line-height: 18px;
}
.site_content a{
	color: #00A0AF;
	font-weight: 700;
}
.imagen_cien{
	width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
}
.destacado{
	border-left: solid 2px #6a571d;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
}
.doble{
	width: 100%;
	margin: 0;
	margin-bottom: 3em;
	margin-top: 1em;
	border-top: solid 3px #EBEBEB;
	border-bottom: 0;
	height: 0;
}
.movil{
	display: block;
}
.padding{
	padding: 5%;
}
.pt{
	padding-top: 5%;
}
.pr{
	padding-right: 5%;
}
.pb{
	padding-bottom: 5%;
}
.pl{
	padding-left: 5%;
}
.pt2{
	padding-top: 2%;
}
.pr2{
	padding-right: 2%;
}
.pb2{
	padding-bottom: 2%;
}
.pl2{
	padding-left: 2%;
}
.pt3{
	padding-top: 1%;
}
.pr3{
	padding-right: 1%;
}
.pb3{
	padding-bottom: 1%;
}
.pl3{
	padding-left: 1%;
}
.mt{
	margin-top: 5%;
}
.mr{
	margin-right: 5%;
}
.mb{
	margin-bottom: 5%;
}
.ml{
	margin-left: 5%;
}
.mt2{
	margin-top: 2%;
}
.mr2{
	margin-right: 2%;
}
.mb2{
	margin-bottom: 2%;
}
.ml2{
	margin-left: 2%;
}
.mt3{
	margin-top: 1%;
}
.mr3{
	margin-right: 1%;
}
.mb3{
	margin-bottom: 1%;
}
.ml3{
	margin-left: 1%;
}

.wpcf7 h2{
	color: #00A0AF;
	font-size: 18px;
	margin-bottom: 2em;
}
.wpcf7 input[type="text"]{
	width: 100%;
	background-color: #f0f0f0;
	border: solid 1px #bbbbbb;
	line-height: 40px;
	height: 40px;
	margin-top: 0.4em;
}
.wpcf7 input[type="email"]{
	width: 100%;
	background-color: #f0f0f0;
	border: solid 1px #bbbbbb;
	line-height: 40px;
	height: 40px;
	margin-top: 0.4em;
}
.wpcf7 textarea{
	width: 100%;
	background-color: #f0f0f0;
	border: solid 1px #bbbbbb;
	margin-top: 0.4em;
}
.wpcf7{
	text-align: center;
}
.wpcf7 p{
	text-align: left;
}
.wpcf7 h2{
	text-align: left;
}
.boton-sumate{
	font-family: 'Rock Salt', cursive!important;
	background-image: none!important;
	background-color: #285F74!important;
	color: #fff!important;
	padding-left: 1em!important;
	padding-right: 1em!important;
	line-height: 30px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	font-size: 16px!important;
	border: solid 2px #285F74!important;
}
.boton-sumate2{
	font-family: 'Rock Salt', cursive;
	background-image: none;
	background-color: #285F74;
	color: #fff!important;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	display: inline-block;
	border: solid 2px #285F74;
	text-decoration: none!important;
}
.boton-enviar{
	background-image: none!important;
	background-color: #285F74!important;
	color: #fff!important;
	padding-left: 2em!important;
	padding-right: 2em!important;
	line-height: 30px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	font-size: 17px!important;
	border: solid 2px #285F74!important;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #FF50FF, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 20px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################       [MENU PRINCIPAL]           ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.logo_header{
	width: 100%;
	max-width: 313px;
}
.logo_header img{
	width: 100%;
	max-width: 280px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.current_page_item{
	background-color: #99D9DF;
	color: #fff;
}
.menu_sumate a{
	font-family: 'Rock Salt', cursive!important;
}
.menu_sumate ul li a{
	font-family: 'Open Sans', sans-serif!important;
}
.buscador{
	width: 350px;
	float: right;
	height: 90px;
	padding-top: 27px;
}
.buscador .buscar{
	width: 100%;
	display: block;
	line-height: 40px;
	height: 40px;
	padding-left: 1em;
	padding-right: 1em;
	border: solid 1px #aeafb0;
	border-radius: 0.8em;
	-o-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;

	font-family: 'Open Sans', sans-serif;
	color: #00A0AF;
	font-weight: 700;
}
.buscador .buscar:hover{
	outline: 0;
	border: solid 1px #00A0AF;
}
.buscador .buscar:focus{
	outline: 0;
	border: solid 1px #00A0AF;
}
.buscador .col-sm-10{
	padding: 0;
}
.buscador .col-sm-2{
	padding: 0;
}
.boton_buscar{
	width: 100%;
	height: 40px!important;
	border: 0!important;
	line-height: 40px!important;
	position: relative;
    font-family: 'ElegantIcons';
    font-style: normal; 
    font-weight: normal;
    background-image: none!important;
    background-color: transparent!important;
    color: #285F74!important;
    font-size: 28px!important;
    padding: 0!important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.boton_buscar:hover{
	color: #f08123!important;
	outline: 0;
}
.boton_buscar:focus{
	color: #f08123!important;	
	outline: 0;
}
.iso_header{
	position: absolute;
	display: none;
}
.iso_header:before{
	content: "";
	width: 50px;
	height: 47px;
	background-color: #22404D;
	display: block;
	margin-left: 15px;

	background-image: url(images/iso_header.png);
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 9999;
}
.buscador2{
	width: 350px;
	float: none;
	height: 90px;
	padding-top: 27px;
	margin-left: auto;
	margin-right: auto;
}
.buscador2 .buscar{
	width: 100%;
	display: block;
	line-height: 40px;
	height: 40px;
	padding-left: 1em;
	padding-right: 1em;
	border: solid 1px #aeafb0;
	border-radius: 0.8em;
	-o-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;

	font-family: 'Open Sans', sans-serif;
	color: #00A0AF;
	font-weight: 700;
}
.buscador2 .buscar:hover{
	outline: 0;
	border: solid 1px #00A0AF;
}
.buscador2 .buscar:focus{
	outline: 0;
	border: solid 1px #00A0AF;
}
.buscador2 .col-sm-10{
	padding: 0;
}
.buscador2 .col-sm-2{
	padding: 0;
}
.boton_buscar{
	width: 100%;
	height: 40px!important;
	border: 0!important;
	line-height: 40px!important;
	position: relative;
    font-family: 'ElegantIcons';
    font-style: normal; 
    font-weight: normal;
    background-image: none!important;
    background-color: transparent!important;
    color: #285F74!important;
    font-size: 28px!important;
    padding: 0!important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.boton_buscar:hover{
	color: #f08123!important;
	outline: 0;
}
.boton_buscar:focus{
	color: #f08123!important;	
	outline: 0;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################       [SLIDE]               ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.slide_home{
	margin-bottom: 4em;
}
.slide-1-texto-1{
	font-size: 50px;
	color: #fff;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
}
.slide-1-texto-2{
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.slide-1-texto-3{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.slide-1-texto-4{
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	font-family: 'Rock Salt', cursive;
}
.slide-1-texto-4:hover{
	color: #00A0AF;
}
.slide-1-texto-4:focus{
	color: #00A0AF;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################       [404 error]           ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.ir-al-inicio{
	font-size: 14px;
	color: #22404D;
	font-weight: 400;
	font-family: 'Rock Salt', cursive;
	text-transform: uppercase;
	display: block;
	margin-bottom: 2em;
}
.ir-al-inicio:before{
	content: "";
	width: 41px;
	height: 65px;
	background-image: url(images/flecha-ir-al-inicio.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	margin-top: -25px;
}
.error-texto{
	font-size: 136px;
	color: #00A0AF;
	font-weight: 100;
	text-align: center;
	margin-bottom: 50px;
}
.error-texto span{
	display: block;
	font-size: 25px;
}
.linea{
	width: 100%;
	height: 6px;
	background-image: url(images/socalo_footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 40px;	
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################       [ACCESOS HOME 1]      ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.accesos-home-1{
	background-color: #285F74;
    border-left: solid 8px #00A0AF;
	display: block;
	padding: 3%;
	padding-right: 20%;
	height: 180px;
	width: 85%;
	margin-bottom: 1em;
}
.accesos-home-1 h1{
	font-size: 26px;
	color: #fff;
	margin-bottom: 0.5em;
}
.accesos-home-1 p{
	    font-size: 14px;
    line-height: 17px;
	color: #fff;
}
.accesos-home-1 .imagen-destacada{
	position: absolute;
    top: 0px;
    right: 0px;
    overflow: auto;
    border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 0%;
    border: solid 0px rgba(255, 255, 255, 0);
    width: 180px;
    height: 180px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}
.accesos-home-1 .imagen-destacada span{
	width: 93%;
    height: 100%;
    position: absolute;
    display: block;
    border: solid 6px #00A0AF;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 0%;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.6);
}
.noticias_destacadas_home{
	width: 100%;
	height: auto;	
	border: solid 1px #d6d6d6;
	margin-bottom: 1em;
	vertical-align: top;
	min-height: 340px;
}
.noticias_destacadas_home .imagen_noticias_destacadas_home{
	width: 100%;
	height: 180px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: solid 6px #00A0AF;
	margin-bottom: 1em;
	position: relative;
	overflow: hidden;
}
.noticias_destacadas_home .imagen_noticias_destacadas_home span{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-color: rgba(0,0,0,0.5);
	top: -200%;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.noticias_destacadas_home:hover .imagen_noticias_destacadas_home span{
	top: 0%;
}
.noticias_destacadas_home .imagen_noticias_destacadas_home span p{
	color: #fff;
	padding: 10%;
	line-height: 20px;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.noticias_destacadas_home h1{
	font-size: 21px;
	font-weight: 300;
	color: #22404D;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 1em;
}
.noticias_destacadas_home a{
	font-size: 14px;
	font-weight: bold;
	color: #22404D;
	display: block;
	width: 85%;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
}
.noticias_destacadas_home a:after{
	content: "\e04e";
	font-family: 'ElegantIcons';
	font-size: 25px;
	color: #00A0AF;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.4em;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.noticias_destacadas_home:hover a:after{
	margin-left: 0.2em;
}
.boton_slide_eventos{
	height: 60px;
	background-color: #285F74;
	width: 18%;
	display: block;
	float: left;
	position: relative;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.boton_slide_eventos p{
	font-weight: 700;
	color: #fff;
	line-height: 16px;
	font-size: 16px;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 7%;
	padding-bottom: 7%;
}
.boton_slide_eventos p:after{
	font-size: 30px;
	color: #fff;
	font-family: 'ElegantIcons';
	font-weight: normal;
	content: "\e023";
	position: absolute;
	top: 20px;
	right: 20px;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.boton_slide_eventos:hover{
	background-color: #6ABD98;
}
.boton_slide_eventos:hover p:after{
	right: 30px;
}
.contenedor_slide_eventos{
	height: 60px;
	background-color: #22404D;
	width: 82%;
	display: block;
	float: left;
}
.contenedor_slide_eventos .col-sm-3:after{
	content: "";
	display: block;
	background-color: #00A0AF;
	width: 2px;
	height: 40px;
	margin-top: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.contenedor_slide_eventos .col-sm-5:after{
	content: "";
	display: block;
	background-color: #00A0AF;
	width: 2px;
	height: 40px;
	margin-top: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.contenedor_slide_eventos .fecha{
	font-size: 30px;
	color: #fff;
	font-weight: 200;
	line-height: 56px;
}
.contenedor_slide_eventos .titulo{
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	line-height: 56px;
}
.contenedor_slide_eventos .lugar{
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-top: 0.7em;
	line-height: 16px;
}
.contenedor_slide_eventos .hora{
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 16px;
}
.contenedor_slide_eventos .lugar:before{
	content: ".";
	font-size: 40px;
	line-height: 1px;
	color: #fff;
	margin-right: 0.2em;
}
.contenedor_slide_eventos .hora:before{
	content: ".";
	font-size: 40px;
	line-height: 1px;
	color: #fff;
	margin-right: 0.2em;
}
.contenedor_slide_eventos p a{
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.contenedor_slide_eventos p a:hover{
	color: #5B3700;
}
.accesos_home_2 .cajas{
	display: block;
	width: 100%;
	height: 160px;

	margin-bottom: 2em;
	background-color: #fff;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;

	position: relative;
	overflow: hidden;
}
.accesos_home_2 .cajas span{
	content: "";
	width: 100%;
	height: 100%;
	top: -200%;
	position: absolute;
	z-index: 9999;
	background-color: rgba(56,184,118,0.9);

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;

	display: table;
}
.accesos_home_2 .cajas:hover span{
	top: 0%;
}
.accesos_home_2 .cajas span:after{
	content: "\e02b";
	font-family: 'ElegantIcons';
	font-size: 30px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	display: table-cell;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-15{
	width: 20%;
	float: left;
}
.titulo-nuestros-pilares{
	margin-top: 40px;
	display: block;
	position: relative;
	z-index: 99;
	text-align: center;
}
.titulo-nuestros-pilares h2{
	color: #fff;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	font-size: 26px;
	font-weight: 100;
	border-bottom: solid 1px #00A0AF;
	display: inline-block;
}
.container_slide_paralax{
	width: 100%;
	height: 439px;
	margin-top: 4em;
	margin-bottom: 4em;
	position: relative;
}
.imagen_slide_paralax{
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}
.container_slide_paralax .overnegro{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 0;
}
.contenedor_slide_numeros{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
.slide_numeros h1{
	font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 200;
    display: block;
    margin-bottom: 0.5em;
}
.slide_numeros p{
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: 200;
	display: block;
}
.sumate_home img{

	max-width: 320px;
    margin-bottom: 2em;
    max-height: 100px;
	margin-bottom: 2em;
    margin-left: -15px;
    
}
.sumate_home p{
	font-size: 16px;
	color: #22404D;
	margin-bottom: 2em;
}
.sumate_home a{
	font-size: 27px;
	color: #00A0AF;
	font-weight: 400;
	font-family: 'Rock Salt', cursive;
	text-transform: uppercase;
	height: auto;
	display: block;
	margin-bottom: 2em;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sumate_home a:hover{
	color: #22404D;
}
.sumate_home2 img{
	max-width: 320px;
    margin-bottom: 2em;
    max-height: 100px;
	margin-bottom: 2em;
    margin-left: -15px;
}
.sumate_home2 p{
	font-size: 16px;
	color: #22404D;
	margin-bottom: 2em;
}
.sumate_home2 a{
	color: #00A0AF; 
	text-decoration: underline;
}
.sumate_home2 a:hover{
	color: #22404D;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################       [INSTITUCIONAL]       ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.paralax{
	width: 100%;
	display: block;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-attachment: fixed;

	margin-bottom: 3em;
}
.paralax .overlay{
	position: relative;
	padding-top: 240px;
	width: 100%;
	height: 100%;
	min-height: 250px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
.paralax .overlay:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	
	display: block;
	width: 100%;
	height: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#99000000',GradientType=0 ); /* IE6-8 */
}
.abajo-paralax-linea{
	width: 100%;
	height: 6px;
	background-image: url(images/socalo_footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	
}
.paralax .centrado{
	z-index: 998;
	position: relative;
}
.paralax h1{
	font-size: 30px;
	color: #fff;
	font-weight: 100;
}
.botones-paralax{
	text-align: right;
}
.botones-paralax li{
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.4em;
}
.botones-paralax .menor-padding a{
	padding-left: 1em;
	padding-right: 1em;
}	
.botones-paralax li a{
	line-height: 40px;
	padding-left: 1.4em;
	padding-right: 1.4em;
	border: solid 2px #fff;
	font-size: 12px;

	border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	color: #fff;
	display: block;
	text-transform: uppercase;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.botones-paralax li:hover a{
	border: solid 2px #00A0AF;
	color: #00A0AF;
	background-color: rgba(0,0,0,0.4);
}
.botones-paralax li .current{
	border: solid 2px #00A0AF;
	color: #00A0AF;
	background-color: rgba(0,0,0,0.4);
	font-weight: 700;
}
.botones-paralax .current_page_item{
	border: 0;
	background-color: rgba(0,0,0,0);
	border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
.botones-paralax .current_page_item a{
	border: solid 2px #00A0AF;
	color: #00A0AF;
	background-color: rgba(0,0,0,0.4);
	font-weight: 700;
}
.botones-paralax li .children{
	display: none;
}
.slide-institucional{
	width: 100%;
	height: auto;
	margin-bottom: 4em;
	margin-top: 2em;
}
.accordion1 .accordion-content{
	padding: 0%;
}
.accordion1 .accordion-title{
	margin-bottom: 0;
	margin-top: 0;
	line-height: 30px!important;
	cursor: pointer;
	color: #00A0AF;
	font-size: 12px;
	font-weight: 700;
}
.accordion1 .accordion-title:after{
	content: "\47";
	font-family: 'ElegantIcons';
	font-size: 20px;
	color: #00A0AF;
	margin-left: 0.5em;


	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.accordion1 .open:after{
	content: "\46";
}
.accordion1 .accordion-content li{
	border-bottom: solid 1px #E8E8E8;
}
.staff li{
	display: block;
	margin-top: 1em;
	margin-bottom: 3em;
	vertical-align: middle;
	min-height: 150px;
}
.staff .izquierda{
	float: left;
	width: 50%;
}
.staff .derecha{
	float: right;
	width: 50%;
	vertical-align: top;
}
.staff .completo{
	float: none;
	width: 48%;	
}
.staff .titulo-seccion{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #22404D;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	line-height: 40px;
	width: 100%;
	clear: both;
}
.staff .izquierda img{
	width: 100%;
	max-width: 100px;
	height: auto;
	border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	
	display: inline-block;
	vertical-align: middle;
}
.staff .derecha img{
	width: 100%;
	max-width: 100px;
	height: auto;
	border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	
	display: inline-block;
	vertical-align: middle;
}
.staff img{
	width: 100%;
	max-width: 100px;
	height: auto;
	border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	
	display: inline-block;
	vertical-align: middle;
}
.staff h1{
	font-size: 15px;
	color: #00A0AF;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	margin-bottom: 0.5em;
}
.staff h2{
	font-size: 15px;
	color: #666666;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	margin-bottom: 0.3em;
}
.staff a{
	font-size: 15px;
	color: #666666;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	text-decoration: none;
}
.staff a:after{
	content: "";
	display: block;
	width: 80px;
	background-color: #00A0AF;
	height: 3px;
	margin-top: 0.8em;
}
.gris{
	background-color: #f5f5f5;
	padding-top: 4em;
	padding-bottom: 3em;
}
.blanco{
	padding-top: 3em;
	padding-bottom: 3em;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################   [PROGRAMAS EDUCATIVOS]    ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.programas-educativos h2 a{
	font-size: 18px;
	color: #22404D;
	text-decoration: none;
}
.programas-educativos h3{
	font-size: 18px;
	color: #22404D;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 1em;
}
.programas-educativos h2:before{
	content: "\69";
	font-family: 'ElegantIcons';
	font-size: 25px;
	color: #00A0AF;
	font-weight: 100!important;
	margin-right: 0.4em;
	vertical-align: middle;
}
.programas-educativos h3 a{
	font-size: 14px;
	color: #22404D;
	text-decoration: none;
	background-color: #00A0AF;
	line-height: 38px;
	padding-left: 1em;

	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;

	display: block;
}
.programas-educativos h3 a:before{
	content: "\e0e6";
	font-family: 'ElegantIcons';
	font-size: 20px;
	color: #22404D;
	font-weight: 100!important;
	margin-right: 0.4em;
	vertical-align: middle;
}
.programas-educativos h4 a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #00A0AF;
	line-height: 38px;
	padding-left: 1em;

	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;

	display: block;
}
.programas-educativos h4 a:before{
	content: "\e003";
	font-family: 'ElegantIcons';
	font-size: 20px;
	color: #fff;
	font-weight: 100!important;
	margin-right: 0.4em;
	vertical-align: middle;
}
.programas-educativos h5{
	width: 49%;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	background-color: #EAEAEA;
	line-height: 16px;

	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;

	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 4em;
}
.programas-educativos h5 a{
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-align: left;
}
.programas-educativos h5 a:before{
	content: "\e092";
	font-family: 'ElegantIcons';
	font-size: 35px;
	color: #00A0AF;
	font-weight: 100!important;
	margin-right: 0.4em;
	vertical-align: middle;
	float: left;
	margin-left: -1.3em;
	margin-top: 0.2em;
}
.yo-me-sume h6 a{
	font-size: 14px;
	color: #22404D;
	text-decoration: none;
	background-color: #00A0AF;
	text-transform: uppercase;
	line-height: 38px;
	padding-left: 1em;

	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;

	display: block;
}
.yo-me-sume h6 a:before{
	content: "\e065";
	font-family: 'ElegantIcons';
	font-size: 20px;
	color: #22404D;
	font-weight: 100!important;
	margin-right: 0.4em;
	vertical-align: middle;
}
.accordion2 .accordion-content{
	padding: 3%;
	padding-bottom: 5%;
	min-height: 450px;
}
.accordion2 .accordion-title{
	margin-bottom: 0;
	margin-top: 0;
	line-height: 35px!important;
	letter-spacing: -1px;
	cursor: pointer;
	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	color: #fff;
	background-color: #00A0AF;
	font-size: 14px;
	font-weight: 700;
	padding-left: 1em;
	padding-right: 1em;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.accordion2 .accordion-title:before{
	content: "\69";
	font-family: 'ElegantIcons';
	font-size: 20px;
	margin-right: 0.5em;
	vertical-align: middle;


	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.accordion2 .open:before{
	content: "\46";
}
.accordion2 .accordion-content a{
	display: inline-block;
	width: 55%;
	float: left;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	margin-top: 80px;
	background-color: #F0F0F0;
	padding: 2%;
	padding-left: 10%;
}
.accordion2 .accordion-content a:before {
  content: "\e092";
  font-family: 'ElegantIcons';
  font-size: 30px;
  color: #00A0AF;
  display: inline-block;
  vertical-align: middle;
  margin-left: -40px;
  margin-right: 0.4em;
}
.accordion2 .accordion-content img{
	float: right;
	margin-bottom: 3em;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}





.accordion4 .accordion-content{
	padding: 3%;
}
.accordion4 .accordion-title{
	margin-bottom: 0;
	margin-top: 0;
	line-height: 35px!important;
	letter-spacing: -1px;
	cursor: pointer;
	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	color: #fff;
	background-color: #00A0AF;
	font-size: 14px;
	font-weight: 700;
	padding-left: 1em;
	padding-right: 1em;
	text-transform: uppercase;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.accordion4 .accordion-title:before{
	content: "\69";
	font-family: 'ElegantIcons';
	font-size: 20px;
	color: #fff;
	margin-right: 0.5em;
	vertical-align: middle;


	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.accordion4 .open:before{
	content: "\46";
}
.accordion4 .accordion-content h3 a{
	display: block;
	width: 100%;
	float: left;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	margin-top: 20px;
	background-color: #F0F0F0;
	padding: 2%;
	padding-left: 10%;
}
.accordion4 .accordion-content h3 a:before {
  content: "\e092";
  font-family: 'ElegantIcons';
  font-size: 30px;
  color: #00A0AF;
  display: inline-block;
  vertical-align: middle;
  margin-left: -40px;
  margin-right: 0.4em;
}
.accordion4 .accordion-content img{
	margin-top: 2em;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}





.programas-educativos-secundario h2 a{
	font-size: 18px;
	color: #22404D;
	text-decoration: none;
}
.programas-educativos-secundario h2:before{
	content: "\e059";
	font-family: 'ElegantIcons';
	font-size: 24px;
	color: #22404D;
	font-weight: 100!important;
	margin-right: 0.4em;
	vertical-align: middle;
}
.programas-educativos-secundario a{
	color: #00A0AF;
	font-size: 15px;
	text-decoration: none;
}
.programas-educativos-secundario a:after{
	color: #00A0AF;
	font-size: 24px;
	text-decoration: none;
	content: "\e04e";
	font-family: 'ElegantIcons';
	margin-left: 0.5em;
	vertical-align: middle;

}
.yo-me-sume-testimonios h3 a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #00A0AF;
	line-height: 18px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 50px;

	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;

	display: block;
	position: relative;
}


.yo-me-sume-testimonios h3 a:before{
	content: "\5a";
	font-family: 'ElegantIcons';
	font-size: 25px;
	color: #fff;
	font-weight: 100!important;
	margin-right: 0.4em;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	top: 16px;
}
.yo-me-sume-testimonios .imagen-interna{
	overflow: hidden;
	position: relative;
	float: left;
	border: solid 6px #fff;
	width: 300px;
	height: 200px;
	margin-right: 3em;
	margin-bottom: 2em;

	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
}
.yo-me-sume-testimonios .imagen-interna span{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	border: solid 6px #00A0AF;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;

	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.6);	
}
.testimonio-interna{
	margin-top: 4em;
	border-bottom: solid 1px #ccc;
	padding-bottom: 2em;
}
.testimonio-interna h1{
	margin-bottom: 0.4em;
}
.testimonio-interna h2{
	color: #00A0AF;
	margin-bottom: 2em;
}
.testimonio-interna h3{
	color: #22404D;
	margin-bottom: 2em;
	text-decoration: underline;
}
.social-buttons{
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: right;
}
.boton-regresar{
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block;
	line-height: 40px!important;
	letter-spacing: -1px;
	cursor: pointer;
	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	color: #22404D;
	background-color: #99D9DF;
	font-size: 14px;
	font-weight: 700;
	padding-left: 1em;
	padding-right: 1em;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.boton-regresar:before{
	content: "\48";
	font-family: 'ElegantIcons';
	font-size: 20px;
	color: #22404D;
	margin-right: 0.5em;
	vertical-align: middle;


	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################         [SUMATE !]          ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.sumar{
	display: block;
	font-family: 'Rock Salt', cursive!important;
	color: #00A0AF!important;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none!important;
	line-height: 60px;
}
.testimonios ul li{
	width: 30%;
	border: solid 1px #d6d6d6;
	height: auto;
	float: left;
	padding: 2%;
	position: relative;
	padding-top: 130px;
	margin-right: 2%;
	margin-bottom: 50px;
}
.testimonios ul li h3{
	font-size: 15px;
	font-weight: bold;
	color: #00A0AF;
	margin-bottom: 2em;
}
.testimonios ul li p{
	font-size: 14px;
}
.testimonios .imagen{
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -75px;
	overflow: hidden;

	border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;

	border: solid 6px #fff;
	width: 150px;
	height: 150px;

	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
}
.testimonios .imagen span{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	border: solid 6px #00A0AF;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;

	border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;

	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.6);	
}
.testimonios a{
	font-size: 14px;
    font-weight: bold;
    color: #22404D;
    display: block;
	margin-top: 2em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    text-align: right;

}
.testimonios a:after{
	content: "\e04e";
    font-family: 'ElegantIcons';
    font-size: 25px;
    color: #00A0AF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4em;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################    [QUIENES NOS APOYAN]     ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.apoyan{
	margin-top: 60px;
	margin-bottom: 60px;
}
.apoyan li{
	display: block;
	float: left;
	width: 18%;
	border: solid 1px #ccc;
	border-bottom: 0;
	min-height: 137px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 2%;
	line-height: 0px;
}




.apoyan .categoria-sep{
	min-height: 135px;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	float: left;
	padding: 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.apoyan .clear{
	display: block;
	clear: both;
	width: 100%;
}
.apoyan li img{
	width: 100%;

	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.apoyan .col-sm-4{
	margin-bottom: 2em;
	text-align: left;
}
.apoyan li:hover img{
	
}
.apoyan-modal img{
	width: 100%;
	max-width: 190px;
}
.apoyan-modal h2{
	text-transform: uppercase;
	margin-top: 40px;
}
.apoyan-modal a{
	color: #00A0AF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
}
.apoyan-modal a:after{
	content: "";
	margin-top: 1em;
	width: 80px;
	height: 3px;
	background-color: #00A0AF;
	display: block;
}
.apoyan-modal h1{
	font-size: 18px;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
    text-align: left;
    font-weight: 400;

}
.cerrar-modal{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;

	position: absolute;
	z-index: 9999;
	right: 5%;
}
.cerrar-modal:after{
	content: "\e051";
	font-size: 30px;
	color: #db5959;
	font-family: 'ElegantIcons';
}
.cerrar-modal:hover{
	transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);

	outline: 0!important;
}
/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################         [NOTICIAS]          ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.noticias-emprendedoras ul li{
	width: 31%;
	border: solid 1px #d6d6d6;
	height: auto;
	float: left;
	position: relative;
	margin-right: 2%;
	margin-bottom: 50px;
	min-height: 500px;
}
.noticias-emprendedoras ul li h2{
	font-size: 22px;
	font-weight: 400;
	color: #22404D;
	margin-bottom: 2em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.noticias-emprendedoras ul li p{
	font-size: 14px;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.noticias-emprendedoras .imagen{
	width: 100%;
	height: 180px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;

	border-bottom: solid 6px #00A0AF;
	margin-bottom: 2em;
}
.noticias-emprendedoras a{
	font-size: 14px;
    font-weight: bold;
    color: #22404D;
    display: block;
	margin-top: 2em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    text-align: left;
    margin-left: 10%;

}
.noticias-emprendedoras a:after{
	content: "\e04e";
    font-family: 'ElegantIcons';
    font-size: 25px;
    color: #00A0AF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4em;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

 .imagenActividades{
	
	position: relative;
	float: left;
	width: 100%;
	max-width: 
}



/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################     [IDENTIDAD VISUAL]      ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
.identidad-visual{
	margin-top: 3em;
	margin-bottom: 3em;
}
.identidad-visual .col-sm-4{
	min-height: 140px;
	margin-bottom: 2em;
}
.identidad-visual span{
	text-align: center;
}
.identidad-visual span img{
	width: 100%;
	max-width: 80px;
}	
.identidad-visual a{
	background-color: #f5f5f5;
	display: block;
	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;

	font-size: 14px;
	color: #666;
	padding-left: 1em;
	padding-right: 4em;
	line-height: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;
}
.identidad-visual a:after{
	content: "\e092";
    font-family: 'ElegantIcons';
    font-size: 30px;
    color: #00A0AF;
    float: right;
    position: absolute;
    right: 10px;
    top: 20px;
    vertical-align: middle;
}

/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################       [EVENTOS]             ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/

.eventos ul li{
	width: 31%;
	border: solid 1px #d6d6d6;
	height: auto;
	float: left;
	position: relative;
	margin-right: 2%;
	margin-bottom: 50px;
	min-height: 450px;
}
.eventos ul li h2{
	font-size: 22px;
	font-weight: 400;
	color: #22404D;
	margin-bottom: 1.5em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.eventos ul li p{
	font-size: 14px;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.eventos .imagen{
	width: 100%;
	height: 180px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;

	border-bottom: solid 6px #00A0AF;
	margin-bottom: 2em;
	position: relative;
}
.eventos a{
	font-size: 14px;
    font-weight: bold;
    color: #22404D;
    display: block;
	margin-top: 2em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    text-align: left;
    margin-left: 10%;

}
.eventos a:after{
	content: "\e04e";
    font-family: 'ElegantIcons';
    font-size: 25px;
    color: #00A0AF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4em;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.eventos .fecha-completa{
	background-color: #00A0AF;
	line-height: 30px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding-right: 5%;
	padding-left: 5%;
}
.eventos .fecha-completa:before{
	content: "\e023";
	font-family: 'ElegantIcons';
	font-size: 15px;
	color: #fff;
	float: left;
}
.eventos .fecha-corta{
	width: 50%;
	height: 100%;
	position: absolute;
	background-color: #00A0AF;
	
	display: table;
}
.eventos .fecha-corta span{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 40px;
	font-weight: 100;
	padding-left: 30%;
	padding-right: 30%;
	text-align: center;
	line-height: 35px;
}
.eventos h3{
	margin-left: 10%;
	color: #00A0AF;
	font-weight: bold;
	font-size: 14px;
}
.eventos h4{
	margin-left: 10%;
	color: #00A0AF;
	font-weight: bold;
	font-size: 14px;
}

.eventos h3:before{
	content: "\e081";
	font-family: 'ElegantIcons';
	font-size: 15px;
	color: #999999;
	vertical-align: middle;
	margin-right: 0.5em;
}
.eventos h4:before{
	content: "\e06b";
	font-family: 'ElegantIcons';
	font-size: 15px;
	color: #999999;
	vertical-align: middle;
	margin-right: 0.5em;
}
.eventos .boton-eventos-anteriores{
	display: inline-block;
	background-color: #00A0AF;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 35px;
	padding-left: 2em;
	padding-right: 2em;
	margin: 0;
	margin-left: auto;
	margin-right: auto;

	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}
.eventos .boton-eventos-anteriores:before{
	content: "\e023";
	font-family: 'ElegantIcons';
	color: #fff;
	font-size: 20px;
	font-weight: 100!important;
	vertical-align: middle;
	margin-right: 1em;
}
.eventos .boton-eventos-anteriores:after{
	display: none;
}
.eventos-interna .lugar{
	color: #00A0AF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0.5em;
}
.eventos-interna .hora{
	color: #00A0AF;
	font-weight: bold;
	font-size: 14px;
}

.eventos-interna .lugar:before{
	content: "\e081";
	font-family: 'ElegantIcons';
	font-size: 17px;
	color: #999999;
	vertical-align: middle;
	margin-right: 0.8em;

}
.eventos-interna .hora:before{
	content: "\e06b";
	font-family: 'ElegantIcons';
	font-size: 17px;
	color: #999999;
	vertical-align: middle;
	margin-right: 0.8em;
}
.eventos-interna .fecha{
	display:block;
	line-height: 40px;
	background-color: #00A0AF;
	width: 100%;
	margin-bottom: 2em;
	padding-left: 3%;
}
.eventos-interna .fecha span:nth-child(1){
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.eventos-interna .fecha span:nth-child(1):before{
	content: "\e023";
	font-family: 'ElegantIcons';
	font-size: 20px;
	font-weight: 100;
	margin-right: 0.8em;
	color: #fff;
	float: left;
}
.eventos-interna .fecha span:nth-child(2){
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #00A0AF;
	display: inline-block;
	line-height: 41px;
	padding-left: 1em;
	padding-right: 1em;
	float: right;
}
.eventos-interna .contenido p{
	margin-bottom: 2em;
}
.eventos-interna .contenido h2{
	margin-bottom: 1em;
}
.eventos-interna .imagen-interna{
	overflow: hidden;
    position: relative;
    float: none;
    border: solid 6px #fff;
    width: 100%;
    height: 300px;
    margin-right: 3em;
    margin-bottom: 2em;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
}
.boton-eventos-formulario{
	display: inline-block;
	background-color: #00A0AF;
	font-size: 14px;
	color: #fff!important;
	text-decoration: none!important;
	text-transform: uppercase;
	line-height: 16px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0;
	margin-left: auto;
	margin-right: auto;

	border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	max-width: 300px;
	padding-left: 13%;

	position: relative;
	margin-bottom: 2em;
}
.boton-eventos-formulario:before{
	content: "\e023";
	font-family: 'ElegantIcons';
	color: #fff;
	font-size: 20px;
	font-weight: 100!important;
	vertical-align: middle;
	margin-right: 1em;
	position: absolute;
	left: 13px;
	top: 15px;

}

/*
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
################################                             ##################################
################################                             ##################################
################################                             ##################################
################################       ESTILOS PROPIOS       ##################################
################################       [RESPONSIVE]          ##################################
################################                             ##################################
################################                             ##################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
###############################################################################################
*/
@media screen and (max-width: 1920px){}
@media screen and (max-width: 1600px){}
@media screen and (max-width: 1366px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1152px){
	.main-navigation li a {
  		padding-left: 0.5em;
  		padding-right: 0.5em;
	}
	.accesos-home-1{
		height: auto;
	}
	.contenedor_slide_eventos .fecha{
		font-size: 18px;
	}
	.contenedor_slide_eventos .titulo{
		font-size: 14px;
	}
	.contenedor_slide_eventos .lugar{
		font-size: 12px;
	}
	.contenedor_slide_eventos .hora{
		font-size: 12px;
	}
	.botones-paralax li{
		margin-left: 0.1em;
		margin-right: 0.1em;
	}
}
@media screen and (max-width: 1040px){
	.main-navigation li a{
		font-size: 12px;
	}
	.accesos-home-1 {
	  background-color: #00A0AF;
	  border-top: solid 8px #285F74;
	  border-left: 0;
	  display: block;
	  padding: 5%;
	  padding-right: 5%;
	  height: auto;
	  width: 100%;
	  margin-bottom: 1em;
	}
	.accesos-home-1 .imagen-destacada {
	  position: static;
	  top: 0px;
	  right: 0px;
	  overflow: hidden;
	  border-radius: 0%;
	  -o-border-radius: 0%;
	  -moz-border-radius: 0%;
	  -webkit-border-radius: 0%;
	  border: solid 6px #fff;
	  width: 100%;
	  height: auto;
	  display: block;
	  margin-top: 2em;
	}
	.accesos-home-1 .imagen-destacada span {
	  width: 100%;
	  position: static;
	  min-height: 250px;
	  border: solid 6px #99D9DF;
	  border-radius: 0%;
	  -o-border-radius: 0%;
	  -moz-border-radius: 0%;
	  -webkit-border-radius: 0%;
	}
	.botones-paralax li a{
		padding-left: 0.8em;
		padding-right: 0.8em;
	}
	.paralax h1 {
	  margin-top: -1em;
	}
	.botones-paralax .menor-padding a{
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 11px;
	}
	.boton-eventos-formulario{
		padding-left: 1em;
		padding-right: 1em;
	}
	.boton-eventos-formulario:before{
		display: none;
	}
	.yo-me-sume-testimonios .imagen-interna {
	    overflow: hidden;
	    position: relative;
	    float: left;
	    border: solid 6px #fff;
	    width: 100%;
	    height: 200px;
	    margin-right: 3em;
	    margin-bottom: 2em;
	    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	}
	
}
@media screen and (max-width: 950px){
	.contenedor_slide_eventos {
	  width: 100%;
	  float: none;
	}
	.boton_slide_eventos{
		width: 100%;
		float: none;
	}
	.boton_slide_eventos p {
	  font-weight: 700;
	  color: #fff;
	  line-height: 16px;
	  font-size: 16px;
	  padding-left: 3%;
	  padding-right: 3%;
	  padding-top: 1.5%;
	  padding-bottom: 1%;
	}
	.paralax .overlay{
		padding-top: 80px;
	}
	.botones-paralax li{
		display: block;
	}
	.paralax {
	  width: 100%;
	  display: block;
	  height: auto;
	  background-position: center center;
	  background-repeat: no-repeat;
	  -webkit-background-size: cover;
	  background-size: cover;
	  position: relative;
	  background-attachment: fixed;
	  margin-bottom: 3em;
	}
	.paralax ul{
		margin-bottom: 2em;
	}
	.testimonios ul li{
		width: 48%;
		border: solid 1px #d6d6d6;
		height: auto;
		float: left;
		padding: 2%;
		position: relative;
		padding-top: 130px;
		margin-right: 2%;
		margin-bottom: 50px;
	}
	.eventos ul li{
		width: 48%;
		border: solid 1px #d6d6d6;
		height: auto;
		float: left;
		position: relative;
		margin-right: 2%;
		margin-bottom: 50px;
		min-height: 450px;
	}
	.eventos .fecha-corta{
		width: 30%;
	}
	.eventos .fecha-corta span{
		display: table-cell;
		vertical-align: middle;
		color: #fff;
		font-size: 30px;
		font-weight: 100;
		padding-left: 30%;
		padding-right: 30%;
		text-align: center;
	}
	footer[role="contentinfo"] {
	    border-top: 1px solid #c9c9c9;
	    clear: both;
	    margin-top: 4em;
	    margin-left: auto;
	    margin-right: auto;
	    background-image: url(images/socalo_footer.jpg);
	    background-repeat: repeat-x;
	    background-position: center bottom;
	    padding-bottom: 40px;
	    padding-top: 40px;
	    margin-bottom: 0px;
	}
}
@media screen and (max-width: 890px){
	.site-header {
	  margin-bottom: 2em;
	  border-bottom: solid 2px #285F74;
	}
	.contenedor_slide_eventos{
		height: auto;
		padding-top: 1em;
		padding-bottom: 1em;
	}
		.contenedor_slide_eventos .fecha{
		font-size: 30px;
	}
	.contenedor_slide_eventos .titulo{
		font-size: 20px;
		line-height: 22px;
	}
	.contenedor_slide_eventos .lugar{
		font-size: 16px;
	}
	.contenedor_slide_eventos .hora{
		font-size: 16px;
	}
	.carousel-control.right{
		top: auto;
		bottom: 0;
	}
	.carousel-control.left{
		top: auto;
		bottom: 0;
	}
	.carousel-inner > .item {
	  margin-left: 10px;
	  margin-right: 10px;
	  padding-bottom: 80px;
	}
	.col-sm-15{
		width: 33.3333%;
		float: left;
		-webkit-background-size: auto;
		background-size: auto;
		margin-bottom: 2em;
	}
	.paralax .overlay{
		padding-top: 40px;
	}
	.staff .izquierda{
		float: none;
		width: 100%;
	}
	.staff .derecha{
		float: none;
		width: 100%;
		vertical-align: top;
	}
	.staff .completo{
		float: none;
		width: 100%;	
	}
	.paralax h1 {
	  margin-top: 0em;
	}
	.botones-paralax .menor-padding a{
		padding-left: 0.5em;
		padding-right: 0.5em;
		font-size: 14px;
	}
	.accordion2 .accordion-content a{
		display: block;
		width: 100%;
		float: none;
		text-transform: uppercase;
		color: #666666;
		text-decoration: none;
		margin-top: 80px;
		background-color: #F0F0F0;
		padding: 2%;
		padding-left: 10%;
	}
	.accordion2 .accordion-content a:before {
		content: "\e092";
		font-family: 'ElegantIcons';
		font-size: 30px;
		color: #00A0AF;
		display: inline-block;
		vertical-align: middle;
		margin-left: -30px;
		float: right;
		margin-right: 0.4em;
		margin-top: 0.2em;
	}
	.accordion2 .accordion-content img{
		float: none;
		margin-bottom: 1em;
		box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	}
	.botones-paralax li{
		display: block;
	}
	.apoyan li{
		display: block;
		float: left;
		width: 31%;
		border: solid 1px #ccc;
		min-height: 200px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 2%;
	}
	.apoyan .categoria-sep{
		min-height: 200px;
	}
	footer[role="contentinfo"] .col-sm-10{
		width: 100%;
		margin-bottom: 1em;
	}
	footer[role="contentinfo"] .col-sm-2{
		width: 100%;
		margin-bottom: 1em;
	}
	.noticias-emprendedoras ul li{
		width: 48%;
	}

}
@media screen and (max-width: 768px){
	.logo_header {
	  	width: 100%;
	  	max-width: 280px;
	  	margin-left: auto;
	  	margin-right: auto;
	  	margin-bottom: 2em;
	}
	.buscador{
		width: 100%;
		float: right;
		height: 90px;
		padding-top: 27px;
	}
	.buscador .col-sm-10{
		width: 83.33333333%;
		float: left;
	}
	.buscador .col-sm-2{
		width: 16.66666667%;
		float: left;
	}
	.buscador2{
		width: 100%;
		float: right;
		height: 90px;
		padding-top: 27px;
	}
	.buscador2 .col-sm-10{
		width: 83.33333333%;
		float: left;
	}
	.buscador2 .col-sm-2{
		width: 16.66666667%;
		float: left;
	}
	.accordion2 .accordion-content a:before {
		display: none;
	}
	.programas-educativos h5{
		padding-left: 3.5em;
		display: block;
		width: 100%;
	}
	.programas-educativos h5 a{
		color: #666666;
		text-decoration: none;
		font-size: 14px;
		font-weight: normal;
		display: block;
		text-align: left;
	}
	.programas-educativos h5 a:before{
		content: "\e092";
		font-family: 'ElegantIcons';
		font-size: 25px;
		color: #00A0AF;
		font-weight: 100!important;
		margin-right: 0.4em;
		vertical-align: middle;
		float: left;
		margin-left: -1.3em;
		margin-top: 0.2em;
	}
	.yo-me-sume-testimonios .imagen-interna {
	    overflow: hidden;
	    position: relative;
	    float: none;
	    border: solid 6px #fff;
	    width: 100%;
	    height: 300px;
	    margin-right: 3em;
	    margin-bottom: 2em;
	    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	}
	.boton-regresar {
	    margin-bottom: 0;
	    margin-top: 0;
	    display: block;
	    text-align: center;
	    line-height: 40px!important;
	    letter-spacing: -1px;
	    cursor: pointer;
	    border-radius: 0.4em;
	    -o-border-radius: 0.4em;
	    -moz-border-radius: 0.4em;
	    -webkit-border-radius: 0.4em;
	    color: #22404D;
	    background-color: #00A0AF;
	    font-size: 14px;
	    font-weight: 700;
	    padding-left: 1em;
	    padding-right: 1em;
	    -webkit-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	    margin-bottom: 2em;
	}
	.apoyan li{
		display: block;
		float: left;
		width: 48%;
		border: solid 1px #ccc;
		min-height: 200px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 2%;
	}
	.apoyan .categoria-sep{
		min-height: 200px;
	}
	.boton-eventos-formulario{
		display: inline-block;
		background-color: #00A0AF;
		font-size: 14px;
		color: #fff!important;
		text-decoration: none!important;
		text-transform: uppercase;
		line-height: 30px;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		margin: 0;
		margin-left: auto;
		margin-right: auto;

		border-radius: 0.4em;
		-o-border-radius: 0.4em;
		-moz-border-radius: 0.4em;
		-webkit-border-radius: 0.4em;
		max-width: 100%;
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		text-align: center;

		position: relative;
		margin-bottom: 2em;
	}
	.boton-eventos-formulario:before{
		display: none;

	}
	.accesos_home_2 .col-sm-2{
		width: 33%;
		float: left;
	}
	.movil{
		display: none;
	}
	

}
@media screen and (max-width: 600px){
	.accordion2 .accordion-content a{
		display: inline-block;
		width: 100%;
		float: left;
		text-transform: uppercase;
		color: #666666;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 40px;
		margin-bottom: 40px;
	}
	.accordion2 .accordion-content img{
		float: none;
		margin-bottom: 2em;
	}
	.one_half{
	width: 100%!important;
	margin-right: 0%;
	}
	.accordion2 .accordion-content a{
		display: block;
		width: 100%;
		float: none;
		text-transform: uppercase;
		color: #666666;
		text-decoration: none;
		margin-top: 80px;
		background-color: #F0F0F0;
		padding: 2%;
		padding-left: 2%;
		margin-left: 0px;
	}
	.accordion2 .accordion-content a:before {
		content: "\e092";
		font-family: 'ElegantIcons';
		font-size: 30px;
		color: #00A0AF;
		display: inline-block;
		vertical-align: middle;
		margin-left: -30px;
		float: right;
		margin-right: 0.4em;
		margin-top: 0em;
	}
	.testimonios ul li{
		width: 100%;
		border: solid 1px #d6d6d6;
		height: auto;
		float: left;
		padding: 3%;
		position: relative;
		padding-top: 130px;
		margin-right: 0%;
		margin-bottom: 50px;
	}
	.yo-me-sume-testimonios h3 a:before {
	    content: "\5a";
	    font-family: 'ElegantIcons';
	    font-size: 25px;
	    color: #fff;
	    font-weight: 100!important;
	    margin-right: 0.4em;
	    vertical-align: middle;
	    position: absolute;
	    left: 10px;
	    top: 10px;
	}
	.eventos ul li{
		width: 100%;
		border: solid 1px #d6d6d6;
		height: auto;
		float: left;
		position: relative;
		margin-right: 0%;
		margin-bottom: 50px;
		min-height: 450px;
	}
	.noticias-emprendedoras ul li{
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
}
@media screen and (max-width: 500px){
	.boton_slide_eventos p {
	  padding-top: 5%;
	}

	.slide_numeros h1{
	font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 200;
    display: block;
    margin-bottom: 0.5em;
	}

	.col-sm-15{
		width: 50%;
		float: left;
		-webkit-background-size: auto;
		background-size: auto;
		margin-bottom: 2em;
	}
	.slide_home{
		display: none;
	}
	.apoyan li{
		display: block;
		float: left;
		width: 100%;
		border: solid 1px #ccc;
		min-height: 200px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 0%;
	}
	.accesos_home_2 .col-sm-2{
		width: 50%;
		float: left;
	}
}
@media screen and (max-width: 480px){
	.accordion1 .accordion-content h3 a:before{
		display: none;
	}
	.accordion2 .accordion-content a:before{
		display: none;
	}
	.programas-educativos h5 a:before{
		display: none;
	}
	.accordion4 .accordion-content h3 a:before{
		display: none;
	}
}
@media screen and (max-width: 370px){
	.col-sm-15{
		width: 100%;
		float: left;
		-webkit-background-size: auto;
		background-size: auto;
		margin-bottom: 2em;
	}
	.accordion2 .accordion-content a:before {
		display: none;
	}
	.botones-paralax .menor-padding a {
	  line-height: 24px;
	}
}