    A:link {
	text-decoration: none;
	color: #000000;
	text-align: center;
   }
    A:active {
	text-decoration: none;
	color: #000000;
   }
    A:visited {
	text-decoration: none;
	color: #000000;
   }
   A:hover {
	text-decoration : blink;
	color: #FFFFFF;
	float: inherit;
	text-align: center;
   }
/* Men pequeo*/
.verde {
	background-image: url(../images/arcoiris1.jpg);
	background-repeat: repeat;
	border: 1px solid #FFCC66;
}
.mazul {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #74FCE4;
	height: 32px;
	width: 135px;
	text-align: center;
}
.mnaranja {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFD11C;
	height: 32px;
	width: 147px;
	text-align: center;
}
.mverde {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #B1DC87;
	height: 32px;
	width: 143px;
}


.texto {
	font-family: "Andale Mono";
	font-size: medium;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.borde {

    text-align: center 
	border: 1px solid #00FFFF;
}
.rotulo_vertical {
	line-height: 5px;
	font-weight: bold;
	text-align: center;
}

.Estilo1 {
	color: #003300;
	font-size: large;
}
.Estilo2 {color: #FF9B04}
.Estilo3 {color: #82C643}
.rotulo {
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	width: 100%;
}
body,td,th {
	font-family: Andale Mono;
	text-align: center;
}
.centrar{
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
		top:50%;
	left:50%;
	/*determinamos una anchura*/
		width:800px;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-400px;
	/*determinamos una altura*/
		height:600px;
	/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-300px;
	border:1px none #808080;
	padding:5px;
}

