﻿/* ****************************************************************************************************************
 *      Hoja:           reinicioEstilos.css                                                                       *
 *      Descripcion:    reinicio de estilos css                                                                   * 
 *      Fecha:          20/09/2008                                                                                *
 *****************************************************************************************************************/

/*** HACKS PARA IE ***/

/* Si necesitas aplicarlo a IE7 utiliza este:*/
*:first-child+html {
}
/*** NEUTRALIZANDO ESTILOS:
elementos que queremos limpiar completamente: ***/
* {margin: 0; padding: 0; /*border: none;* eliminado para darle el estilo por defecto a los botones de formulario*/ }
html #cabecera, html #contenidos, html #pie { font: 62.5% Arial, Helvetica, sans-serif; /*text-shadow: #000 0px 0px 0px;Elimina el efecto bold en Safari*/ }

/*** NEUTRALIZANDO ESTILOS:
elementos con margen vertical: ***/
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address { font-weight: normal; margin: 0; }

/*** Algunos ajustes basicos: ***/
sup { position: relative; bottom: 0.3em; vertical-align: baseline; }
sub { position: relative; bottom: -0.2em; vertical-align: baseline; }
li, dd, blockquote { margin-left: 1em; list-style: none; }

/*** LINKS: */

a, a:link, a:visited, a:hover, a:active {
outline: 0; /*Elimina la lÃ­nea de puntos que aparece alrededor de los enlace al clicarlos*/ text-decoration: none;}
a img { border: none; text-decoration: none; }
img {border: none; text-decoration: none; /*Si aÃ±ades un background aparecerÃ¡ como fondo de la imagen, Ãºtil para imÃ¡genes de carga*/ }

/*** FORMULARIOS: ***/
/*label,*/ button { cursor:pointer; }
/*input, select, textarea { font-size: 100%;}*/
input:focus, select:focus, textarea:focus { background-color: #FFF;}
fieldset { border: none;}
/*** Algunas clases útiles: ***/
.clear {clear: both;}
.float-left {float: left;}
.float-right {float: right;}
.helvetica {font-family: Arial, Helvetica, Geneva, sans-serif;}

.estirar{ height: 1%;}
.estirar:after {clear:both; content:".";display:block; height:0pt; visibility:hidden; }

.alt{ display: none;}

@font-face { font-family: 'gillsans light'; 
             src: url('fonts/gill_sans_light.eot'); 
             src:   local('â˜º'),    
                    url('fonts/gill_sans_light.woff') format('woff'),  
                    url('fonts/gill_sans_light.ttf') format('truetype'), 
                    url('fonts/gill_sans_light.svg') format('svg'); 
             font-weight: normal; font-style: normal;}

h2{ font-size: 3.6em; 
    clear: both; display: block; 
    margin: 22px 0 0 0; 
    float: left; 
    width: 477px; color: #292929; 
    position: relative; left: -3px;
    font-family: 'gillsans light';}

h2.miniEncabezado {font-family: 'gillsans light'; font-size: 2em;}
h2.reducirEncabezado {
    margin: 12px 0 0 0; 
    font-family: 'gillsans light'; font-size: 3em;}
