		a:link
{
	color: #263473; text-decoration:underline 
}
a:visited
{
	color: #263473; 
} 
a:active 
{
	color: #3366CC;
}
body
{
	font-family: Microsoft Sans Serif;
	background-color: #FFFFFF;
	color: #263473; font-size:10pt 
}

h1
{
	font-family: Microsoft Sans Serif,Verdana,Arial;
	color: #263473;font-size:14pt 
}
h2
{
	font-family: Microsoft Sans Serif,Verdana,Arial;
	color: #263473; font-size:12pt
}
h3
{
	font-family: Microsoft Sans Serif;
	color: #263473; font-size:10pt 
}
h4
{
	font-family: Microsoft Sans Serif;
	color: #263473;font-size:9pt
}
h5
{
	font-family: Microsoft Sans Serif;
	color: #FFFFFF; font-size:8pt; font-weight:bold
}
h6
{
	font-family: Microsoft Sans Serif,Verdana,Arial;
	color: #FFFFFF;
}
#borrar 
{
	padding:0; font-family: Microsoft Sans Serif,Verdana,Arial;
	background-color: #CCCCCC
}
#enviar 
{
	padding:0; font-family: Microsoft Sans Serif,Verdana,Arial;
	background-color: #CCCCCC
}
#imagen
{
	border:1px solid #FFFFFF; color: #FFFFFF;  text-decoration:none
}


		
		/* XXX this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			width: 108px;
			margin: 0;
			position: relative; font-family:Microsoft Sans Serif,Verdana,Arial; font-size:10pt
		}
		/*tamano linea vertical y su separacion*/
		.vertical li a{
			display: block;
			width: 100px;
			text-decoration: none;
			height: 1.0em;
			/*padding: -100.1em 100px;*/
			border: 1px solid;
			border-top: 1px;

		}
		.vertical li{
			position: relative;
			border-bottom: 1px solid transparent;
			/*linea ente boton y boton */
			margin-bottom: 1px;
		} 
		.vertical li:first-child>a{
			border-top: 1px solid;
		}
		.vertical a.first{
			border-top: 1px solid;
		}
		/*posicion de la ventana hija izquierda en la drecha*/
		.vertical li ul{
			position: absolute;
			top: 1.3 px;
			right: 101px; font-size:8pt
		}
		/*posicion de la ventana hija derecha con paddin izq xx*/
		.vertical.right ul ul ul,.vertical .right ul{
			right: -107px;
		}
		/*this is the css for the horizontal version border estaba none, height no estaA*/
		.horizontal ul{
			border: 1px solid;
			display: block;
			list-style-type: none;
			padding: 0;
			margin: 0;
			
		}
		.horizontal ul li{
			position: relative
		}
		/*cambie widht a 55*/
		.horizontal ul li a{
			display: block;
			width: 55px;
			text-decoration: none;
			height: 1.2em;
			/*padding: .1em 1px;*/
			overflow: hidden;
			border: 1px solid;
			border-right: none;
		}
		.horizontal li li{
			float: none;
			border-bottom: 1px solid transparent;
			margin-bottom: -1px;
		}
		.horizontal li li.last{
			border-bottom: none;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 1.3em;
			right: 0px;
			margin-top: 1px;
		}
		/*cambie widht a de 130 a 55*/ 
		.horizontal ul ul ul{
			width: 55px;
			top: -1px;
			right: 55px;
			margin-top: 0;
		}
		.horizontal.right ul ul ul,.horizontal .right ul ul{
			top: -1px;
			right: -55px;
		}
		.horizontal ul li li a{
			border: 1px solid;
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			border-right: 1px solid;
		}
		.horizontal ul li a.first{
			border-right: 1px solid;
		}
		.horizontal ul li li a.first{
			border-top: 1px solid;
		}
		.horizontal ul li li:first-child>a{
			border-top: 1px solid;
		}
		div.horizontal ul li.pixelfix ul{
			right: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			right: 55px;
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-right: 1.5em;
		}
		.noshow{
			visibility: hidden;
		}
		/* agrego */
				}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
			visibility: hidden;
		font-size: 5%;  
		}
		/*Muestra padding-left: lem, esconde la flecha hidden*/
		.arrow a:hover span{
			visibility: hidden;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*finaliza agrego*/
		/*colors for menu izquiero*/
		.blackwhite li a{
			background-color: white;
			color: #4F4F4F;
			border-color: #FFFFFF;
		}
		/*colors for menu izquierdo al pisar*/
		.blackwhite li a:hover, .blackwhite li a:hover.first, .blackwhite .trail a.hover{
			background-color: #E0E0E0;
			color: black;
			border-color: #E0E0E0;
		}
		.blackwhite li:first-child>a:hover{
			background-color: black;
			color: black;
			border-color: black;
		}
		.blackwhite ul{
			border-color: #FFFFFF;
		}
		/*colors for menu derecho*/
		.bluewhite li a{
			background-color: white;
			color: #4F4F4F;
			border-color: #FFFFFF;
		}
		/*colors for menu izquierdo al pisar*/
		.bluewhite li a:hover, .bluewhite li a:hover.first, .bluewhite .trail a.hover{
			background-color: #E0E0E0;
			color: BLACK;
			border-color: #FFFFFF;
		}
		.bluewhite li:first-child>a:hover{
			background-color: #FFFFFF;
			color: white;
			border-color: #FFFFFF;
		}
		.bluewhite ul{
			border-color: #FFFFFF;
		}fieldset     { border: 1px solid #B5CAFD }textarea     { border: 1px solid #B5CAFD }input        { border: 1px solid #B5CAFD }
