﻿/*********************************
* DESCRIPCIÓN: Esta librería CSS del Skin para layout Slide + Zonas + Colors
* 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
**********************************/
/* Cargar CORE */
@import url('core/eLayout_SliderZonesFreeColor.css?v=1.0');

#contentRow{
	margin-bottom:0px;
}
#eLayout_R1,#eLayout_R2,#eLayout_R3,#eLayout_R4,#eLayout_R5,#eLayout_R6,#eLayout_R7{/* Background */
	background-size: cover !important;
    background-repeat: no-repeat !important;	
} 
.eStaticHeader #DeltaTopNavigation {
    min-height: 0px;
    height: 0px;
}
.eStaticHeader #pageTitle {
    display: none !important;
}
#baseParallax, .eStaticHeader #s4-titlerow {
    height: 55px !important;
}
.eStaticHeader.embera-katio #s4-titlerow{ /* Mod: 23/03/2017 e-deas: JohnT */
    height: 55px !important;
}
#eLayout_R6C1 .col-CenterZone .ms-rtestate-field > :first-child,
#eLayout_R7C1 .col-CenterZone .ms-rtestate-field > :first-child{
	margin-top:30px;
}
#eLayout_R6C1 .col-CenterZone .ms-rtestate-field > :first-child,
#eLayout_R7C1 .col-CenterZone .ms-rtestate-field > :first-child{
	margin-bottom:30px;
}
/* SKIN */
#eLayout_R1,
#eLayout_R2,
#eLayout_R3,
#eLayout_R4,
#eLayout_R5,
#eLayout_R6,
#eLayout_R7{
	background-color:#FFF;	
}
.color-panel{
	background-color:inherit;
	display: inline-block;
	vertical-align:top;
}

/* Escritorio */
@media screen and (min-width: 992px) { /* NEW */
	.embera #s4-titlerow {
        height: 67px;
    }
	.embera-katio #s4-titlerow{	
		    height: 70px;
	}
}

/* Movil */
@media screen and (max-width: 992px) {
	#eLayout .ms-rtestate-field img{
   		/*margin:0px !important;*/
   }
   /* Reorganizar layout para embera sin menu */
	.embera #s4-titlerow {
	    height: 70px; 
	}	
	.embera-katio .megamenu-navbar-default{ /* Katio */
		top: 0px;
	}
	#eLayout_R6, #eLayout_R7 {/* Ajustar*/
		/*padding-left: 15px;
		padding-right: 5px;*/
	}
	#eLayout_R1,#eLayout_R2,#eLayout_R3,#eLayout_R4,#eLayout_R5,#eLayout_R6,#eLayout_R7{/* Background */
		background-position: center !important;	
	}
	
	/* Modificación margenes */
	#eLayout_R1C2,#eLayout_R2,#eLayout_R3,#eLayout_R4,#eLayout_R5,#eLayout_R6,#eLayout_R7 {/* Mod: 23/03/2017 e-deas: JohnT */
		padding-left: 25px;
		padding-right: 15px;
	}
	#eLayout_R1C2{ /* Mod: 23/03/2017 e-deas: JohnT */
		padding-right: 15px !important;
	}
}
