body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#contenedor_inicio {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:720px;
	z-index:1;
	visibility: hidden;
}
#contenedor_acceso_admin {
	position:absolute;
	left:0px;
	top:0px;
	width:700px;
	height:510px;
	z-index:1;
}
#contenido_admin {
	position:absolute;
	left:100px;
	top:200px;
	width:500px;
	height:250px;
	z-index:1;
}
#contenedor_admin {
	position:absolute;
	left:0px;
	top:0px;
	width:700px;
	height:500px;
	z-index:1;
}
#logo_admin {
	position:absolute;
	left:50px;
	top:50px;
	width:225px;
	height:50px;
	z-index:2;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#txt_admin {
	position:absolute;
	left:100px;
	top:250px;
	width:500px;
	height:100px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#titulo_admin {
	position:absolute;
	left:110px;
	top:210px;
	width:480px;
	height:25px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}

input.botones_anchos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 200px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 25px;
}
.td1_acceso_admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 50px;
	padding: 0px;
}
.td2_acceso_admin {
	height: 30px;
}
.td3_acceso_admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 75px;
	text-align: center;
}
.alinear_centro {
	text-align: center;
}
