/* CSS Document */

.menu{

	background-color:#F8D11C;

	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#467726;

	text-transform:uppercase;
	text-align:center;


	height:20px;
	
	border-width:0px;
	border-style:solid;

	cursor:pointer;

}


.menu:hover{
	background-color:#CFD0A4;
}

.menuSelected{
	background-color:#CFD0A4;

	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#467726;

	text-transform:uppercase;
	text-align:center;

	height:20px;
	
	border-width:0px;
	border-style:solid;

	cursor:pointer;
}

.menuBuscador{
	width:160px;
	background-color:#7C7E2B;
}

.menuBuscadorGoogleTitulo{
	text-align:right;
	background-color:#7C7E2B;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	vertical-align:middle;
	cursor:default;
}

.menuBuscadorGooglePopup{
	background-color:#A5A55A;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-align:center;
}

.menuBlog{
	width:225px;
	background-color:#004059;
}

.menuDummySeleccionIdioma{
	width:1000px;
	background-color:#7C7E2B;
}






	.clCMEvent{
		position:absolute; 
		width:99%; 
		height:99%; 
		clip:rect(0,100%,100%,0); 
		left:0; 
		top:0; 
		visibility:visible
	}
	.clCMAbs{
		position:absolute; 
		visibility:hidden; 
		left:0; 
		top:0
	}
  /* DEFAULT STYLES ---- NEEEDED END */
	.clOff{
		text-align:left; 
		position:absolute; 
		padding:3px; 
		font-size:11px; 
		font-weight:bold; 
		width:120; 
		font-family:arial,verdana; 
		cursor:pointer; 
		cursor:hand; 
		color:#467726; 
		background-color:#F8D11C;
		layer-background-color:#F8D11C;
	}
	.clOn{
		text-align:left; 
		position:absolute; 
		padding:3px; 
		font-size:11px; 
		font-weight:bold; 
		width:120; 
		font-family:arial,verdana; 
		cursor:pointer; 
		cursor:hand; 
		color:#467726; 
		background-color:#CFD0A4; 
		layer-background-color:#CFD0A4;
	}
	.clB1{
		position:absolute; 
		layer-background-color:#CFD0A4; 
		background-color:#CFD0A4;
		visibility:hidden
	}
	.clB2{
		position:absolute; 
		layer-background-color:#CFD0A4;
		background-color:#CFD0A4;
		visibility:hidden
	}
	.clBar{
		layer-background-color:#F8D11C;
		background-color:#F8D11C;
	}
	a.menu:link {
		color: #467726;
	}
	a.menu:visited {
		color: #467726;
	}
	a.accmanag:link {
		color:#A53C29;
	}
	a.accmanag:visited {
		color:#A53C29;
	}