/* Hoja de estilo para la sección de enlaces (control de impresión) */


/* Cuerpo de la página */

body		{
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* Efectos de párrafo y de titulares */

p       		{
	font-size: 10pt; 
	font-family: 'Trebuchet MS', Arial, sans-serif;
}

p.chico 	  	{ 
	font-size: 8pt;
	font-family: 'Trebuchet MS', Arial, sans-serif;
}

h2           {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	color: #000000; 
	font-weight: bold; }
               
h4		 { 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}


/* Efectos de tablas, filas y celdas */

table			{
	font-size: 10pt; 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

tr    			{
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
 }

td     		{
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
}


/* Efectos de enlaces */

a			{ 
	text-decoration: none;
}

a:link  	{ 
	color: #990033;
}

a:visited 	{ 
	color: #990033;
}

a:hover 	{ 
	text-decoration: underline;
	color: #990033;
}

a:active  	{
	color: #990033;
}


/* Efectos para las listas con boliches */

li {
	list-style-image:   none;
	list-style-position: outside;
	list-style-type: square;
}


/* Estilos para las tablas que contienen descripción de enlaces */

.tablanaranja {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}

.celdablanca		{ 
	font-size: 8pt;
	background-color: #FFFFFF;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.celdaamarilla 		{
	font-size: 8pt;
	font-weight: bold;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}

.celdanaranja		{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}

.titularblanco		{
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.celdacorreo 	{
	font-size: 8pt;
	background-color: #FFFFFF;
}

/* Marco de la tabla de encabezamiento (enlaces superiores, innecesario para la impresión)

.bordeblanco1		{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

*/


/* Marco para la tabla central */

.bordeblanco2		{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}


/* Elementos para eliminar la visibilidad de los elementos inncesarios */

table#barrasup {
	display:none;
}

td#menuiz {
	display:none;
}

td#separador0 {
	display:none;
}

td#separador1 {
	display:none;
}

td#separador2 {
	display:none;
}

img#nofoto {
	display:none;
}

div#menu {
	display: none;
}