.tahoma {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}
.peque {
	font-family: Tahoma;
	font-size: 9px;
}
.tahomablanca {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.formuborde {
	border: 1px dotted #33CCFF;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #CCCCCC;

}
.tahomaroja {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
}
.tahomaverde {
	font-family: Tahoma;
	font-size: 11px;
	color: #009933;
}
.tahomaambar {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF9933;
}
.tahomaazul {
	font-family: Tahoma;
	font-size: 11px;
	color: #336699;
}

/* Para hacer los listados en columnas */
ul{
	list-style-image:url(../images/bullet-square.jpg);
}
.listadoEquipExtra{
	width: 500px;
	/*list-style:outside disc;
	margin:0;
	padding:0;*/
}

.listadoEquipExtra li{
	width: 150px;
	float:left;
	margin-right:5px;
}