@charset "UTF-8";
/* CSS Document */
/*top right bottom left*/

* { margin:0; padding:0; }

html, body {
	background-color: #000000;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	height: 100%;
	overflow: hidden
	}
h1 { font-size: 130%; margin-bottom: 15px }
p { padding-bottom: 15px }

a:link, a:visited { text-decoration: none; color: #FF0099; font-size: 110%; font-weight: bold } /* #EF4080 */
a:active, a:hover { text-decoration: none; color: #FFFFFF; font-size: 110%; font-weight: bold }
a:focus { outline: 0 }
	a.actual { color: #FFFFFF }
	
#entrar { padding-top: 15px; float: right }

/* ESTRUCTURA */

#contenidor {
	position: relative;
	width: 640px;
	margin: 0 auto; /* auto? */
	height: auto !important;
	min-height: 100%;
	height: 100%; /* IE6 */
	}
	#anagrama {
		position: relative;
		background: url("../img/logo-gloria.png") no-repeat;
		top: 55px;
		left: 0px;
		width: 200px;
		height: 100px;
		padding-bottom: 30px
		}