/* Contenido general de la página */

a:link    {color:#000000; text-decoration: none}
a:visited {color:#000000; text-decoration: none}
a:active  {color:#000000; text-decoration: none}
a:hover   {color:#000066; text-decoration: underline}

a.pie:link          {color:#FFFFFF; text-decoration: none}
a.pie:visited {color:#FFFFFF; text-decoration: none}
a.pie:active  {color:#ffcc00; text-decoration: none}
a.pie:hover   {color:#ffcc00; text-decoration: none}

body {
   font-size:11px;
   font-family: Verdana,Arial,Helvetica;
   /* background : #ffffff;  */
   /* background-image: url(images/fondopunto1.gif); */
   
   	scrollbar-face-color: #c3cda6;
	scrollbar-highlight-color: #c3cda6;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #006600;
	scrollbar-track-color: #efefef;
	scrollbar-darkshadow-color: #ffffff;  
}

p, td, select {
   font-size:11px;
   font-family: Verdana,Arial,Helvetica;
}

.titulocliente {
   color: #3399ff;
   font-size: 12px;
   font-weight: bold;
}

.titulonoticia {
   color: #b4aa00;
   font-size: 12px;
   font-weight: bold;
}

.tituloapartado {
   color: #b4aa00;
   font-size: 13px;
   font-weight: bold;
}

.palabraclave {
   color: #6f8dc7;
   font-weight: bold;
}