/*

Color Rojo: #fb3448;

*/


body {
	background: #f2f2f2;
}
.layout-boxed .body-innerwrapper {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	max-width: 1240px;
	max-width: 1170px;
}
/*Top Bar*/

#sp-top-bar {
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
/*Contact Info*/

.sp-contact-info {
	float: left;
	list-style: outside none none;
	margin: 0 -10px;
	padding: 0;
}
.sp-contact-phone a:before {
	content: 'Teléfono: ';
	color: #9a9a9a;
	font-weight: 700;
}
.sp-contact-email a:before {
	content: 'Correo Electrónico: ';
	color: #9a9a9a;
	font-weight: 700;
}
.sp-contact-phone a, .sp-contact-email a, .sp-contact-phone i, .sp-contact-email i {
	color: #9a9a9a;
}
.sp-contact-phone a:hover, .sp-contact-email a:hover {
	color: #fb3448;
}
/*Social Icons*/
ul.social-icons {
	float: right;
	display: inline-block;
	list-style: outside none none;
	margin: -5px;
	padding: 0;
}
ul.social-icons > li {
	margin: 5px 0px;
}
ul.social-icons > li a {
	color: #999999;
	width: 30px;
	display: block;
	border-right: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}
ul.social-icons > li:last-child a {
	border-right: 0px solid rgba(0,0,0,0.1);
}
/*Header*/

#sp-header {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 11px 10px rgba(0, 0, 0, 0.2);
	height: 90px;
	position: relative;
	z-index: 5;
}
/*LOGO SECRETARÍA*/
#sp-header .logo h1 img {
	max-height: 70px;
	max-width: 460px !important;
}
/*Menú*/

.sp-megamenu-parent > li > a {
	color: #6a6a6a;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 90px;
	padding: 0 12px;
	text-transform: none;
}
.sp-megamenu-parent > li.active > a {
	font-weight: 700;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	color: #3a3a3a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	color: #3a3a3a;
	cursor: pointer;
	display: block;
	padding: 10px;
}
.sp-megamenu-parent > li.sp-has-child > a::after {
	display: none;
}
.sp-megamenu-parent > li.sp-has-child:hover > a::after {
	display: inline-block;
	position: absolute;
	right: -3px;
	top: 3px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 0px;
	border-top:4px solid #00a14b;
}
/*Page Title*/
.sp-page-title {
	background: #9a9a9a none repeat scroll 0 0;
	padding: 15px 0;
}
.sp-page-title h2 {
	font-size: 22px;
	line-height: 1;
}
.sp-page-title .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
}

.mapsite {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
}
.mapsite span {
    color: #f2f2f2;
}
.mapsite span a {
    font-weight: bold;
    color: #f2f2f2;  
}
.mapsite span a:hover{
    font-weight: bold; 
    color: #ffffff;
}
/*Main*/
#sp-main-body {
	padding: 15px 0;
}
/*Bottom*/
#sp-bottom {
	background-color: #fff !important;
	padding: 30px 0 !important;
	border-top: 1px solid rgba(0,0,0,0.1);
}
/*Footer*/
#sp-footer {
	background: #f2f2f2 none repeat scroll 0 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	color: #6a6a6a;
	font-size: 12px;
	line-height: 1.4em;
}
#sp-footer a {
	color: #6a6a6a;
}
#sp-footer a:hover {
	color: #fb3448;
}
#sp-footer img {
	display: inline-block;
	margin: 0px auto;
	max-height: 45px;
}
/*Video Responsive*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Slider*/

.nspArts {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0px;
	position: relative !important;
}
/*Bullets*/



