﻿/*********************************
* DESCRIPCIÓN: Esta librería CSS del Skin para Master: Embera 
* Copyright (c) 2015 e-deas LTDA. (http://www.e-deas.com.co)  El uso de esta libreria esta reservador para este sitio y cualquier cambio o reutilización debe ser autorizado por e-deas LTDA. 
* Creado por: Diego Campo, diegoc@e-deas.com.co / Creado: 01.02.2016
* Modificado por: Diego Campo, diegoc@e-deas.com.co / Modificado: 01.02.2016
* Modificado por: John Fredy Torres, johnfredy.torres@e-deas.com.co / Modificado: 06.07.2017
* Modificado por: John Fredy Torres, johnfredy.torres@e-deas.com.co / Modificado: 0.0.2018
**********************************/
/* Cargar CORE */
@import url('core/embera.css?v=1.0');
/* Cargar header statico */
@import url('eStaticHeader.css?v=1.0');
/* Cargar footer para EAFIT */
@import url("footer.css?v=1.0");
/* Cargar fonts */
@import 'https://fonts.googleapis.com/css?family=Oswald:400,300,700';
@import 'https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700';
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700';


P.ed-rteElement-P
{
	-ms-name:"Párrafo";
}
H1.ed-rteElement-H1
{
	-ms-name:"Encabezado 1";
}
H2.ed-rteElement-H2
{
	-ms-name:"Título 2";
}
H3.ed-rteElement-H3
{
	-ms-name:"Título 3";
}
H4.ed-rteElement-H4
{
	-ms-name:"Título 4";
}
H1.ed-rteElement-H1B
{
    -ms-name:"Título 1";
	color: #00485B;
}
H2.ed-rteElement-H2B
{
	-ms-name:"Título 2";
	color: #00485B;
}
H3.ed-rteElement-H3B
{
	-ms-name:"Título 3";
	color: #00485B;
}
H4.ed-rteElement-H4B
{
	-ms-name:"Título 4";
	color: #00485B;
}
span.ed-rteStyle-Normal{
	-ms-name:"Normal";
    font-size: 13px;
    color: #444;
    background-color: #fff;
    background-color: rgba( 255,255,255,0.85 );
    font-weight: normal;
}
span.ed-rteStyle-Quote{
	-ms-name:"Comillas";
	font-style: italic;
    color: #444;
}
span.ed-rteStyle-IntenseQuote{
	-ms-name:"Comillas intensas";
	font-style: italic;
    color: #444;
	text-decoration: underline;
}
span.ed-rteStyle-Emphasis{
	-ms-name:"Énfasis";
	    font-style: italic;
    color: #0072C6;
}
span.ed-rteStyle-IntenseEmphasis{
	-ms-name:"Énfasis intenso";
	font-style: italic;
    color: #0072C6;
}
span.ed-rteStyle-References{
	-ms-name:"Referencia";
	color: #777;
}
span.ed-rteStyle-IntenseReferences{
	-ms-name:"Referencia intensa";
	color: #777;
	text-decoration: underline;
}
span.ed-rteStyle-Accent1{
	-ms-name:"Énfasis 1";
	color: #0072C6;
}
span.ed-rteStyle-Accent2{
	-ms-name:"Énfasis 2";
	color: #00485B;
}
.ms-dlgOverlay {
    opacity: 0.6;
    background-color: #000;
}
/*Lightbox style forma*/
.ms-dlgContent{
	border: 0px;
    background-color: transparent;
    box-shadow: 0px 0px;
}
.ms-dlgContent .dlgFrame{
	background-color:#fff;
}
.ms-dlgContent .ms-dlgFrame {

    background-color: #fff;
}
.ms-dlgContent .ms-dlgTitle {
    padding: 5px 19px 5px;
}
.ms-dlgContent #dialogTitleSpan{
	line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
	font-size: 22px;
}
.ms-dlgContent .ms-dlgTitleBtns a{
	display:none;
}

.ms-dlgContent .ms-dlgTitleBtns{
    margin-top: -5px;
    margin-right: 25px;
}
.ms-dlgContent .ms-dlgCloseBtn[title="Cerrar diálogo"]{
	display:block;
}
.ms-dlgContent .ms-dlgCloseBtn[title="Cerrar diálogo"] span{
	height: 10px !important;
    width: 0px !important;
}
.ms-dlgContent .ms-dlgCloseBtn[title="Cerrar diálogo"] span:before{
    font-family: 'Glyphicons Halflings';    
    content: '\e014';
    color: #fff;
    right: 5px;
    font-size: 20px;
    border: 0px;
    width: 30px;
    background: transparent;
}
.ms-dlgContent .ms-dlgFrameContainer .ms-core-form>p,
.ms-dlgContent .ms-dlgFrameContainer label{
	color:#fff;
}

/*.ms-dlgContent .ms-dlgCloseBtnImg{
	display:none;
}*/
.ms-dlgContent .ms-dlgCloseBtn[title="Cerrar diálogo"] .ms-dlgCloseBtnImg{
	display:none;
}

/*Lightbox style*/
img.ms-rteImage-LightBox{
	-ms-name: 'LightBox';
	margin:0px !important;
	cursor:pointer;
}
img.ms-rteImage-LightBoxLupa{
	-ms-name: 'LightBox Lupa';
	margin:0px !important;
	cursor:pointer;
}
img.ms-rteImage-LightBoxVideo{
	-ms-name: 'LightBox Video';
	margin:0px !important;
	cursor:pointer;
}
a.ms-rteStyle-LightBox{
	-ms-name: 'LightBox';
	text-decoration:underline;
	font-weight:bold;
}
/* Effects over lightbox */
a.ms-rteLink-LightBoxLupa,a.ms-rteLink-LightBoxVideo{
	position: relative;
    display: inline-block;
}
a.ms-rteLink-LightBoxLupa:after,a.ms-rteLink-LightBoxVideo:after{
	content: '\e003';
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-size: 30pt;
    color: #fff;
    top: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    display:block;
    padding-top: 30%;
    
    background: rgba(0,0,0,.4);
    height: 100%;
 
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -khtml-opacity:0; 
 	-moz-opacity:0; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-transition: all 0.4s ease-in-out; /* Safari and Chrome */
    -moz-transition: all 0.4s ease-in-out; /* Firefox */
    -ms-transition: all 0.4s ease-in-out; /* IE 9 */
    -o-transition: all 0.4s ease-in-out; /* Opera */
    transition: all 0.4s ease-in-out; 
}
a.ms-rteLink-LightBoxLupa:hover:after,a.ms-rteLink-LightBoxVideo:hover:after {	
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -khtml-opacity:1; 
 	-moz-opacity:1; 
}
a.ms-rteLink-LightBoxVideo:after{
	content: '\e029';
}
a.ms-rteLink-LightBoxVideo:after{
	background: rgba(0,0,0,.2);

	opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -khtml-opacity:1; 
 	-moz-opacity:1; 
}
a.ms-rteLink-LightBoxVideo:hover:after {	
    background: rgba(0,0,0,.6);
}




