body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 13px;
}

img.thumb {
	display: block;
	border: 0;

}

a.thumb {
	display: block;
	border: 1px solid #A2A9A6;
	padding: 3px;
	margin: 0 10px 10px 0;
	background-color: #FFF;
}

a.thumb:hover {
	height: 100%;
	background-color: #D7E838;
}

a.vinculos {
	margin: 0 10px 10px 0;
	background-color: #FFF;
}

a.vinculos:hover {
	background-color: #D7E838;
}

a.thumb_v {
	display: block;
	border: 2px solid #6632CC;
	padding: 2px;
	margin: 0 10px 10px 0;
	background-color: #FFF;
}

a.thumb_v:hover {
	height: 100%;
	background-color: #D7E838;
}

.menu {
	font-size: 13px;
	color: #9DAC20;
	text-decoration: none;
}

a.menu:hover {
	color: #0F0F0F;
}

.vinculo {
	font-size: 11px;
	color: #9DAC20;
	text-decoration: none;
	font-weight: bold;
}

a.vinculo:hover {
	color: #0F0F0F;
}

div#ventana {
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #fff;
}

div#ventana1 {
	scrollbar-base-color: #E3E6B6;
	scrollbar-arrow-color: #9DAC20;
	scrollbar-3dlight-color: #E3E6B6;
	scrollbar-darkshadow-color: #909567;
	scrollbar-face-color: #E3E6B6;
	scrollbar-highlight-color: #F6F8EB;
	scrollbar-shadow-color: #BEC770;
	scrollbar-track-color: #ECEFD0;
	border: 1px solid #A2A9A6;
	background-image: url('i/loading.gif');
	background-repeat: no-repeat;
}

div#fondo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=75);
	opacity: 0.75;
	background-color: #fff;
}

div#cont {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: auto;
}

.boton {
	display: block;
	background-color: #9DAC20;
}
a.boton:hover {
	background-color: #000;
}