.tp-bullets.simplebullets.round-old .bullet {
	background-image: none;
	border-radius: 50%;
	height: 12px;
	width: 12px;
}
.nspPagination li, .tp-bullets.simplebullets.round-old .bullet {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	cursor: pointer;
	float: left;
	height: 12px;
	margin: 1px 4px 0 0 !important;
	text-indent: -999em;
	width: 12px;
}
.nspPagination li:hover, .nspPagination li.active, .tp-bullets.simplebullets.round-old .bullet.selected, .tp-bullets.simplebullets.round-old .bullet:hover {
	background-color: rgba(255, 255, 255, 0.6) !important;
}
#noticias-destacadas {
}
#noticias-destacadas .nspArtScroll1 {
	position: relative;
	z-index: 1;
}
#noticias-destacadas .nspTopInterface {
	clear: both;
	float: none !important;
	margin: 0px 0 !important;
	overflow: hidden;
	position: absolute !important;
	right: 5px !important;
	top: 5px !important;
	z-index: 99;
}
#noticias-destacadas .gkArtContentWrap {
	padding: 15px 0px 0px 15px;
	color: #fff;
}
#noticias-destacadas .nspArt h4.nspHeader {
	font-size: 24px;
	margin: 0;
	padding: 0px 0 10px;
}
#noticias-destacadas .nspArt h4.nspHeader a {
	text-decoration: none;
	color: #eee;
}
#noticias-destacadas .nspArt .nspImageWrapper {
	display: block;
	position: relative;
	box-shadow: -5px 0px 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
/*
#noticias-destacadas .nspArt .nspImageWrapper::before{
	position:absolute;
	content:'\f01d';
	font-size:80px;
	color: rgba(255,255,255,0.7);
	top:50%;
	left:50%;
	font-family:"FontAwesome";
	z-index:99;
	width:80px;
	height:80px;
	text-align:center;
	line-height:80px;
	margin-left:-40px;
	margin-top:-40px;
	text-shadow: 0 0 30px rgba(0,0,0,0.6);
	transition: all 200ms ease 0s;	
}

*/

#noticias-destacadas .nspArt .nspImageWrapper::after {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#noticias-destacadas .nspArt .nspImageWrapper img {
	transition: all 200ms ease 0s;
}
#noticias-destacadas .nspArt .nspImageWrapper:hover img, #noticias-destacadas .nspArt .nspImageWrapper:hover:before {
	transform: scale(1.05, 1.05);
}
#noticias-destacadas .gkArtContentWrap p {
	color: #ddd;
}
.sppb-addon-cta .sppb-btn-lg {
}
.btn-primary, .sppb-btn-primary {
}
#noticias-destacadas .readon {
	transition: color 400ms ease 0s, background-color 400ms ease 0s, border-color 400ms ease 0s;
	-moz-user-select: none;
	background-image: none;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	float: none !important;
	margin: 0 auto !important;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 1px;
	font-size: 14px;
	line-height: 1.33;
	padding: 10px 16px;
	background: rgba(255,255,255,1);
	background: #929497;
	border: 0px solid rgba(255,255,255,1);
	color: #fff;
	font-weight: 700;
}
#noticias-destacadas .nspArt .readon.fleft {
	float: none !important;
}
#noticias-destacadas .readon:hover {
	background: rgba(255,255,255,1);
	border: 0px solid rgba(255,255,255,0.0);
	color: #929497;
}
/*Footer Top*/
#sp-footer-top {
	border-top: 1px solid rgba(0,0,0,0.1);
}
/*Social Icons*/
#sp-footer-top ul.social-icons {
	float: right;
}
/*Menú Inferior*/
#sp-footer-top .nav.menu {
	float: left;
}
#sp-footer-top .nav.menu li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
#sp-footer-top .nav.menu > li > a {
	display: block;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	margin-left: 5px;
	position: relative;
	border-left: 1px solid rgba(0,0,0,0.1);
	font-size: 12px;
}
#sp-footer-top .nav.menu > li:first-child > a {
	border-left: 0px solid rgba(0,0,0,0.1);
}
#sp-footer-top .nav.menu > li > a:hover {
	background: none;
}
/*Footer Web Links*/

#sp-bottom .sp-module .sp-module-title {
	font-weight: 700;
	font-size: 16px;
	color:#00a14b;		
}
.sp-module ul > li, .sp-module ul > li > a {
	border: 0px;
}
.sp-module ul > li > a {
	margin: 5px 0px;
	display: block;
	position: 10px 0px;
	padding-left: 25px;
	line-height: 1.4em;
	position: relative;
	font-size: 12px;
}
.sp-module ul > li > a:hover {
	color: #8a8a8a;
	padding-left: 23px;
}
.sp-module ul > li > a::before {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	top: 3px;
	left: 2px;
}
.sp-module ul > li:hover > a:before {
	color: #00a14b;
}
/*BTN*/

