﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Reset global de estilos
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
td { border:none; }

/* clase para ocultar elementos mediante la propiedad css-class */
.ElementoOculto 
{
    visibility: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Estilos de texto globales
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1
{
     font-family : Arial, Arial Black ;
     font-size:large  ;
     font-weight:bold ;
     color: #4766E0;
     padding: 3px 0 0 0;
     margin:  10px 0 0 0;
}

h2 
{
     font-family : Arial;
     font-size: medium ;
     font-weight:bold ;
     color: #4766E0;
     padding: 3px 0 0 0;
     margin: 10px 0 0 0;
}

.Titular  {
    color: #006699 ; /* texto azul claro botonera */
    font-family: arial;
    font-size: 20px;    
    font-style: italic;
}

hr 
{
    color: #CDCDCD;
    background-color: #CDCDCD;
    border: none;
    height:1px;
}

a {
    color:Black;
    /* Anula el recuadro del foco */
    /* Esto solo vale para Mozilla, para IE hay que poner en el tag <a>: onfocus="this.hideFocus=true; */
    -moz-outline-style: none;
}

/* imágenes: por defecto sin borde */
img 
{
    border: none 0
}

/* tabla gaTablaStd */
table.gaTablaStd {
    border-width: 1px ;
    border-style: solid ;
    border-color: gray ;
    border-collapse: collapse;
}
table.gaTablaStd th {
	border-width:  1px ;
	padding: 2px 2px 2px 2px;
	border-style: solid ;
	border-color: gray ;
}
table.gaTablaStd td {
	border-width: 1px ;
	padding: 2px 2px 2px 2px;
	border-style: solid ;
	border-color: gray ;
}

/* tabla gaTablaGrdV, para incluir dentro de gaGrdV_std_container */
table.gaTablaGrdV {
    border: none;
    border-collapse: collapse;
}
table.gaTablaGrdV th {
	border-width:  1px ;
    border-bottom: solid 1px #CDCDCD;
	padding: 2px;
}
table.gaTablaGrdV td {
    border-top: solid 1px #CDCDCD;
	padding: 2px;
}
