/* Hoja de estilo para la sección de materiales */

/* Estilo para el 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;
}


/* Estilos para párrafos y titulares */

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

p.chico 	  	{
	font-size: 8pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, 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; 
	color: #000000; font-weight: bold;
}


/* Estilo para listas con boliches */

ul    		{
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
}


/* Estilos para 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;
}


/* Estilos para enlaces. Orden: link, visited, hover, active */

a				{
	text-decoration: none;
}

a:link			{
	color: #006666;
}

a:visited		{
	color: #006666;
}

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

a:active		{
	color: #006666;
}


/* Estilos para las tablas con archivos descargables */

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

.celdaverde {
	border-color: #FFFFFF #003300 #003300 #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.celdaverdeoscuro {
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	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;
}

.tablaverde {
	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;
}


/* Estilo para la tabla de cabecera */

.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: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


/* Estilo para la celda central de contenido */

.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 representación de las zonas no visibles */

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;
}
