/*
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 : 26/11/2015, 02:30:23 PM
    Author     : f3r
*/

/* --------------------------
 *   area de creditos 
 * ------------------------- */

.vntn.vntn-creditos {
    border: medium none;
    box-shadow: 2px 2px 3px #603913;
    color: #A06B58;
    max-width: 1212px;
    min-height: 575px;
    min-width: 700px;
    top: 14px;
    width: 90%;
	background: #fce9c8 url("../img/pattern.jpg") repeat scroll 0 0;
}
.vntn-creditos--contenido {
    height: 100%;
}
.vntn.vntn-creditos h2 {
    color: #a06b58;
    font-family: "fira_sansbold",Arial,Helvetica,sans-serif;
    font-size: 26px;
    margin-top: 23px;
    padding-left: 36px;
    text-align: left;
}

.tab--left, .tab--right {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 49%;
}
.creditos--entidad {
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 1.1em;
}
.creditos--lista > li {
    margin: 15px 0;
}
.vntn-creditos--logos > ul {
   	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    margin: 0;
    padding: 12px;
    text-align: center;
}

.vntn-creditos--logos li {
    background: url("../img/general/logos.png") no-repeat 0 center;
    display: inline-block;
    height: 70px;
    list-style: none;
    overflow: hidden;
    text-align: center;
    text-indent: -999px;
    vertical-align: middle;
    width: 181px;
}

.vntn-creditos--logos li.logos--sep {
    background-position: -186px center;
    margin-left: 3%;
    margin-right: 3%;
    width: 246px;
}

.vntn-creditos--logos li.logos--unam {
    background-position: -457px center;
    margin-right: 3%;
    width: 63px;
}

.vntn-creditos--logos li.logos--dgtic {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #5b5b5b;
    font-size: 30px;
    font-weight: bold;
    height: 35px;
    text-indent: 0;
    width: 110px;
}
.creditos--copy {
    font-size: 0.9em;
    height: auto;
    margin-top: 20px;
    padding: 0 2em;
    position: relative;
}

.creditos--copy > p {
    line-height: 1em;
    margin-bottom: 0.5em;
    margin-top: 0;
}

.vntn--contenido > h2 {
    margin-bottom: 0;
    margin-left: 34px;
}

.creditos--cargo, .creditos--credito {
    display: block;
    font-family: "arconregular";
    font-weight: bold;
}
.creditos--tab {
    background-color: #fff8eb;
    height: 230px;
    overflow: auto;
    padding: 1px;
    text-align: center;
	border-top: #1a92c4 solid 3px;
	-webkit-box-shadow: 0 8px 6px -6px #B5835D;
	-moz-box-shadow: 0 8px 6px -6px #B5835D;
	 box-shadow: 0 8px 6px -6px #B5835D;
}
.btn-tab-container > li {
    display: inline-block;
}
.btn-tab {
    background-color: #fff8eb;
    border-radius: 5px 5px 0 0;
    display: block;
    height: 44px;
    padding: 5px;
    text-align: center;
    /*width: 80px;*/
	width: 86px;
	color: #A06B58;
}
.btn-tab-container {
    margin: 0 1px 0 auto;
    padding: 0;
    text-align: right;
    width: 315px;
}
.btn-tab.active {
    background-color: #1a92c4;
    color: #fff;
    font-weight: bold;
}
.bibliografia {
    text-align: left;
}