/* Nada mas para las tablas de encabezado de todas las páginas*/
font
	{		
	color:#000000;
	text-align:center;
	}

/*************************************************************/

table.encabezado
	{
	border:0;
	width:100%;	
	}
td.izquierdo
	{
	text-align:left;
	width:15%;
	}
td.centro
	{
	width:70%;
	text-align:center;
	}
td.derecho
	{
	width:15%;
	text-align:right;
	}
font.encabezado
	{		
	//color:#000000;
	font-size:large;
	font-family:sans-serif;
	//text-align:center;
	}
/*************************************************************/
img.nuevo
	{
	width:70%;
	border:0;
	}
a:hover
	{
	color:#660033;
	}
a:active 
	{
	color: #660000;
	}
/*************************************************************/		
table.menu
	{
	border-style: double;
	padding:1 1 1 1;
	border-spacing:10 10 ;
	width:100%;	
	}
td.menu
	{
	width:100%;
	text-align:center;
	background-color:blanchedalmond;	
	}
font.menu
	{		
	color:#000000;
	font-size:x-large;
	font-weight: bold;
	font-family:sans-serif;
	text-align:center;
	}
	
	
