.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.a A:link {text-decoration: none; color: #000000}
.a A:visited {text-decoration: none; color: #000000}
.a A:active {text-decoration: underline; color: #FF0000}
.a A:hover {text-decoration: underline; color: #FF0000}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.texto A:link{ text-decoration: none; color: #000000 }
.texto A:visited { text-decoration: none; color: #000000 }
.texto A:active { text-decoration: underline; color: #FF0000 }
.texto A:hover { text-decoration: underline; color: #FF0000 }

.foro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	border: 1px solid #CCCCCC;
}

.cajablanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F5F5F5;
	border: none;
}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	background-color: #E4E4E4;
	background-image: url(../IndexRaiz/botonblanco.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #333333;


}
.campoazul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003366;
	font-weight: bold;
	text-transform: capitalize;

}
.camporojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
.contorno {
	border: none;
	height: 15px;
	width: 15px;
	list-style-type: circle;
}


.buskaboton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	background-image: url(../../indexraiz/botonrojo.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px inset;
	line-height: 16px;
}

.fondo {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../../indexraiz/fondoazul.jpg);
	background-repeat: repeat-x;
}

