/* ================================
    CAV MENU CSS STYLES  Ver. 1.0
	GP DISENO
   ================================
*/   

/***********************************/
/* Fondos de Pagina y  Tablas HTML */
/***********************************/

.TblBottom
{
	border: 0px;
	margin: 2px;
	height: 50px;
	background-image: url(imgs/bbf/fondo_bottom.gif);
}

/************************/
/* Etiquetas y textos   */
/************************/

.Normal
{
	font-family: Verdana, Arial, "Tahoma", sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}

.Highlight
{
	font-family: Verdana, Arial, "Tahoma", sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	line-height: 18px;
	font-weight: bold;	
}

.Small
{
	font-family: Verdana, Arial, "Tahoma", sans-serif;
	font-size: 10px;
	color: #222222;
	line-height: 16px;
}

/***********************/
/* Controles estandard */
/***********************/

body {
	background: #6db64c url("imgs/bbf/fondo_biblioteca.gif");
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link  
{
   	text-decoration: none;
}

A:visited   
{
	text-decoration: none;
}

A:active    
{
	text-decoration: none;
}

A:hover 
{
	text-decoration: underline;
}


