@charset "utf-8";
a img {border:0}
body  {
	font-family: Tahoma;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #666666;
	overflow:hidden;
}
.twoColElsRtHdr #container { 
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-left: 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsRtHdr #header { 
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColElsRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColElsRtHdr #sidebar1 {
	float: right;
	height: 400px;
	width: 220px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top:5px;
}
.twoColElsRtHdr #mainContent { 
	height: 450px;
	width: 780px;
	margin-left: 0px;
	margin-top: 5px;
	overflow:auto;
	position:static;
	SCROLLBAR-FACE-COLOR: #b1241a;
	SCROLLBAR-HIGHLIGHT-COLOR: #CC3300;
	SCROLLBAR-SHADOW-COLOR: #89211b;
	COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #f4e5e5;
	SCROLLBAR-ARROW-COLOR: #f4e5e5;
	SCROLLBAR-TRACK-COLOR: #f4e5e5;
	SCROLLBAR-DARKSHADOW-COLOR: #f89211b;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#busqueda{
	font-family: Tahoma;
	font-size: 11px;
	color: #A7231C;
	font-weight: bold;
}
#login{
	font-family: Tahoma;
	font-size: 11px;
	color: #A7231C;
	font-weight: bold;
}
#verificar{
	font-family: Tahoma;
	font-size: 11px;
	color: #A7231C;
	font-weight: bold;
}
#texbusqueda{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
#bienvenido{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#titulolistado{
	font-family: Tahoma;
	font-size: 10px;
	color: #A7231C;
	font-weight: bold;
}
#formulario{
	font-family: Tahoma;
	font-size: 8px;
	color: #A7231C;
	font-weight: bold;
}
#titulo{
	font-family: Tahoma;
	font-size: 14px;
	color: #A7231C;
	font-weight: bold;
}
#telefonos{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
#parrafo{
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
#descripcion{
	font-family: Tahoma;
	font-size: 12px;
	color: #A7231C;
	font-weight: bold;
}
#caract{
	font-family: Tahoma;
	font-size: 12px;
	color: #A7231C;
	font-weight: bold;
}
#solapas{
	font-family: Tahoma;
	font-size: 12px;
	color: #A7231C;
	font-weight: bold;
}
#recomendar{
	font-family: Tahoma;
	font-size: 12px;
	color: #A7231C;
	font-weight: bold;
}
#sucursales{
	font-family: Tahoma;
	font-size: 12px;
	color: #A7231C;
	font-weight: bold;
}
#compra{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#usuarios{
	font-family: Tahoma;
	font-size: 12px;
	color: #A7231C;
	font-weight: bold;
}
#usuario{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
#precios{
	font-family: Tahoma;
	font-size: 14px;
	color: #000000; font-weight:bold;
	font-variant:normal;
	font-size-adjust:inherit;
	font-style:normal;
}
#imgrandes{
	width:450px;
	height:300px;
	margin-top: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#caracteristicas{
	width:310px;
	height:450px;
	overflow: auto;
	color: #999999;
	padding-left: 2px;
	margin-top: 5px;
	border: thin none #CCCCCC;
	vertical-align:top;
}
#total{
	height:450px;
	width: 780px;
	overflow-x:hidden;
	position:absolute;
	SCROLLBAR-FACE-COLOR: #b1241a; SCROLLBAR-HIGHLIGHT-COLOR: #CC3300; SCROLLBAR-SHADOW-COLOR: #89211b; COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #f4e5e5; SCROLLBAR-ARROW-COLOR: #f4e5e5; SCROLLBAR-TRACK-COLOR: #f4e5e5; SCROLLBAR-DARKSHADOW-COLOR: #f89211b; 
}
#masinfo{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 25px;
	
}
#comocomprar{
	border: 1px solid #000000;
	
	
}
#borde{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
}
#contacto {
	height: 220px;
	width: 355px;
	margin-left: 0px;
	border: 3px solid #b1241a;
	overflow-y:hidden;
	position:static;
	SCROLLBAR-FACE-COLOR: #b1241a;
	SCROLLBAR-HIGHLIGHT-COLOR: #CC3300;
	SCROLLBAR-SHADOW-COLOR: #89211b;
	COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #f4e5e5;
	SCROLLBAR-ARROW-COLOR: #f4e5e5;
	SCROLLBAR-TRACK-COLOR: #f4e5e5;
	SCROLLBAR-DARKSHADOW-COLOR: #f89211b;
}


