/*
 Theme Name:   CAICYT
 Theme URI:    
 Description:  Color Mag Child Theme
 Author:       
 Author URI:   
 Template:     colormag
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  
*/

body{
    text-align:justify;
    border-top:5px solid #303440;
    border-bottom:5px solid #303440;
    background-color: #ffffff;
    /* font-size: 14px; */
}

.entry-content ul{
    padding-left:15px;
}

.entry-header{
    text-align:left;
}

.servHomeN img{

}
.servHomeN img:hover{
    box-shadow: 0 8px 6px -6px #000000;
}

#primary li{
	font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

#header-text-nav-container{
         background-image: url("./img/backhead.png");
}

#site-navigation{
	box-shadow: 0 8px 10px 1px #888888;
}

/* Padding menu principal */
.main-navigation a{
	padding-top:16px;   
}

/* BreadCrumb */
.breadcrumbs{
    margin-bottom:10px;
    font-size:12px;
    box-shadow:none;
}

.home .breadcrumbs{
    display:none;
}


/*Saca margen superior entre el contenido y la barra de menú */
#main{
    padding-top:30px;
}
.home #masthead{
    margin-bottom:5px;
}
.home .main-content-section{
    padding:0px;
}
.home #primary{
    margin:0px;
}
.home .entry-title{
    display:none;
}

/* iconos head */
.textwidget{
    text-align:left;
}
.textwidget img{
    margin-bottom: 0px;
}


/* Submenu Derecha */
.widget_nav_menu{
    background-image: url("./img/backMenu.jpg");
    text-transform:uppercase;
    text-align:left;
    padding: 10px 10px 20px 25px;
    color:#ffffff;
    box-shadow: 0 8px 10px 1px #888888;
}

.menuInstD{
    border-top:6px solid #0397d6;
}
.menuComD{
    border-top:6px solid #3374cc;
}
.menuServD{
    border-top:6px solid #42c7e4;
}
.menuInvD{
    border-top:6px solid #0096a6;
}
.menuTranD{
    border-top:6px solid #00bd55;
}


.sub-menu{
    margin-left:0px;
    padding-left:0px !important;
}

#secondary a:hover{
	text-decoration:none;
    font-weight:bold;
}

#secondary .widget_nav_menu .widget-title span{
    padding:0px;
    background-color:transparent;
}

#secondary .widget_nav_menu .widget-title{
    margin-bottom:5px;
}

#secondary .current-menu-item{
    font-weight:bold;
}

.widget_nav_menu a{
    color:#ffffff;
}
.widget_nav_menu li{
    border-bottom:1px solid #ffffff;
    list-style:disc;
    margin-left:15px;
}


/* Widget Enlaces */

.widgetEnlaces h3{
    background-color:#289dcc;
}
.widgetEnlaces .textwidget{
    padding: 0px 10px;
}
.widgetEnlaces{
    border:1px solid #289dcc;
    background-color:#eeeeee!important;
    box-shadow: 0 8px 10px 1px #cccccc;
    border-radius: 4px;
}


/* Widget Contacto */

.widgetContacto h3{
    background-color:#289dcc;
}
.widgetContacto .textwidget{
    padding: 0px 10px;
}
.widgetContacto{
    border:1px solid #289dcc;
    box-shadow: 0 8px 10px 1px #cccccc;
    border-radius: 4px;
}


/* Botones Home*/
.botHome{
	text-align:center;
}
.botHome img{
    width:140px;
    margin:4px 1px;
}
.botHome img:hover{
    box-shadow:0 0px 10px 1px #888888;
}

/* Botones Perfiles */
/* home */

.botPerf{
    text-align:center;
}

.botPerf img{
    margin:5px 35px;
    width:132px;
}
/*.botPerf */
.botPerf img:hover{box-shadow: 0 8px 6px -6px #000000;
}
.botPerf .no-shadow:hover{
    box-shadow:none;
}

