﻿body {
	background-color: #EFEBE5;
	scrollbar-base-color:#000000;
	scrollbar-track-color:#EFEBE5; 
	scrollbar-face-color:#666666; 
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-dark-shadow-color:#FFFFFF; 
	scrollbar-arrow-color:#FFFFFF;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, sans-serif;
}
a:hover{color:orange;} 

.normal {font-size: 13px;}
.normal-b {font-size: 13px; font-weight: bold;}
.normal-c {font-size: 13px;}

.aviso {font-size: 15px; color: #FF0000; font-weight: bold; }
.aviso-c {font-size: 11px; color: #FF0000; font-weight: bold; }

.pie {font-size: 10px; font-family: Arial, sans-serif;}

.style4 { 
		font-family : "Verdana";
        font-size : 13pt;
        font-weight: bold;
        color: #000000;
}
.style6 {
		font-size: 14px; 
		color: #FF0000; 
		font-weight: bold; 
}
.style9 {
		color: #0000FF
}
.titulo {
		color:#7F0000;
		font-size: 11pt;
		font-weight: 600;
}
.titulo_nota{
		color:#990000;
		font-size: 10pt;
}
.nota {
	font-size: 8pt;
}
.mas_noticias {
	font-size: 8pt;
	font-weight:bold;
	color: #800000;
}
.info{
	font-size:8pt;
}
.titulo_nota_interna{
		color:#990000;
		font-size: 12pt;
		height:30px;
}
.nota_interna {
	font-size: 10pt;
}
.archivo {
	font-size: xx-small;
	color: #990000;
}


/Visualizador/
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(visualizador/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;   
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 8pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;  
    padding-left: 22px;
    background-image: url(visualizador/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 8pt;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
a.highslide-full-expand {
	background: url(visualizador/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* These are not Highslide core CSS rules, but define the styles of the caption. */
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 2px;
	font-weight:bold;
	font-size: 7pt;
	text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
}
.control:hover {
    font-size: 8pt;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #32B74A;
}