* {
	margin: 0;
   padding: 0;
   border: none;
	font-size: 1em;	
}

html {
	background:  #000 url(../images/backgrounds/html-splash.jpg) center top no-repeat;
}
body {
   font: 62.5% Arial, Helvetica, sans-serif;   
}
#contenedor {
	width: 210px;
	margin: 0 auto;
	height: 700px;
	position: relative;
}
.contenido {
	width: 210px;
	position: absolute;
	left: -75px;
	top: 195px;
	margin-bottom: 10px;
}
h1 {
	width: 195px;
	height: 86px;
	display: block;
   text-indent: -999em;
   overflow: hidden;
}
* html>body #encabezado h1 a {
   letter-spacing: -999em;	
}

ul {	
	list-style: none;
}
form {
	margin: 10px 0 0 0;
}
form p {
	margin: 10px;
}
label {
	font-size: 1.2em;
	color: #231f20;
	font-weight: bold;
	margin-bottom: 10px;
	display:block;
}
select {
	width: 190px;
	height: 22px;
	font-size: 1.2em;
	background: #b8b8b8;
	color: #FFF;
	font-weight: bold;
	border: solid 2px #cdcece;
	display:block;
	line-height: 22px;
}
input {
	background: url(../images/botones/entrar.gif) no-repeat;
	width: 50px;
	height: 24px;
	float:left;
}	

/*Pie*/
#pie {
	/*width: 990px;*/
	clear: both;
	margin: 0 auto;
	width: 100%;
	background: #1f1f1f url(../images/backgrounds/pie-splash.jpg) left top repeat-x;
}
#pie div.info {
	background: url(../images/estructura/pie-splash.jpg) center top no-repeat;
	padding: 56px 0 40px 0;
}
#pie p {
	color: #666;
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 20px;
	line-height: 120%;
}
#pie p a, #pie p a:visited {
	color: #666;
}
#pie p a:hover {
	color: #FFF;
}