.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/* General links */
	a.box-link:link, a.box-link:visited, input.box-link {
		display: block;
		margin: 10px auto;
		height: 40px;
		font-weight: bold;
		font-size: 12pt;
		line-height: 40px;
		text-align: center;
		border-bottom: 0;
		text-decoration:none;
		}
	/* Clickeando */
		a.box-link:active, input.box-link:active {
			background-position: 0 -40px;
			line-height: 43px;
			text-indent: 3px;
			text-decoration:none
		}
		a.negro-110:active 
				{background: #000 url('images/negro-110x40_click.jpg') no-repeat top left;}
				
		a.negro-160:active
		{background: #000 url('images/negro-160x40_click.jpg') no-repeat top left;}

/* 160x40 */
	.negro-160:link, .negro-160:visited {
		width: 160px;
		background: #000 url('images/negro-160x40.jpg') no-repeat top left;
		color: #fff
	}

/* 110x40 */
	.negro-110:link, .negro-110:visited {
		width: 110px;
		background: #000 url('images/negro-110x40.jpg') no-repeat top left;
		color: #fff
	}

		
		
/* Formularios */

/* General */
	input.box-link, button.box-link {
		display: block;
		margin: 5px auto;
		border: 0;
		height: 40px;
		font-weight:bold;
		font-size: 12pt;
		line-height: 40px;
		text-align: center;
		color: #fff;
		border-bottom: 0;
	}
	
	
	/* Clickeando */
		input.box-link:active, button.box-link:active {
			background-position: 0 -40px;
			line-height: 43px;
			text-indent: 3px
		}
		
		input.negro-160:active
		{background: #000 url('images/negro-160x40_click.jpg') no-repeat top left;}
		input.negro-110:active
		{background: #000 url('images/negro-110x40_click.jpg') no-repeat top left;}
	
/* 160x40 */
	input.negro-160, button.negro-160 {
		width: 160px;
		background: #000 url('images/negro-160x40.jpg') no-repeat top left;
		color: #fff
	}
	
/* 110x40 */
	input.negro-110, button.negro-110 {
		width: 110px;
		background: #000 url('images/negro-110x40.jpg') no-repeat top left;
		color: #fff
	}	