@charset "utf-8";
/* CSS Document */

*
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	margin:0;

}

body
{
	background-color:#000;
	background-image:url(../imagenes/fnd.png);	
}

#container
{
	width:1000px;
	
}

#container a
{
	color: #000;
	text-decoration:none;
}

#container a:hover
{
	text-decoration:underline;
}

#submenu
{
	padding:10px;
	text-align:left;
	background-color:#ccc;
	font-size:17px;

}

#franja
{
	background-color:#9F0;
	background-image:url(../imagenes/fnd_top.png);
	height:10px;
	padding:20px;
	text-align:left;
	
}

#area
{
	height:100%;
	
}

#login
{
	width:636px;
	height:342px;
	background-image:url(../imagenes/capa.png);	
}

.campo
{
	background-color: transparent;
	background-image:url(../imagenes/campo.png);
	width:335px;
	height:52px;
	background-repeat: no-repeat;
	text-align:center;
	font-size:18px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

.boton
{
	background-color:transparent;
	width:280px;
	height:75px;
	background-image:url(../imagenes/boton.png);
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}

#loading
{
	position:absolute;
	top:300px;
	left:500px;
	padding:10px;
	
}

#valida
{
	font-weight:bold;
}

.errorlogin
{
	color:#F00;
	background-color:#FFF;
	
}

#mantenedor
{
	width:100%;
	background-color:#fff;
}


#listaGrupos
{
	background-color:#ccc;
	padding:10px;
	border: 1px #999;
	border-style:solid;
}

.titulotable
{
	background-color:#000;
	padding:2px;
	color:#fff;
	letter-spacing:1px;
}

.titulo
{
	font-size:24px;
	
}