/*
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 : 29/03/2019, 12:45:27 PM
    Author     : RChavez
*/

.top-repositorio{       
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/images/cabecera.jpg);
}

.top-unam-logo {
    padding-top: 9px;
}

.top-ru-juridicas-logo{    
    padding-top: 15px;
    padding-bottom: 10px;
    display: block;    
    height: 190px;
    max-width: 100%;
    margin: 0 auto;    
}

.top-ru-logo{
    padding-top: 0px;
}

.img-unam-header {
    height: auto;
    width: 100px;
    padding-top: 40px;
}

.img-iij-header {
    height: auto;
    width: 100px;
    padding-top: 40px;
}
/*Buscador*/
.contenedor-buscador{
    padding-top: 38px;
    padding-bottom: 50px;
    padding-left: 50px;
}

#input-index{
    background-color: #265d99;
    height: 44px;
    color: #ffffff;
}

#input-index.a:visited{
    color: #ffffff;
}



/*Clases boostrap sobreescrita*/
.btn-primary {
    color: #ffffff;
    background-color: #265d99;
    height: 44px;
}

#input-index::-moz-placeholder {
  color: white;
}
#input-index:-ms-input-placeholder {
  color: white;
}
#input-index::-webkit-input-placeholder {
  color: white;
}

.padding-input{
    padding-bottom: 10px;
}


.borde-ba{
    border-left: solid;
    border-width: thin;
    border-color: #265d99;
}

#row-ba{
    padding-left: 30px;
}

.fuente-ba{    
    font-family: 'Roboto', sans-serif;    
    color: #265d99;
    font-size: 17px;
    letter-spacing: 0px;   
	font-weight: bold;	
}
/*.padding-ba{
    padding-left: 12px;
}*/

/*Colecciones*/
.centrar{
    text-align: center;
}
/*.coleccion-uno{
    padding-top: 144px;
}*/

.coleccion-dos{
    padding-top: 80px;
}

.coleccion-tres{
    padding-top: 80px;
    padding-bottom: 20px;
}

.tamanio-coleccion{
    height: 14px;
    width: 14px;
}

/*Vertical divider*/
/*.v-divider{
    height: 287px;
    border-left:4px solid #265d99;
}*/
/**/
.borde-capitulos{
    border-left: solid;
    border-color: #265d99;
    height: 287px;
}

.borde-vid{
    border-left: solid;
    border-color: #265d99;
    height: 287px;
}

.borde-capsulas{
    border-left: solid;
    border-color: #265d99;
    height: 287px;
}

.borde-fa{
    border-left: solid;
    border-color: #265d99;
    height: 287px;
}

.borde-tes{
    border-left: solid;
    border-color: #265d99;
    height: 287px;
}

.borde-art{
    border-left: solid;
    border-color: #265d99;
    height: 287px;
}

.imagen-coleccion{
    height: 110px;
    width: 110px;    
}
.vcenter-1 {
    padding-top: 40px;
}

.vcenter {
    padding-top: 20px;
}

.fuente-col{    
    font-family: 'Roboto', sans-serif;    
    color: #265d99;
    font-size: 33px;
    letter-spacing: 2px;      
}

.fuente-coleccion {   
    font-family: 'Roboto', sans-serif; 
    font-size: 16px;
    color: #265d99;    
    letter-spacing: 2px;      
}
/**/

/*Footer*/
.footer {
    padding: 10px 0;
    background-color: #212121;
    color: #fff;
}

.margen-top-lg {
    margin-top: 30px;
}

.linea-blanca-footer {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.ligas-footer p {
    margin-bottom: 10px;
}

.margen-bottom-min {
    margin-bottom: 10px;
}

.redes-sociales-footer {
    text-align: left;
    margin-bottom: 10px;
}

.footer a {
    color: #fff;
}

.firma-unam {
    margin-bottom: 15px;
}

.firma-unam img {
    width: 130px;
}

.redes-sociales-footer a img {
    width: 25px;
}

.redes-sociales-footer a {
    margin-right: 13px;
}

.icono-map-footer {
    width: 20px;
    margin-right: 7px;
    vertical-align: top;
}

.icono-sub-footer {
    width: 20px;
    margin-right: 5px;
    margin-left: 3px;
}

.icono-sub-footer {
    width: 20px;
    margin-right: 5px;
    margin-left: 3px;
}

.enlace-footer {
	font-weight: bold;
}

.enlace-footer:hover {
	font-weight: bold;
}

/*Media queries*/
/*bordes responsivo*/
@media screen and (max-width: 1200px) {
    .borde-capitulos, .borde-vid, .borde-capsulas, .borde-fa, .borde-tes, .borde-art {
        border-left: none; 
    }
}

/*header responsivo y background*/
@media (max-width: 998px) {
    .top-repositorio, .custom-logo-size {
        height: 130px;
        max-width: 100%;
    }
}

@media (max-width: 998px) {
    .top-ru-logo {        
        padding-top: 0px;
    }
}

/*colecciones responsivo*/
@media (max-width: 998px) {
    .contenedor-buscador {        
        padding-bottom: 0px;
    }
}

@media (max-width: 998px) {
    .coleccion-dos, .coleccion-tres {        
        padding-top: 0px;
    }
}   


