/*
Theme Name: FabiFabu
Theme URI: TCDesigns - www.programandolavida.com and www.titicrafty.com
Description: Theme designed by Camila TCDesigns for FabiFabu and Developed by Ruth Rojas Programando la Vida.
Author: Camila Rojas
Version: 1.0
License: Private
License URI: www.titicrafty.com/tcdesigns/
Tags: custom-menu,full-width-template, right-sidebar
*/

@import "css/reset.css";

/*=========================================
        WORDPRESS CORE
=========================================*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky{

}
.gallery-caption{

}
.bypostauthor{

}

/* ========================================
        Body and Wrappers
==========================================*/

body{
    background: transparent url(images/TFA-Blog-BG.jpg) ;
    font-family: 'Raleway', sans-serif;
    color: #58585b;

}

a{
    color: #31a7a4;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    color: #68c5b3;

}

.wrapper{
    background-color: #fff;
    border-right: 3px solid #68c5b3;
    border-left: 3px solid #68c5b3;
}
/*============================
        Basic Tags
============================*/
h1,h2,h3,h4,h4, h5,h6{
    font-family: 'Elsie Swash Caps', cursive;
}
h1{
    font-size:2em;
}
h2{
    font-size:1.8em;
}
h3{
    font-size:1.5em;
}
h4{
    font-size:1.3em;
}
h5{
    font-size:1.2em;
}
h6{
    font-size:1.1em;
}
h1 a {
    color: #31a7a4;
}
h1 a:hover{
    color: #68c5b3;
}
img{
    width: auto;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

*{box-sizing: border-box;}

/*========================================
        NAV TOP MENU
========================================*/
.mobile_nav {
    display: none;
}
.topbar{
    float: left;
    margin-left: 1.5%;
}

nav.top_menu {
    margin: 0px auto; 
    text-align: left;
    z-index: 9999999;
    max-height: 35px;
}

nav.top_menu ul ul {
    display: none;
}

nav.top_menu ul li:hover > ul {
    display: block;
}


nav.top_menu ul {
    background: transparent; 
    list-style: none;
    position: relative;
    display: inline-table;
    line-height: 35px;
}
nav.top_menu ul:after {
    content: ""; 
    clear: both; 
    display: block;
}

nav.top_menu ul li {
    float: left;
}
nav.top_menu ul li:hover {
    background: #c0e5e8;
}
nav.top_menu ul li:hover a {
    color: #fff;
}

nav.top_menu ul li a {
    display: block; 
    padding: 0px 20px;
    color: #31a7a4;
    text-decoration: none;
    font-size: 0.9em;
}


nav.top_menu ul ul {
    background: #c0e5e8; 
    position: absolute; 
    top: 100%;
    z-index: 9999999;
}
nav.top_menu ul ul li {
    float: none; 
    border-top: 1px solid #fff;
    border-bottom: 1px solid #68c5b3;
    position: relative;
}
nav.top_menu ul ul li a {
    padding: 0px 15px;
    color: #fff;
}	
nav.top_menu ul ul li a:hover {
    background: #68c5b3;
}

nav.top_menu ul ul ul {
    position: absolute; 
    left: 100%; 
    top:0;
    z-index: 9999999;
    width: 130%;
    border-left: solid 1px #DD4F50;
}

nav.top_menu ul ul ul li {
    float: none; 
    border-top: 1px solid #FCD4D4;
    border-bottom: 1px solid #DD4F50; 
    position: relative;
}

nav.top_menu ul ul ul li a {
    padding: 0px 15px;
    color: #fff;
    display: block;
}
/*========================================
        NAV MID MENU
========================================*/
.mobile_nav {
    display: none;
}

.bar{
    border-top: 1px solid #31a7a4;
    border-bottom: 1px solid #31a7a4;
    width: 100%;
    position: relative;
    background: transparent;
    color: #6d6e70;
    padding: 1rem 2rem; 
    margin: 2rem auto 3rem; 
    min-height: 40px;
}
.main_nav {
    clear: both;
    float: left;
    min-height: 40px;
    line-height: 2.5rem;
    margin-left: 2% !important;
    font-size: 1rem;
    color: #6d6e70;
}

.main_nav ul, .main_nav li{
    display: inline;

}

.main_nav a{
    padding: 0 10px 0 10px;
    text-decoration: none;
    color: #6d6e70;

}

.main_nav ul li{
    display: inline-block;
    text-align: center;
}
.main_nav ul li:hover{

}

.main_nav ul li:first-child {
    margin-left: 0px;
}
.main_nav ul li a{
    text-decoration: none;
}
.main_nav ul ul   {
    position: absolute;
    top: -9999px;
    left: -99px;
    opacity: 0;
    background: none repeat scroll 0% 0% #c4e8e1;
    text-align: left;
    z-index: 9999999;
    box-shadow: none;
    width: 150px;
}
.main_nav ul ul li:first-child{

}
.main_nav ul ul li{
    display: block;
    float: left;

    box-shadow: none;
}
.main_nav ul ul li a{

}
.main_nav ul li:hover >ul{
    position: absolute;
    top: auto;
    display: block;
    opacity: 1;
    left: auto;
}
.main_nav ul li:hover {
    background-color: #c4e8e1;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    color: white;
}
.main_nav ul li:active {
    background-color: #c4e8e1;
}
#show-nav{
    display: none;
}
#close-nav{
    display: none;
    background: #BF1E2D;

}