.sppb-btn {
	-moz-user-select: none;
	background-image: none;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.sppb-btn-lg {
	border-radius: 2px;
	font-size: 18px;
	line-height: 1.33;
	padding: 10px 16px;
}
.btn-primary, .sppb-btn-primary {
	background-color: #fb3448;
	border-color: #fa162d;
}
.sppb-btn-primary, .sppb-btn-primary:hover {
	color: #ffffff;
}
#sp-bottom .sppb-btn-primary {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 16px 16px;
}
/*Web Links*/
/*
a.weblink img{
	border:1px solid rgba(0,0,0,0.05);
	transition: all .2s ease-in-out;
	
}

a.weblink:hover img{
	border:1px solid rgba(0,0,0,0.1);
}

*/


/*Sonora Showbiz*/
.sonora-showbiz #showbiz_1_1 {
	background: #2a2a2a none repeat scroll 0 0;
	overflow: visible;
	padding: 15px !important;
	position: relative;
	min-height: 60px;
}
.sonora-navigation {
	margin: 0px !important;
	padding: 0px !important;
}
.sonora-mediaholder {
	background-color: transparent;
	border: 0px solid #111111 !important;
	border-radius: 0;
	padding: 0;
}
.sonora-mediaholder .hovercover {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
	padding: 10px;
}
.showbiz-title, #showbiz_1_1 .showbiz-title a, #showbiz_1_1 .showbiz-title a:visited, #showbiz_1_1 .showbiz-title a:hover #showbiz_1_1 .sonora-mediaholder .hovercover .showbiz-title, #showbiz_1_1 .sonora-mediaholder .hovercover .showbiz-title a, #showbiz_1_1 .sonora-mediaholder .hovercover .showbiz-title a:visited, #showbiz_1_1 .sonora-mediaholder .hovercover .showbiz-title a:hover {
	color: #fff !important;
	font-family: lato;
	font-size: 16px !important;
	line-height: 1.2em;
	font-weight: 700 !important;
	margin: 0;
	text-decoration: none !important;
	text-shadow: 0px 0px 2px #000000 !important;
	text-transform: none !important;
	width: 100%;
}
#showbiz_1_1 .sonora-mediaholder .showbiz-description {
	color: #ccc !important;
	font-family: Arial, sans-serif;
	font-size: 11px !important;
	line-height: 1.4em;
	text-shadow: 1px 1px 1px #000000;
}
.sonora-mediaholder .linkicon {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border-radius: 10px 0 0 0 !important;
	color: #ffffff;
	font-size: 20px !important;
	font-weight: 400 !important;
	left: auto !important;
	right: 0px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	position: absolute;
	text-align: center;
	top: auto !important;
	bottom: 0 !important;
	vertical-align: middle !important;
	padding: 15px;
}
.sonora-mediaholder .linkicon:hover {
	color: #8BC53C !important;
}
.sonora-navigation .sb-navigation-left, .sonora-navigation .sb-navigation-right, .sonora-navigation .sb-navigation-play {
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	padding: 0px;
	transition: all 0.3s ease-in-out 0s;
	background: #ffffff none repeat scroll 0 0;
	border: 0px solid #d5d5d5 !important;
	width: 40px !important;
	height: 40px !important;
	background: #2a2a2a !important;
	color: #fff !important;
	line-height: 40px !important;
	text-align: center !important;
	opacity: 0.9;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -15px;
	font-size: 20px;
}
.sonora-navigation .sb-navigation-right {
	right: 0px !important;
	left: auto !important;
}
.sonora-navigation .sb-navigation-left i, .sonora-navigation .sb-navigation-right i, .sonora-navigation .sb-navigation-play i {
	color: #fff !important;
	font-size: 20px;
}
.sonora-navigation .sb-navigation-left:hover i, .sonora-navigation .sb-navigation-right:hover i {
	color: #8BC53C !important;
}
/*Box Menus*/

.box-menu-container {
	margin-bottom: 15px;
	background: #f2f2f2;
	border-radius: 0 0 3px 3px;
}
.box-menu-container .sppb-addon-title {
	background: #fb3449 none repeat scroll 0 0;
	border-radius: 3px 3px 0 0;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	padding: 10px;
	position: relative;
}
.box-menu-container .sppb-addon-content {
	padding: 10px;
}
/*Tabs Container*/

