/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/04/2016, 07:21:48 AM
    Author     : LuisEduardo
*/
/*@import url(https://fonts.googleapis.com/css?family=Great+Vibes); @import url(https://fonts.googleapis.com/css?family=Ruthie);*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

@import url(https://fonts.googleapis.com/css?family=Oswald);

* {
    font-family: 'Open Sans Condensed', sans-serif;
}
root {
    display: block;
}

body {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    
}
.gradiente {
   
background: #2ab0ed; /* Old browsers */
background: -moz-linear-gradient(left,  #2ab0ed 0%, #bfe8f9 34%, #9fd8ef 72%, #2ab0ed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2ab0ed 0%,#bfe8f9 34%,#9fd8ef 72%,#2ab0ed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2ab0ed 0%,#bfe8f9 34%,#9fd8ef 72%,#2ab0ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab0ed', endColorstr='#2ab0ed',GradientType=1 ); /* IE6-9 */

}

/*header {
    background-color: #fff;
    height: 10%;
    width: 100%;
    display: block;
    
    background-image: url('../imgs/MinEducacion_logo.png'), url('../imgs/COLCIENCIAS.png'), 
        url('../imgs/logo_cier.png'), url('../imgs/itsa_logo.png');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto 60%, auto 60%, auto 70%, auto 70% ;
    background-position:  2% center, 15% center, 26.5% center, 34% 30%;
}*/

header {
    background-color: #fff;
    height: 60px;
    width: 100%;
    display: block;
    
    background-image: url('../imgs/logos.png');
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 2% center;
    min-width: 800px;
    min-height: 60px;
}

header a {
    text-decoration: none;
}

header a:visited {
    color: #333;
}

.strong1 {
    color: #222;
    font-weight: bold;
}

h2 {
    font-weight: 100;
}
footer {
    display: block;
    height: 60px;
    width: 100%;
    background: #fff;
    margin: auto;
    padding: .8%;
    text-align: center;
}

.boton, .boton1 {
    height: 65%;
}
.boton img, .boton1 img {
    width: 1.1em;
    height: 1.1em;
    top: .2em;    
    position: relative;
}

.oculto {
    display: none;
}

.cursiva {
    //font-family: 'Lovers Quarrel', cursive;
}

.cursiva strong {
    font-family: 'Lovers Quarrel', cursive;
    font-size: 30pt;
}

.estrategia {
    background: url(../imgs/imagen.png) no-repeat;
    background-size:  auto 90%;
    background-position: center center;
    width: 40%;
    height: 40%;
    display: block;
    position: absolute;
}

h3 {
    color: #444;
    
}

.referencia {
    //font-family: 'Great Vibes', cursive;
    font-family: 'Oswald', cursive;
   font-size: .9em;
}

#estrategias {
    display: block;
    float: left;
    width: 30%;
    height: 100%;
    //background: #fff;
    //background: #2ab0ed;
    background: #bfe8f9;
}

#contenido {
    display: block;
    float: left;
    width: 68%;
    height: 96%;
    background: rgba(255,255,255,.7);
    border-radius: 1em;
    margin: 1%;
}

#info_estrategia {
    
    overflow: auto;
    height: 98%;
    width: 100%;
    padding: 0.3em;
    padding-right: 0;
}

#info_estrategia h2, #info_estrategia h3 {
    font-family: 'Oswald', cursive;
      
}

#info_estrategia h3 {
    color: #444;
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
    padding: 3px;
}

#estrategias a {
    display: block;
    padding: 5px;
    //background: #333;
    //background: rgba(42, 176, 237, .9);
    color: #fff;
    text-decoration: none;
    font-family: 'Oswald', cursive;
    font-size: .85em;
    border-bottom: 1px solid rgba(42, 176, 237, .9);
    color: #444;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#estrategias a:hover {
    //background: navy;
    background: rgba(42, 176, 237, .9);
    color: #fff;
    padding-left: 10px;
}

#mitool {
    background: rgba(42, 176, 237, .9);
    position: fixed;
    top: calc(60px);
    right: .5%;
    //#2ab0ed;
    border-bottom-left-radius:.7em;
    border-top: .35em rgba(0,0,0, .4) solid;
}

#mitool a {
    display: block;
    width: 36px;
    height: 36px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#mitool a:hover {
    background-size: 90% auto;
    background-position: center center;   
}

#index {
    background: url('../imgs/ic_arrow_back_white_36dp.png') no-repeat;
    background-size: 80% auto;
    background-position: center center;   
}

.menucontextual {
    position: absolute;
    width: 25%;
    height: auto;
    z-index: 3;
    //right: 10%;
    //bottom: 2%;
    background: #fff; 
    border: 1px #9fd8ef solid;
    
}

.menucontextual span {
    display: block;
    //background: #333;
    color: #fff;
    font-family: 'Oswald', cursive;
    padding: 3px;
    font-size: .8em;
    position: relative;
    padding-right: 24px;
}

.menucontextual a {
    display: block;
    text-decoration: none;
    padding: 3px;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menucontextual a:hover {
    color: #333;
    background: #bfe8f9;
    font-weight: bold;
    padding-left: 6px;
}

.cerrar_menu {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../imgs/ic_cancel_white_36dp.png') no-repeat;
    background-size: 22px 22px;
    background-position: center center;
    position: absolute !important;
    right: 0px;
    top: 2px;
    
    
}

.cerrar_menu:hover {
    background: url('../imgs/ic_cancel_white_36dp.png') no-repeat transparent !important;
    background-size: 24px 24px !important;
    background-position: center center !important; 
    padding-left: 3px !important;
    
}

#container {
    min-width: 800px;
    //min-height: 500px;
    overflow: auto;
    height: calc(100% - 120px); 
    width: 100%; 
    display: block; 
    margin: auto;
}
#container2 {
    min-width: 800px;
    height: calc(100% - 60px); 
    width: 100%; 
    display: block; 
    margin: auto;
}

#lista {
    overflow: auto; 
    height: calc(100% - 7.5em - 2%); 
    width: 100%;
    
}

#header {
    height: 7.5em;
    width: 100%;
    padding: 2%; 
    position: relative;
}