body {
	margin: 0px;
	background-color: #909E17;
}

.scroll
{
    scrollbar-base-color : #A6CC55; /*Color de base*/
	scrollbar-3dlight-color : #555555; /*borde izquierdo en relieve*/
	scrollbar-shadow-color:#555555; /*borde derecho en relieve*/
	SCROLLBAR-FACE-COLOR: #B9B9B9; /*color de las superficies*/
    SCROLLBAR-ARROW-COLOR: #FBFBFB; /*color de las flechas*/
    SCROLLBAR-TRACK-COLOR: #A6CC55; /*fondo de la barra de despalzamiento*/
	scrollbar-highlight-color: #A6CC55;  /*borde brillante (sombra izquierda)*/
	scrollbar-darkshadow-color: #A6CC55;  /*sombra oscura (sombra derecha)*/	
}

#web {
	/* Estilo para centrar la Web tanto horizontal como vertical */
	position: absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 540px; /*Le ponemos el valor del alto*/
	width: 768px; /*Le ponemos el valor del ancho*/
	margin-top: -270px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -384px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
}

#Globales {
	width:728px;
	margin-left:40px;
	height:20px;
	margin-top:5px;
}

.globales {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}

.globalesBco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

#menu {
	width:235px;
	height:518px;
	background-color:#FFFFFF;
	float:left;
	margin-right:19px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
}

#opcionMenu {
	padding-right:50px;
	text-align:right;
	height:24px;
}
#opcionMenug {
	padding-right:50px;
	text-align:right;
	height:47px;
}

#contenido {
	height:518px; 
	width:508x;
	float:left;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
}

.direccion {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1C3C2F;
}

.texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C3C2F;
	text-align:justify;
}
.texto A {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C3C2F;
	text-align:justify;
	text-decoration:none;
}
.texto A:hover {
text-decoration:underline
}
.textop {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C3C2F;
	text-align:justify;
}
.textorojo {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #91392A;
	text-align:justify;
}
.caja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #333333;
}
.Boton
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-left:5px;
	font-size: 12px;
	height:17px;
	COLOR: #000000;
	BACKGROUND-COLOR: #FFFFFF;
	background-position:left;
	text-decoration:none;
	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: #4EA139;
	border-right-color: #4EA139;
	border-bottom-color: #4EA139;
	border-left-color: #4EA139;
}

.JSWindowTitleStyle   { font-weight: bold; font-size: 11px; font-family: verdana, arial, helvetica, sans serif; color: #1C3C2F; }
.JSWindowContentStyle { font-size: 11px; font-family: verdana, arial, helvetica, sans serif; color: #1C3C2F; padding: 5px;}