.tabs-container ol.gkTabsNav {
	margin-bottom: -1px;
}
.tabs-container ol.gkTabsNav li.gkTab {
	background: #f2f2f2 none repeat scroll 0 0;
	color: #6a6a6a;
	border-radius: 3px 3px 0 0;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	padding: 10px;
	display: inline-block;
	line-height: 1.1;
	cursor: pointer;
}
.tabs-container ol.gkTabsNav li.gkTab.active, .tabs-container ol.gkTabsNav li.gkTab.active:hover {
	background: #fb3449 none repeat scroll 0 0;
	color: #ffffff;
}
.tabs-container .gkTabsContainer {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0 0 3px 3px;
	padding-top: 30px;
}
/*Información del Titular*/

.info-titular {
	padding: 5px;
	background: none;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.1);
	background: #fff;
	color: #6a6a6a;
	/*height: 365px;*/
}
.info-titular .image-titular {
	margin: 0 auto;
}
.info-titular hr + p {
	margin-top: 0px;
	font-size: 13px;
	line-height: 1.4em;
}
.info-titular .image-titular div {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	border: 5px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	margin: 0 auto;
}
.info-titular .image-titular div img {
	width: 100%;
	position: absolute;
	top: -10px;
}
.info-titular .sppb-addon-content h3 {
	font-size: 14px;
	font-weight: 900;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}
.info-titular .sppb-addon-content h4 {
	font-size: 12px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}
.info-titular .sppb-addon-content a.icon {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	margin: 3px;
	background: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.1);
	display: inline-block;
}
.info-titular .sppb-addon-content a.icon em {
	margin: 0px;
	color: rgba(0,0,0,0.3);
	text-align: center;
}
.info-titular .sppb-addon-content a.icon:hover {
	background: #fb3448;
	border: 1px solid #fb3448;
	color: #fff;
}
.info-titular .sppb-addon-content a.icon:hover em {
	color: #fff;
}
/**/

#sp-page-builder .page-content #noticias-convocatorias-twitter.sppb-section {
}
#sp-page-builder .page-content #carousel-banners.sppb-section {
	margin: 0px;
}
/*Sala de Prensa*/

.sala-prensa h3.sppb-addon-title, .eventos-y-convocatorias h3.sppb-addon-title, .twitter-container h3.sppb-addon-title {
	color: #545454;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	padding-left: 80px;
	margin-bottom: 30px;
}

.eventos-y-convocatorias h3.sppb-addon-title{
	padding-left: 65px;
}

.twitter-container h3.sppb-addon-title{
	padding-left: 75px;
}

.sala-prensa, .eventos-y-convocatorias, .blog, .twitter-container {
	margin: 30px 0;
}
.sala-prensa .nspArt, .eventos-y-convocatorias .nspArt, .sala-prensa .nspArt {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px dashed rgba(241,90,37,1);
}
.eventos-y-convocatorias .nspInfo{
	float: left;
	display: block;
	width: 65px;
	font-size: 10px;
	color: #6a6a6a;
}
.sala-prensa .nspInfo{
	float: left;
	display: block;
	width: 30px;
	font-size: 10px;
	color: #6a6a6a;
}
.sala-prensa .nspInfo i, .eventos-y-convocatorias .nspInfo i {
	font-size: 24px;
	color: #00a14b;
}
.eventos-y-convocatorias .nspArt h4.nspHeader{
	margin-left: 80px;
	display: block;
	clear: none;
	float: none;
	font-size: 14px;
	color: #6a6a6a;
	line-height: 1.4em;
	padding: 0px;
	padding-left: 20px;
	border-left: 1px solid rgba(0,0,0,0.2);
	height: 2.8em;
	overflow: hidden;
	margin-bottom: 1em;
}

.sala-prensa .nspArt h4.nspHeader{
	display: block;
	clear: none;
	float: none;
	font-size: 14px;
	color: #6a6a6a;
	line-height: 1.4em;
	padding: 0px;
	padding-left: 20px;
	border-left: 1px solid rgba(0,0,0,0.2);
	overflow: hidden;
	margin-bottom: 1em;
}

.nspArt h4.nspHeader{
	margin-bottom: 2.44em;
}
.eventos-y-convocatorias .nspInfo{
	width: 25px;
}

.eventos-y-convocatorias .nspArt h4.nspHeader{
	margin-bottom:0;
}
.eventos-y-convocatorias .nspArt h4.nspHeader, .eventos-y-convocatorias .nspArt .nspInfo2{
	margin-left: 45px;
}

