.texto_amarillo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFD92A;
}

.texto_blanco {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
}

.texto_blanco_NS {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

.texto_blanco_N {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.texto_precio_grande {
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF4901;
}

.texto_precio_normal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF4901;
}

.texto_azul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0053A0;
}

.texto_azul_N {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0053A0;
}

.texto_azul_claro {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #85AACB;
}

.texto_azul_claro_N {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #85AACB;
}

.texto_normal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #686768;
}

.texto_normal_S {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #686768;
}

.texto_normal_B {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #686768;
}

.input_text {
	border: 0px;
	background: #9DBBD5;
	color: white;
	height: 20px;
	border-style: none;
	padding-left: 5px;
	padding-top: 3px;
}

.input_text_form {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #686768;
	border: 1px;
	height: 20px;
	border-style: solid;
	border-color: #2E7FCC;
	padding-left: 5px;
	padding-top: 3px;
}

.texto_rojo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C52740;
}

.texto_rojo_N {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C52740;
}

TABLE.carrito {
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

TD.carrito-precio {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: FF4901;
	background: #FFFFFF;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

TD.carrito-cabecera {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #F0F0F0;
	color: #787878;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
}

TD.carrito-cabecera-izquierda {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #F0F0F0;
	color: #787878;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

TD.carrito-productos {
	background: #FFFFFF;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

TD.carrito-productos-izquierda {
	background: #FFFFFF;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
}

TD.barra-medio {
	border-right-color: #BFD3E4;
	border-right-width: 1px;
	border-right-style: solid;
}

.texto_mensajes_error {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}

.texto_mensajes {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #70D250;
}

.tabla_pedido {
	background: #CCCCCC;
}

.tabla_pedido_contents {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.input_select {
	font-weight: normal;
	color: #686768;
	border: 1px;
	height: 20px;
	border-style: solid;
	border-color: #2E7FCC;
	padding-left: 5px;
	padding-top: 3px;
}

.text_area_form {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #686768;
	border: 1px;
	rows: 2;
	cols: 40;
	border-style: solid;
	border-color: #2E7FCC;
	padding-left: 5px;
	padding-top: 3px;
}
