@charset "utf-8";
body {
	background-color: #363636;
	margin: 0px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
}
a
{
	text-decoration:none;
	color:#fff;
}
div.contenedor
{
	width:900px;
	margin:100px auto 0 auto;
}
div.titulo
{
	font-size: 72px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 90px;
}
div.miniaturas_contenedor
{
	width:900px;
}
div.miniatura
{
	width:250px;
	float:left;
}
div.miniatura img
{
	border:0;
}
div.pie
{
	clear:both;
	font-size:18pt;
	margin-top:10px;
	padding-top:10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
div.miniaturas_grupo
{
	display:table;
	margin:0 auto 0 auto;
	width:auto;
}