.eventos-y-convocatorias .nspArt .nspInfo2{
	width:inherit;
	margin-left: 65px;
	font-size:12px;
}
.eventos-y-convocatorias .nspArtPage h4.nspMore a{
    color: #00a14b;
}
.eventos-y-convocatorias .nspArtPage h4.nspMore a:hover{
    color: #f26d23
}
.sala-prensa .nspArtPage h4.nspMore a{
    color: #00a14b;
}
.sala-prensa .nspArtPage h4.nspMore a:hover{
    color: #f26d23
}
.sala-prensa .nspArt h4.nspHeader a, .eventos-y-convocatorias .nspArt h4.nspHeader a{
	color: #6a6a6a;
}
.sala-prensa .nspArt h4.nspHeader a:hover {
	color: #3a3a3a;
}
.notaDate {
    font-size: 12px;
    font-weight: normal;
}
/*Twitter*/
#configTwitter ul {
	margin: 0px;
	padding: 0px;
}
#configTwitter ul li {
	background: #fff;
	border-top: 4px solid #00a14b;
	padding: 10px 15px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	margin: 0px;
	list-style: none;
	margin-bottom: 20px;
	position: relative;
}
#configTwitter ul li:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	bottom: -10px;
	left: 10px;
}
#configTwitter ul li .user {
	float: left;
	width: 48px;
	height: 48px;
	margin-left: 0px;
	text-align: center;
	border: 0px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	border-radius: 3px;
	box-shadow: 0 0 5px -2px rgba(0,0,0,0.5);
	display: block;
	overflow: hidden;
	padding:3px;
}
#configTwitter ul li .user span {
	display: none;
}
#configTwitter ul li .tweet, #configTwitter ul li .timePosted, #configTwitter ul li .interact {
	margin-left: 60px;
	font-size: 12px;
	line-height: 1.4em;
}
#configTwitter ul li .timePosted {
	display: block;
	position: absolute;
	left: auto;
	right: 15px;
	bottom: 15px;
	color: #6a6a6a;
}


#configTwitter ul li .timePosted, #configTwitter ul li .interact {
	margin-bottom:0px;
}

#configTwitter ul li a {
	color: #6a6a6a;
}
#configTwitter ul li a.twitter_reply_icon, #configTwitter ul li .twitter_retweet_icon, #configTwitter ul li .twitter_fav_icon {
	width: 24px;
	height: 24px;
	overflow: hidden;
	position: relative;
	text-indent: -1000em;
	max-height: 24px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}
#configTwitter ul li a.twitter_reply_icon:before, #configTwitter ul li .twitter_retweet_icon:before, #configTwitter ul li a.twitter_fav_icon:before {
	display: block;
	content: '\f079';
	font-family: "FontAwesome";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: central;
	line-height: 22px;
	text-indent: 0px;
	font-size: 12px;
	color: rgba(0,0,0,0.3);
}
#configTwitter ul li a.twitter_reply_icon:hover, #configTwitter ul li .twitter_retweet_icon:hover, #configTwitter ul li .twitter_fav_icon:hover {
	background: #fb3448;
	border: 1px solid #fb3448;
	color: #fff;
}
#configTwitter ul li a.twitter_reply_icon:hover:before, #configTwitter ul li .twitter_retweet_icon:hover:before, #configTwitter ul li .twitter_fav_icon:hover:before {
	color: #fff;
}
#configTwitter ul li a.twitter_reply_icon:before {
	content: '\f112';
}
#configTwitter ul li a.twitter_retweet_icon:before {
	content: '\f079';
}
#configTwitter ul li a.twitter_fav_icon:before {
	content: '\f005';
}

.campanas728-container .custom{
	text-align:center;
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-top:1px solid rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}


/*Contenidos*/

hr.so {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #dddddd;
  border-image: none;
  border-style: none none dashed;
  border-width: 0 0 2px;
  box-shadow: none;
  clear: both;
  display: block;
  height: 1px;
  margin: 30px 0;
}

.text-orange {
  color: #fb3448 !important;
}
.directorio {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding:0 10px 10px 0;
  font-family:Lato;
}
.copyrightyannt{
	display:none;
	}
