/* CSS Document */

#navi {  
	list-style:none;
	margin:0;
	padding:0;
	}
#navi li {
	margin:1px;
	padding:0; //Ya no necesito el padding, tambien quitare el borde que puse antes.
	float:left;
	}
#navi li a {
	display:block;
	width:100%;
	padding:7px;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
	background-color:#006FC1;
	border-left:10px solid #005AAB;
	font-family: Arial, Verdana, serif;
	font-weight: 550;
	}
#navi li a:hover {
	color:#FFFFFF;
	background-color:#067ACD;
	border-left-color:#A1C229;
}
.h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #5E5550;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
.precio {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.descripccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818400;
	text-decoration: none;
	text-align: justify;
}


.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EADBC8;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}

.h2 {
	font-family: "Trebuchet MS", Verdana, serif;
	font-size: 16px;
	font-weight: bold;
	color: #050505;
	text-decoration: none;
	text-align: center;
}
.blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: normal;
	text-decoration: none;
}


.repetir {
	background-repeat: no-repeat;
}
#a:hover {
	color:#E36938;
	
	}

