﻿@charset "utf-8";

/* teveo - Servicio de audio y video bajo demanda
 * $Id: teveo-reset.css 3 2009-04-28 05:43:02Z texel $
 *
 * El propósito de esta hoja de estilo es reducir inconsistencias entre los
 * navegadores cuando tratan con propiedades como espaciado entre líneas,
 * márgenes y tamaño de letras. Los estilos originales son de Eric Meyer,
 * disponibles desde http://meyerweb.com/eric/tools/css/reset/, aunque
 * se han realizado pequeños cambios de conveniencia para kahala.
 *
 * Nótese que en el caso de las tablas, aún se necesita cellspacing="0" en
 * la fuente (X)HTML. */

 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 font,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 center,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline; }
 body {
   line-height: 1; }
 ol,
 ul {
   list-style: none; }
 blockquote,
 q {
   quotes: none; }
 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none; }
 :focus {
   outline: 0; }
 ins {
   text-decoration: none; }
 del {
   text-decoration: line-through; }
 table {
   border-collapse: collapse;
   border-spacing: 0; }

