.Sub_titulo1 {
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
	font-weight: bold;
}
.Sub_titulo2 {
	color: #003366;
	font-weight: bold;
	font-size: 12px;
}
.Cuadro_texto1 {
	color: #666666;
	background-color: #FFFFE5;
	padding: 6px;
	border: 1px dashed #CCCCCC;
	display: block;
}
.Cuadro_texto2 {
	color: #666666;
	background-color: #F2F2F2;
	padding: 6px;
	border: 1px dashed #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	display: block;
}
.itemTienda{
	padding: 5px 22px 5px 5px;
	background-color: #F0F0F0;
}
.itemTit{
	padding: 5px;
	background-color: #DFE0E2;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #222222;
	font-weight:bold;
	vertical-align:middle;
	
}
#botoncito_comprando { 

	background:url('images/seguir_comprando.jpg') no-repeat; 
	border:none; 
	width: 157px; 
	height: 23px; 
}
.botoncito_comprar { 

	background:url('images/comprar.jpg') no-repeat; 
	border:none; 
	width: 157px; 
	height: 23px; 
}
#boton_enviar_credito{
	border:none;
	width:64px;
	height:30px;
	background:url(images/enviar.png) no-repeat left top;
	cursor: pointer;
}