@charset "utf-8";
/* CSS Document */

.textoBlanco {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.textoBlanco2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.textoFecha {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.textoInfo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.textoPubli {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.textoPubli:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.tituloAzul {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textoEquipo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #B35313;
	text-decoration: none;
}

.titPubli {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5F5F5F;
	text-decoration: none;
	font-weight: bold;
}

.titVer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
.textoVin {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.textoVin:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.textoAt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #99CC00;
	text-decoration: none;
}
.textoAt:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.borde {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #DDDDDD;
	border-left-color: #FFFFFF;
}
