/*******************************************************************************
 *  CSS Document: data.css
 *  Version: 1.0
 *  Description: Portal del Investigador, Data and Resources section
 *  ***************************************************************************/



/* @Breadcrumb ***/
.breadcrumb {
    background-color: #717913;
    background-image: url("../images/data/navi3-bg.jpg");
    background-position: left top;
    background-repeat: no-repeat
}

/* @Main navigation menu ***/

.main-navigation > li.active{
    background-color: #717913;
}

/* @Central ***/
.page-contents ul {
    margin: 0.2em 2em;
    padding: 0;
}

.page-contents ul li {
    list-style-image: url("../images/data/bulletli3.gif");
    margin-bottom: 1em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.25;
}

.page-contents a {
    color: #717913;
}

.page-contents a:hover {
    color: #c3cc76;
}
/*************************/
/**** estilos preview ****/
/*************************/
.vui-preview .page-contents a {color: #717913;}
.vui-preview .page-contents a:hover {color: #c3cc76;}

/*Nuevos estilos remodelacion*/
div.container div.crumb-list {margin-top: 50px;background-color: #686F12 !important;height: 30px; padding:0.3em 0.5em;}
div.container div.spcontent {padding-top: 1em;width: 100%;margin: auto auto;}


@media only screen and (max-width: 992px){
body.responsive .subseccionTextualResearchDep.dataResources + .btnVerMas.visible {
    background-color: #717913 !important;
}
}