﻿@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	border-left:0;
	background-color: #FFFFFF;
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:12px;
	color: #333333;
}

.img {
	border:0px;
	/*opacity: 0.85;
	filter: alpha(opacity = 0.85);*/
}

.texto_gris {
	font-family:"Century Gothic", Helvetica, Arial;
	font-size:11px;
	color: #666666;
}

.intro {
	background-color: #000000;
	
}

.copyright {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}

.error {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.titulo_filtro {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.opcion_filtro {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	width:100px;
	height:12px;	
}

.top_negro {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:12px;
	color: #333333;
	text-decoration:none;
}

.descripcion {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:14px;
	color: #333333;
	text-decoration:none;
}

.subtitulo {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:20px;
	color: #000000;
	text-decoration:none;
}

.texto_mediano {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:20px;
	color: #000000;
	text-decoration:none;
}

.texto_mediano:hover {
	text-decoration:none;
	font-weight: bold;
}

.texto_mediano:link {
	text-decoration:none;
}

.texto_mediano:visited {
	text-decoration:none;
}

.texto_mediano:active {
	text-decoration: none;
}

.texto_mediano_verde {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:20px;
	color: #009900;
	text-decoration:none;
}

.texto_mediano_verde:hover {
	text-decoration:none;
	font-weight: bold;
}

.texto_mediano_verde:link {
	text-decoration:none;
}

.texto_mediano_verde:visited {
	text-decoration:none;
}

.texto_mediano_verde:active {
	text-decoration: none;
}

.top_negro:hover {
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}

.top_negro:link {
	text-decoration:none;
}

.top_negro:visited {
	text-decoration:none;
}

.top_negro:active {
	text-decoration:none;
}

.titulo {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:14px;
	color: #00457c;
	text-decoration:none;
}

.titulo_banco {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
}

.filtro {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:40px;
	color: #000000;
	text-decoration:none;
}

.player {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 10px;
	color:#000000;
	text-decoration: none;
}

.player:link {
	text-decoration: none;
}

.player:active {
	text-decoration: none;
}

.player:hover {
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.player:visited {
	text-decoration: none;
}

.titulo_producto {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 34px;
	color: #000000;
}

.barra_superior_item {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

.barra_superior_item:hover {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	background-color:#00457c;
	cursor:pointer;
}

.barra_superior_item_over {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	background-color:#00457c;
}

.link_negro {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

.link_negro:hover {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #00457c;
	text-decoration:underline;
}

.link_negro:link {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 11px;
	color: #00457c;
	text-decoration:none;
}

.link_negro:active {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	color: #00457c;
	text-decoration:underline;
}

.link_negro:visited {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

/*--------------------------- MENU -----------------------------*/
.menu_region
{
	width:164px;
	cursor:pointer;
	background: #ffffff url(../imgs/bull_flecha_dest.gif) no-repeat 146px 7px;
	padding: 4px 3px 4px 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ebebeb;
	font-size: 11px;
	color:#00457c;
}

.menu_region_over {
	width:164px;
	cursor:pointer;
	background: #ccd8e5 url(../imgs/bull_flecha_dest_.gif) no-repeat 146px 7px;
	padding: 4px 3px 4px 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ebebeb;
	font-size: 11px;
	color:#003e7f;
}

.menu_sucursal {
	cursor:pointer;
	color: #77787b;
	background-color: #e3eaf1;
	padding: 3px 4px 3px 10px; 
	font-size: 11px;
}

.menu_sucursal_over {
	cursor:pointer;
	color: #77787b;
	background-color: #d6e0ea;
	padding: 3px 4px 3px 10px; 
	font-size: 11px;
}

.wholeSaleDesc {
	font-size: 12px;
	color:#333333;
}

.formTitle {
	font-size: 10px;
}

.wholeSaleInput {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 11px;
	border: 0px;
	padding: 1px;
	background-color: #E7E7E7;
	margin-bottom: 5px;
	color: #000000;
}

.inputSubmit {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 11px;
	border: 1px #AAAAAA solid;
	padding: 2px;
	background-color: #FFFFFF;
	color: #000000;
}

.inputBtn {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 11px;
	border: 1px #AAAAAA solid;
	padding: 2px;
	background-color: #FFFFFF;
	color: #000000;
	opacity: 0;
}

.row_lists {
	background-color: #CCCCCC;
}

.row_lists:hover {
	background-color: #B1B1B1;		
}

.table_shopping_bag {
	background-color: #CCCCCC;
	cursor: pointer;
}

.table_shopping_bag:hover {
	background-color: #B1B1B1;
	cursor: pointer;
}

.table_shopping_bag_selected {
	background-color: #B1B1B1;
	cursor: pointer;
}



/*--------------------------------------------------------------*/
.bimit {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.bimit:hover {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	background-color: #CCCCCC;
}
.bimit:link {
	font-size: 13px;
}
.bimit:visited {
}