/* Botones Vistas */
.botVista{
	text-align:center;
}
.botVista img{
    width:250px;
    margin:1px 1px;
}
.botVista img:hover{
    box-shadow:0 0px 10px 1px #888888;
}




/* vistas */
.botVist img{
    margin:2px;
}
.botVist img:hover{box-shadow: 1px 3px 3px #989797;}


/* footer */
.footer-widgets-wrapper{
    background-image: url("./img/backhead.png");
    border-top:5px solid #303440;
    box-shadow: 0px -1px 10px 1px #888888;
}

.footer-widgets-wrapper img{
    margin-bottom:6px;
}

.footer-widgets-area{
    padding-top:25px;
    color:#fff;
}

.footer-widgets-area a:hover{
    color:#ffffff;
}

.tg-footer-main-widget{
	font-size:0.8em;
    width:100%
}

.footer-socket-wrapper{
    display:none;
}


/* Colores Items Menu Principal */


.menu1Inst a{
	background-color:transparent!important;
    border-bottom:6px solid #0397d6;
}
.menu1Inst.current_page_item a{
	border-bottom:6px solid #232323;  
}


.menu1Com a{
	background-color:transparent!important;
    border-bottom:6px solid #31339d;   
}
.menu1Com.current_page_item a {
	border-bottom:6px solid #232323; 
}


.menu1Serv a{
	background-color:transparent!important;
    border-bottom:6px solid #42c7e4;    
}
.menu1Serv.current_page_item a{
	border-bottom:6px solid #232323;
}

.menu1Inv a{
	background-color:transparent!important;
    border-bottom:6px solid #009671;   
}
.menu1Inv.current_page_item a{
	border-bottom:6px solid #232323;
}

.menu1Tran a{
	background-color:transparent!important;
    border-bottom:6px solid #00bd55;
}
.menu1Tran.current_page_item a{
	border-bottom:6px solid #232323;    
}

.menu1Nov a{
	background-color:transparent!important;
    border-bottom:6px solid #753464;
}
.menu1Nov.current_page_item a{
	border-bottom:6px solid #232323;   
}

/* Colores Items Menu Principal Anterior

 .main-navigation ul li > a{
	background-color:transparent;
    border-bottom:6px solid #232323;
}
.menu1Inst.current_page_item a, .menu1Inst a:hover{
	background-color:transparent!important;
    border-bottom:6px solid #0397d6;
}
.menu1Com.current_page_item a, .menu1Com a:hover{
	background-color:transparent!important;
    border-bottom:6px solid #3374cc;
}
.menu1Serv.current_page_item a, .menu1Serv a:hover{
	background-color:transparent!important;
    border-bottom:6px solid #42c7e4;
}
.menu1Inv.current_page_item a, .menu1Inv a:hover{
	background-color:transparent!important;
    border-bottom:6px solid #0096a6;
}
.menu1Tran.current_page_item a, .menu1Tran a:hover{
	background-color:transparent!important;
    border-bottom:6px solid #00bd55;
}
.menu1Nov.current_page_item a, .menu1Nov a:hover{
	background-color:transparent!important;
    border-bottom:6px solid #753464;
}

*/


/* Espaciado Home */

#pg-7-1, #pg-7-2{
    margin-bottom:0px!important;
}

/* Borde con Sombra */

.borSom{
    box-shadow:0 8px 10px 1px #888888;
}

/* Oculatar categorias y Links a post anterior y siguiente */

.next, .previous{
	display:none;
}
.above-entry-meta{
    display:none;
}

#secondary .widget ul li{
    padding:0px;
}

/* Post Prev Next */
.wp-post-navigation{
    margin-top:30px;
    text-align:left;
}

/* Botones otras áres revistas núcleo básico */

.otrasAreas{
    text-align:center;
}
.otrasAreas img{
    box-shadow:0 1px 10px 1px #aaaaaa;
    margin: 5px;
    width:140px;
}