body {
  background: #def5ff url(fondo1.gif) repeat-y scroll 0px 0px;;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.7em;
  margin: 0px 0px 0px 0px;
}
#titulo {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	color: #000000;
}
#just {
text-align: justify;
}
#fila1 {
	position:relative;
	width: 80%;
	left: 10%;
	bottom: 20%;
	z-index: -4;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #000066;
	}
#logo {
	position:relative;
	width: 100%;
	left: 0px;
	top: 0%;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
  	text-align: center;
	color: #000066;
	background: transparent url(topbck.png) repeat-x fixed 0px 0px;
	}
	#columna1 {
	position:absolute;
	width: 45%;
	z-index: 2
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	left: 3%;
}
#columna2 {
	position:relative;
	left: 52%;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	width: 45%;
	right: 0%;
	}
a:link {
	color: #0000FF;
}
a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
a:active {
	color: #0000FF;
	background-color: #B3B3FF;
}
a:visited {
	color: #000066;
}

#barra {
	position:absolute;
	width: 18%;
	left: 80%;
	padding-right: 2%;
	clear: both;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #87cefa;
}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-image {
	border: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 0px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 0px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}