@charset "utf-8";
/* CSS Document */

.lineagris {
	background-color:#D8BBF1;
	width:100%;
	height: 9px;
	}
	
.botones {
	height: 25px;
	}
	
.boton1 a:link {
	color:#9D5ADB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	float: left;
	text-transform: lowercase;
	}
.boton1 a:visited {
	color:#9D5ADB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	float: left;
	text-transform: lowercase;
}
.boton1 a:hover {
	color:#D940CC;
	background-image: url(../images/frameh.png);
	}
.boton1 a:active {
	color:#D940CC;
	}

.boton2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	float: left;
	text-transform: lowercase;
	color: #D7BCF1;
	}
.boton2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	float: left;
	text-transform: lowercase;
	color: #D7BCF1;
	}

.boton2 a:hover {
	color:#E576DD;
	background-image: url(../images/frameh.png);
	}
.boton2 a:active {
	color:#E576DD;
	}

