body{
	background-color:#ffffff;
	font-family: Verdana, arial;
    text-decoration: none;
	color:#000000;
	font-size: x-small;
}

/*INPUT*/
input{
	font-family: Verdana, arial;
	color:#000000;
}
input.texto{
	width:80%;
}
input.usuario{
	margin-top:3px;
	margin-bottom:5px;
	
}

input.password{
	margin-top:3px;
	margin-bottom:5px;
}


input.coordenada{
	
}
/*PARRAFOS*/
p.titulo{
	text-align:center;
	font-weight:bold;
	font-size:20px;
}

p.error{
	color:#FF5555;
}

/*TABLAS*/
table{
	table-layout: fixed;
	
}
td{
	overflow:hidden;	
	font-size: x-small;
}
td.fechaMD{
	width:50px;
}
td.menu{
	
}
td.tarjetaDebito{
	color:#0000FF;
}
table.firma{
	border: 1px #000000 solid;
	background-color: #DEDEDE;
	color: #FFFFFF;
	width:100%;
		
}
td.posicines{
	text-align:center;
	color: #FFFFFF;
}
td.posicinesInt{
	text-align:center;
	background-color: #d1f0d9;
	color: #000000;
}
/*SEPARADORES*/
hr{
	border-color:#DEDEDE;
}

/*CABECERAS y PIES*/
.filaPie{
	background-color:#DEDEDE;
	color:#000000;
	
}
.filaCabecera{
	background-color:#DEDEDE;
	color:#000000;
	font-weight: bold;
}

.filaPieCabeceraPaginator{
	
}
/*DATOS*/
.dato{
	color:#000000;
	
}
.iban{
	color:#000000;
	font-style: italic ;
	
}
.datoNegativo{
	color:#FF0000;		
}

/*IMAGENES*/
img{
	border:0;
}

/*A*/
a.menu{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
a{
    
}


/*COMBOS*/
select{
	font-family: Verdana, arial;
    text-decoration: none;
	color:#000000;
	font-size:x-small;
}
select.idioma{
	width:75%
}
select.recarga{
	width:100%
}

select.transferencias{
	width:80%;
}

/*CAMPOS*/
fieldset.tipoTransferencia{
	width:50%;
}

/*BOTONES*/
.button{
	background-color: #000000;
	margin-bottom:4px;
	color:#FFFFFF;
	
}
/*LISTA*/
ul{
padding-top: 0px;
margin-top: 0px; 
padding-bottom: 0px;
margin-bottom: 0px;
}