.bordonegrita {
	font-family: "MS Reference Sans Serif";
	font-size: 11px;
	font-weight: bold;
	color: #6F2830;
}
.bordosmall {
	font-family: "MS Reference Sans Serif";
	font-size: 10px;
	color: #6F2830;
}
.catalogogris {
	font-family: "MS Reference Sans Serif";
	font-size: 9px;
	color: #666666;
}
.bordosmallbold {
	font-family: "MS Reference Sans Serif";
	font-size: 9px;
	font-weight: bold;
	color: #6F2830;
}
.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #6F2830;
}
.cremepetite {
	font-family: "MS Reference Sans Serif";
	font-size: 10px;
	color: #EFDBB8;
}
.crememenu {
	font-family: "MS Reference Sans Serif";
	font-size: 10px;
	color: #EFDBB8;
	text-decoration: none;
	font-weight: bold;


}
.construccion {
	font-family: "MS Reference Sans Serif";
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 6px;
}
.vertpetite {

	font-family: "MS Reference Sans Serif";
	font-size: 10px;
	color: #669933;
}
.clairepetite {

	font-family: "MS Reference Sans Serif";
	font-size: 10px;
	color: #F8EFE0;
}
.bordomedia {
	font-family: "MS Reference Sans Serif";
	font-size: 8.5pt;
	color: #6F2830;
	font-weight: normal;
	text-decoration: none;

}
.navi {  	list-style:none;	margin:0;	padding:0;}
.navi li {	margin:2px;	padding:0; //Ya no necesito el padding, tambien quitare el borde que puse antes.	float:left;}
.navi li a {	display:block; //Convertimos el vínculo en un bloque.	width:100px;	padding:4px 0;	text-decoration:none;	text-align:center;	font-size:11px;	color:#FFFFFF;	background-color:#000000;}//Ahora vamos con el hover:
.navi li a:hover {	color:#99CC00;	background-color:#003366;}