a.flag{
font-size:20px!important;
padding:0;
}
a.flag img{
display:inline!important;
}
.planteles {
	padding: 5px 20px 10px;
	background: none;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.1);
	background: #fff;
	color: #6a6a6a;
}
.planteles .image-titular {
	margin: 0 auto;
}
.planteles hr + p {
	margin-top: 0px;
	font-size: 13px;
	line-height: 1.4em;
}
.planteles .image-titular div {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	border: 5px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	margin: 0 auto;
}
.planteles .image-titular div img {
	width: 100%;
	position: absolute;
	top: -10px;
}
.planteles .sppb-addon-content h3 {
	font-size: 14px;
	font-weight: 900;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}
.planteles .sppb-addon-content h4 {
	font-size: 12px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}
.planteles .sppb-addon-content a.icon {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	margin: 3px;
	background: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.1);
	display: inline-block;
}
.planteles .sppb-addon-content a.icon em {
	margin: 0px;
	color: rgba(0,0,0,0.3);
	text-align: center;
}
.planteles .sppb-addon-content a.icon:hover {
	background: #fb3448;
	border: 1px solid #fb3448;
	color: #fff;
}
.planteles .sppb-addon-content a.icon:hover em {
	color: #fff;
}

#director img.cap{
border: 10px solid rgba(255, 255, 255, 1);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
display: block;
margin:20px auto;
text-align:center;
width:300px;
}
.img-circle{
border-radius:50%;
}
.buscador{
float:right;
}
.informes{
border-radius:5px;
border:1px solid #00a14b;
}
.row-mtop40 {
   margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.sppb-col-sm-16 {
    width: 16%;
}
  .sppb-col-sm-16 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  }	
   .sppb-col-sm-16 {
float:left;
  }

.iconmodule {
    /*width: 100%;*/
    display: inline-block;
    align-items: center;
    text-align: center;
    /*padding-right: 15px;
    padding-left: 15px;*/
    /*padding-top: 30px;*/
}
.iconmoduleTop {
    padding-right: 20px;
    padding-left: 20px;
}
.iconmoduleBottom {
    padding-right: 20px;
    padding-left: 20px;
}
.iconmodule .iconAR {
    margin: 0;
    height: 126px;
    width: 100px;
    display: inline-block;
}

.accesos-rapidos .icon-module .iconAR{
    height: 126px;
    width: 100px;
}
.accesos-rapidos .icon-module .iconAR {
    margin: 0;
}
/*POP UP*/
.modalBGClass
{
background-color: #a7abac;
filter: alpha(opacity=70);
opacity: 0.7;
}
.prueba
{
    vertical-align: middle;
    cursor: move;
    text-align:center;
    align-content:center;
}
.prueba2
{
    vertical-align: middle;
    cursor: pointer;
    text-align:center;
    align-content:center;
}
.botonSCI
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial;
	background-color: #a7abac;
	border-width: 1px;
	border-color: #858585;
	height: 22px;
	width: 80px;
}
.wmClass
{
    border: none;
    background-color: white;
    font: 13px Verdana;
    color: darkgray;
}
.pnlTextBox
{
    border-style: none;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.pruebaBgi
{
    vertical-align: middle;
    cursor: pointer;
    text-align:center;
    align-content:center;
    background-image: url("/cecytesnet/portalcecyte/images/pop-up/dia_madres_2016.jpg");
    background-repeat:no-repeat;
}

/* ICONOS ACCESOS RAPIDOS */
.iconAR .correoicon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/ncorreo_v.png");
    /*background-size: 105px 105px;*/
    /*background-position-x: 25px;*/
    background-position-y: top;
    background-repeat:no-repeat;
    height: 126px;
    width: 100px;
}
.iconAR:hover .correoicon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/ncorreo_n.png");
}
.iconAR .accesosicon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/nacceso_v.png");
    /*background-size: 105px 105px;*/
    /*background-position-x: 25px;*/
    background-position-y: top;
    background-repeat:no-repeat;
    height: 126px;
    width: 100px;
}
.iconAR:hover .accesosicon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/nacceso_n.png");
}
.iconAR .diricon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/ndirectorio_v.png");
    /*background-size: 105px 105px;*/
    /*background-position-x: 25px;*/
    background-position-y: top;
    background-repeat:no-repeat;
    height: 126px;
    width: 100px;
}
.iconAR:hover .diricon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/ndirectorio_n.png");
}
.iconAR .calendaricon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/ncalendario_v.png");
    /*background-size: 105px 105px;*/
    /*background-position-x: 25px;*/
    background-position-y: top;
    background-repeat:no-repeat;
    height: 126px;
    width: 100px;
}
.iconAR:hover .calendaricon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/ncalendario_n.png");
}
.iconAR .becasicon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/nbecas_v.png");
    /*background-size: 105px 105px;*/
    /*background-position-x: 25px;*/
    background-position-y: top;
    background-repeat:no-repeat;
    height: 126px;
    width: 100px;
}
.iconAR:hover .becasicon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/nbecas_n.png");
}
.iconAR .galicon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/ngaleria_v.png");
    /*background-size: 105px 105px;*/
    /*background-position-x: 25px;*/
    background-position-y: top;
    background-repeat:no-repeat;
    height: 126px;
    width: 100px;
}
.iconAR:hover .galicon {
    background-image: url("/cecytesnet/portalcecyte/images/iconos/ngaleria_n.png");
}
.iconAR .icontext {
    text-align: center;
    font-size: 24px;
    color:  #00a14b;
    width: 155px;
    margin-top: -30px;
}
.iconAR:hover .icontext {
    color:  #f26d23;
}

