/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

.ThMenu
{
	/*BOTON PUBLICA*/
    background-image: url(images/BotonMenuIzqOut.gif);
	/*BOTN COLEGIADO*/
	/*background-image: url(images/BotonMenuIzqOutColegiado.gif);*/
	background-repeat:no-repeat; /*repeat-x;*/
	color: #047F3A;
	cursor: pointer;
	text-align: left; 
	padding: 3px;
	
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
	font-size: 0.75em;
    padding-left:12px;
    width:188px;
    height:22px;
}

.ThMenu a
{
	
	background-image: none;
	margin: -4px 0px -6px -4px;  /*FF*/
	.margin: -4px 0px -4px -4px; /*IE*/
	margin-top:1px;
	display: block;
	width: 188;
	height:22px; 
}
.ThMenu img
{
	padding-right: 10px;
}
.ThMenuHover 
{
	/*BOTON PUBLICA*/
	background-image: url(images/BotonMenuIzqOver.gif);
	/*background-image: url(images/BotonMenuIzqOverColegiado.gif);*/
	background-repeat: no-repeat; /*repeat-x;*/
	color: #024F24;
	cursor: pointer;
	text-align: left;
	padding: 3px;
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
	font-size: 0.75em;  
	 padding-left:12px; 
	 width:188px;
	 height:22px;
}
*:first-child+html .ThMenu /*IE7*/
{
	/*BOTON PUBLICA*/
    background-image: url(images/BotonMenuIzqOut.gif);
	/*BOTN COLEGIADO*/
	/*background-image: url(images/BotonMenuIzqOutColegiado.gif);*/
	background-repeat:no-repeat; /*repeat-x;*/
	color: #047F3A;
	cursor: pointer;
	text-align: left; 
	padding: 3px;
	margin-bottom:-2px;
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
	font-size: 0.75em;
    padding-left:12px;
    width:188px;
    height:22px;
}
*:first-child+html .ThMenu a /*IE7*/
{
	
	background-image: none;
	margin: -4px 0px -6px -4px;  /*FF*/
	.margin: -4px 0px -4px -4px; /*IE*/
	margin-top:1px;
	display: block;
	width: 188;
	height:22px; 
}
*:first-child+html .ThMenu img /*IE7*/
{
	padding-right: 10px;
}
*:first-child+html .ThMenuHover /*IE7*/
{
	/*BOTON PUBLICA*/
	background-image: url(images/BotonMenuIzqOver.gif);
	/*BOTON PRIVADA*/
	/*background-image: url(images/BotonMenuIzqOverColegiado.gif);*/
	background-repeat: no-repeat; /*repeat-x;*/
	color: #024F24;
	cursor: pointer;
	text-align: left;
	padding: 3px;
	margin-bottom:-2px;
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
	font-size: 0.75em;  
	 padding-left:12px; 
	 width:188px;
	 height:22px;
}

* html .ThMenu /*IE6*/
{
	/*BOTON PUBLICA*/
    background-image: url(images/BotonMenuIzqOut.gif);
	/*BOTN COLEGIADO*/
	/*background-image: url(images/BotonMenuIzqOutColegiado.gif);*/
	background-repeat:no-repeat; /*repeat-x;*/
	color: #047F3A;
	cursor: pointer;
	text-align: left; 
	padding: 3px;
	margin-bottom:-2px;
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
	font-size: 0.75em;
    padding-left:12px;
    width:188px;
    height:22px;
}
* html .ThMenu a /*IE6*/
{
	
	background-image: none;
	margin: -4px 0px -6px -4px;  /*FF*/
	.margin: -4px 0px -4px -4px; /*IE*/
	margin-top:1px;
	display: block;
	width: 188;
	height:22px; 
}
* html .ThMenu img /*IE6*/
{
	padding-right: 10px;
}
* html .ThMenuHover /*IE6*/
{
	/*BOTON PUBLICA*/
	background-image: url(images/BotonMenuIzqOver.gif);
	/*background-image: url(images/BotonMenuIzqOverColegiado.gif);*/
	background-repeat: no-repeat; /*repeat-x;*/
	color: #024F24;
	cursor: pointer;
	text-align: left;
	padding: 3px;
	margin-bottom:-2px;
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
	font-size: 0.75em;  
	 padding-left:12px; 
	 width:188px;
	 height:22px;
}

