/*
Theme Name:     Educaplanet
Theme URI:      http://educaplanet
Description:    Educaplanet Child Theme
Author:         Eva & Nando
Author URI:     http://educaplanet.com
Template:       u-design
Version:        2.1.0
*/

@import url("../u-design/style.css");

/*@import url("apla/css/apla.css");

@import url("apla/css/nando.css"); */

/* =Theme customization starts here
-------------------------------------------------------------- */



/*
    Do not remove any of the commented text above as it is used by the theme for proper function!

    All the themes' CSS files are located under the 'styles/' sub-folder...

    If you would like to use this file to add any custom CSS, you'll need to enable it first  
    from the theme's "General Options" section.
    Please note: After enabling the use of this file, you will not see any change here, 
    feel free to add your custom CSS below.
    On the other hand, if you need access to the theme's main style sheet, you will 
    need FTP client to access it, is it located in: "styles/style1/css/style.css"
*/

.cajitapeq {
    border-style: solid;
    border-color: #1f7b68;
    border-width: 5px 0 0px 5px;
    padding: 0px;
    background: #0aa39d none repeat scroll 0% 50%;
    width: 150px;
    height: 150px;
    float: left;
}
.cajitapeq:last-child {
    border-width: 5px 5px 0px;
}
.cajitacentral {
    border-style: solid;
    border-color: #1f7b68;
    border-width: 5px 0px 0px 5px;
    padding: 0px;
    background: #0aa39d none repeat scroll 0% 50%;
    width: 305px;
    height: 150px;
    float: left;
}
.cajitacentral:last-child {
    border-width: 5px 5px 0px;
    background: #0aa39d;
    color: white;
    width: 305px;
}
.titulo_container {
    background: transparent url(../images/titulomision1.png) no-repeat fixed center top;
    height: 79px;
}
.titulo_bajo {
    font-size: 2em;
    color: white;
    vertical-align: middle;
}
.cajitaazu, .cajitaver, .cajitaama, .cajitarosa {
	display:inline-block;
	margin:4px;
    aborder-style: solid;
    aborder-color: #1f7b68;
    border-width: 2px 2px 2px 2px;
    padding: 5px;
    background: #7ad9de none repeat scroll 0% 50%;
    width: 290px;
    height: 150px;

}

.cajitaver {
    background: #c7ff1f;
}
.cajitaama {
    background: #ffdc5f;
}
.cajitarosa {
    background: #ff9999;
}

.otracajita_container {
    position: relative;
    height: 100px;
    text-align:left;
}
.cajita_container {
    display: inline;
}
.cajita_container > div {
    max-width: 75%;
    float: left;
}
.textonivel {
    color: white;
    float: left;
    font-weight: bold;
    font-size: 2em;
}
.some_text {
    border: none;
    padding: 2px;
    float: left;
    text-align: center;
}
.estrellitas {
    display: inline;
    position: absolute;
    top: 100px;
}
.clearfix {
    float: none;
    clear: both;
}
.imgfloat {
    float: left;
    margin-right: 2px;
}

.cajitafin {
    border-style: solid;
    border-color: #1f7b68;
    border-width: 5px 0px 0px;
    padding: 0px;
    background: #0aa39d none repeat scroll 0% 50%;
    width: 935px;
    float: left;
}

.nando_contenedor,.contenedorcabecerabarra{
	padding:20px 0; 
	background-color:#0aa39d;
	position: relative;
	text-align:center;
}

/*ESTILO PARA CAJITAS CON INFORMACIÓN EN LÍNEA (Junto con imgfloat) */
.cajitalinea {
    display:inline-block;
    margin: 4px;
    padding: 5px;
    width: 580px;
    height: 65px;
}
.textonivellinea {
    float: left;
    font-weight: bold;
    font-size: 1.5em;
}
.textoexplicalinea {
    padding: 2px;
    float: left;
}

.sku_wrapper {
	display:none;
}




