@font-face {
	font-family:'ProximaNovaA-Semibold';
	src: url('../fonts/ProximaNovaA-Semibold_gdi.eot');
	src: url('../fonts/ProximaNovaA-Semibold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNovaA-Semibold_gdi.woff') format('woff'),
		url('../fonts/ProximaNovaA-Semibold_gdi.ttf') format('truetype'),
		url('../fonts/ProximaNovaA-Semibold_gdi.svg#ProximaNovaA-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
* {
	box-sizing: border-box;
}
*:before,
*:after {
	box-sizing: border-box;	
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.cuerpo 
{
	min-height: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 100px;
    margin-left:0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    width: 100%;
}


#fondo{
/*	position: relative;
	min-height: 100vh;
	margin-top:55px; */
}
.contenido{
	min-height: 100%;
	padding-top:55px;
	padding-bottom: 4rem;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align:center;
    color:white;
	background-color: #B40000 !important; 
 	height: 4 0px;
 	padding-top: 5px;
/*    bottom: 0;
    height: 4 0px;
    
    
    margin-bottom: 0;
    z-index:1000; */
}
.completo {
/*	height: 100%; */
}
.fondoRojo {
    background-color: #B40000;
}
.fondoNegro {
    background-color: black;
}
.fondoBlanco{
    background-color: white;
}
.fondoPluma {
    background: #fff url(../img/Pluma2.png);
 }
 .textoBlanco {
    color:white;
}
.textoNegro {
    color:black;
}
.textoRojo{
    color:#B40000;
}
.main_navbar{
    /* background: #d9534f; */
    background: #B40000;   
}

.navbar-nav > li > a {
    color: #fff !important;
    font-size: 16px;
    font-family:'ProximaNovaA-Semibold';
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 20px;
    border-width: 0;
}
.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
  background: #CC0000 !important;
  color: white;
}
.dropdown-menu > li.show > a{
  color: white;
}
.biblioteca {
    margin-top: 10px;
    color: #fff;
    background: url(../img/librero3.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 10px 0;
    /*padding: 60px 0; */
}
.librero1 {
    margin-top: 10px;
    color: #fff;
    background: url(../img/libreronvo1.jpg);
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%;
    text-align: center;
    padding: 15px 0;
}
.titlePage{
}
 .titlePageR{
    color: #B40000;
    font-family:'ProximaNovaA-Semibold';
    font-weight: 700;
    font-size: 34px;
    margin: 0;
    margin-top: 100px;
    padding-bottom: 15px;
 }
.titlePageB{
    color: #fff;
    font-family:'ProximaNovaA-Semibold';
    font-weight: 700;
    font-size: 34px;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
 }



#imagen
{
    display:block;
    margin:auto;
    width:20%;
}
#imagenB
{
    display:block;
    margin:auto;
    width:70%;
}
.social-media > li {
    display: inline-block;
    list-style: none;
}
.social-media > li > a {
    background: #e2e2e2;
    border-radius: 50%;
    display: block;
    text-align: center;
    color: #919191;
    height: 40px;
    width: 40px;
}
.social-media > li > a i {
    color: #B40000;
    margin-top: 10px;
    font-size: 18px;
}
.social-media > li > a:hover , .social-media > li > a:hover i{
    background: #B40000;
    color: #fff !important;
}
.item{
    display: block;
}
.item .item-content {
    color:black;
    background: #fff;
    padding: 20px;
    padding-bottom: 60px;
    box-shadow: 0 1px 10px 1px #E8E8E8;
}
.item-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 auto;
    top: -40px;
}
.cuadro-title{
    display: block;
    color: #ee0000;
    font-weight: bold;
    margin-bottom: 15px;
}

.textJustify{
  text-align: justify;  
}
.espacioCuadro{
    padding-bottom: 40px;
    padding-right: 10px;
}
.espacioLiga{
    padding: 10px;
}
.subBullet{
    list-style-type: none;
}
.tabla{
    padding:5px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.input-xs1
{
    height: 22px;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-div 
{
    margin: 50px auto 20px;
    padding: 25px 15px 10px 15px;
    border: 1px solid #b13522; 
    border-radius: 5px;
    font-size: 1.1em;
}
.form-div > .form-group
{
    margin-right: 10px;
    margin-bottom: 10px;
}
.stext
{
    font-size: 13px;
}
.input-xs1
{
    height: 22px;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-xs2
{
    height: 32px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
.req
{
    color:red;
    margin-right: 2px;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #faf5f5; // Choose your own color here
 }
 .headtable{
    background-color:#ffcdd2 !important;
    color:black;
 }
    

 .headTop{
    background-color:#CC0000 !important; 
    color:white !important;
 }
.bT{
    border-top:solid 1px black !important;
    border-right:solid 1px black !important;
}
.bR{
    border-right:solid 1px black !important;
}
.bB{
    border-bottom: :solid 1px black !important;
}
@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }
}
@media screen and (max-width:600px) {
    #imagen {
        width: 80%;
        height:80%;
    }
    #imagenB {
        width: 50%;
    }
    h1 {
       font-size:2.0rem;
    }
    h3 {
        font-size:1.4rem;
    }
    .cuerpo {
       /*  padding-bottom: 85px; */
    }
}
@media screen and (max-width:400px) {
    #imagenB {
        width: 30%;
    }
    .labelLibro{
        font-size: 65%;
    }

    h1 {
       font-size:1.7rem;
    }
    h3 {
        font-size:1.3rem;
    }
}
