html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
	  
	  font-family: Arial;
	  margin-top:0px;
	  font-size: 12px;
   }

.logo {
	font-family: "Arial Black";
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.fecha {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.titulo_menu {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.subtitulo_menu {
	font-family: Arial;
	font-size: 10px;
	color: #0000CC;
	text-decoration: none;
}

.link_blanco {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.forma_boton {
	font-size:12px;
	font-family:"Arial", monospace;
}

.promociones {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.promo_titulo {
	font-family: Arial;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

.promo_precio {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.lema {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menu_sup{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.texto{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

#fullheight{height:100%}


