@font-face
{
	font-family: Open Sans Semibold;
	src: url('OpenSans-Semibold.woff');
}

html
{
	height: 100%;
}

a,
a.visited,
a.link
{
  color: #336699;
  text-decoration: none;
}

a:hover,
a:active
{
  color: #5599cc;
}

body
{
	background: radial-gradient(ellipse at 58% 63%,
															rgba(255,255,255,1) 0%,
															rgba(255,255,255,1) 20%,
															rgba(210,210,210,1) 100%);
	height: 100%;
	border: 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

div.contenedor_cuerpo
{
	width: 100%;
	height: 91%;
	display: block;
	vertical-align: middle;
}

span.cuerpo
{
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -7em; 
	width: 100%;
	text-align: center;
}

span.logo
{
	width: 100%;
	display: inline-block;
}

span.texto
{
	width: 100%;
	display: inline-block;
	color: #777;
	font-size: 16px;
	font-family: Open Sans Semibold;
	text-align: center;
	padding-top: 15px;
	text-transform: uppercase;
}

div.contenedor_pie
{
	width: 100%;
	height: 9%;
	display: block;
	color: #999;
	font-size: 11px;
	font-family: Open Sans Semibold;
	text-align: center;
	text-transform: uppercase;
}
