/*tipos de letra por defecto*/

body, table, thead, tbody, tr, th, td, ul, ol, dl, dt, dd, p, div, blockquote
		{
		text-align : left;
		vertical-align : top;
		color : #000000;
		font-weight : normal;
		font-family : Arial, helvetica, sans-serif;
		cursor: url(".\cursor\cursorugt.cur");
		scrollbar-arrow-color: FFFFFF;
		scrollbar-base-color: CC0000;
		scrollbar-dark-shadow-color: #000080;
		scrollbar-track-color: #CCCCCC;
		scrollbar-face-color: #CC0000;
		scrollbar-shadow-color: 000000;
		scrollbar-highliht-color: 000000;
		scrollbar-3d-light-color: a;
		}

/*color de títulos*/

h1, h2, h3, h4, h5, h6
		{
		color : #ff0000;
		font-weight : bold;
		font-family : arial, helvetica, sans-serif;
		}

/*línea horizontal*/
hr
		{
		background-color : #000000;
		height : 1px;
		border : 0;
		color : #000000;
		}


/*estilo del cursor */

<style><!--BODY{CURSOR: url(.\cursor\cursorugt.cur);}--></style>

/* estilos de enlace */

a:link			{ color : #0000ff; text-decoration : underline; }
a:visited		{ color : #0000ff; text-decoration : underline; }
a:hover			{ color : #ffffff; background-color : #ff0000; text-decoration : none; }
a:hover img		{ background-color : #000000; }

a.name			{ text-decoration : none; }


/* estilos de cabecera */

tabla.cabecera
		{
		background-color : #000000;
		}

td.cabecera-logo
		{
		background-color : #000000;
		width : 100%;
		height : 10%;
		text-align : left;
		vertical-align : middle;
		}

td.cabecera-links
		{
		background-color : #ccccff;
		width : 100%;
		height : 100%;
		text-align : right;
		font-size : 8pt;
		vertical-align : middle;
		}



/* estilos de contenidos */

table.contenidos
		{
		background-color : #f9f9f9;
		border : 1px dashed #cccccc;
		}
div.cont-seccion
		{
		margin : 5px 5px 0 5px;
		color : #999999;
		}

div.cont-link
		{
		margin : 5px 5px 0 5px;
		font-size : 8pt;
		text-align : left;
		}

/* estilos de comunicados */

table.comunica
		{
		background-color : #f9f9f9;
		border : 1px dashed #cccccc;
		}
div.comunica-subtitulo
		{
		margin : 5px 5px 0 5px;
		color : #000099;
		}
div.comunica-fecha
		{
		margin : 5px 5px 0 5px;
		color : #999999;
		}
div.comunica-link
		{
		margin : 5px 5px 0 5px;
		font-size : 8pt;
		text-align : left;
		}

/* estilos de Noticias */
table.noticias
		{
		background-color : #f9f9f9;
		border : 1px dashed #cccccc;
		}

div.notic-seccion
		{
		margin : 10px 10px 0 5px;
		color : #999999;
		}

div.notic-link
		{
		margin : 10px 10px 0 5px;
		font-size : 8pt;
		text-align : left;
