.banner {
	width:250px;
	height:250px;
	padding:0px;/* paddingpara los 4 lados*/
	position:relative;
	left:0px;
 	background-color: #000;
}
.banner ul{
	list-style:none; /* Eliminamos los bullets */
	margin:0px; /* Quitamos los margenes */
	padding:0px; /* Quitamos el padding */	
}
.banner ul li {
	float:left; /* Hacemos que el menu se muestre horizontal */
	padding-right:0px;	
	padding-bottom:0px;
}

.txtprecio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bold;
	color: #EF5A24;
	text-align: center;
}


.verde 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	line-height:14px;
	font-weight:normal;
	color: #0066FF;
}

.azul 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	line-height:14px;
	font-weight:normal;
	color: #00CC00;
}

.rojo 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	line-height:14px;
	font-weight:normal;
	color: #FF0000;
}

.amarillo 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	line-height:14px;
	font-weight:normal;
	color: #FFFF00;
}
.marron {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	line-height:14px;
	font-weight:normal;
	color: #8A4F13;
}


.titBanner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E07E1E;
}


.titBanner2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8A4F13;
}


.titBanner3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #8A4F13;
}

.titBannerG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	line-height:40px;
	font-weight:normal;
	color:#009acb;

}

.titBannerNaranja {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	line-height:40px;
	font-weight:normal;
	color: #E07E1E;

}

.alturaTit {
	height:20px;
}

.alturaSep {
	height:10px;
}

.Btnmasinfo {
	width: 68px;
	height:18px;
	background-image: url(/elementosN/b_marronN.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E07E1E;
	text-align: center;
	padding-top: 3px;
}

.Btnmasinfo:hover {
	width: 68px;
	height:18px;
	background-image: url(/elementosN/b_marronN.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	padding-top: 3px;
}

.cabB
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;	
	color: #ffffff;
}




