@charset "UTF-8";
/* CSS Document */

.texto_titulo {
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #eeeeee;
}

.texto_lateral {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 4px;
	padding-left: 4px;
}

.texto_lateral_boton {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}

.texto_lateral_boton a:link {
	color: #ff9900;
	text-decoration: none;
}

.texto_lateral_boton a:visited {
	color: #ff9900;
	text-decoration: none;
}

.texto_lateral_boton a:hover {
	color: #666666;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

.texto_lateral_boton a:active {
	color: #ff9900;
	text-decoration: none;
}

.texto_precio {
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.texto_agotado {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}
	