/*
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 : 16/10/2019, 06:01:24 PM
    Author     : Abraham
*/

@charset "iso-8859-1";

@font-face {
    font-family: HelveticaCondensed;
    src: url('Fuentes/Helvetica/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  

}

html,body {
    margin: 0;
    padding: 0;
    font-family: HelveticaCondensed;
   
}

/* INICIO MENU TEMAS*/

    #menuTemas {
        display: block;
        overflow:hidden;
        margin: 0 auto;
        min-height: 350px;
        background-color: #DDC8A4;/*#EFEFF7*/
    }

    #menuTemas ul{
        margin-top: 70px;
        padding: 0;
        font-size: 18px;
        list-style-type: none;
        text-align: center;
    }

    #menuTemas li {
        display: inline-block;
        margin: 0;
    }

    #menuTemas li a {
        display:inline-block;
        text-align:center;
        text-decoration: none;
        color: #9F2241;
        margin-right:0px;
        width: 170px;
        height: 230px;
        vertical-align: middle;
        position: relative;
        font-size: 15px;
        cursor: pointer;
    }
    
    .linkTema:hover {
        color: #9F2241 !important;
    }
    
    /*SE AGREGAN ETIQUETAS PARA QUE NO APAREZCA EL WARNING EN LA PAGINA XHTML*/
    .togglemenu1{}
    .togglemenu2{}
    .togglemenu3{}
    .togglemenu4{}
    .togglemenu5{}    
    .togglemenu7{}
    .togglemenu8{}
    .togglemenu9{}
    .togglemenu10{}
    .mostrarContentFrame{}
    .mostrarSeccion3Oculta{}
    .mostrarSeccion4Oculta{}
    .fa{} 
    .fa-angle-up{}
    /**/
    
    #menuTemas li a img {
        border: 0px; 
        width: 152px;
    }
    
    .subtitleTema{
        width: 152px;
        margin: 5px auto 0;
        font-weight: bolder;
    }
    
    .swapMe img { 
        -webkit-transition: all 0.2s ease-in-out; 
        -moz-transition: all 0.2s ease-in-out; 
        -ms-transition: all 0.2s ease-in-out; 
        -o-transition: all 0.2s ease-in-out; 
        transition: all 0.2s ease-in-out; 
    }
    
    .swap1{
        display: block;
        position: absolute;
        right: 0px;
        left:0px;
        margin:auto;
    }
    
    .swap1, .swapMe:hover .swap2 { 
        -webkit-opacity: 1; 
        -moz-opacity: 1; 
        opacity: 1; 
    } 
    
    .swapMe:hover .swap1, .swap2 { 
        -webkit-opacity: 0; 
        -moz-opacity: 0; 
        opacity: 0; 
    }
    
/* FIN MENU POR TEMAS */