BODY {
	margin: 0px;
	background-color: #C9E3E7;
}

/* TEXTOS INTERNAS */
.titulos_interna {
	font-family: "Arial Narrow", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.titulo_noticia {
	font-family: "Arial Narrow", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.textos_chicos_interna {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
}
.titulo_producto {
	font-family: "Arial Narrow", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titulo_producto:hover {
	color: #010066;
	text-decoration: none;
}
.precio_producto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.texto_vermas {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.bordenegro {
	border: 1px solid #000000;
}

#proteccion {
	float: left;
	height: 25px;
	width: 200px;
	margin-right: 0px;
}
#imgpdf {
	width: 20px;
	margin-left: 0px;
	z-index: 500;
	float: left;
	margin-top: 0px;
}


.datos {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: left;
}
.con {
	font-size: 16px;
}
.txt1 {
	font-size: 10px;
	color: #0033FF;
}
.datos  A:hover   {
	color: #0000FF;
	text-decoration: none;
}
.datos  A:visited   {
	color: #FF0000;
	text-decoration: none;
}
.datos A:active {
	color: #FF9900;
	text-decoration: none;
}
#pdf A:hover {
	color: #FF0000;
	text-decoration: none;
}
#pdf  A:visited {
	color: #0000FF;
	text-decoration: none;
}
#pdf  A:active {
	color: #FF9900;
	text-decoration: none;
}
#prodos {
	float: left;
	height: 25px;
	width: 150px;
	margin-right: 0px;
	margin-left: 5px;
}



/* pie */
.texto_pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #666666;
}
.texto_pie2 {
	font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #323232;
	text-decoration:none;
}
.logo_pie {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #1B437E;
	padding-left: 5px;
}
.logo_tel {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #1B437E;
	padding-left: 5px;
}
.textos_interna_negros {
	font-family: "Arial Narrow", Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
.textos_interna_negros:hover {
	color: #000065;
	text-decoration: none;
}
.titulos_interna_negros {
	font-family: "Arial Narrow", Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.titulos_interna_negros:hover {
	color: #000065;
	text-decoration: none;
}
.link_pie {
    font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #323232;
    text-decoration: none;
}
.link_pie:hover {
    text-decoration: underline;
}

/* ?? */
.titulo_subcategoria {
	font-family: "Arial Narrow", Arial;
	font-size: 17px;
	font-weight: bold;
	color: #010066;
	text-align: left;
}
.boton_comprar {
	font-family: "Arial Narrow", Arial;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #59DBE9;
	border: 1px solid #5E8BA2;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.boton_ver_categoria {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border: 1px solid #333333;
	padding: 1px;
}

/* menu de categorias */
.tabla_menu_categorias {
	padding: 2px;
}
.celda_busqueda {
	background-color: bae3e9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: 26b3c5;
	padding: 5px;
}
.campo_busqueda {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #000000;
	border: 1px solid #229EB0;
}
.celda_menu_categoria_activa {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #F2F2F2;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dotted #26b3c5;
}
.link_menu_categoria {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #013861;
	font-weight: bold;
	text-decoration: none;
}
.link_menu_categoria:hover {
	color: #4b9dc6;
}
.celda_menu_categoria_select {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #035FA3;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dotted #26b3c5;
}

/* ficha de subcategoria y ficha chica de producto */
.marco_ficha {
	border: 1px dotted #00CCFF;
	background-color: #d9f5f9;
}
.fondo_foto {
	background-repeat: no-repeat;
	background-position: center center;
}
.titulo_ficha {
	font-family: "Arial Narrow", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.precio {
	font-family: Verdana, "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.borde_ficha {
	border: 1px solid #00CCFF;
}
.celda_descargas_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	color: #02487B;
	font-weight: bold;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
	background-color: #5ADCEA;
}
.celda_descargas_sumario {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #035FA3;
	padding: 3px 3px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #d9f5f9;
	font-weight: bold;
}

.link_descargas {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.link_descargas:hover {
	color: #000066;
	text-decoration: underline;
}
.celda_descargas_link {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #666666;
	padding: 3px 3px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #d9f5f9;
}
.tablaproducto {
	background-color: #FFFFFF;
	padding-top: 5px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 15px;
}
.bordefoto {
	border: 1px solid #AFB1B0;
}
.colorfilete {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEBEB;
}
.tabladestacados {
	background-color: #d9f5f9;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
.colorfileteproducto {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.proteccion {
	font-size: 12px;
	color: #000000;
}

.con {
	font-size: 16px;
}
.txt1 {
	font-size: 10px;
	color: #0033FF;
}