/* Accordion Planteles Theme*/
/* Rounded Corners Header Planteles*/
A .Hroundedcornr_box {
    background: #325251 url('../../../../Portal/media/roundedcornr_grad_hgreen.gif') repeat-x left top;
    cursor: pointer;
}
A:hover .Hroundedcornr_box {
   background: #466868/*578685*/ url(../../../../Portal/media/roundedcornr_grad_hmgreenO.gif) repeat-x top left;
   cursor: pointer;
}
A .Hroundedcornr_top div {
   background: url(../../../../Portal/media/roundedcornr_tl.gif) no-repeat top left;
}
A .Hroundedcornr_top {
   background: transparent url(../../../../Portal/media/roundedcornr_tr.gif) no-repeat top right;
}
A .Hroundedcornr_bottom div {
   background: url(../../../../Portal/media/roundedcornr_bl.gif) no-repeat bottom left;
}
A .Hroundedcornr_bottom {
   background: transparent url(../../../../Portal/media/roundedcornr_br.gif) no-repeat bottom right;
}
A .Hroundedcornr_top div, .Hroundedcornr_top, .Hroundedcornr_bottom div, .Hroundedcornr_bottom {
   height: 10px;
   font-size: 1px;
}
A .Hroundedcornr_content
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin:  0px 20px;
	text-decoration: none;
	height: 20px;
	vertical-align: middle;
}
A:hover .Hroundedcornr_content
{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 20px;
	height: 20px;
	vertical-align: middle;
}
/* Rounded Corners Container Planteles*/
.roundedcornr_box {
   background: #ffffff url(../../../../Portal/media/roundedcornr_grad_lgreen.gif) repeat-x top left;
}
.roundedcornr_top div {
   background: url(../../../../Portal/media/roundedcornr_tl.gif) no-repeat top left;
}
.roundedcornr_top {
   background: transparent url(../../../../Portal/media/roundedcornr_tr.gif) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../../../../Portal/media/roundedcornr_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: transparent url(../../../../Portal/media/roundedcornr_br.gif) no-repeat bottom right;
}
.roundedcornr_top div, .roundedcornr_top, .roundedcornr_bottom div, .roundedcornr_bottom {
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content
{
	font-size: 11px;
	color: Black;
	margin: 0 10px;
	text-align: justify;
	text-indent: 20px;
}
.roundedcornr_content a {
	color: #CF9F55;
	text-decoration: none;
	font-weight: bold;
}
.roundedcornr_content a:Hover {
	color: #CE091C;
	text-decoration: none;
	font-weight: bold;
}
.roundedcornr_content blockquote{text-indent:0px;}

.bannerppal {
    text-align: center;
    border: 0px;
    padding: 15px 15px 15px 15px;
    display: inline-flex;
    margin: 0px auto;
    width: 100%;
}

.bannerppal800w {
    text-align: center;
    border: 0px;
    padding: 15px 0px 15px 185px;
}

.bannerppal1100w {
    text-align: center;
    border: 0px;
    padding: 15px 35px 15px 35px;
}

.imgSierra {
    padding-bottom: 14px;
}