html, body {
	background-color: black;
	color: white;
}

table {
	width: 100%;
	height: 100%
}

td#lateral {
	width: 34%;
}

td#principal {
	vertical-align: bottom;
	/*font-family: "Century Gothic", Verdana;*/
	font-family: "Segoe UI", "Century Gothic", Verdana;
	font-size: 10pt;
}

#logo {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

td#lateral {
	vertical-align: top;
	font-family: "Segoe UI", "Century Gothic", Verdana;
}

td#lateral h1, td#lateral h2, p.subtitulo {
	color: yellow;
	margin-bottom: 0px;
}

td#lateral h1 {
	/*font-style: italic;*/
	font-weight: normal;
}

td#lateral h2 {
	/*font-family: "Century Gothic", Verdana;*/
	font-size: 11pt;
	font-weight: bold;
}

p.sub, p.subtitulo {
	/*font-family: "Century Gothic", Verdana;*/
	font-size: 10pt;
}

td#principal a {
	color: white;
	text-decoration: none;
}

td#lateral p {
	margin-top: 0px;
}

#principal .direccion {
	/*font-family: Verdana;*/
	font-family: "Segoe UI", "Century Gothic", Verdana;
	font-size: 8pt;
	text-align: right;
	vertical-align: bottom;
}
#principal .direccion p {
	font-size: 8pt;
	width: 30%;
	margin-left: auto;
	margin-right: 0;
}
#principal div.premio {
	display: table-cell;
	vertical-align: top;
}

#principal div.premio div{
	display: inline;
	display: inline-block;
	width: 48%;
	height: 200px;
	margin: 80px auto 40px;
	clear: both;
}

#principal div.premio img {
	display: block;
	float: right;
}

.premio h2 {
	color: #feae0d;
	text-transform: uppercase;
	font-weight: normal;
}
#principal p {
	font-size: 11pt;
}
.mensaje {
	width: 80%;
	margin: 0px 0 70px;
}
#lateral div {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
a.facebook {
	float: left;
	margin: 15px 15px 0;
	display: block;
}
a.facebook img {
	border: none;
}