a img {border:0} <!-- quita borde de los hipervinculos con imagenes -->
a.ejem:link {text-decoration:none; color: #000000}
a.ejem:visited {text-decoration:none; color: #000000}
a.ejem:hover{text-decoration:none; color: #000000}
a.ejem:active{text-decoration:none; color: #000000} 
a:link {text-decoration:none; color: #A7231C}
a:visited {text-decoration:none; color: #A7231C}
a:hover{text-decoration:none; color: #A7231C}
a:active{text-decoration:none; color: #A7231C} 

.style1 {font-family: Tahoma; font-size: 14px; color: #FFFFFF}
.style2 {font-family: Tahoma; font-weight: bold; color: #B9251B}
.style7 {color: #FFFFFF}
.style6 {font-size: 13px}
.style8 {font-family: Tahoma; font-size: 12px; font-weight: bold}
.style8a {font-family: Tahoma; font-size: 10px; font-weight: bold}
.style8b {font-family: Tahoma; font-size: 10px; font-weight: bold; color:#FFFFFF}
.style9 {font-family: Tahoma; font-size: 12px; font-weight: bold; color:#FFFFFF}
.Estilo2b {font-size: 8px; font-family: Tahoma;	color: #DB261F;	font-weight: bold}

.Estilo2 {font-size: 10px; font-family: Tahoma;	color: #DB261F;	font-weight: bold}
.Estilo5 {font-family: Tahoma; font-size: 12px;	color: #CE251E;	font-weight: bold}
.Estilo6 {font-family: Tahoma}

body {
SCROLLBAR-FACE-COLOR: #b1241a; SCROLLBAR-HIGHLIGHT-COLOR: #f4e5e5; SCROLLBAR-SHADOW-COLOR: #89211b; COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #f4e5e5; SCROLLBAR-ARROW-COLOR: #f4e5e5; SCROLLBAR-TRACK-COLOR: #f4e5e5; SCROLLBAR-DARKSHADOW-COLOR: #f89211b;
}

.nav_volver {
	height:30px;	
	width:80px;
	background-image:url(../img/volver.png);
}

a.nav_volver:link, a.nav_volver:visited, a.nav_volver:active {
	height:30px;	
	width:80px;
	background-image:url(../img/volver.png);
}
a.nav_volver:hover {
	background-image:url(../img/volver1.png);
}

.nav_enviar {
	height:30px;	
	width:80px;
	background-image:url(../img/enviar.png);
}	
a.nav_enviar:link, a.nav_enviar:visited, a.nav_enviar:active {
	height:30px;	
	width:80px;
	background-image:url(../img/enviar.png);
}
a.nav_enviar:hover {
	background-image:url(../img/enviar1.png);
}
.nav_confirma {
	height:30px;	
	width:80px;
	background-image:url(../img/confirma.png);
}	
a.nav_confirma:link, a.nav_confirma:visited, a.nav_confirma:active {
	height:30px;	
	width:80px;
	background-image:url(../img/confirma.png);
}
a.nav_confirma:hover {
	background-image:url(../img/confirma2.png);
}

.nav_continuar {
	height:30px;	
	width:80px;
	background-image:url(../img/continuar.png);
}
a.nav_continuar:link, a.nav_continuar:visited, a.nav_continuar:active {
	height:30px;	
	width:80px;
	background-image:url(../img/continuar.png);
}
a.nav_continuar:hover {
	background-image:url(../img/continuar1.png);
}
.nav_nusuario {
	height:30px;	
	width:80px;
	background-image:url(../img/nusuario.png);
}	
a.nav_nusuario:link, a.nav_nusuario:visited, a.nav_nusuario:active {
	height:30px;	
	width:80px;
	background-image:url(../img/nusuario1.png);
}
a.nav_nusuario:hover {
	background-image:url(../img/nusuario.png);
}
.nav_confirmacompra {
	height:30px;	
	width:80px;
	background-image:url(../img/confirmacompra.png);
}	
a.nav_confirmacompra:link, a.nav_confirmacompra:visited, a.nav_confirmacompra:active {
	height:30px;	
	width:80px;
	background-image:url(../img/confirmacompra.png);
}
a.nav_confirmacompra:hover {
	background-image:url(../img/confirmacompra1.png);
}
.nav_miscompras {
	height:30px;	
	width:80px;
	background-image:url(../img/miscompras.png);
}	
a.nav_miscompras:link, a.nav_miscompras:visited, a.nav_miscompras:active {
	height:30px;	
	width:80px;
	background-image:url(../img/miscompras1.png);
}
a.nav_miscompras:hover {
	background-image:url(../img/miscompras.png);
}
.nav_misdatos {
	height:30px;	
	width:80px;
	background-image:url(../img/misdatos.png);
}	
a.nav_misdatos:link, a.nav_misdatos:visited, a.nav_misdatos:active {
	height:30px;	
	width:80px;
	background-image:url(../img/misdatos1.png);
}
a.nav_misdatos:hover {
	background-image:url(../img/misdatos.png);
}
.nav_registrarse {
	height:30px;	
	width:80px;
	background-image:url(../img/registrarse.png);
}	
a.nav_registrarse:link, a.nav_registrarse:visited, a.nav_registrarse:active {
	height:30px;	
	width:80px;
	background-image:url(../img/registrarse.png);
}
a.nav_registrarse:hover {
	background-image:url(../img/registrarse1.png);
}
.nav_comprar {
	height:30px;	
	width:80px;
	background-image:url(../img/comprar.png);
}	
a.nav_comprar:link, a.nav_comprar:visited, a.nav_comprar:active {
	height:30px;	
	width:80px;
	background-image:url(../img/comprar.png);
}
a.nav_comprar:hover {
	background-image:url(../img/comprar1.png);
}
.nav_detalles {
	height:24px;	
	width:66px;
	background-color:#FFFFFF;
}	
a.nav_detalles:link, a.nav_detalles:visited, a.nav_detalles:active {
	height:24px;	
	width:66px;
	background-color:#FFFFFF;}
a.nav_detalles:hover {
	background-color:#FFFFFF;
}
.nav_botoncomprar {
	height:24px;	
	width:66px;
	background-color:#FFFFFF;
}	
a.nav_botoncomprar:link, a.nav_botoncomprar:visited, a.nav_botoncomprar:active {
	height:24px;	
	width:66px;
	background-color:#FFFFFF;
}
a.nav_botoncomprar:hover {
	background-color:#FFFFFF;
}
.nav_consulta {
	height:30px;	
	width:80px;
	background-image:url(../img/consulta.png);
}
a.nav_consulta:link, a.nav_consulta:visited, a.nav_consulta:active {
	height:30px;	
	width:80px;
	background-image:url(../img/consulta.png);
}
a.nav_consulta:hover {
	background-image:url(../img/consulta1.png);
}
.nav_ubica {
	height:30px;	
	width:80px;
	background-image:url(../img/ubica.png);
}
a.nav_ubica:link, a.nav_ubica:visited, a.nav_ubica:active {
	height:30px;	
	width:80px;
	background-image:url(../img/ubica.png);
}
a.nav_ubica:hover {
	background-image:url(../img/ubica1.png);
}
.nav_cerrar {
	height:30px;	
	width:80px;
	background-image:url(../img/cerrar.png);
}
a.nav_cerrar:link, a.nav_cerrar:visited, a.nav_cerrar:active {
	height:30px;	
	width:80px;
	background-image:url(../img/cerrar.png);
}
a.nav_cerrar:hover {
	background-image:url(../img/cerrar1.png);
}

.fadebox {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.overbox {
	display: none;
	position: absolute;
	top: 30%;
	left: 30%;
	width: 50%;
	height: 50%;
	z-index:1002;
	overflow: auto;
}
#content {
	background: #FFFFFF; 
	width: 300px;
	height: 90px;
	border: solid 3px #CCCCCC;
	padding: 10px;
}