/** EDEAS: EFECTOS IMAGEN **/
/** INICIO MOD: 06/07/2017 **/
.ed-rteImage-0
{
-ms-name:"Sin borde";
}
.ed-rteImage-1
{
-ms-name:"Borde de línea fino";
/* [ReplaceColor(themeColor:"BodyText",opacity:"1")] */ background-color:#444;
/* [ReplaceColor(themeColor:"BodyText-Darker",opacity:"1")] */ border:1px solid #333;
/* [RecolorImage(themeColor:"SubtleBodyText",method:"Tinting")] */ background-image:url("/_layouts/15/images/tabtitlerowbottombg.png?rev=23");
background-repeat:repeat-x;
background-position:top;
}
.ed-rteImage-2
{
-ms-name:"Borde de tabla";
padding:2px;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-right:1px solid #ababab;
}
.ed-rteImage-3
{
-ms-name:"Borde oscuro";
padding:15px;
/* [ReplaceColor(themeColor:"BodyText-Darker",opacity:"1")] */ background-color:#333;
/* [ReplaceColor(themeColor:"BodyText",opacity:"1")] */ border:1px solid #444;
/* [RecolorImage(themeColor:"BodyText-Darker",method:"Tinting")] */ background-image:url("/_layouts/15/images/tabtitlerowbottombg.png?rev=23");
background-attachment:fixed;
background-repeat:repeat-x;
background-position:left bottom;
}
.ed-rteImage-4
{
-ms-name:"Borde claro";
padding:6px;
padding-bottom:33px;
/* [ReplaceColor(themeColor:"BackgroundOverlay-Lightest",opacity:"1")] */ background-color:#F2F2F2;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-top:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-bottom:1px solid #ababab;
/* [ReplaceColor(themeColor:"SubtleLines")] */ border-left:1px solid #c6c6c6;
/* [ReplaceColor(themeColor:"Lines")] */ border-right:1px solid #ababab;
background-image:url("/_layouts/15/images/selbg.png?rev=23");
background-repeat:repeat-x;
background-position:top;
}
.ed-rtePosition-1{
-ms-name:"Izquierda";
float:left;
}
.ed-rtePosition-2{
-ms-name:"Derecha";
float:right;
}
.ed-rtePosition-3{
-ms-name:"Arriba";
vertical-align:text-top;
}
.ed-rtePosition-4{
-ms-name:"Centro";
vertical-align:middle;
}
.ed-rtePosition-5{
-ms-name:"Abajo";
vertical-align:text-bottom;
}
/*Lightbox style*/
img.ed-rteImage-LightBox{
	-ms-name: 'LightBox';
	margin:0px !important;
	cursor:pointer;
}
img.ed-rteImage-LightBoxLupa{
	-ms-name: 'LightBox Lupa';
	margin:0px !important;
	cursor:pointer;
}
img.ed-rteImage-LightBoxVideo{
	-ms-name: 'LightBox Video';
	margin:0px !important;
	cursor:pointer;
}
a.ed-rteStyle-LightBox{
	-ms-name: 'LightBox';
	text-decoration:underline;
	font-weight:bold;
}
/* Effects over lightbox */
a.ed-rteLink-LightBoxLupa,a.ed-rteLink-LightBoxVideo{
	position: relative;
    display: inline-block;
}
a.ed-rteLink-LightBoxLupa:after,a.ed-rteLink-LightBoxVideo:after{
	content: '\e003';
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-size: 30pt;
    color: #fff;
    top: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    display:block;
    padding-top: 30%;
    
    background: rgba(0,0,0,.4);
    height: 100%;
 
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -khtml-opacity:0; 
 	-moz-opacity:0; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-transition: all 0.4s ease-in-out; /* Safari and Chrome */
    -moz-transition: all 0.4s ease-in-out; /* Firefox */
    -ms-transition: all 0.4s ease-in-out; /* IE 9 */
    -o-transition: all 0.4s ease-in-out; /* Opera */
    transition: all 0.4s ease-in-out; 
}
a.ed-rteLink-LightBoxLupa:hover:after,a.ed-rteLink-LightBoxVideo:hover:after {	
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -khtml-opacity:1; 
 	-moz-opacity:1; 
}
a.ed-rteLink-LightBoxVideo:after{
	content: '\e029';
}
a.ed-rteLink-LightBoxVideo:after{
	background: rgba(0,0,0,.2);

	opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -khtml-opacity:1; 
 	-moz-opacity:1; 
}
a.ed-rteLink-LightBoxVideo:hover:after {	
    background: rgba(0,0,0,.6);
}
/** EDEAS: EFECTOS IMAGEN **/
/** FIN MOD: 06/07/2017 **/




/* GENERALES */
/*body {
}
p{
}*/
a,
.ms-link {
	text-decoration:none;
}
a:visited, 
.ms-link:visited {
	text-decoration:none;
}
a:focus, 
a:hover {
	text-decoration:none;	
}
h1, 
h2, 
h3 {
    margin-top:10px;
    margin-bottom:10px;
}
/*h4, h5 {
}*/
h1{
	font-size:35px;
}
h2{
	font-size:24px;
}
h3{
	font-size:20px;
}
h4{
	font-size:18px;
}
/*.ms-rtestate-field h1, h1.ms-rteElement-H1, 
.ms-rtestate-field h2, h2.ms-rteElement-H2
{
}
.ms-rtestate-field h3, h3.ms-rteElement-H3,
.ms-rtestate-field h4, h4.ms-rteElement-H4 {
}*/
.ms-rtestate-field h1,
h1.ms-rteElement-H1{
	font-size:35px;
}
.ms-rtestate-field h2, 
h2.ms-rteElement-H2{
	font-size:24px;
}
.ms-rtestate-field h3, 
h3.ms-rteElement-H2{
	font-size:20px;
}
.ms-rtestate-field h4, 
h4.ms-rteElement-H2{
	font-size:18px;
}
/* suiteBarLeft*/
.ms-fullscreenmode #contentBox{
	margin-left:0px;
}
.ms-core-listMenu-horizontalBox > .ms-core-listMenu-root > .ms-listMenu-editLink{
	display:none;
}
.ms-fullscreenmode #s4-titlerow{
	display: block !important;
}
/* Title por defecto */
#titleAreaRow #pageTitle {
    font-size: 1.5em;
}
.ePageTitle {
	display:none;
}
/* LEFT NAV */
#sideNavBox{
	margin-top:30px;
	padding-left: 20px;
}
#sideNavBox a[id$='_idNavLinkViewAll']{
	display:none;
}

#contentRow{
	margin-top: 0px;
    margin-bottom: 0px;
}
#contentBox{
	margin-left: 240px;	
}
/* Ajustes forma */
.ms-dialog #contentBox{
	margin-left: 0px;
}

