/*
Theme Name: CelagEC página oficial
Theme URI: 
Author: Ing. Pedro Durán A.
Author URI: https://celag.ec
Description: Tema para la pagina web de Celag
Version: 1.0
Requires at least: 4.4
Requires PHP: 5.2.4
Template: twentysixteen
Text Domain: twentysixteen

*/

@import url("../twentysixteen/style.css");

.content-area {
    width: 100%;
}

.site-content {
    padding: 0 0;
}

.site-inner {
    max-width: 100%;
}

.site {
    margin: 0px;
}

.site-header {
    padding: 25px;
}


body:not(.custom-background-image).admin-bar:before {
		top: 0px;
	}


body:not(.custom-background-image)::before, body:not(.custom-background-image)::after{
        height: 0px;
}
	
body {
    background: #FFF;
}

.site-header {
    background-color: #12009d;
}

.main-navigation a {
    color: #FFFFFF;
}


.menu-toggle{
    color: #FFFFFF;
}

.site-main{
    margin-bottom: 1em;
}

.site-footer {
    padding: 0 4.5455% 1em;
    background-color: #0a00c9;
    
}

.site-info{
    color: #FFFFFF;
}

.site-info a{
    color: #FFFFFF;
}

.content-area {
    background-color: #0a00c9;
}





