/* 
    Document   : cssLoginAdm
    Created on : 19/01/2009, 02:38:09 PM
    Author     : Juanjo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.tablaFondo{
	background-image: url(../imgs/fondoLogin.png);
	background-position:center;
	background-repeat:no-repeat;
	width:780px;
	height:473px;
	text-align:center;
}
.tablaLogin{
	background-image: url(../imgs/cuadroAlpha.png);
	background-position:center;
	background-repeat:no-repeat;
	width:297px;
	height:217px;

}
.celdaCampo{
	background-image: url(../imgs/fondoCampo.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	height:33%;
}
.campo{
	font-weight: bold;
    color:#275688;
	border:0;
	text-align:center;
}

.celdaBotonLogin{
	text-align:center;
	height:34%;
}