/* Menu lateral */
#sideNavBoxRight .ms-core-sideNavBox-removeLeftMargin{
	margin-left:0px;
}
#sideNavBoxRight .ms-core-listMenu-verticalBox .ms-listMenu-editLink{
	display:none;
}
#sideNavBoxRight .ms-core-listMenu-item, #sideNavBoxRight .ms-core-listMenu-item:link, #sideNavBoxRight.ms-core-listMenu-item:visited, #sideNavBoxRight.ms-tv-item:link, #sideNavBoxRight.ms-tv-item:visited, #sideNavBoxRight.ms-tv-header:link, #sideNavBoxRight.ms-tv-header:visited {
	font-weight: normal;
	text-transform: none;
}
#DeltaPlaceHolderLeftNavBar{
	margin-top:0px;
	margin-bottom:0px;
}
#sideNavBox .ms-core-listMenu-item, 
#sideNavBox .ms-core-listMenu-item:link, 
#sideNavBox .ms-core-listMenu-item:visited, 
#sideNavBox .ms-tv-item:link, 
#sideNavBox .ms-tv-item:visited, 
#sideNavBox .ms-tv-header:link, 
#sideNavBox .ms-tv-header:visited {
    font-weight:700;
    text-transform:inherit;
}
#sideNavBox .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, 
#sideNavBox .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, 
#sideNavBox a.ms-tv-item:hover, #sideNavBox a.ms-tv-header:hover {
    font-weight:700;
    text-transform:inherit; 
}
    /* selected */
#sideNavBox .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, 
#sideNavBox .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited, 
#sideNavBox .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, #sideNavBox .ms-tv-selected:link {
    font-weight:700;
    text-transform:inherit;
}
#sideNavBox ul.ms-core-listMenu-root > li.static > ul.static span.menu-item-text{
	font-weight:300;
}
/* LOGIN */
.ms-signInLink{
	display:none !important;		
}
/* Top */
#eTopBar, #eTopBar a, #eTopBar a:link, #eTopBar a:hover, #eTopBar a:visited {
    text-decoration:none;
}
#s4-titlerow #pageTitle {
    margin-top: 5px;
}
#DeltaTopNavigation{
    min-height: 50px;
}
/* NAV ITEMS */
#DeltaTopNavigation .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    margin-right: 20px;
}
#DeltaTopNavigation .ms-core-listMenu-horizontalBox li.static:last-child > .ms-core-listMenu-item {
    margin-right: 0px;
}
/* Ocultar primer opcion de menu*/
div[id*='TopNavigationMenu']>ul> li.static:first-child >a:first-child {
    display: none;
}
ul.dynamic {
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.17);
}
div[id*='TopNavigationMenu'] li.static ,  
div[id*='TopNavigationMenu'] li.static li.static {
	vertical-align:top;
}
div[id*='TopNavigationMenu'] li.static a.dynamic,  
div[id*='TopNavigationMenu'] li.static li.static a.dynamic{
	width:190px;
}
div[id$='TopNavigationMenu'] li.static a.static, div[id$='TopNavigationMenuV4'] li.static a.static, div[id$='TopNavigationMenuV4'] li.static li.static a.static, div[id$='TopNavigationMenu'] li.static li.static a.static {
    max-width:400px;
	/*width:100px;*/
}
/* selected */
/*.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited, .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, .ms-tv-selected:link {
    font-weight:bolder;
}*/
/* SEARCH TEXT */
#searchInputBox .ms-srch-sb > .ms-srch-sb-searchLink{
	height:27px;
}
#searchInputBox .ms-srch-sb-searchLink:before{
    padding-left:0px;
}
#searchInputBox .ms-srch-sb-searchLink img{
	display:none;
}
/* Suggest and scopes */
.ms-qSuggest-list{
	width: 100% !important;
}
.ms-srch-sb > .ms-srch-sb-navLink:active{
	text-decoration:none;
}
.ms-srch-sb > .ms-srch-sb-navLink:before{
    padding-left:4px;
}
.ms-srch-sb > .ms-srch-sb-navLink img{
	display:none;
}
/* SEARCH ANOTHER LANG */
/*#s4-titlerow #SearchBox .ms-srch-sb>input,
#NoResult ul,#NoResult div{
	display:none;
}
#NoResult .ms-srch-result-noResultsTitle{
	display:block;
}*/
/* Sign in/out*/
/* Labels */
#eSignInLink .ms-signOutLink span,
#eSignInLink .ms-signInLink span
{
	display:none;
}
/* Boton Subir */
#eBtnSubir{
	z-index: 999;
}
/* Labels */
#eBtnSubir #back-top-title span{
	display:none;
}
#eBtnSubir .btn-lg{
	padding: 4px 10px;
    padding-bottom: 0px;
}
/* FOOTER */
#eFooter{
    min-height:100px;
    padding: 0px;
    padding-bottom:20px
}
/*#eFooter-inside{
	max-width: 960px;
    margin: 0 auto;
}*/
/* Redes sociales */
/*.addthis-smartlayers-desktop{
	display:none;
}*/
#eFooter #eRedes{
	vertical-align:top;
	padding-right:5px;	
}
#eFooter #eRedes span{
	display:none;
}
#eFooter .addthis_sharing_toolbox{
	display:inline-block;	
}
#eFooter .at-share-btn{
	padding-right:5px;
}
#eFooter .addthis_sharing_toolbox .at-icon-wrapper{
	border-radius: 15px;
	padding: 2px;
}
.at-share-dock .at4-count{
	display:none;
}
#at4-share, #at4-soc {
	margin-top: 86px !important;
}
.atss .at-share-btn {
    width: 34px !important;
}
.atss .at-share-btn:hover {
    width: 60px !important;
}
#eBtnSubir{
	bottom: 0px;
}
#eBtnSubir p{
	margin: 0px;
}
/* breadcrum */
.breadcrumb{
	margin-top: 10px;
	margin-bottom: 0px;
	display: inline-block;
	text-transform: none;
	font-size: 13px;
	line-height: 25px;
	border-radius: 0px;
	font-weight: 300;
	letter-spacing: 1px;
	background: transparent;
	font-family: 'Oswald';
}
.breadcrumb .breadcrumbRootNode:before{
	padding-right: 5px;
	font-size: 16px;
}
.breadcrumb .breadcrumbSeparator:before{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px

}
/*	SKIN  */
/* gris: #EEEEEE*/
/* azul oscuro: #00395B*/
/* azul medio : #004F7D*/
/* azul claro: #00A5D9*/
/* GENERALES */
body {
    /*font-family: 'Oswald';*/
    font-family: 'Ubuntu';
    font-size: 16px;
	/*color: #444;*/
	color: #666;
	line-height: 25px;
}
p{
	font-family: 'Ubuntu';
	font-size: 16px;
	/*color: #444;*/
	color: #666;
	line-height: 25px;
}
p a,p a:hover{
	font-family: 'Ubuntu';
}
a,.ms-link {
    font-family: 'Oswald';
    color:#00A5D9;
	font-weight:500;	
}
a:visited, .ms-link:visited {
    font-family: 'Oswald';
    color:#00A5D9;
	font-weight:500;
}
a:focus, a:hover {
    font-family: 'Oswald';
    color: #00A5D9;
	font-weight:500;	
}
h1{
	line-height: 45px;
}
h1, h2, h3 {
    font-family: 'Oswald';
}
h4, h5 {
    font-family: 'Oswald';
}
h1,.ms-rtestate-field h1, h1.ms-rteElement-H1{
	color: #00A5D9;
}
h2,.ms-rtestate-field h2, h2.ms-rteElement-H2{
	color: #666;
}
h3,.ms-rtestate-field h3, h3.ms-rteElement-H3{
	color: #00A5D9;
}
h4,.ms-rtestate-field h4, h4.ms-rteElement-H4{
	color: #999;
}
.ms-rtestate-field h1, h1.ms-rteElement-H1, 
.ms-rtestate-field h2, h2.ms-rteElement-H2
{
    font-family: 'Oswald';
}
.ms-rtestate-field h3, h3.ms-rteElement-H3,
.ms-rtestate-field h4, h4.ms-rteElement-H4 {
    font-family: 'Oswald';
}
/* suiteBarLeft*/
#suiteBarLeft,
#suiteBarTop #O365_NavHeader,
#suiteBarTop .o365cs-base.o365cst.o365spo .o365cs-navMenuButton{
	background-color: #999;
}
.ms-core-suiteLink-a:hover,
#suiteBarTop .o365cs-base.o365cst .ms-bgc-tdr, 
#suiteBarTop .o365cs-base.o365cst .ms-bgc-tdr-h:hover{
	background-color: #005291;
}
.ms-core-menu-item:hover, .ms-core-menu-itemSelected, 
.o365spo.o365cs-nav-contextMenu .o365cs-base.o365cst.o365cs-contextMenu .o365cs-contextMenuItemHover
{
	background-color: #EAEAEA !important;
}
/* LEFT NAV */
#sideNavBox{
	background-color:#00A5D9;
	/*border:1px #00395B solid;*/
}
#sideNavBox .ms-core-listMenu-item, #sideNavBox .ms-core-listMenu-item:link, #sideNavBox .ms-core-listMenu-item:visited, 
#sideNavBox .ms-tv-item:link, #sideNavBox .ms-tv-item:visited, #sideNavBox .ms-tv-header:link, #sideNavBox .ms-tv-header:visited {
    color:#FFFFFF;
    font-family: 'Oswald';
	border-bottom: 1px solid #0086B3;
}
#sideNavBox .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, 
#sideNavBox .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, 
#sideNavBox a.ms-tv-item:hover, #sideNavBox a.ms-tv-header:hover {
    color:#FFFFFF;
    font-family: 'Oswald';
	border-bottom: 1px solid #0086B3;	
}
    /* selected */
