<!-- las modificaciones a los tag h1, thead, tbody y body, 
afectaran a todas las paginas que contengan estos tags y hagan referencia a este documento -->

h1
{
   text-align: center; 
   color: #0033cc;
   font-size: 14pt;
   font-weight: bolder; 
}

h2
{
   text-align: left; 
   color: #0033cc;
   font-size: 10pt;
   font-weight: bolder; 
}

THEAD, #thcontratacion
{
   font-family: Tahoma, verdana, arial, heveltica, sans-serif;
   text-align: center; 
   color: white;
   font-size: 10pt;
   font-weight: bolder; 
   background-color:  #0033cc;

}

TBODY
{
   font-family: Tahoma, verdana, arial, heveltica, sans-serif;
   font-size: 10pt;
   text-align: justify; 
}

body
{
margin: 5px, 5px, 5px, 5px;
background-color: #ffffff;
font-family: Tahoma, verdana, arial, heveltica, sans-serif;
font-size: 10pt;
scrollbar-base-color: #4682b4; 
scrollbar-arrow-color: white;
}

<!-- Modifica la pagina principal en la seccion de noticias -->
#noticias 
{position:absolute; 
 top:0%; right:2%; 
 height:58%; width:40%; 
 overflow:auto; 
 overflow-x:hidden;
 scrollbar-base-color: #4682b4; 
} 

<!-- Modifica solo la pagina principal pie de pagina -->
#principal_pie_pagina
{
color: #0033cc;
text-align: center; 
font-weight: bolder;
}

<!-- Modifica solo la pagina encabezado -->

#tabla_fecha_lema_index
{
   border-width: 1px; 
   border-color: #0033cc;
   background-color: #FFFFFF;
	
}

#celda_fecha_lema_index
{
   border-width: 1px; 
   border-color: #0033cc; 
   background-color: #003399;
   color: white;
   text-align: center; 
   font-weight: bolder; 
   font-style: oblique;
   font-size: 11pt;
}

<!--Modifica solo la pagina del menu -->
fieldset
{
font-size: 8pt;
font-weight: bold; 
color: white;
padding: 5px, 5px, 5px, 5px;
background-color: #3366aa;
}

#button a{ 
font-size: 8pt;
font-weight: bolder; 
text-align: center;
text-decoration: none;
color: white;
border:2px outset white;
display: block;
height: 20px;
padding: 2px, 2px, 2px, 2px;
background: url(../images/button_menu.bmp) repeat-x;

}

#button a:hover, #button a:active{
background:#639cb5;
border-style: inset;
text-decoration: none;
background: url(../images/button_menu_hover2.bmp) repeat-x;
}

#tabla_administrador
{
color: white;
font-size: 11pt;
}


#buttonmapa a{ 
font-size: 8pt;
font-weight: bolder; 
text-align: center;
text-decoration: none;
color: white;
background-color: #3366aa;
border:2px, outset, white;
display: block;
height: 20px;
padding: 2px, 2px, 2px, 2px;
}

#buttonmapa a:hover, #button a:active{
background:#639cb5;
border-style: inset;
text-decoration: none;
background: url(../images/button_menu_hover2.bmp) repeat-x;
}
