/* --------------------------
 *   area de creditos 
 * ------------------------- */

.vntn-creditos {
	background-color: #efedde;
    border: 3px solid #5168d0;
    box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.15);
    color: #014598;
    font-size: 17px;
    max-height: 1200px;
    max-width: 1212px;
    min-height: 540px;
    min-width: 700px;
    padding: 15px 3%;
    top: 14px;
    width: 90%;
}


.tab--left, .tab--right {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 49%;
}

.creditos--titulo {
    color: #5068d2;
    float: left;
    font-size: 1.8em;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 0 0 20px;
}

.vntn-creditos--creditos {
    margin: 20px 0 0;
}

.creditos--entidad {
    color: #797b7a;
    line-height: 1.2em;
    text-transform: uppercase;
}

.creditos--lista > li {
    margin: 15px 0;
}

.vntn-creditos--logos > ul {
    margin: 0;
    padding: 0;
    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: 2%;
    margin-right: 2%;
    width: 246px;
}

.vntn-creditos--logos li.logos--unam {
    background-position: -457px center;
    margin-right: 2%;
    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.83em;
    height: auto;
    margin-top: 20px;
    padding: 0 2em;
    position: relative;
}

.creditos--copy > p {
    line-height: 1em;
    margin-bottom: 0.5em;
    margin-top: 0;
}

.creditos--cargo, .creditos--credito {
    display: block;
}

.creditos--tab {
    background-color: rgba(255, 255, 255, 0.6);
    border-top: 4px solid #5168d0;
    clear: both;
    color: #2d2b2b;
    height: 265px;
    overflow: auto;
    padding: 1px;
    text-align: center;
}

.btn-tab-container > li {
    display: inline-block;
}

.btn-tab {
	background-color: #30c875;
    color: #fff;
    display: block;
    font-size: 1.1em;
    height: 44px;
    line-height: 46px;
    padding: 0 10px;
    text-align: center;
}

.btn-tab-container {
    margin: 0;
    padding: 0;
    text-align: right;
}

.btn-tab.e-activo {
    background-color: #5168d0;
    font-weight: bold;
    text-decoration: none;
}
.bibliografia{
	margin-left: 20px;
    text-align: left;
}
.bibliografia li{
	list-style:disc;
	margin-bottom:6px;
}


/*****Responsive **/

@media screen and (max-width: 1024px) {
	
	.creditos--tab {
	    height: 390px;
	}
	
}


@media screen and (max-width: 800px) {
	
	.creditos--tab {
	    height: 800px;
	}
	.tab--left, .tab--right {
	    width: 90%;
	}

}	


@media screen and (max-width: 782px) {
	
	.btn-tab-container {
	    display: inline-block;
	}
	.creditos--titulo { 
	    float: none;
	    margin-bottom: 20px;
	}

	

}

@media screen and (max-width: 768px) {
	
	.creditos--tab {
	    height: 460px;
	}
	
}