#sideNavBox .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, 
#sideNavBox .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited, 
#sideNavBox .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, #sideNavBox .ms-tv-selected:link {
    color:#FFFFFF;
    font-family: 'Oswald';
	border-bottom: 1px solid #0086B3;
}
li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, li > a.ms-core-listMenu-item:hover, li > a.ms-core-listMenu-item:active,
.ms-core-listMenu-selected:link, .ms-core-listMenu-selected:visited, .ms-core-listMenu-selected{
	background-color: #00395B;
}
/* #Top*/
#s4-titlerow #pageTitle, #s4-titlerow #pageTitle a {
    font-size: 26px;
	text-transform: inherit;
	font-family: 'Oswald';
    font-weight: 400;
}
.ms-core-pageTitle,
.ms-core-pageTitle a {
    font-weight: 300;
    color: #FFF;
    font-size: 30px
}
#DeltaTopNavigation{
	background-color: #00395B;	
}
.ms-signInLink, .ms-signInLink:hover, .ms-signInLink:visited,
.ms-signOutLink, .ms-signOutLink:hover, .ms-signOutLink:visited{
	color:#fff;
}
/* Top */
#eTopBar {
    background-color: #00A5D9; 
}
#eTopBar, #eTopBar a, #eTopBar a:link, #eTopBar a:hover, #eTopBar a:visited {
    color:#fff;
}
#eTopLinksRight a:link,
#eTopLinksRight a:visited{
	color:#fff;
}
#eTopLinksRight .ul-icons>li>a>span {
    font-size: 1.4em;
}
#eTopLinksLeft, #eTopLinksLeft a, #eTopLinksLeft a:link, #eTopLinksLeft a:hover, #eTopLinksLeft a:visited {
	letter-spacing: 0px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}
#eTopLinksLeft a:hover{
	color:#00395b;
}

/* NAV ITEMS */
.ms-core-listMenu-item, .ms-core-listMenu-item:link, .ms-core-listMenu-item:visited, .ms-tv-item:link, .ms-tv-item:visited, .ms-tv-header:link, .ms-tv-header:visited {
    font-family: 'Oswald';
    color:#777;
	letter-spacing: 0px;
    font-weight: 500;
	font-size:15px;
}

