
@font-face {
        font-family: PoppinsReg;
        src: url('../fonts/Poppins-Regular.ttf');
}
body{

    /* font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
	font-family: PoppinsReg;
	font-size: 15px;
}
/* Estilos del nav */
.navbar-light{
	/* margin-bottom: 0; */										
	font-size: 15px;
	padding: 0px;
	margin-bottom: 0px;
	margin-bottom: 0px;

}
a{
	color:#5b5b5a;
}
a:hover{
	color:#3d3d3b;
	text-decoration:none; 
}

.color_de_alert{/*  #f6f7dc; */
		background: url(../imagenes/fondo.jpg);
		height: auto;
}


.color_link_fb{
	color: #424240;
}
.color_link_fb:hover{
	color: #bfbfbd;
}


/* Aquí terminan los estilos del nav */

/* .ejemimg{
	position: relative;
}



.txtimg{
	position: absolute;
	bottom:0;
	width: 9px;
	color:#000;
	background-color:#fff;
	padding:10px 15px;
	opacity:0.7;
	
} */

.like_fb{
	background: #fff;
	border: solid;
	border-color:#e5e1dc; 
	border-width: 3px;
}

.footer{
	background-color: #F8F9FB; /*f1f2ea;  #ecede1;         */
}