
/* estilos de la página */

 body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;

}
 table {
	font-size: 12px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
ul {
	margin: 15px; 
	padding: 0;
}

	/* menu zona 1 (izquierda) tipo 101 */
#menu101
{
 margin-left: 0px;
 margin-right: 8px;
}

#menu101 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none; 
 /*font-family: verdana, arial, Helvetica, sans-serif;*//*font-family: verdana, arial, Helvetica, sans-serif;*/
}

#menu101 li { margin: 0; }

#menu101 a
{
	display: block;
	padding: 2px;
	/*width: 100%;*/
	color: #000;
	background-color: #33CC00;
	text-decoration: none;
	border-top: 1px solid #afa;
	border-left: 1px solid #afa;
	border-bottom: 1px solid #030;
	border-right: 1px solid #030;
	/*font-weight: bold;*/
	font-size: 12px;
	/*background-image: url(images/vertical06.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;*/
}

#menu101 a:hover
{
	color: #000;
		background-color: #339900;
	/*background-color: #889E88;*/
	text-decoration: none;
	border-top: 1px solid #030;
	border-left: 1px solid #030;
	border-bottom: 1px solid #afa;
	border-right: 1px solid #afa;
	/*background-image: url(images/vertical06a.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;*/
}

#menu102
{
 margin-left: 0px;
 margin-right: 8px;
}

#menu102 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none; 
 /*font-family: verdana, arial, Helvetica, sans-serif;*//*font-family: verdana, arial, Helvetica, sans-serif;*/
}

#menu102 li { margin: 0; }

#menu102 a
{
	display: block;
	padding: 2px;
	/*width: 100%;*/
	color: #000;
	background-color: #cccc00;
	text-decoration: none;
	border-top: 1px solid #eeee33;
	border-left: 1px solid #eeee33;
	border-bottom: 1px solid #333300;
	border-right: 1px solid #333300;
	/*font-weight: bold;*/
	font-size: 12px;
	/*background-image: url(images/vertical06.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;*/
}

#menu102 a:hover
{
	color: #000;
		background-color: #999900;
	/*background-color: #889E88;*/
	text-decoration: none;
	border-top: 1px solid #333300;
	border-left: 1px solid #333300;
	border-bottom: 1px solid #eeee33;
	border-right: 1px solid #eeee33;
	/*background-image: url(images/vertical06a.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;*/
}


#menu103 { margin-left: 0px; }

#menu103 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none; 
 /*font-family: verdana, arial, Helvetica, sans-serif;*//*font-family: verdana, arial, Helvetica, sans-serif;*/
}

#menu103 li { margin: 0; }

#menu103 a
{
	display: block;
	padding: 3px 3px;
	width: 100%;
	color: #000000;
	background-color: #99cccc;
	text-decoration: none;
	border-top: 1px solid #bee;
	border-left: 1px solid #bee;
	border-bottom: 1px solid #330;
	border-right: 1px solid #330;
	/*font-weight: bold;*/
	font-size: 12px;
	/*background-image: url(images/vertical06.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;*/
}

#menu103 a:hover
{
	color: #000000;
		background-color: #669999;
	/*background-color: #889E88;*/
	text-decoration: none;
	border-top: 1px solid #330;
	border-left: 1px solid #330;
	border-bottom: 1px solid #bee;
	border-right: 1px solid #bee;
	/*background-image: url(images/vertical06a.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;*/
}

a {
	text-decoration: none;
	color: #990000;
}

a:Hover {
	text-decoration: underline;
	color: #000000;
}

