﻿
/************************/
/* ESTILO DE LA PAGINA */
/************************/

/* Estilo cuerpo de pagina */
	body {
/* Fuente de WordPress: Bitstream Vera Sans */
		font-family: Bitstream Vera Sans, Lucida Sans Unicode, Verdana;
		color: #4e4d4d;
		background-color: white;
		margin: 0;
		padding: 0;
		
		  /* Color scrollbar (solo funciona en IE) */
		  scrollbar-arrow-color: #4e4d4d;
		  scrollbar-track-color:white;
		  scrollbar-face-color: white;
		  scrollbar-highlight-color: white;
		  scrollbar-3dlight-color: #4e4d4d;
		  scrollbar-darkshadow-color: #4e4d4d;
		  scrollbar-shadow-color: white
	}
	
/* Texto */
	.texto {font-size: 9pt;}
/* Titulo */
	h1 {
		font-size: 11pt;
		text-decoration: bold;
	}
	h3 {
		font-size: 8pt;
		text-decoration: none;
	}
/* Estilo de los links */
	a:link {color: navy;}
	a:visited {color: navy;}
	a:active {color: #4e7cd9;}
	a:hover {color:#4e7cd9;}
/* linea de separacion */
	hr {color: #4e4d4d;}
/* estilo de tabla */
	.tabla {
		border: 1px solid;
		width: 90%;
		border-color:#CCCCCC;
		border-style:dotted;
		background-color:#f9fbfd;
		}
/* barra superior de la tabla */
	.tabla1 {
		background-color:#b1c2d2;
		}
		
	
/* tabla descargas */
	.descargas {
		width:620;
		font-family:Verdana;
		font-size:7pt;
		text-align:center;
		background-color:#f9fbfd;
	}
	
	.descargas img {border:none}
		
/*********************/
/* MENU EXPANDIBLE */
/*********************/

		.trigger{
			cursor:pointer;
			border-bottom:1px solid;
		}		
		.trigger:hover{
			cursor:pointer;
			background:#ddf;
			border-bottom:1px solid;
		}		
		.expanded{
			background:#e9eff4;
			cursor:pointer;
			border-bottom:1px solid;
		}
		.expanded:hover{
			background:#eef;
			cursor:pointer;
			border-bottom:1px solid;
		}
		.show{
		     position:static;
		     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
			border-bottom:1px solid;
		}
		
		h2 {
			font-size: 9pt;
			text-decoration: bold;
		}
		
		h2 img{border:none;}