@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'bookos';
  src: url("../fonts/BOOKOS.TTF") format('truetype');
  font-style: normal;
  font-weight: normal;
}
p,a,h1,h2,h3,h4,h5 {
  font-family: bookos;
}
#fuenteimagen3
{ 
	background-color: #d9261c;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.card
{
	padding: 0px;
	padding-left: 0px;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #DADADA;
	text-decoration: none;
}
.social-menu
{
	color: #fff;
}
a .titaside
{
	color: #000000;
	text-decoration: none;
}

@media only screen and (max-width: 1024px) {
	.asideleft
	{
		display: none;
	}
}