/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}
.bg-header-unamm{
	 background: #2B303A;
}
.bg-header-unamm .logo-env {
    padding: 15px 20px;
    -webkit-transition: all padding ease-in-out;
    -moz-transition: all padding ease-in-out;
    -o-transition: all padding ease-in-out;
    transition: all padding ease-in-out;
  }
.upload-button{
    background-color:#303641;
    padding:10px 30px;
    position:relative;
    font-size:12px;
    text-decoration:none;
    color:#fff;

    border-radius: 5px;
}
        
.upload-button:hover{
	background-color:#1A1E24;
}
.imagen-thumb{
	margin:15px 0;
}
.imagen-thumb a.imagen img{
	width:80px;
	float:left;
	margin-right:10px;
}
.imagen-thumb p{
	text-align:justify;
}
.imagen-thumb p.book-icons{
	font-size:30px;
}

.imagen-thumb2{
	margin:15px 0;
}
.imagen-thumb2 a.imagen img{
	width:150px;
	height:200px;
	margin-bottom:10px;

}
.imagen-thumb2 p{
	text-align:justify;
}
.imagen-thumb2 p.book-icons{
	font-size:30px;
	float:left;
	margin:20px 5px;
	text-align:center;
}
.book-imagen{
	margin:5px 0;
}
.book-imagen img{
	width:200px;
	height:250px;
	margin-bottom:10px;

}
.book-imagen p{
	text-align:center;
}
.book-imagen p.book-icons{
	font-size:30px;	
	float:left;
}
.book-imagen p.book-icons2{
	font-size:30px;	
	
}
.ayuda_usuario img{
	width:100px;
}

.swiper-slide a img{
	width:120px;
	height:150px;
}

.imagen-thumb3 a.imagen img{
	width:120px;
	height:150px;
	margin-bottom:10px;
	float:left;

}
.imagen-thumb3 p{
	width:85%;
	float:left;
	text-align:justify;
	margin-right:10px;
}

.imagen-thumb4 a.imagen img{
	width:120px;
	height:150px;
	margin-bottom:10px;
	float:left;

}
.imagen-thumb4 p{
	width:85%;
	float:left;
	text-align:justify;
	margin-left:10px;
}
form.form_baja_libro .control-label{
	text-align:left;
}