@charset "utf-8";
/* CSS Document */


.botones {
   
	display: block;
	width: 193px;
	font-family: Copperplate Gothic Light;
	font-size: 12px;
	text-decoration: none;
	color: #ebebeb;
	
}

.botones:hover{
	display: block;
	width: 193px;
	font-family: Copperplate Gothic Light;
	font-size: 12px;
	text-decoration: none;
	color: #ebebeb;
}

.botoneslselec{
	display: block;
	width: 193px;
	text-align: center;
	font-family: Copperplate Gothic Light;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	background-image: url(imagenes/botoneraselec.jpg);
	background-position: center;
}
