body
{
	overflow:hidden;
	background:#000;
	text-align:center;
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:9pt;
}

.principal
{
	width:100vw;
	height:93vh;
	margin-top:2vh;
}

.principal .izquierda
{
	float:left;
	width:20vw;
	height:100vh;
	/* background:#ff0; */
}

.principal .izquierda div,.principal .derecha div
{
	overflow:hidden;
	position:relative;
	margin:0 auto 2.5vh auto;
	height:23vh;
	width:17.5vw;
	text-transform:uppercase;
	/* background:#f0f; */
}

.principal .izquierda div a img.hor,.principal .derecha div a img.hor
{
	height:100%;
	margin:0 auto;
}

.principal .izquierda div a img.ver,.principal .derecha div a img.ver
{
	width:100%;
	margin:0 auto;
}

.principal .izquierda div .legend,.principal .derecha div .legend
{
	position:absolute;
	width:100%;
	height:20px;
	background:rgba(0,0,0,.5);
	color:#fff;
	margin:0;
	bottom:0px;
	display:none;
	z-index:100;
}

.principal .centro
{
	width:60vw;
	height:100vh;
	/* background:#0ff; */
	margin-left:20vw;
	text-align:center;
}

.principal .centro .contImg
{
	width:100%;
	height:74vh;
	overflow:hidden;
}

.principal .centro .contImg img.portada
{
	height:77vh;
	margin:0 auto;
	padding:0;
}

.principal .derecha
{
	float:right;
	width:20vw;
	height:74vh;
	position:relative;
	/* background:#f6f; */
}

.principal .derecha div.polo
{
	height:25vh;
	margin-top:115px;
}

.principal .derecha div.polo img
{
	height:100%;
}

.principal .derecha div.info
{
	color:#fff;
	font-size:13pt;
	padding:10px;
	height:auto;
	text-transform:initial;
	margin-top:60px;
	position:relative;
	bottom:0vh;
}

h1
{
	color:#fff;
	letter-spacing:10px;
	font-size:25pt;
}

h2
{
	color:#fff;
	letter-spacing:20px;
	color:#ff0;
}