.botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #515E85;
	background-color: #ffffff;
	text-align: center;
	font-style:	normal;
	font-variant:	normal;
	border: 1px solid #bdbdbd;
	margin:1px 1px 5px 1px;
	padding: 3px;
	-moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}
.botones:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #515E85;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #bdbdbd;
	margin:1px 1px 5px 1px;
	padding: 3px;
	-moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  color: #fff;
}

.botones:hover a {text-decoration: none;color:white;}

.subMe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	font-style:	normal;
	font-variant:	normal;
	-moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}

.subMe .botones a {text-decoration:none;color:#515E85;}
.subMe .botones:hover a {text-decoration: none;color:white;}

.botonesHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#515E85;
	background-color: #ffffff;
	border: 1px solid #bdbdbd;
	margin: 1px;
	padding: 3px;
}

a.enlacesmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #515E85;
	text-decoration: none;
	text-align: center;
	font-style:	normal;
	font-variant:	normal;
}

a.enlacesmenu:hover {text-decoration: none;color:white;}

/*Clase para el dibujo de la flecha*/
.espan{
	width: 5px;
	height: 5px;
}