@charset "utf-8";
/* CSS Document */
/* COLORES CORPORATIVOS: naranja #ff6c00 y verde #01bfa2 */
/* MAS COLORES CORPORATIVOS azules #55adee #0e69b0 66beee*/
@font-face {font-family: 'zx-spectrum'; src: url('fonts/zx-spectrum.ttf') format('truetype'); font-weight: normal;font-style: normal;font-display: swap;}
header {z-index:2; position: fixed;margin: 0 auto;width:100%;background-color: #ffffff;}

body{text-align: left;font-family: zx-spectrum, Arial, "Times New Roman", Times;background-color:#ffffff;}
#container {	background-color: rgba(57,255,202,1.00);}

.copyright{color:#000000;font-size:20px;text-align: left;}
a.copyright:link{color:#000000;text-decoration: none;}
a.copyright:visited{color:#000000;}
a.copyright:active{color:#000000;}
a.copyright:hover{color:#000000;text-decoration: none;}

a:link{color:#000000;text-decoration: none;}
a:visited{color:#000000;text-decoration: none;}
a:active{color:#000000;text-decoration: underline;}
a:hover{color:#000000;text-decoration: underline;}

.telefono{color: white;vertical-align: top;font-size:18px;font-family: zx-spectrum, Arial, 'Allerta Stencil';}
a.telefono:link{color:white;}
a.telefono:visited{color:white;}
a.telefono:active{color:white;}
a.telefono:hover{color:white;text-decoration: underline;}

.relleno{height: 110px;z-index:200;background-color: #ffffff;}
.header-img{height: 2px;}
table td {
  height: 25px; /* Valor fijo en píxeles */
  padding: 5px;
  font-size: 11px;
   border: 1px solid black;
  border-collapse: collapse;
}
.cabecera{font-size:12px;text-align: left;}
.footer{  background-color: #333333;  text-align: left; color: white;}
.cabecera-arriba{ background-color: #55adee;  height: 27px;}

