@charset "UTF-8";
/* CSS Document */

/* PANTALLA DE BIENVENIDA: art.cort o art.cult */
html {
	background: #FF007C;
}

body {
	background: #FF007C;
}

div.front {
	width: 100%;
	height: 250px;
	text-align:center;
	margin-top: 200px;
	background: #FF007C;
}

table.switcher {
	position: absolute;
	top: 50%;
  	left: 50%;
  	margin-left: -135px;
  	margin-top: -50px;
	width: 270px;
	height: 101px;
}

div#ft {
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -170px;
	color: #FFF;
	font-size: 10px;
	font-weight: lighter;
}

div.front-footer {
	text-align:right;
	position: absolute;
	bottom: 25px;
	right: 40px;
}
