.navbar-box{
	border-radius: 0px;
	border: 1px solid #e7e7e7;
}

.bg-container{
	background: white;
}

.box-default{
	border: 1px solid #e7e7e7;
	background: #f5f5f5;
}

.mg-t{
	margin-top: 10px;
}

.mg-b{
	margin-bottom: 10px;
}

.mg-l{
	margin-left: 10px;
}

.mg-r{
	margin-right: 10px;
}

.bd-t{
	border-top: 4px solid #9b2a2c;
}

.bd-b{
	border-bottom : 4px solid #9b2a2c;
}

.bd-l{
	border-left: 4px solid #9b2a2c;
}

.bd-r{
	border-right: 4px solid #9b2a2c;
}
.title{
	background-color: #9b2a2c;
	color: white;
	padding: 5px 0 5px 0;
}

.bg-default{
	background: #ececec;
}

.bg-detalle{
	background: #ccc;
}

.lst-square{
	list-style-type: square;
}

.text-red{
	color: #9b2a2c;
}

.text-black{
	color: black;
}

.text-white{
	color: white;
}

.table thead th{
	border: 10px solid white; 
}

.table tbody td, .table tbody th { 
    background-color: #eee; 
    border: 10px solid #eee;
 } 

.table thead th.bg-head{
	background-color: #eee;
	border: 10px solid #eee;
}

.table thead th.bg-normal{
	background-color: white;
	border: 9px solid white;
}

/****** BOTON PARA COMPARTIR EN FACEBOOK*******/

.compartir{
	display: flex;
	justify-content: center;
}

.compartir{
	margin: 0 5px;
	text-decoration: none;	
	padding: 10px;
	
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
}

