/* CSS Document */


a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

body {
	margin: 25px 0px 0px;
	font-size: 8px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding-top: 25px;
}

.cuadro_abajo {
	vertical-align: bottom;
}
.cuadro_arriba {

	vertical-align: text-top;
}
.entrar {

	font-family:  "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	text-align: center;
}
.plugin {


	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-align: center;
}
