/* Start of CMSMS style sheet 'B - HeaderGrande' */
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 100px; 
   background: transparent url(images/cms/Fondo800x100.jpg) repeat-x 0px 0px;
}

div#header h1 a {
   background: transparent url(images/cms/logo260x48.gif) no-repeat      320px  27px;
/*                   fondo                                                               solo 1       left    top */
   display: block; 
   height: 100px; 
   text-indent: -999em;   esto esconde el texto
   text-decoration:none; /* esconde underline para los links en header */
}

/* End of 'B - HeaderGrande' */

