@charset "utf-8";
/* CSS Document */
/* _________________________________________________________ */
/* Colores
/* _________________________________________________________ */
.color_red {
	color:#FF3300!Important;
}
.color_celeste {
	color:#12B3FF!Important;
}
.color_red {
	color:#FF3300!Important;
}
/* _________________________________________________________ */
/* Texto Paneles
/* _________________________________________________________ */
.panel4 .cl5 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#848484;
}
.panel4 .cl5 p {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	margin:6px;
	color:#848484;
	width:auto;
}
.panel4 .cl5 p a {
	font-size:11px;
}
.cl5 h1 {
	margin:6px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:lighter;
}
/* _________________________________________________________ */
/* TITULOS		
/* _________________________________________________________ */
.contentGenericoInterior h1 {
	background-color:#ff7c00;
	display:block;
	text-align:left;
	padding:7px;
	font-weight:lighter;
}
.contentGenericoInterior h1, .contentGenericoInterior h1 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:17px;
	text-decoration:none;
}
.contentGenericoInterior h1 a {
	margin-left:5px;
	margin-right:5px;
}
.contentGenericoInterior h1 a:hover {
	color:#FFE897;
	text-decoration:underline;
}
.contentGenericoInterior h1 .current, .contentGenericoInterior h1 .current a:hover {
	font-weight:bold!Important;
	text-decoration:none!Important;
	color:#FFFFFF!Important;
	cursor:text;
}
h2 {
	margin:6px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:lighter;
	/*color:#005285;*/
		color:#E33014;
	text-decoration:none;
	background-image:url(../gfx/sep_punteado.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:4px;
	margin-bottom:9px;
	height:auto;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:	#03b7f1;
	color:#FF7C00;
	font-size:13px;
	text-decoration:none;
	margin:6px;
	margin-top:2px;
	padding-bottom:3px;
	margin-bottom:2px;
}
h3 a, h2 a {
	text-decoration:underline;
	color:#FF7C00;
}
h3 a:hover, h2 a:hover {
	color:#FF3300;
}
/* _________________________________________________________ */
/* SUBHEADER
/* _________________________________________________________ */
.header_int {
	background-color:#FF6C09;
	padding:0px;
	margin:0px;
	padding-bottom:4px;
}
/* _________________________________________________________ */
/* SUBBOTONERA		
/* _________________________________________________________ */
.subbotonera {
	background-color:#ffaa00;
	display:block;
	text-align:left;
	padding:3px;
	padding-left:5px;
	font-weight:bold;
	color:#FFFFFF;
	width:99%;
	display:inline-block;
}
.subbotonera .BotoneraItem, .subbotonera .BotoneraItem a {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	display:inline;
	padding-right:6px;
	text-decoration:none;
	text-transform:uppercase;
	padding:4px;
}
.subbotonera .BotoneraItem a:hover {
	background:#FF6C09;
}
/* _________________________________________________________ */
/* SUBBOTONERADIV	
/* _________________________________________________________ */
.subbotoneradiv {
	background-color:#2C5479;
	display:block;
	text-align:left;
	color:#FFFFFF;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:8px;
	padding-left:12px;
}
.subbotoneradiv .step {
	color:#FFCC00;
}
.subbotoneradiv .title {
	font-weight:bold;
	color:#66CCFF;
}
/* _________________________________________________________ */
/* SUBinfo
/* _________________________________________________________ */
.subinfodiv {
	background-color:#9addff;
	display:block;
	text-align:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:8px;
	padding-left:12px;
	margin-bottom:12px;
	color:#FFFFFF!Important;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.subinfodiv p, .subinfodiv p a {
	color:#115593!Important;
}
/* _________________________________________________________ */
/* Listado de Paises		
/* _________________________________________________________ */
.list_paises li a {
	display:block;
	padding:5px;
	font-size:11px;
	text-decoration:none;
	color:#666666;
	vertical-align:middle;
	margin-bottom:1px;
	background-image:url(../gfx/sep_punteado.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0px;
}
.list_paises li a:hover {
	background-color:#EFEFEF;
	color:#FF6600;
}
.list_paises li {
	float:left;
	width:49%;
	margin-right:2px;
}
.list_paises .par {
	float:right!Important;
	margin-right:0;
	width:49%;
	margin-left:2px;
}
.list_paises li img {
	padding-top:0;
	margin:0;
	margin-right:10px;
}
/* _________________________________________________________ */
/* Listado Generico		
/* _________________________________________________________ */
.list_gen {
	margin:2px;
	margin-top:0px;
	padding:5px;
	background-color:#FFFDEA;
	border:1px;
	border-style:solid;
	border-color:#E2E2E2;
}
.list_gen li {
	display:list-item;
	list-style-image:url(../gfx/bullet_orange.gif);
	font-size:11px;
	text-decoration:none;
	color:#666666!Important;
	background-image:url(../gfx/sep_punteado.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0px;
	margin-left:22px;
	margin-bottom:6px;
	margin-right:8px!Important;
	padding-bottom:6px;
	padding-left:7px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}
.list_gen li a {
	text-decoration:none;
	color:#E33014;
}
.list_gen li a:hover {
	color:#FF9900;
}
/* _________________________________________________________ */
.list_gen2 {
	margin:3px;
	margin-top:0px;
	padding:0px;
	padding-top:4px;
}
.list_gen2 li {
	list-style-image:url(../gfx/bullet_orange_out.gif);
	font-size:11px;
	text-decoration:none;
	color:#666666!Important;
	margin:0px;
	margin-left:22px;
	margin-bottom:6px;
	padding-bottom:2px;
	line-height:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
.list_gen2 li a {
	text-decoration:none;
	color:#E33014;
}
.list_gen2 li a:hover {
	color:#FF9900;
}
.list_gen2 .important, .list_gen .important {
	color:#E33014;
	text-transform:uppercase;
	font-weight:bolder;
}
/* _________________________________________________________ */
.list_gen3 {
	margin:2px;
	margin-top:0px;
	padding:5px;
}
.list_gen3 li {
	display:list-item;
	list-style-image:url(../gfx/bullet_orange.gif);
	font-size:11px;
	text-decoration:none;
	color:#666666!Important;
	background-image:url(../gfx/sep_punteado.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0px;
	margin-left:22px;
	margin-bottom:6px;
	margin-right:8px!Important;
	padding-bottom:6px;
	padding-left:7px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}
.list_gen3 li a {
	text-decoration:none;
	color:#E33014;
}
.list_gen3 li a:hover {
	color:#FF9900;
}
/* _________________________________________________________ */
.list_gen4 {
	margin:2px;
	margin-top:0px;
	padding:3px;
}
.list_gen4 li {
	display:list-item;
	list-style-image:url(../gfx/bullet_orange.gif);
	font-size:11px;
	text-decoration:none;
	color:#666666!Important;
	background-image:url(../gfx/sep_punteado.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0px;
	margin-left:15px;
	margin-bottom:6px;
	margin-right:8px!Important;
	padding-bottom:6px;
	padding-left:2px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
}
.list_gen4 li a {
	text-decoration:none;
	color:#FF7C00;
}
.list_gen4 li a:hover {
	color:#EB3048;
}
.list_gen4 .sub, .list_gen4 .sub1, .list_gen4 .sub2, .list_gen4 .sub3, .list_gen4 .sub4 {
	margin:0px;
	padding:0px;
	display:list-item;
	list-style-image:none;
	font-size:10px!Important;
	list-style-image:none;
	background-image:none;
	list-style:disc;
	margin-left:30px;
	padding-left:0px;
	margin-bottom:4px;
	margin-top:1px;
	color:#1B61A2!Important;
}
.list_gen4 .sub a, .list_gen4 .sub1 a, .list_gen4 .sub2 a, .list_gen4 .sub3 a, .list_gen4 .sub4 a {
	text-decoration:none;
	color:#1B618E;
}
.list_gen4 .sub1 {
	margin-left:45px;
	color:#3399FF!Important;
}
.list_gen4 .sub1, .list_gen4 .sub1 a {
	color:#3399FF!Important;
	list-style-type:square;
}
.list_gen4 .sub2 {
	margin-left:60px;
}
.list_gen4 .sub3 {
	margin-left:75px;
	color:#3399FF!Important;
}
.list_gen4 .sub3, .list_gen4 .sub3 a {
	color:#3399FF!Important;
	list-style-type:square;
}
.list_gen4 .sub4 {
	margin-left:90px;
}
.list_gen4 .sub a:hover, .list_gen4 .sub1 a:hover, .list_gen4 .sub2 a:hover, .list_gen4 .sub3 a:hover, .list_gen4 .sub4 a:hover {
	color:#FF7C00!Important;
}
/* _________________________________________________________ */
.list_gen5 {
	margin-top:8px;
}
.list_gen5 li {
	background-image:url(../gfx/sep_punteado.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:4px;
	font-size:11px;
	text-decoration:none;
	color:#666666!Important;
	margin:0px;
	margin-bottom:1px;
	line-height:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
.list_gen5 li a {
	text-decoration:none;
	color:#E33014;
}
.list_gen5 li a:hover {
	color:#FF9900;
}
.list_gen5 .important, .list_gen .important {
	color:#FF7C00;
}
/* _________________________________________________________ */
/* Listado Eventos
/* _________________________________________________________ */

.eventos .ev_celda1, .eventos .ev_celda2 {
	background:none
}
.eventos .ev_celda1, .eventos .ev_celda1 a {
	margin:0;
	color:#666666;
	height:auto;
	vertical-align:top;
	font-size:10px;
	color:#666666;
	width:50px;
	text-decoration:none;
}
.eventos .ev_celda2, .eventos .ev_celda2 a {
	margin:0;
	color:#2575ad;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	vertical-align:top;
	text-decoration:none;
}
.eventos .ev_celda2 a:hover {
	color:#FF6600!Important;
}
.eventos td {
	line-height:16px;
	padding:8px!Important;
}
.eventos .par td {
	background-color:#EFEFEF!Important;
}
.eventos .ev_celda2:hover {
	background-color:#E4E4E4!Important;
}
.eventos .ev_celda2:hover a {
	color:#FF6600!Important;
}
/* _________________________________________________________ */
/* Listado de Noticias		
/* _________________________________________________________ */
.list_noti {
	padding:0px!Important;
	margin:0px!Important;
}
.list_noti li a {
	display:block;
	padding:2px;
	font-size:11px;
	text-decoration:none;
	color:#666666;
	vertical-align:middle;
	margin-bottom:1px;
	background-image:url(../gfx/sep_punteado.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0px;
}
.list_noti h1 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0px!Important;
	margin:0px!Important;
	display:list-item;
	list-style-type:disc;
	list-style-position:inside!Important;
}
.list_noti p {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px!Important;
	line-height:14px!Important;
	color:#848484!Important;
	padding:0px!Important;
	margin:0px!Important;
	margin-top:4px!Important;
	margin-bottom:8px!Important;
}
.list_noti li a:hover {
	background-color:#EFEFEF;
	color:#FF6600;
}
.list_noti li a:hover h1, .list_noti li a:hover p {
	color:#E33014!Important;
}
/* _________________________________________________________ */
/* PARRAFOS - CUERPOS DE TEXTO
/* _________________________________________________________ */
.texto_mediano, .texto_mediano a {
	line-height:19px!Important;
	font-size:12px!Important;
	font-family:Arial, Helvetica, sans-serif!Important;/*color:#4E6F81!Important;*/
}
.texto_mediano a {
	font-weight:bold;
}
/* _________________________________________________________ */
/* IMG
/* _________________________________________________________ */
.foto_der {
	float:right;
	background-color:#FFF;
	padding:8px;
	border:1px;
	border-style:solid;
	border-color:#E2E2E2;
	margin:2px;
	margin-left:16px;
	margin-bottom:10px;
}
.foto_marco {
	background-color:#FFF;
	padding:8px;
	border:1px;
	border-style:solid;
	border-color:#E2E2E2;
	margin:2px;
}
/* _________________________________________________________ */
/* GALERIA
/* _________________________________________________________ */
#gallery1 {
	padding: 0px;
	margin:0px;
	text-align:left;
}
#gallery1 ul {
	padding: 4px;
	margin:0px;
	padding-top:5px;
	list-style: none;
	text-align:center;
}
#gallery1 ul li {
	display: inline;
	padding:4px;
}
#gallery1 ul img {
	padding: 0px;
	margin:0px;
	border: 5px solid #E2E2E2;
	border-width: 5px;
}
#gallery1 ul a:hover img {
	padding: 0px;
	margin:0px;
	border: 5px solid #FF7C00;
	border-width: 5px;
	color: #fff;
}
#gallery1 ul a:hover {
	color: #fff;
}
/* _________________________________________________________ */
/* ESPECIAL
/* _________________________________________________________ */
.resalt {
	margin:2px;
	padding:4px;
	background-color:#FFFDEA;
	border:1px;
	border-style:solid;
	border-color:#E2E2E2;
	margin-top:8px;
	margin-bottom:8px;
}
.reslt2 {
	font-family:Arial, Helvetica, sans-serif!Important;/*color:#4E6F81!Important;*/
	font-size:16px!Important;
	font-weight:bold;
	color:#FF7C00;
}
.table_prod td {
	padding:6px;
}
/* _________________________________________________________ */
/* TABLA LISTADO PRODUCTOS
/* _________________________________________________________ */
.list_product {
 line-height: 14px!Important!;
 margin:0px!Important!;
 padding:0px!Important!;
}
.list_product td {
	margin:0px;
	padding:0px;
}
.list_product h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	color:#E33014;
	text-decoration:none;
	background-image:url(../gfx/sep_punteado.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:auto;
	padding:0px;
	margin:0px;
	padding-bottom:4px;
	text-decoration:none;
	margin-bottom:6px;
}
.list_product h2 a {
	text-decoration:none;
	color:#E33014;
}
.list_product h2 a:hover {
	text-decoration:none;
	color:#FF7C00;
}
/* _________________________________________________________ */
/* FORM
/* _________________________________________________________ */
.mi_form1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	padding:8px;
	color:#4C61A2;
}
.mi_form1 input {
	border-color:#B1B1B1;
	border-width:1px;
	border-style:solid;
	width:190px;
	margin-left:5px;
	margin-right:15px;
	height:17px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
.mi_form1 .separador_1 {
	margin-top:12px;
	margin-bottom:12px;
}
.separador_1 {
	background-image:url(../gfx/sep_punteado.gif);
	background-repeat:repeat-x;
	margin-top:12px;
	margin-bottom:12px;
	font-size:1px;
	height:1px;
}
.mi_form1 .micombo {
	border-color:#B1B1B1;
	border-width:1px;
	border-style:solid;
	width:190px;
	margin-left:5px;
	margin-right:15px;
	height:22px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
.mi_form1 td {
	border-bottom-color:#E6E6E6;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:6px!Important;
	background-color:#FAFAFA;
}
.mi_form1 .aclaracion {
	font-size:10px;
	color:#6A6A6A;
}
.mi_form1 .checkbox {
	border:none;
	width:15px;
}
/* _________________________________________________________ */
/* BOTONES
/* _________________________________________________________ */
.boton a {
	background-image:url(../gfx/botones/med.gif);
	background-repeat:no-repeat;
	text-align:center;
	display:block;
	height:29px!Important;
	width:134px!Important;
	padding-top:6px!Important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px!Important;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.boton a:hover {
	color:#293B51;
}
.boton_small a {
	background-image:url(../gfx/botones/small.gif);
	background-repeat:no-repeat;
	text-align:center;
	display:block;
	height:20px!Important;
	width:92px!Important;
	padding-top:4px!Important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px!Important;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.boton_small a:hover {
	color:#7AC8F7;
}
.boton2 a {
	background-image:url(../gfx/botones/mednar.gif);
	background-repeat:no-repeat;
	text-align:center;
	display:block;
	height:29px!Important;
	width:134px!Important;
	padding-top:6px!Important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px!Important;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.boton2 a:hover {
	color:#293B51;
}
/* _________________________________________________________ */
/* TABLITA (SHIPPING)
/* _________________________________________________________ */
.tablita {
	width: 100%;
	border-color:#E9EAEA;
	border-width:1px;
	border-style:solid;
}
.tablita td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding:6px!Important;
	background-color:#FFFFFF;
}
.td_aclaracion td {
	font-size: 9px!Important;
}
.td_header td {
	background-color:#FF7C00;
	margin-top:1px;
	padding-top:1px;
	cursor:pointer;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-size: 12px!Important;
	color: #FFF;
	font-weight:bold;
	height:18px;
}
.tablita td {
	border-bottom-color:#E9EAEA;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.td_separador td {
	background-color:#EFEFEF;
	height:15px;
	font-weight:bold;
	color:#2575AD!Important;
}
/* _________________________________________________________ */
.accesorios {
	margin:0;
	padding:0;
	border:0;
	margin-top:2px;
}
.accesorios .check {
	white-space: nowrap;
	text-align:center;
	vertical-align:top;
	margin-top:0px;
	padding:0;
}
.accesorios .desc {
	font-weight:bold;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2C5479;
	display:table-cell;
	width:100%;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	padding-top:2px;
}
.accesorios .precio {
	padding-top:2px;
	font-weight:bold;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF6600;
	white-space: nowrap;
	text-align:right;
	vertical-align:top;
}
.accesorios p {
	font-weight:normal!Important;
	line-height:12px!Important;
	margin-left:0;
	padding-left:0;
}
/* _________________________________________________________ */
.tablasummary {
	margin:0;
	padding:0;
	border:0;
	border:none!Important;
}
.tablasummary td {
	border:none!Important;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2C5479;
	display:table-cell;
	width:100%;
	text-align:left;
	vertical-align:top;
	background-image:url(../gfx/sep_punteado.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#e0f1fb;
	background-color:#F4F4F4;
	border-top:3px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	height:auto;
	padding:6px;
	margin-top:4px;
	text-decoration:none;
}
.tablasummary .resalt {
	color:#FF6600!Important;
	font-weight:bold!Important;
	white-space:nowrap;
}
/* _________________________________________________________ */
.tablasummary2 {
	margin:0;
	padding:0;
	border:0;
	border:none!Important;
}
.tablasummary2 td {
	border:none!Important;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2C5479;
	display:table-cell;
	width:100%;
	text-align:left;
	vertical-align:top;
	background-image:url(../gfx/sep_punteado.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#e0f1fb;
	background-color:#F4F4F4;
	border-top:3px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	height:auto;
	padding:6px;
	margin-top:4px;
	text-decoration:none;
}
.tablasummary2 .resalt {
	color:#FF6600!Important;
	font-weight:bold!Important;
	white-space:nowrap;
}

.tablasummary2 .resalt2 {
	color:#1598EA!Important;
	font-weight:bold!Important;
	background-color:#fff;
	white-space:nowrap;
}
/* _________________________________________________________ */
/* TABLITA (grillapaises)
/* _________________________________________________________ */
.grillapaises {
	width:97%;
	background-color:#F1F1F1;
}
.grillapaises img {
	margin-right:7px;
}
.grillapaises, .grillapaises a {
	font-size:11px;
	text-decoration:none;
	color:#3055A7;
	margin-left:4px;
}
.grillapaises td {
	vertical-align:middle;
	width:25%;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#E1E1E1;
	padding:4px!Important;
}
.scroll_grillapaises {
	height:240px;
	overflow:scroll;
	overflow-x: hidden;
	padding:0!Important;
	margin:0!Important;
	background-color:F1F1F1;
}
/* _________________________________________________________ */
.supergrilla {
	padding:5px!Important;
	background:#F3F3F3;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#E1E1E1;
}
.supergrilla, .supergrilla a {
	font-size:11px;
	text-decoration:none;
	color:#666666;
}
.supergrilla td {
	vertical-align:middle;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#E1E1E1;
	border-top:1px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#E1E1E1;
	padding:6px!Important;
	text-align:center;
}
.supergrilla img {
	margin-left:6px;
	margin-right:6px;
}
.supergrilla th {
	background-color:#9ADDFF;
	color:#005285;
	font-weight:bold;
	padding:6px!Important;
	text-transform:uppercase;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#25B9FF;
	text-align:center;
}