.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, a.ms-tv-item:hover, a.ms-tv-header:hover {
   font-family: 'Oswald';
    color:#009bd4; 
}
    /* selected */
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited, .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, .ms-tv-selected:link {
    font-family: 'Oswald';
    color:#777;
}
/* SEARCH TEXT */
.ms-srch-sb-borderFocused, .ms-srch-sb-border:hover{
	border:1px #FFFFFF solid;
}
#searchInputBox .ms-srch-sb-borderFocused, 
#searchInputBox.ms-srch-sb-border:hover,
#searchInputBox.ms-srch-sb-border{
	border:1px #FFFFFF solid;
}
#searchInputBox .ms-srch-sb-searchLink:active, .ms-srch-sb-searchLink > img:active, .ms-srch-sb-navLink:active, .ms-srch-sb-navLink > img:active, .ms-srch-sb-navLink-menuOpen, .ms-srch-sb-navLink-menuOpen:hover{
	background-color: #777;
}
#searchInputBox .ms-srch-sb-searchLink:hover, .ms-srch-sb-navLink:hover,
.ms-srch-sb-searchLink:hover, .ms-srch-sb-navLink:hover{
	background-color: #fff;
}
#searchInputBox #SearchBox, #searchInputBox #SearchBox .ms-srch-sb > input, #searchInputBox #SearchBox input[type=password]:focus, #searchInputBox #SearchBox input[type=text]:focus, #searchInputBox #SearchBox .ms-inputBoxActive, #searchInputBox #SearchBox .ms-inputBox.ms-inputBoxActive:hover {
    color: #00a5d9;
    font-size: 12px;
}
#searchInputBox #SearchBox .ms-srch-sb{	
    background-color: #fff;
}
#searchInputBox .ms-srch-sb-border {
    border: 1px solid #07c4ff;
}
#searchInputBox .ms-srch-sb-searchLink:before{	
	content: '\e003';
    font-family: 'Glyphicons Halflings';
    color: #00a5d9;
    font-size: 1.3em;
}
/* Suggest and scopes */
.ms-qSuggest-container{
	background-color: #fff;
    width: 80%;
}
.ms-srch-sb > .ms-srch-sb-navLink:active{
	background-color:#009bd4;
}
.ms-srch-sb > .ms-srch-sb-navLink:before{
	content: '\e252';
    font-family: 'Glyphicons Halflings';
    color:#FFFFFF;
}
/* Searchbox on contentbox*/
#contentBox .ms-srch-item-path{
		color:#999999;
}
#contentBox #searchInputBox .ms-srch-sb-borderFocused,
#contentBox .ms-srch-sb-borderFocused, 
#contentBox .ms-srch-sb-border:hover{
	border:1px #009bd4 solid;
}
#contentBox .ms-srch-item:hover, 
#contentBox .ms-srch-resultHover:hover, 
#contentBox .edisc-SearchResultItemContainer:hover{
	background-color: rgba(0,155,212,0.5);
}
#contentBox .ms-srch-result #PagingSelf a{
	color:#005291;
}
/* table items */
.ms-heroCommandLink, .ms-heroCommandLink:visited,
.ms-pivotControl-surfacedOpt:hover, .ms-pivotControl-overflowDot:hover, .ms-pivotControl-surfacedOpt-selected{
	color: #005291;
}
.s4-itm-selected > .ms-vb-imgFirstCell.ms-vb-imgFirstCell{
	background-color: #009bd4;
	border-right-color: rgba(0,155,212,0.5);
}
.ms-itmHoverEnabled:hover > *,
.s4-itm-selected > *, .s4-itm-selected:hover > *{
	background-color: rgba(0,155,212,0.5);
}
.ms-itmHoverEnabled:hover .ms-list-itemLink-td,
.ms-vb-imgFirstCell:hover, .ms-vb-imgFirstCell:focus,
.s4-itm-selected .ms-list-itemLink-td, 
.s4-itm-selected:hover .ms-list-itemLink-td{
	background-color: rgba(0,155,212,0.75);
}
/* Sign in/out*/
#eSignInLink .ms-signInLink:before{
	content:'Iniciar sesión';
	color: #808080;
}
#eSignInLink .ms-signOutLink:before{
	content:'Cerrar sesión';
	color: #808080;
}
/* Boton Subir */
#eBtnSubir .btn-info{
	color:#fff;
	background-color: #00A5D9;
    border-color: #00A5D9;
	border-radius: 0px;
	opacity: 0.55;
    filter: alpha(opacity=55);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=55)';
    -khtml-opacity:0.55; 
 	-moz-opacity:0.55;  
}
#eBtnSubir .btn-info:hover{
	opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -khtml-opacity:1; 
 	-moz-opacity:1;
}
#eBtnSubir .glyphicon:before{
	content:'\e260';
}
/*#eBtnSubir #back-top-title:before{
	content:'Subir';
}*/
/* FOOTER */
#eFooter{
	background:#EEE;
}
#eFooter-inside, #eFooter-inside p{
    color:#808080;
}
#eFooter-inside h1, #eFooter-insideh2, #eFooter-inside h3,
#eFooter-inside a,#eFooter-inside .ms-link,
#eFooter-inside a:visited, #eFooter-inside .ms-link:visited,
#eFooter-inside a:focus, #eFooter-inside a:hover
{
	color:#FFFFFF;
}
/* Redes sociales */
#eFooter #eRedes{
	color:#FFF;	
}
#eFooter #eRedes:before{
	content: 'Share this page';
}
/* TOPLINKSLEFT */
#eTopLinksLeft .dropdown-menu,
#eTopLinksLeft .dropdown-menu>li>a:focus, 
#eTopLinksLeft .dropdown-menu>li>a:hover{
	background-color: #f8f8f8;
}
/* breadcrum */
.breadcrumb .breadcrumbRootNode:before{
	content: '\f015';
	font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumb .breadcrumbSeparator:before{
	content: '\f138';
	font: normal normal normal 14px/1 FontAwesome;
	color: #00A5D9;    
}

/* APP: Zona estatica */
.zona-fija-footer{
     position:fixed;    
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
    width:100%;
    padding: 15px;
    background-color: rgba(85, 85, 85, 0.9);
    border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00a5d9;
}
.closeButton{
	vertical-align:top;
	width:3%;

}
.closeButton img{
	opacity:0.9;
}


/* Botones Sección*/
.BotonSlide {
	border: 2px solid #00A5D9;
	padding: 15px 27px 15px 27px;
	margin-top: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #00A5D9;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}
.BotonSlide:hover {
	background-color: orange;
	color: white!important;
	border: 2px solid orange;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}
.BotonSec {
	border: 2px solid #00A5D9;
	padding: 15px 27px 15px 27px;
	margin-top: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #00A5D9;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}
.BotonSec:hover {
	background-color: orange;
	color: white !important;
	border: 2px solid orange;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}
.BotonSecFondo {
	border: 2px solid white;
	padding: 15px 27px 15px 27px;
	margin-top: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: white !important;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}
.BotonSecFondo:hover {
	background-color: #00395B;
	color: white!important;
	border: 2px solid #00395B;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}
.raya::after {
	position: absolute;
	left: 100px;
	bottom: 26px;
	height: 2px;
	width: 200px;
	background: white;
	content: "";
}
.raya::before {
	position: absolute;
	right: 100px;
	bottom: 26px;
	height: 2px;
	width: 200px;
	background: white;
	content: "";
}
.rayaBlanca::after {
	position: absolute;
	left: 100px;
	bottom: 26px;
	height: 2px;
	width: 200px;
	background: #e8e8e8;
	content: "";
}
.rayaBlanca::before {
	position: absolute;
	right: 100px;
	bottom: 26px;
	height: 2px;
	width: 200px;
	background: #e8e8e8;
	content: "";
}

/* Quotes */
H4.ed-rteElement-H4B{
	-ms-name:"Quotes" !important;
}
.ed-rteElement-H4B,.ms-rteElement-H4B{
	background: #f9f9f9;
    /*font-style: italic;*/
    color: inherit !important;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    width: 80%;
    padding: 30px 15px;
}
.ed-rteElement-H4B:before,.ms-rteElement-H4B:before{
	content: '\f10d';
	color: #fff;
    font-family: 'FontAwesome';
    /*font-style: normal;*/
    font-size: 18px;
    background-color: #00A5D9;
    border-radius: 100%;
    padding: 10px;
    margin-right: 20px;
}
.ed-rteElement-H4B:after,.ms-rteElement-H4B:after{
	content: '\f10e';
    color: #fff;
    font-family: 'FontAwesome';
    /*font-style: normal;*/
    font-size: 18px;
    background-color: #00A5D9;
    border-radius: 100%;
    padding: 10px;
    margin-left: 20px;
}
/* Quotes simple */
H3.ed-rteElement-H3B{
	-ms-name:"Quotes simple" !important;
}
.ed-rteElement-H3B,.ms-rteElement-H3B{
	background: #f9f9f9;
    /*font-style: italic;*/
    color: inherit !important;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    width: 80%;
    padding: 30px 15px;
}

@media only screen and (min-width: 375px) and (max-width:768px) {
	/*.raya::after {
		width: 130px;
	}
	.raya::before {
		width: 130px;
	}
	.rayaBlanca::after {
		width: 150px;
	}
	.rayaBlanca::before {
		width: 150px;
	}*/
}

@media only screen and (min-width: 1024px) {
	.raya::after {
		width: 230px;
	}
	.raya::before {
		width: 230px;
	}
	.rayaBlanca::after {
		width: 250px;
	}
	.rayaBlanca::before {
		width: 250px;
	}
}
/* Fin Botones Sección*/


/* Escritorio */
@media screen and (min-width: 993px) and (max-width: 1170px){
	#eTopLinks > .row{
		margin-right: 0px;
	}  
	#s4-titlerow div[id*='_TopNavigationMenu'] {
		left: 70px;
    	width: 840px;
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media screen and (min-width: 993px) {
    #eTopBar { 
        min-height:50px;
    }
    #eTopLinksLeft {
    	padding-left: 10px;
    }
	#eTopLinksRight .ul-icons>li>a {
		margin-right: 13px;
	}
    #s4-titlerow #searchInputBox {
        margin-top:8px;
    }
	#DeltaSiteLogo{
		height: 60px;
	}
    .ms-siteicon-img {
        max-width: 161px;
        max-height: 150px;
    }
    #s4-titlerow {
        height: 115px;
    }
    #DeltaTopNavigation {
        top:144px;
    }
    
    #s4-titlerow #pageTitle{
	    top: 150px;
	}    
    #s4-titlerow div[id*='_TopNavigationMenu']{
		top: -66px;
		left: 83px;
		width: 996px;
		text-align: right;
		padding-right: 0px;
		padding-left: 0px;
	}
	div[id*=TopNavigationMenu] li.static li.static ul.dynamic{
		padding: 0px;
		margin-top: 5px;
		width: 206px !important;
		max-height: 80vh;
		overflow-x: hidden;
		overflow-y: auto;
	}
	div[id*=TopNavigationMenu] li.static li.static ul.dynamic li.dynamic a{
		border-bottom: 1px solid #dfdfdf;
		padding: 8px 8px;
		text-align: left;
	}
	div[id*=TopNavigationMenu] li.static li.static ul.dynamic li.dynamic a:hover{
		background: #00A5D9;
		color:#fff;
		border-collapse: #ccc;
	}
	#DeltaTopNavigation .ms-core-listMenu-horizontalBox .dynamic-children.additional-background{
		background-image: none;	
	}
	#DeltaTopNavigation .ms-core-listMenu-horizontalBox .dynamic-children.additional-background:after{
		content: '\e252';
		color: #777;		
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-size: small;
		vertical-align: middle;
		margin-left: 5px;
	}
	#DeltaTopNavigation .ms-core-listMenu-horizontalBox .dynamic-children.additional-background:hover:after{
		color:#00A5D9;
	}	
	#eBtnSubir .glyphicon:before{
		font-weight: 700;
		font-size: 1.6em;
	}
	.addthis-smartlayers-mobile{
		display:none;
	}
	/* NAV ITEMS */
	#DeltaTopNavigation .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
		font-size:18px;
	}
	
	/*menuLink  Elemento web*/
	.ms-webpart-menuLink {
	    padding: 3px;
	    height: 10px;
    	width: 10px;
    	border: 0px solid transparent;
	    vertical-align: middle;
	    display: inline-block;
	    overflow: hidden;
	    /*border: 1px red solid;*/
	}
	.ms-webpart-menuLink  .ms-webpart-menuArrowImg{
		max-width: none !important;
		position: absolute !important;
	}
	.ms-webpart-menuArrowSpan {
	    position: absolute ;
	    overflow: hidden;
	    display: block;
	    vertical-align: top;
	    /*border: 1px blue solid;*/
	}


}

