@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');;

body {
	scrollbar-face-color		: #EFEDE4; 
	scrollbar-shadow-color		: #666666; 
	scrollbar-highlight-color	: #666666; 
	scrollbar-3dlight-color		: #EFEDE4; 
	scrollbar-darkshadow-color	: #666666; 
	scrollbar-arrow-color		: #666666; 
	scrollbar-track-color		: #EFEDE4; 
	margin-left					: 0px;
	margin-top 					: 0px;
	margin-right				: 0px;
	margin-bottom				: 0px;
} 

.slideshow { 
	height 	: 289px; 
	width  	: 887px;
	margin 	: auto;  
}

.slideshow img{
	padding : 0px;
}

.img { 
	border	:0px;
}

.imggris { 
	border	: 1px solid #333333; 
}

/* ------------------------------------------------------------------------- */

td.top {
	font-family		: "Trebuchet MS", Tahoma;
	font-size		: 11px;
	color			: #152635;
	background-color: #4B4C4C;
	height			: 84px;
	width			: 1000px;
}

td.botonera{
	/* font-family	: "Trebuchet MS", Tahoma;	*/
	font-family	: "Titillium Web";
	font-size	: 16px;
	color		: #fff;
	font-weight	: bold;
}

td.titulo{
	font-family	: "Titillium Web";
	font-size	: 30px;
	font-style	: bold;
	color		: #000;
	text-align	: center;
}


td.medio {
	font-family		: "Trebuchet MS", Tahoma;
	font-size		: 14px;
	color			: #00467F;
	padding-left	: 8px;
	background-color: #F0EFEF;
	width			: 100px;
}

td.pie {
	background-image: url(img/fondo.jpg);
}

td.pieTXT {
	font-family : "Trebuchet MS", Tahoma;
	font-size	: 11px;
	color		: #00467F;
}

td.rojo {
	font-family : "Trebuchet MS", Tahoma;
	font-size	: 11px;
	color		: #A0271B;
}

td.blanco {
	font-family	: Verdana, Geneva, sans-serif;
	font-size	: 20px;
	color		: #F0EFEF;
}

td.txazul {
	font-family	: "Trebuchet MS", Tahoma;
	font-size	: 14px;
	color		: #00467F;
}

td.texto{
	font-family	: "Trebuchet MS", Tahoma;
	font-size	: 12px;
	color		: #383638;
	text-align	: justify;
	text-indent : 
}

td.linea {
	border-top	: 1px solid #152635;
}

td.hdr {
	font-family		: "Titillium Web";
	font-size		: 28px;
	color			: #dc120b;
	background-color: #5a5a5a;
}

td.hdr:hover {
	/* color			: #7c120b; */
	color			: #F0271B;
	/* color			: #A0271B; */
	text-decoration	: none;
	cursor			: pointer;
}

/* ------------------------------------------------------------------------- */

/* ----- a.aca -- BEGIN */
/* ----- */ 	a.aca:link {
/* ----- */ 		color 			: #fff; 
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- */ 	a.aca:visited { 
/* ----- */ 		color 			: #fff; 
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- */ 	a.aca:active {
/* ----- */ 		color 			: #fff; 
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- */ 	a.aca:hover {
/* ----- */ 		color 			: #666; 
/* ----- */ 		text-decoration	: none;
/* ----- */ 	}
/* ----- a.aca -- END */

/* ----- a.abotonera -- BEGIN */
/* ----- */ 	a.abotonera:link {
/* ----- */ 		color 			: #fff;
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- */ 	a.abotonera:visited {
/* ----- */ 		color 			: #fff;
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- */ 	a.abotonera:active {
/* ----- */ 		color 			: #fff;
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- */ 	a.abotonera:hover {
/* ----- */ 		color			: #A0271B;
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- a.abotonera -- END */

/* ----- a.bot -- BEGIN */
/* ----- */ 	a.bot:link {
/* ----- */ 		color 			: #646464; 
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- */ 	a.bot:visited {
/* ----- */ 		color			: #646464; 
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- */ 	a.bot:active {
/* ----- */ 		color			: #646464; 
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- */ 	a.bot:hover {
/* ----- */ 		color			: #00467F; 
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- a.bot -- END */

/* ----- a.rojoa -- BEGIN */
/* ----- */ 	a.rojoa:link {
/* ----- */ 		color 			: #A0271B; 
/* ----- */ 		text-decoration	: none;
/* ----- */ 	}
/* ----- */ 	a.rojoa:visited {
/* ----- */ 		color 			: #A0271B; 
/* ----- */ 		text-decoration	: none;
/* ----- */ 	}
/* ----- */ 	a.rojoa:active {
/* ----- */ 		color 			: #A0271B; 
/* ----- */ 		text-decoration	: none;
/* ----- */ 	}
/* ----- */ 	a.rojoa:hover {
/* ----- */ 		color 			: #646464; 
/* ----- */ 		text-decoration	: none;
/* ----- */ 	}
/* ----- a.rojoa -- END */

/* ----- a.azul -- BEGIN */
/* ----- */ 	a.azul:link {
/* ----- */ 		color			: #00467F;
/* ----- */ 		text-decoration	: none;
/* ----- */ 	}
/* ----- */ 	a.azul:visited {
/* ----- */ 		color 			: #00467F;
/* ----- */ 		text-decoration : none;
/* ----- */ 	}
/* ----- */ 	a.azul:active {
/* ----- */ 		color 			: #00467F;
/* ----- */ 		text-decoration	: none;
/* ----- */ 	}
/* ----- */ 	a.azul:hover {
/* ----- */ 		color			: #646464;
/* ----- */ 		text-decoration	: none;
/* ----- */ 	}
/* ----- a.azul -- END */

img {
	border	: none;
}


