@charset "utf-8";
/* STYLE MR. PC */

/* ESTILOS GENERAL PARA TODA LA PAGINA */
body,html{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#686868;}

/* COLOR DE TEXTOS */
.txt_azul{ color:#0066A5;}
.txt_gris_oscuro{ color:#636467;}
.txt_verde{ color:#6CB445;}

/* LINK GENERAL */
A:link{ text-decoration:underline; color:#686868;}
A:visited{text-decoration:underline; color:#686868;}
a:active{text-decoration:underline; color:#6CB445;}
A:hover{text-decoration:underline; color:#6CB445;}

/* FONDOS DE BACKGROUND*/
.f_sup{ 
background-image:url(images_site/fondo_02.jpg);
background-position:top;
background-repeat:repeat-x;}
.f_izq{ 
background-image:url(images_site/fondo_05.jpg);
background-repeat:repeat-y;
background-position:left;}
.f_der{
background-image:url(images_site/fondo_07.jpg);
background-repeat:repeat-y;
background-position:right;}

.footer{ font-size:10px; color:#686868;}
A.footer:link{ text-decoration:none; color:#686868;}
A.footer:visited{text-decoration:none; color:#686868;}
A.footer:active{text-decoration:none; color:#0066A5;}
A.footer:hover{text-decoration:none; color:#0066A5;}

.bordes{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c6c8ca;
	border-left-color: #c6c8ca;
}
.separador_horizontal{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.separador_horizontal02{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.separador_vertical{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.bordesparalelos{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
}

.titulos_azul_13{ 
color:#0066A5;
font-size:13px;}
.titulos_azul_12{ 
color:#0066A5;
font-size:12px;}

.titulos_azul_15{ 
color:#0066A5;
font-size:15px;}

.txt_peq_gris{
color:#636467;
font-size:10px;}
.txt_peq_gris09{
color:#636467;
font-size:09px;}

.txt_peq_rojo{
color: #990000;
font-size:10px;}

.titulos_gris_13{ 
color:#636467;
font-size:13px;}

.fondo_regis{
background-image: url(images_site/fondo_regis.jpg);
background-repeat: repeat-x;
background-position: bottom;}

.fondo_publicidad{
	background-image: url(images_site/cuadro_publicidad_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.Verde-peq{
font-size:10px;
color:#6CB445;
font-weight:bold;}

.Gris-peq{
font-size:10px;
color: #333333;
font-weight:bold;
}

.titulos_clasifica{
color:#636467;
font-size:13px;
text-transform:uppercase;
}

.Box{
	border: 1px solid #999999;
	font-family:Arial;
	font-size:11px;
	color:#333333;
	width:170px;
}
.Box02{
	border: 1px solid #999999;
	font-family:Arial;
	font-size:11px;
	color:#333333;

}
.fondo_form{ 
background-image:url(images_site/fondoformu_05.jpg);
background-position: bottom;
background-repeat:no-repeat;
}
/* FONDOS DE CARRITO DE COMPRA */

.b_sup{ background-image:url(images_site/fondo_carrito_02.jpg); background-repeat:repeat-x;}
.b_inf{ background-image:url(images_site/fondo_carrito_11.jpg); background-repeat:repeat-x;}
.b_der{ background-image:url(images_site/fondo_carrito_07.jpg); background-repeat:repeat-y; background-position:left;}
.b_izq{ background-image:url(images_site/fondo_carrito_04.jpg); background-repeat:repeat-y; background-position: right;}
