BODY{
	font-family:verdana,arial;
}

a:link {text-decoration:none;color:#FFEF00;}
a:hover {text-decoration:none;color:160,49,0;}

ul{
	margin:5px 0px 5px 0px;
}

label{
	font-size:14px;
	color:white;
	padding-left; 5px;
}


.noscroll{
overflow:hidden;
/*background: transparent url('../img/transparente.png') repeat scroll 0%;*/
}

#tit{
	display:block;
	font-size:14px;
	color:rgb(160,49,0);
	margin:0px;
	padding-bottom:2px;
}



/***************** boton cierre *******************/

.boton {
	font-size:7pt;
	font-weight: bold; 
	padding: 4px;
	text-decoration:none;
	margin-bottom: 10px;
}

.boton:link, .boton:visited{
	border-left:1px solid black;
	border-right:2px solid black;
	border-top:1px solid black;
	border-bottom:2px solid black;
}

.boton:hover{
	border-left:2px solid black;
	border-right:1px solid black;
	border-top:2px solid black;
	border-bottom:1px solid black;
	color: black;
}

/************************/

input.texto {
	width:110px;
	font-size:11px;
}

input.aceptar{
		font-family:verdana,arial;
		margin:0px;
		border:none;
    background: url('../img/login-button.png') no-repeat top left;
    width:90px;
    height:41px;
    color:white;
}

.alogin{
	font-size:14px;
}