/* Movil */
@media screen and (max-width: 992px) and (orientation:portrait) {
	div[id*=TopNavigationMenu] ul.root > li.static > ul.static {
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 70vh;
		display: block;
	}
}
@media screen and (max-width: 992px) {
	/* LOGO */
	#DeltaSiteLogo > a{
			background-image:url('../img/logo_eafit_simple.png');
			background-repeat:no-repeat;
			background-position: center;
			background-size: contain;			
	}
	#sideNavBoxRight:before{
		display: none; 
	}
	#contentBox .ms-srch-hover-outerContainer, #contentBox .ms-srch-item-summaryPreview{
		display:block !important;
	}
	
	#contentRow .ms-srch-result .ms-srch-hover-standardSize{
		display:none;
	}
	.ms-rte-embedil{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 35px;
		height: 0;
		overflow: hidden;
		width: 100%;
	}
	iframe{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 100%;
	}
	#DeltaTopNavigation {
		position: relative;
		top: 0px;
	}
	/* Search */
	#titleAreaBox #DeltaPlaceHolderSearchArea{
		top: -10px;
	}
	#titleAreaRow > .ms-tableCell{
		display:block;
	}
	#titleAreaBox #siteIcon,
	#titleAreaRow .ms-breadcrumb-box{
		display:inline-block !important;
	}
	#DeltaPlaceHolderSearchArea #searchInputBox:hover{
		margin: -12px 0 0 8px;
	}
	#searchInputBox #SearchBox .ms-srch-sb {
		width: 90%;
	}
	#DeltaPlaceHolderSearchArea #searchInputBox:hover .ms-srch-sb>input {
		width: 83%;
	}
	#eSignInLink{
		display:none;
	}	
    /* TOP */
    #eTopLinksLeft {
        text-align:center;
    }
	#eTopLinksLeft .navbar-toggle {
		width: 95px;
	}
    #eTopLinksLeft .navbar-brand{
		padding-top: 2px;
		float: right;
	}
	#eTopLinksLeft button:hover a{
		color:#fff;
	}	
    #s4-titlerow {
    	padding-top: 5px;
        height: 126px;
        min-height: 65px;
    }
    /*#titleAreaRow #pageTitle{
    	position:absolute;
		top:50px;
		left:10px;
	}*/
	/* Menu lateral */
	#sideNavBox{
		margin-top:0px;
		margin-bottom:20px;
	}	
    /* LEFT NAV */
    #sideNavBox:before {
        margin-top: 10px;
	    padding-bottom: 10px;	   
	    font-size: 1.25em;	   
	    padding-left: 10px;
    }
    /* GLOBAL NAV FIRST TAB */
    div[id*='TopNavigationMenu'] ul.root > li.static:first-child:before {
		margin-bottom:10px;
    }        
    /* iCON/TEXT NAV MOBILE */     
    div[id*='TopNavigationMenu'] ul.root:after {
        padding-left:2px;
    }
	#eCloseNav {
		top: -25px;
	}
	#eCloseNav:before {
		right: 3px;
		color: #fff;
    	background: #00395B;
		padding: 15px 2px;
    	z-index: 2;
		border: 1px #ccc solid;
		border-left: 0px;
	}
    /* SEARCH */
    #DeltaPlaceHolderSearchArea #searchInputBox:after {
        left:24px;
		font-family: 'Oswald';
    }    
    /* SEARCH TEXT */
	#DeltaPlaceHolderSearchArea #searchInputBox:hover .ms-srch-sb-searchLink{
		padding-right: 5px;
	}
	#searchInputBox #SearchBox, #searchInputBox #SearchBox .ms-srch-sb > input, #searchInputBox #SearchBox input[type=password]:focus, #searchInputBox #SearchBox input[type=text]:focus, #searchInputBox #SearchBox .ms-inputBoxActive, #searchInputBox #SearchBox .ms-inputBox.ms-inputBoxActive:hover {
	    color: #fff;
	}
	#searchInputBox .ms-srch-sb-searchLink:before{
		color:#fff;
	}

    /* LOGO */
    .ms-siteicon-img {
        display:none;
    }	
    #DeltaSiteLogo > a{
		height: 40px;
		width: 100%;
		margin-top: 13px;		
    }
	#sideNavBox{
		margin-top:0px;
		margin-bottom:20px;
	}
	#sideNavBox:before {
		margin-top: 10px;
	}
	#eBtnSubir {
		right: 1px;
		margin-bottom: 88px;
	}
	.atss .at-share-btn:hover {
		width: 34px  !important;
	}
	.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper{
		    padding: 4px 0 !important;
	}
	.atss .at-share-btn span .at-icon, .atss a span .at-icon{
		height: 1.5pc !important;
	}
	.at-share-dock.atss{		
		box-shadow: 0 0 0px 0px #e2dfe2 !important;
		display: flex !important;
		flex-wrap: wrap  !important;
		justify-content: center  !important;
		align-items: center  !important;
		margin-left: 5px;
	}
	.atss .at-share-btn {
		border-radius: 50%;
		width: 34px !important;
		margin-right: 14px !important;
		margin-bottom: 3px !important;
	}		
	#eBtnSubir .btn-lg{
		padding: 3px 5px;
	}	
	#eBtnSubir #back-top a{
		font-size: 20px !important;
	}		
	#eFooter-inside{
		margin-bottom: 20px;
	}
	#eFooter #eRedes,#eFooter .addthis_sharing_toolbox{
		display:none;
	}
	/* TOPLINKSLEFT */
	#eTopLinksLeft .navbar-brand span{
		display:none;
	}
	#eTopLinksRight .ul-icons>li>a{
		margin-right:10px;	
	}
	#eTopLinksRight{
		padding-left:0px;
		/*padding-right:0px;*/
	}
	.breadcrumb{
		display:none;
		margin-top:0px;
		width: 100%;
	}
	#eTopLinksLeft .navbar-nav {
		margin-top: 5px;
	}		
    /* TOP */
    #ms-designer-ribbon {
        background-color: #00A5D9;
    }    
    #titleAreaRow #pageTitle{
		background-color: #00395B; /* NEW */
	}			
    /* LEFT NAV */
    #sideNavBox:before {
        content:'CONTENIDO';
        color: #009bd4;        	   
	    border-bottom: 1px #FFF solid; 
	   	color: #FFF;
    }    
    /* GLOBAL NAV FIRST TAB */
    div[id*='TopNavigationMenu'] ul.root > li.static:first-child:before {
        background: #00395B;
    }    
    /* iCON/TEXT NAV MOBILE */    
    div[id*='TopNavigationMenu'] ul.root:before {
        color: #aaa;
    }
    div[id*='TopNavigationMenu'] ul.root:after {
        color: #aaa;
    }
	div[id*=TopNavigationMenu] li.static a.dynamic, 
	div[id*=TopNavigationMenu] li.static a.static, 
	div[id*=TopNavigationMenu] li.static li.static a.static {
    	min-width: 245px;
		padding: 8px 8px;
	}	
	div[id*=TopNavigationMenu] ul.root:hover {
    	border-radius: 0px;
	}
	.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, 
	.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
	div[id$=TopNavigationMenu] li.static a:hover{
		background: #00A5D9;
		color:#fff !important;
		border-collapse: #ccc;
	}
    /* SEARCH */
    #DeltaPlaceHolderSearchArea #searchInputBox:before {
        color: #aaa;
    }
    #DeltaPlaceHolderSearchArea #searchInputBox:after {
        color: #aaa;
    }
    #DeltaPlaceHolderSearchArea #searchInputBox:hover {
        border: 1px solid #aaa;
		background: #aaa;
    	border-radius: 0px;
    }			    
	#sideNavBox:before {
	    content: 'CONTENIDO';
	}
	/* Resultados y cuadro de busqueda */
	#contentBox .ms-srch-sb-borderFocused, .ms-srch-sb-border:hover{
		border: 1px #00395B solid;
	}
	#s4-titlerow #pageTitle, #s4-titlerow #pageTitle a {
		font-size: 24px;
		/*padding-top: 10px;
		padding-bottom: 10px;*/
	}	
	/* TOPLINKSLEFT */
	#eTopLinksLeft .navbar-brand:before{
		content:'PÚBLICOS';
	}
	/*#eTopLinksLeft .glyphicon-triangle-bottom:before{
		content: '\002b';
	}*/
	#eTopLinksLeft button:hover{
	    border-color: #FFF;
        background-color: #00A5D9;
        color:#fff;
	}
	#eTopLinksLeft button:active{
		border-color: #00A5D9;
        background-color: #00A5D9;
        color:#fff;
	}
	#eTopLinksRight a:link,
	#eTopLinksRight a:visited{
		color:#fff;
	}
	#searchInputBox #SearchBox .ms-srch-sb {
		background-color: #aaa;
	}
	#searchInputBox .ms-srch-sb-border {
		border: 0px solid #ccc;
		border-bottom:1px #FFFFFF solid;
	}
	.ms-srch-sb-borderFocused, .ms-srch-sb-border:hover{
		border:0px #FFFFFF solid;
		border-bottom:1px #FFFFFF solid;
	}
	#searchInputBox .ms-srch-sb-borderFocused, 
	#searchInputBox.ms-srch-sb-border:hover,
	#searchInputBox.ms-srch-sb-border{
		border:0px #FFFFFF solid;
		border-bottom:1px #FFFFFF solid;
	}	
	#DeltaPlaceHolderSearchArea #searchInputBox:hover .ms-srch-sb>input {
		height: 18px;
	}
	/* Labels */
	/*#DeltaPlaceHolderSearchArea #searchInputBox:after{
		content: 'SEARCH';
	}
	div[id$=TopNavigationMenu] ul.root>li.static:first-child:before,
	div[id$=TopNavigationMenu] ul.root:after{
		content: 'MENU';
	}*/
	
	/* Menu completo*/
	div[id*='TopNavigationMenu'] ul.root:hover{
	    background: transparent;
	    border: 0px solid #ccc;
        margin: -18px 0 0 0px;
        left: 25px;
	}
	div[id*='TopNavigationMenu'] ul.root:before{
		width:23px;
	}	
    div[id*='TopNavigationMenu'] ul.root > li.static:first-child:before{
		content: '';
		background:rgba(0,0,0,0.65);			
		margin-bottom:43px;
		box-shadow: 10px 10px 5px 150vw rgba(0,0,0,0.65);
	}
	div[id*=TopNavigationMenu] ul.root > li.static > ul.static{
		background:#01253D;
		border: 0px solid #ccc;
	}
	div[id*='TopNavigationMenu'] li.static a.static, 
	div[id*='TopNavigationMenu'] li.static li.static a.static, 
	div[id*='TopNavigationMenu'] li.static a.dynamic{
		border-bottom: 1px solid #00395B;
	}
	div[id*='TopNavigationMenu'] li.static li.dynamic a.dynamic {
		border-bottom: 1px solid #ccc;
		padding: 8px 10px;
	}
	div[id*='TopNavigationMenu'] .ms-core-listMenu-item, 
	div[id*='TopNavigationMenu'] .ms-core-listMenu-item:link{
		color: #00A5D9;
	}
	div[id*='TopNavigationMenu'] ul.dynamic .ms-core-listMenu-item, 
	div[id*='TopNavigationMenu'] ul.dynamic .ms-core-listMenu-item:link{
		color: #777;
	}
	div[id*='TopNavigationMenu'] li.static a.dynamic span.ms-navedit-flyoutArrow:before{
		color: #00A5D9;
	}
	div[id*='TopNavigationMenu'] li.dynamic-children{
	    border-bottom: 0px solid #dfdfdf;
	}
	div[id*='TopNavigationMenu'] li.static li.static > a > span{
	    padding-left:10px;
	}
	div[id*='TopNavigationMenu'] li.static  > a > span{
	    padding-left:10px;
	}
	div[id*=TopNavigationMenu] li.static a.dynamic, 
	div[id*=TopNavigationMenu] li.static a.static, 
	div[id*=TopNavigationMenu] li.static li.static a.static{
		padding-right:12px;
	}
	div[id*=TopNavigationMenu] .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, 
	div[id*=TopNavigationMenu] .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited, 
	div[id*=TopNavigationMenu] .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, 
	div[id*=TopNavigationMenu] .ms-tv-selected:link{
			color:#fff;
	}		
	#eCloseNav:before{
		content: '\e014';
		color: #fff;
		right: 5px;
		font-size: 1.8em;
		border:0px;
		width:45px;
		background:transparent;
	}
	#eCloseNav:after{
		content: 'CERRAR';
	    color: #fff;
	    font-size: x-small;
	    float: right;
	    top: 40px;
	    position: relative;
	    right: 18px;
	    z-index: 3;	
	}
	#s4-titlerow div[id*='TopNavigationMenu'] .dynamic-children.additional-background:before{
		display:none;
	}
	div[id*='TopNavigationMenu'] ul.dynamic{
		display:block;
	}

	
	/* Menu admon */
	div[id*='TopNavigationMenu'].navMenuMetaAdmin>ul> li.static>a:first-child {
		display: block;
	}
	div[id*='TopNavigationMenu'].navMenuMetaAdmin ul.root {
	    background: transparent;
	    border: 0px solid #ccc;
	    left: 25px;
	} 
	div[id*='TopNavigationMenu'].navMenuMetaAdmin ul.root > li.static:first-child:before{
		background:rgba(0,0,0,0.55);	
		box-shadow: 10px 10px 5px 150vw rgba(0,0,0,0.55);				
	}
	div[id*='TopNavigationMenu'].navMenuMetaAdmin li.static > .ms-core-listMenu-item {
	    background: #01253D;
	}
	/* fin - Menu admon */
	
	.topNavMenuDynamicBtns{		
		position: relative;
		top: -29px;
		/*top: -35px; /* Mod: 23/03/2017 e-deas: JohnT */
		width: 40px;
		display: inline-block;
		float: right;
		border-left: 1px #00395B solid;
		padding-left: 20px;
		padding-top: 4px;
		padding-bottom: 3px;
		/*padding-top: 6px; /* Mod: 23/03/2017 e-deas: JohnT */
		/*padding-bottom: 6px; /* Mod: 23/03/2017 e-deas: JohnT */
		right: -12px;
		margin-right: 0px;
		min-width:0px !important; /* Mod: 23/03/2017 e-deas: JohnT */
	}
	.topNavMenuDynamicBtns:before{
		position: relative;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
		-webkit-font-smoothing: antialiased;
		content: '\e252';
		font-size: 20px
	}		
    /* fin - Menu completo */ 
    
    /* inicio raya */
    .raya::after {
		display: none;
	}
	.raya::before {
		display: none;
	}
		
	.rayaBlanca::after {
		display: none;
	}
	.rayaBlanca::before {
		display: none;
	}
	
    /* Quotes */
    .ed-rteElement-H4B,.ms-rteElement-H4B,
    .ed-rteElement-H3B,.ms-rteElement-H3B{
		width: auto;		
	}
}

/* Landscape*/
@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
	#idMegamenu{
		position: absolute !important;
	}
	#idMegamenu .nav {
		overflow-y: hidden !important;
	}
	#idMegamenu .nav {
		max-height: inherit !important;
	}
	div[id*=TopNavigationMenu] ul.root:before {
		margin-right: -2px;
		width: 26px;
	}
}

/* APP: Zona estatica */
@media (max-width: 767px) {
	#divEspacioFinalZonasFijas_footer{
		display:none;	
	}
}

/* NATI */

/* Escritorio */
/*@media screen and (min-width: 993px) { 

.embera #DeltaTopNavigation {
    min-height: 60px;
}

#s4-titlerow #pageTitle {
    margin-top: 10px;
}
#s4-titlerow {
    height: 125px;
}
}*/

/* Mobile */
/*@media screen and (max-width: 992px) {
	


	#s4-titlerow #pageTitle {
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 30px;
	}
}*/