@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Acer";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/fonts/AcerFoco-Regular.woff") format("woff"), url("/fonts/AcerFoco-Regular.ttf") format("truetype");
}

/*@font-face {
    font-family: "Acer";
    font-style: bold;
    font-weight: bold;
    src: local("?"), url("/fonts/ACERFOCO_SMBD.woff") format("woff"), url("/fonts/ACERFOCO_SMBD.ttf") format("truetype");
}**/

.titular {
	font-family:"Acer Foco";
	text-align: center;
	/*font-weight:bold;*/
	font-size:36px;
}

.parrafo {
	padding:0 20px;
	font-family:"Acer Foco";
	font-size:14px;
	text-align: justify;
	line-height: 18px;
}

/* CATEGORÍAS */

.tablacategorias {
		font-family:"Acer Foco";
		width:714px;
		padding:0 20px;
	}
	.tablacategorias table {
		
		color:#ffffff;
		font-weight:bold;
		font-family:"Acer Foco";
		text-align:center;
		
	}
	
	.tablacategorias table td {
		background:#80c342;
		width:220px;
		height:250px;
		vertical-align: bottom;
		border:5px solid #ffffff;
		font-size:25px;
		font-family:"Acer Foco";
		color:#ffffff;
	}

.tablacateogrias img {
	padding:0px;
	
}

.tablacategorias table td p {
	color:#ffffff;
}
