﻿/* --------------------------------------------------- */
body
{
	background-color: #fec200;
	background-attachment: fixed;
	vertical-align: middle;
	text-align:center;
}
/* --------------------------------------------------- */
#tablePrincipal
{
	font-family: Calibri;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align:center;
}
/* --------------------------------------------------- */
#trLogo
{
	vertical-align: bottom;
	height: 35%;
}
/* --------------------------------------------------- */
#trFechas
{
	vertical-align: middle;
	height: 25%;
}
/* --------------------------------------------------- */
#trLinea
{
	width: 90%;
	color:black;
	vertical-align: middle;
	height: 5%;
}
/* --------------------------------------------------- */
#trIdiomas
{
	font-size: 80px;
	text-decoration:none;
	height: 35%;
	vertical-align: top;
}
/* --------------------------------------------------- */
#HLinkSpanish
{
	text-decoration: none;
	color: black;
	
}
/* --------------------------------------------------- */
#HLinkSpanish:hover 
{
	text-decoration: none;
	color: #d2222c;
	
}
/* --------------------------------------------------- */
#HLinkEnglish
{
	text-decoration: none;
	color: black;
}
/* --------------------------------------------------- */
#HLinkEnglish:hover 
{
	text-decoration: none;
	color: #d2222c;
	
}
/* --------------------------------------------------- */

