@charset "utf-8";
/* Propiedades de la pagina */
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-image: url(bitmaps/circulo_fondo.png); background-repeat: repeat; }
body,td,th { font-family: Tahoma; font-size: small; }
a:link { color: #000000; text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
a.azul:link { color: #0292BF; text-decoration: none; }
a.naranja:link { color: #FF9900; text-decoration: none; }
a.verde:link { color: #009933; text-decoration: none; }
a.amarillo:link { color: #FEDC56; text-decoration: none; }
a.morado:link { color: #CF6DEF; text-decoration: none; }
a.gris:link { color: #808080; text-decoration: none; }

/* Borde y fondos */
.color_fondo { background-color: #FFFFFF; }
.color_fondo_botonera { background-color: #E8E8E8; }
.fondo_tuboagro { border: 1px solid #0292BF; background-image: url(bitmaps/fondos/gamma_productos_tuboagro.gif); background-repeat: no-repeat; background-position: left bottom; }
.fondo_tubocanal { border: 1px solid #FF9900; background-image: url(bitmaps/fondos/gamma_productos_tubocanal.gif); background-repeat: no-repeat; background-position: left bottom; }
.fondo_tuboriego { border: 1px solid #009933; background-image: url(bitmaps/fondos/gamma_productos_tuboriego.png); background-repeat: no-repeat; background-position: left bottom; }
.fondo_tuboobra { border: 1px solid #0292BF; background-image: url(bitmaps/fondos/gamma_productos_tuboobra.gif); background-repeat: no-repeat; background-position: left bottom; }
.fondo_tuboptico { border: 1px solid #CF6DEF; background-image: url(bitmaps/fondos/gamma_productos_tuboptico.gif); background-repeat: no-repeat; background-position: left bottom; }
.fondo_unitubo { border: 1px solid #FFE4AE; background-image: url(bitmaps/fondos/gamma_productos_unitubo.png); background-repeat: no-repeat; background-position: left bottom; }
.fondo_top_race { border: 1px solid #808080; }
.fondo_obras { border: 1px solid #0292BF; }

/* Textos */
.info_titulo { color: #0292BF; font-weight: bold; font-style: normal; font-size: medium; }
.info_texto { font-weight: normal; font-style: normal; text-align: justify; }
.info_texto_resaltado_azul { color: #0292BF; font-weight: bold; }
.info_texto_resaltado_naranja { color: #FF9900; font-weight: bold; }
.info_texto_resaltado_verde { color: #009933; font-weight: bold; }
.info_texto_resaltado_amarillo { color: #FEDC56; font-weight: bold; }
.info_texto_resaltado_morado { color: #CF6DEF; font-weight: bold; }
.info_texto_resaltado_negro { color: black; font-weight: bold; }
.info_tablas { text-align: center; }
.info_tablas_titulo { font-weight: bold; }
.info_caracteristicas {	text-align: justify; vertical-align: text-top; }
.info_caracteristicas_tuboagro_titulo { color: #0292BF; font-weight: bold; vertical-align: top; text-align: justify; text-indent: 2px; }
.info_caracteristicas_tubocanal_titulo { color: #FF9900; font-weight: bold;	vertical-align: top; text-indent: 2px; }
.info_caracteristicas_tuboriego_titulo { color: #009933; font-weight: bold;	vertical-align: top; text-indent: 2px; }
.info_caracteristicas_tuboobra_titulo { color: #0292BF; font-weight: bold; vertical-align: top; text-indent: 2px; }
.info_caracteristicas_tuboptico_titulo { color: #CF6DEF; font-weight: bold;	vertical-align: top; text-indent: 2px; }
.info_caracteristicas_unitubo_titulo { color: #FEDC56; font-weight: bold; vertical-align: top;	text-indent: 2px; }
.info_caracteristicas_obras_titulo { color: #0292BF; font-weight: bold; vertical-align: top; text-indent: 2px; }
.novedades_fotos_titulo { font-size: small; color: #000000; font-weight: bold; }
.novedades_fotos_texto { font-size: x-small; color: #000000; }
.pie_texto { font-size: x-small; color: #000000; vertical-align: middle; text-align: center; }

/* Tablas */


/* Otras auxiliares */
.invisible { visibility : hidden; text-align: center; color: #FFFFFF; }
.a_la_derecha {	text-align: right; }
.centrado {	text-align: center; }