/*=================================
       HEADER
=================================*/

header{
    background-color: transparent;
    width: 100%;
    padding: 1% 0px 2%;
    margin: 0px auto;


}
.head{
    margin: 0 auto;
    background: transparent url(images/FF-Blog-Header-Background.png) repeat-x;
}

.logo_PLV{
    box-sizing: border-box;
    background-size: cover;
    /*max-width: 652px;*/
    width: 100%;
    background-color: transparent;
    margin: 0px auto;
}
.logo_PLV img{
    max-width: 520px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.header-aside {
    float: left;
    min-height: 50px;
    margin-left: 5% !important;
    text-align: center;
}
.header-sidebar {

}
.header-search {
    float: right !important;
    margin-right: 1% !important;
}


/*===========================
     CONTENEDOR PRINCIPAL
===========================*/
.top-body{
    width: 100%;
    margin: 0 auto;
}
.Main_container {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 0px !important;
    box-sizing: border-box;
}

.left_container {
    margin-top: 2%;
    box-sizing: border-box;
    padding-right: 1%;
}

.right_container {
    margin-top: 2%;
    box-sizing: border-box;
}

/*============================
    SLIDESHOW
============================*/

.slideshow {
    float: none !important;
    margin: 0px auto 3% !important;
    width: 90%;
    box-sizing: border-box;
    padding: 1%;
}
.slideshow img{
    width: 90%;
}

.flex-control-nav {
    width: 25%;
    position: relative;
    bottom: -20px !important;
    margin: 0px auto;
    text-align: center;
}

.flex-control-nav li{
    text-align: center !important;
    float: none;
    display: inline-block;
    margin: 1% !important;
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    border-radius: 15px !important;
    text-align: center;
    display: block;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    box-shadow: 1px 1px 0px #FFF;
}
a.flex-active{
    background-color: #666452 !important;
}
.featured-post{
    position: relative;
}
.featured-post .caption{
    position: absolute;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
    top: 200px;
    font-family: 'Elsie Swash Caps', cursive;
    font-size: 1.8em;
    width: 100%;
    text-align: center;
    line-height: 3em;
    z-index: 99;

}
.featured-post .caption a{
    color: #e21e46 !important;
}
/*===========================
    FEATURE POST
===========================*/
header.feature_post_header{
    text-align: left;
}
.post-date {
    background-image: url("images/FF-Post-Date-Decoration.png");
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    margin-left: -2%;
    margin-right: 2%;
    margin-top: -1%;
    position: relative;
    width: 50px;
}
.day {
    color: #58585b;
    left: 15px;
    position: absolute;
    top: 8px;
    font-size: 0.9rem;
}

.month {
    color: #58585b;
    left: 10px;
    position: absolute;
    top: 22px;
    font-size: 0.75rem;
}

h2.feature_post_title{
    margin-bottom: 1%;
    font-weight: 300;
}
.feature_post_metaDatos{
    text-align: left;
    margin-left: 7%;
    font-size: 0.9em;
}
.feature_post_img{
    position: relative;
    text-align: center;
    width: 100%;
    padding: 15px 0px;
    height: auto;
    box-sizing: border-box;
}
.feature_post_img img{
    width: 100%;
    margin: 0px auto;
    border: 8px solid #FFF;
    box-shadow: -2px -2px 0px 0px #31a7a4, 2px 2px 0px 0px #31a7a4;
    box-sizing: border-box;

}
.featuredDate{
    background-color: #FFFFFF;
    position: absolute;
    padding: 3%;
    opacity: 0.8;
    color: #34C1C5;
}
.post_metaDatos{
    margin-bottom: 1% !important;;
    line-height: 1.2rem;
    font-size: 0.8rem !important;
}
article.post p{
    text-align: justify;
    font-size: 1rem;
    padding: 2% 3%;
    line-height: 1.3rem;
}
.post-info-meta {
    padding: 1% 0;
}
.post-info-meta li{
    line-height: 1rem;
    display: inline;
    font-size: 0.8rem;
    padding-left: 1%;
}
.post-info-meta li:first-child{
    padding-left: 2.5%;
}
.footer-navi{
    margin: 3% 0%;
}
.readmore{
    float: right;
    margin-right: 3%;

}
.gadget {
    background: #e5e5e5;
    width: 100%;
    height: 100px;
}
.gadget h3{
    text-align: center;
    padding: 1%;
}
article.post{
    padding: 2% 2% 3% 2%;
    overflow: hidden;
    box-sizing: border-box;
    text-align: justify;
    margin-left: 3%;
    width: 95%;
    margin-bottom: 2%;

}

article.post img {
    max-width: 600px;
    height: auto;
}
.post-separator {
    background: url("images/FF-Blog-Posts-Separator.png") no-repeat scroll center bottom transparent;
    min-height: 38px;
    background-size: contain;
}

/*===========================
    SUMMARY POST
===========================*/
h2.pagetitle{
    text-align: center;
    color:#C96260;
}

.pagetitle {
    text-align: center;
    border-bottom: 1px dashed #6BA57E;
    margin-left: 5% !important;
    margin-right: 5% !important;
    color: #C96260;
    padding-bottom: 1%;
    margin-bottom: 3%;
}
.sumary_post_header{
    float: left;
    padding: 0% 1% 2% 0%;
    box-sizing: border-box;
    margin-right: 5% !important;
}
.sumary_post_title{
    clear: both;
    text-align: left;
    line-height: 1.8rem;
}
.sumary_post_metaDatos{
    text-align: left;
    margin: 2% auto 5%;
    font-size: 0.8rem !important;
    line-height: 1rem !important;
    color: #747474;
}
.sumary_post_img{
    padding: 0px;
    float: left;

}
.sumary_post_img img{
    margin: 0px auto;
    border: 3px solid white;
    box-shadow: -2px -2px 0px 0px #31a7a4, 2px 2px 0px 0px #31a7a4;
    width: 100%;
    height: auto;
}
.sumary_post{
    float: left;
    font-size: 1rem;
    margin-bottom: 5%;
    letter-spacing: 0.01rem;
    line-height: 1.3rem;    
}
.sumary_post p{
    text-align: justify;
    font-size: 1rem;
    padding:0px;
    line-height: 1.2rem;
}
.sumary-footer{
}
.sumary-post-comment{
    margin-top: 0px;
    float: left;
    margin-left: 2%;
}

/*=========================
    RIGHT SIDEBAR WIDGETS
==========================*/
.right-aside h3{
    color: #31a7a4;
    text-align: center;
    padding: 3% 0px 6%;
    margin-bottom: 5%;
    background: transparent url("images/FF-Blog-Sidebar-Decoration.png") no-repeat center bottom;
    background-size: contain;
}
.right-aside {
    margin: 0px auto;
    box-sizing: border-box;
    background-size: contain;
    text-align: center;
}
.right-aside img {
    max-width: 300px;
    height: auto;
}
.right-aside.right-aside{

    margin: 5% 0;
    /*padding: 2%*/

}
.right-aside.right-aside:first-child{
    border: 0px solid #e5e5e5;
    margin: 0% 0;
}

/*======================
    PAGINATION
=======================*/
.pagination{
    text-align: center;
    padding: 3%;
}
.page-numbers.current{
    background: #31a7a4;
    padding: 2px 4px;
    border-radius: 5px;
    color: #FFFFFF;
}
/*=====================
    FOOTER
=====================*/
.footer{
    margin-top:  0px;
    margin-bottom: 1%;
}
.footer-gadget{
    background: #e5e5e5;
    width: 100%;
    height: 100px;
    margin-top: 1%;
}
.bg-footer{
    background: none repeat scroll center center #FFF;
    border-top: 1px dotted #cec4b5;
}
.footer-aside h3{
    text-align: center;
    margin-bottom: 5%;
    color: #e21e46;
    background: url("images/FF-Blog-Sidebar-Decoration.png") no-repeat scroll center bottom transparent;
    padding: 6% 0px;
    background-size: contain;
}
.buttom-bg{
    background: transparent url(images/Bottom-body-BG.png) no-repeat center;
    min-height: 18px;
}

.copy {
    padding: 2% 5%;
    background-color: transparent;
    margin: 0px auto;
    text-align: center;
}
.titi{
    margin-bottom: 1%;
}

/*=====================
    FOOTER WIDGETS
=====================*/
.footer-aside{
    box-sizing: border-box;
    padding: 2%;
    width: 31% !important;;
}
.footer-aside:first-child{
    margin-right: 0px !important;
    margin-left: 3% !important;

}
.footer-aside:nth-child(3){
    margin-left: 0px !important;
}

/*=========================
    COMMENT FORM
=========================*/
.comment-form{
    margin-left: 8%;
}
.comment-respond{
    box-sizing: border-box;
    padding-top:  3%;
    width: 90%;
    margin: 2% 0%;
    color: #A5A5A3;
    clear: both;

}
.comment-reply-title {
    padding: 2% 0%;
    font-weight: 200;
    color: #e21e46;
    margin-left: 8%;
}
.comment-notes{
    margin-bottom: 2%;
    font-size: 0.8em;
    font-weight: 200;
}
.logged-in-as{
    margin: 2% 0;
}
.comment-reply-title small{
    float: right;
    font-family: 'Cabin', serif;
}
.comment-reply-title small a{
    color: #34c1d5;

    font-size: 0.5em !important;

}
.comment-form-author{
    margin-bottom: 2%;
}
.comment-respond label{
    display: block;
    margin-right: 1%;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment textarea{
    background-color: #FFFFFF;
    border: 1px solid #EEEEE8;
    width: 50%;
    box-shadow: 0 0 5px #F8F8F8 inset;
    font-size: 1.1em;
    padding: 1%;
    margin-bottom: 2%;

}
.comment-form-comment textarea{
    width: 90%;
}

input[type = "submit"] {
    background-color: #68c5b3;
    color: #fff;
    cursor: pointer;
    border: 1px solid #31a7a4;
}

/*==========================
 CONTACT FORM
===========================*/
.verification{
    margin: 2% 0%;

}

.entry-title{
    color: #8A5656;
    text-align: center;
    margin-bottom: 2%;
}
.entry-content{
    width: 80%;
    margin: 0px auto;   
}
.entry-content p{
    margin-bottom: 2%;
}
/*=========================
       COMMENTS
=========================*/
/* ESTILOS PARA LISTA DE COMENTARIOS*/
.comments{
    margin-left: 5% !important; 
    margin: 5% 0;
}
.header_comment{
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #34C1D5;

}

.comments h3{
    color: #BE1E2D;
    height: 55px;
    line-height: 55px;
    margin: 0 0  15px -22px;
    padding-left:20px;

}
.comment-list{
    border: medium none !important;
    list-style: none outside none;
    margin: 5% 0;
}
.comment-list li .children > li{	padding-left: 25px;	}
.comment-body{
    padding-bottom:25px;
    position:relative;
    overflow:hidden;
}
ul.children {
    margin-left: 9%;
}
.comment-awaiting-moderation{color:red;text-align:center;}
.comment-list li > .children #respond h3{margin: 0 0  15px -46px;}
.comment-list li > .children li > .children #respond h3{margin: 0 0  15px -71px;/*nivel 2 comentarios anidados*/}
.comment-list li > .children li > .children li > .children #respond h3{margin: 0 0  15px -96px;/*nivel 3 comentarios anidados*/}

.comment-body p{
    margin: 2% 0px;
    padding-left: 10%;
}

.comment-author{
    background: #FFF;
    border-radius: 5px;

    min-height: 70px;

}
.comment-author img{
    background: #f1f1f1;
    padding:3px;
    margin: 5px;
    border: 1px solid #cbcbcb;
    float: left;
}
.author_comment{
    float: left;
    margin-top: 3%

}

.comment-author .fn{

    font-style:italic;
}
.comment-author .says{


    font-style:italic;
}
.commentmetadata{
    position: absolute;
    text-align: right;
    left: 60%;
    top: 19%

}
.reply a{
    float: right;
    background-color: #34C1D5;
    padding: 1% 2%;
    color: #FFFFFF !important;
    border-radius: 10px
}




/*==========================
    SEARCH FORM
===========================*/
.sidetext{
    background-color: #FFFFFF;
    border: 1px solid #939597;
    width: 65%;
    box-shadow: 0 0 5px #F8F8F8 inset;
    font-size: 0.8rem;
    padding: 1%;
    margin-bottom: 2%;
}
input.sidebutton {
    padding: 1.3% 4% !important;
    line-height: 0.9rem !important;
    /*vertical-align: middle;*/
    border-radius: 2px;
    font-size: 0.8rem;
}
form.formsearch{
    line-height: 2.3rem;
    margin: 0px auto;

}
.post-text{
    text-align: center;
    color: #6BA57E;
    font-weight: 300;
    margin-bottom: 1%; 
}
.not-found{
    margin-bottom: 2%;
    color: #CB6361;
    text-align: center;
}
.search-else{
    width: 60%;
    margin:  2% auto;

}
.left , .right{
    box-sizing: border-box;
    text-align: center;
}
.left h3 , .right h3 {
    text-align: center;
    line-height: 2em;
    color: #6BA57E;
}
.right ul li{
    line-height: 1.5em;
}


/*############################################
       PAGES
###########################################*/
.article.type-page{
    box-sizing: border-box;
    padding: 5%!important;
}
.article.type-page > .post{
    padding: 5% !important;
    text-align: justify;
    line-height: 22px;
}
.article.type-page >.post img{
    width: 97%;
    margin-bottom: 2%;

}
.article.type-page >.post p{
    margin-bottom: 2%;
}
.article.type-page >.post_header .post_metaDatos{
    display: none;
}
.article.type-page >.post-footer .post-info-meta li:first-child{
    display: none;
}
.article.type-page>.post-footer .post-comment{
    margin-left: 5%;
}
ul.footer-navi li {
    display: inline;
}
li.next {
    float: right;
}
i.previous {
    text-align: left;
}

/*############################################
       PAGE 404
###########################################*/
.post-title404{
    text-align: center;
    color: #C96260;
    margin: 5% 0;
}
.search404{
    margin: 0 auto;
    width: 60%;
    padding-left: 10%

}

/*##############################################################
    PC1199
##############################################################*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {



    .main_nav{
        font-size: 0.9rem
    }
    .top-body{
        background: #FFFFFF;
        border-color: #34C1D5;
        border-width: 2px;
        border-style:  solid solid none solid;
        border-radius: 5px 5px 0 0;
    }
    .Main_container{
        margin-top: 0px !important;
    }
    .buttom-bg{
        visibility: hidden;

    }
    .top-footer{
        visibility: hidden;
    }
    .bg-footer{
        margin-top: 0px !important;
    }
    .buttom-footer{
        visibility: hidden;

    }
    article.post{
        margin-left: 0; 
        width: 100%;
        padding: 1%;
    }
    .article.post img{
        max-width: 600px;
        height: auto;
    }
    .sumary_post {
        float: right;
        width: 49%;

    }
    .sumary-footer{
        clear: both;
    }

}

/*#############################################
            MEDIA FILE
##############################################*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
    header{
        padding: 0 ;
    }
    .header-aside{
        margin-top: 2% !important;
        margin-left: 0px !important;
    }
    .logo_PLV {
        box-sizing: border-box;
        background-size: cover;
        width: 100%;
        background-color: transparent;
        margin: 1% auto 4% !important;
    }
    .top-body{
        background: #FFFFFF;
        border-color: #34C1D5;
        border-width: 2px;
        border-style:  solid solid none solid;
        border-radius: 5px 5px 0 0; 
    }
    nav.top_menu {
        display: none;
    }
    .bar{
        background: none repeat scroll 0% 0% #31a7a4;
        width: 100% !important;
        margin: auto !important;
        border-bottom: none;
    }

    .main_nav{
        display: none;
        text-align: center;
    }
    .main_nav a{
        color: #fff;
    }
    #cssmenu {
        border-bottom: 0px solid #656659;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #cssmenu a {
        line-height: 1.3;
    }
    #cssmenu > ul > li:first-child {
        background: none repeat scroll 0% 0% #31a7a4;
        border: 0px solid #45463D;
        border-radius: 3px 3px 0px 0px;
    }
    #cssmenu > ul > li:first-child > a {

        background: url() top left repeat;
        border: none;
        border-top: 0px solid #818176;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        font-size: 0.9em;
        font-weight: 300; 
    }
    #cssmenu > ul > li:first-child > a > span {

    }
    #cssmenu > ul > li:first-child:hover {
        background: #427C55;
    }
    #cssmenu > ul > li {
        background: none repeat scroll 0% 0% #c0e5e8;
    }
    #cssmenu > ul > li:hover {
        background: #6BA57E;
    }
    #cssmenu > ul > li > a {
        font-size: 0.9em;
        display: block;
        color: #FFF;
        border-width: medium 0px 0px;
        border-style: none solid solid;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        text-shadow: 0px 1px 1px rgb(54, 110, 72);
        border-right: 0px solid rgb(107, 165, 126);
        border-color: -moz-use-text-color rgb(107, 165, 126) rgb(107, 165, 126);
    }
    #cssmenu > ul > li > a > span {
        display: block;
        padding: 12px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    #cssmenu > ul > li > a:hover {
        text-decoration: none;
    }
    #cssmenu > ul > li.active {
        border-bottom: none;
    }
    #cssmenu > ul > li.has-sub > a span {
        background: url(images/icon_plus.png) 96% center no-repeat;
    }
    #cssmenu > ul > li.has-sub.active > a span {
        background: url(images/icon_minus.png) 96% center no-repeat;
    }

    #cssmenu ul ul {
        display: none;
        background: #fff;
        border-right: 0px solid #a2a194;
        border-left: 0px solid #a2a194;
    }
    #cssmenu ul ul li {
        padding: 0;
        border-bottom: 0px solid #68c5b3;
        border-top: none;
        background: #8CC2AD;
        width: 100%;

    }
    #cssmenu ul ul li:last-child {
        border-bottom: none;
    }
    #cssmenu ul ul a {
        padding: 10px 10px 10px 25px;
        display: block;
        color: #FFF;
        font-size: .8em;
        font-weight: normal;
    }
    #cssmenu ul ul a:before {
        content: '\00BB';
        position: absolute;
        left: 10px;
        color: #FFFFFF;
    }
    #cssmenu ul ul a:hover {
        color: #427C55;
    }
    #show-nav{
        display: block; 
    }
    .main_nav ul ul{
        position: relative;
        top: 0px;
        left: 0px;
        opacity: 1;
        background: none repeat scroll 0% 0% rgba(191, 30, 45, 0.8);
        text-align: left;
        z-index: 1;
        box-shadow: none;
        overflow: hidden;
        width: auto;
    }
    .main_nav ul li:hover >ul{
        position: relative;
        top: auto;
        display: block;
        opacity: 1;
        left: auto;
    }
    .main_nav ul li{
        display: block;
        text-align: left;
    }
    #close-nav{
    }
    .header-search {
        margin-right: 2% !important;
        background-color: white;
        width: 100% !important;
        float: left !important;
    }
    .Main_container  {
        background: none repeat scroll 0% 0% #FFF;

    }
    .left_container {
        border-bottom: 1px dotted #aed5c6;
        margin-bottom: 2% !important;
    }
    .buttom-bg{
        background: none repeat scroll 0% 0% #FFF;
        border-right: 2px solid #6ba57e;
        border-left: 2px solid #6ba57e;
    }

    .footer {
        margin-top: 0px !important;
        margin-bottom: 2% !important;
    }
    .footer-aside{
        width: 100% !important;
        text-align: center;
    }
    .footer-aside:first-child {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .flex-control-nav {
        width: 40% !important;
    }
    .pagetitle {
        margin-top: 2%;
    }
    .feature_post p {
        clear: both;
    }
    .feature_post_img {
        position: relative;
        width: 100%;
        padding: 15px 0px;
        height: auto;
        box-sizing: border-box;
        margin: auto !important;
        clear: both;
    }
    article.post {
        margin-bottom: 0px !important;
        font-size: 0.9em!important;
    }
    article.post img{
        margin-right: 1%!important;
        max-width: 600px;
        height: auto;
    }
    .sumary_post {
        line-height: 1.2rem;
        margin-bottom: 2% !important;
    }
    header.feature_post_header {
        clear: both;
    }
    .footer-aside h3 {
        height: auto;
        text-align: center;
        background: none repeat scroll 0% 0% transparent;
        border-bottom: 1px dotted #C96260;
        padding: 1% 0px;
        margin-bottom: 2%;

    }
    .right-aside.right-aside {
        margin: 5% 5%;
        text-align: center;
    }
    .right-aside h3 {
        height: auto;
        text-align: center;
        background: none repeat scroll 0% 0% transparent;
        border-bottom: 1px dotted #e21e46;
        padding: 1% 0px;
        margin-bottom: 2%;
    }

    .right-aside img {
        max-width: 300px;
        height: auto;
    }
    form.formsearch {
        width: 50%;
    }
    .post-text {
        margin-top: 3%;
    }

}

/*###########################################################
    MOBILES
###########################################################*/
@media only screen and (min-width: 300px) and (max-width: 767px) {

    header{
        padding: 0 ;
    }
    .header-aside{
        margin-top: 2% !important;
        margin-left: 0px !important;
    }
    .header-aside img {
        width: 30px;
        height: auto;
    }
    .logo_PLV {
        box-sizing: border-box;
        background-size: cover;
        width: 100%;
        background-color: transparent;
        margin: 3% auto 6% !important;
    }
    .top-body{
        background: #FFFFFF;
        border-color: #34C1D5;
        border-width: 2px;
        border-style:  solid solid none solid;
        border-radius: 5px 5px 0 0; 
    }
    nav.top_menu {
        display: none;
    }
    .bar{
        background: none repeat scroll 0% 0% #31a7a4;
        width: 100% !important;
        margin: auto !important;
        border-bottom: none;
    }

    .main_nav{
        display: none;
        text-align: center;
    }
    .main_nav a{
        color: #fff;
    }
    #cssmenu {
        border-bottom: 0px solid #656659;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #cssmenu a {
        line-height: 1.3;
    }
    #cssmenu > ul > li:first-child {
        background: none repeat scroll 0% 0% #31a7a4;
        border: 0px solid #45463D;
        border-radius: 3px 3px 0px 0px;
    }
    #cssmenu > ul > li:first-child > a {

        background: url() top left repeat;
        border: none;
        border-top: 0px solid #818176;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        font-size: 0.9em;
        font-weight: 300; 
    }
    #cssmenu > ul > li:first-child > a > span {

    }
    #cssmenu > ul > li:first-child:hover {
        background: #427C55;
    }
    #cssmenu > ul > li {
        background: none repeat scroll 0% 0% #c0e5e8;
    }
    #cssmenu > ul > li:hover {
        background: #6BA57E;
    }
    #cssmenu > ul > li > a {
        font-size: 0.9em;
        display: block;
        color: #FFF;
        border-width: medium 0px 0px;
        border-style: none solid solid;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        text-shadow: 0px 1px 1px rgb(54, 110, 72);
        border-right: 0px solid rgb(107, 165, 126);
        border-color: -moz-use-text-color rgb(107, 165, 126) rgb(107, 165, 126);
    }
    #cssmenu > ul > li > a > span {
        display: block;
        padding: 12px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    #cssmenu > ul > li > a:hover {
        text-decoration: none;
    }
    #cssmenu > ul > li.active {
        border-bottom: none;
    }
    #cssmenu > ul > li.has-sub > a span {
        background: url(images/icon_plus.png) 96% center no-repeat;
    }
    #cssmenu > ul > li.has-sub.active > a span {
        background: url(images/icon_minus.png) 96% center no-repeat;
    }

    #cssmenu ul ul {
        display: none;
        background: #fff;
        border-right: 0px solid #a2a194;
        border-left: 0px solid #a2a194;
    }
    #cssmenu ul ul li {
        padding: 0;
        border-bottom: 0px solid #68c5b3;
        border-top: none;
        background: #8CC2AD;
        width: 100%;

    }
    #cssmenu ul ul li:last-child {
        border-bottom: none;
    }
    #cssmenu ul ul a {
        padding: 10px 10px 10px 25px;
        display: block;
        color: #FFF;
        font-size: .8em;
        font-weight: normal;
    }
    #cssmenu ul ul a:before {
        content: '\00BB';
        position: absolute;
        left: 10px;
        color: #FFFFFF;
    }
    #cssmenu ul ul a:hover {
        color: #427C55;
    }
    #show-nav{
        display: block; 
    }
    .main_nav ul ul{
        position: relative;
        top: 0px;
        left: 0px;
        opacity: 1;
        background: none repeat scroll 0% 0% rgba(191, 30, 45, 0.8);
        text-align: left;
        z-index: 1;
        box-shadow: none;
        overflow: hidden;
        width: auto;
    }
    .main_nav ul li:hover >ul{
        position: relative;
        top: auto;
        display: block;
        opacity: 1;
        left: auto;
    }
    .main_nav ul li{
        display: block;
        text-align: left;
    }
    #close-nav{
    }
    .header-search {
        margin-right: 2% !important;
        background-color: white;

        width: 100% !important;
        float: left !important;
    }
    .Main_container  {
        background: none repeat scroll 0% 0% #FFF;

    }
    .left_container {
        border-bottom: 1px dotted #aed5c6;
        margin-bottom: 2% !important;
    }
    .buttom-bg{
        background: none repeat scroll 0% 0% #FFF;

    }
    .right-aside.right-aside {
        margin: 5% 5%;
        text-align: center;
    }
    .right-aside h3 {
        height: auto;
        text-align: center;
        background: none repeat scroll 0% 0% transparent;
        border-bottom: 1px dotted rgb(107, 165, 126);
        padding: 1% 0px;
        margin-bottom: 2%;
    }

    .footer {
        margin-top: 0px !important;
        margin-bottom: 2% !important;
    }
    .footer-aside{
        width: 100% !important;
        text-align: center;
    }
    .footer-aside h3 {
        height: auto;
        text-align: center;
        background: none repeat scroll 0% 0% transparent;
        border-bottom: 1px dotted #68c5b3;
        padding: 1% 0px;
        margin-bottom: 2%;
    }
    .footer-aside:first-child {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .flex-control-nav {
        width: 40% !important;
    }
    .pagetitle {
        margin-top: 2%;
    }
    header.feature_post_header {
        margin-top: 5%;
    }
    .feature_post_metaDatos{
        margin: 5% 0px;
    }
    .feature_post_img {
        position: relative;
        /*max-width: 700px;*/
        width: 100%;
        padding: 15px 0px;
        height: auto;
        box-sizing: border-box;
        margin: auto !important;
        clear: both;
    }
    article.post {
        margin-bottom: 5% !important;
        font-size: 0.9em!important;
    }
    article.post img{
        margin-right: 1%!important;
        max-width: 100%;
        height: auto;
    }
    .sumary_post {
        margin-bottom: 4%;
    }
    .sumary_post_title {
        margin-top: 5%;
    }
    .post-text {
        margin-top: 3%;
    }
    header.feature_post_header {
        clear: both;
    }
    .readmore {
        float: right;
        margin-right: 3%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .sumary-post-comment {
        margin-top: 5%;
    }
    .footer-aside h3 {
        padding: 2% 0px 1%;
        margin-bottom: 2%;
    }
    .titi img {
        max-width: 280px !important;
        width: 100%;
    }
    .titi {
        margin-bottom: 1%;
        box-sizing: border-box;
        background-size: contain;
        width: 100%;

    }
    .copy {
        padding: 4% 2%;
    }
    .right-aside.right-aside {
        margin: 5% 5%;
        text-align: center;
    }
    .right-aside h3 {
        padding: 2% 0px 1%;
        margin-bottom: 2%;
    }
    form.formsearch {
        width: 70%;
    }
    .sidetext {
        padding: 1%;
        margin-bottom: 2%;
        margin-top: 2%;
        width: 60%;
    }
    input.sidebutton {
        margin-top: 2%;
    }


}