/* CSS MEN�S*/


/*----------------------------------------*/

.menu /* Men� Categor�as */
{
	position: 			absolute;
	#margin-left:		-10px;
	_margin-left:		-10px;
	padding-left:	 	0px;
	padding-right: 		0px;	
	
	top: 				186px;
	#top: 				183px; /*Para Internet Explorer */
    _top: 				183px; /* Para Internet Explorer 6 */
	
	background-color: 	#fff;
	_background-color:	none;
	
	width:				950px;
	height: 			26px;

	text-align:			center;
	z-index:			2;
	
	border-top: 		#337b3b solid 2px;
}

.menuNombre
{
	top: 				0px;
	width:				158px;
	height:				20px;
	padding-top:		6px;
	
	font-size:			14px;
	font-weight: 		bold;
	color: 				#fff;
	text-decoration:	none;
	
	float: 				left;
	overflow:			hidden;
	
	border-bottom: 		#337b3b solid 2px;

	z-index:			4;
}

.menuNombre a:visited
{
	text-decoration:	none;
	color:				#fff;
	height:				20px;
}

.menuNombre a:link
{
	text-decoration:	none;
	color:				#fff;
	height:				20px;
}

.menuNombre a:hover
{
	color:				#fff;
	text-decoration:	none;
}

.menuCero
{	
	width:				160px;
	color:				#000;
}

.menuColorClaro
{
	background-color: #2CAD68;
}

.menuColorMedio
{
	background-color: #009545;
}

.menuColorOscuro
{
	background-color: #148347;
}

.menuOpciones
{
	/*border-bottom:		#00FF00 solid 2px;
	border-left:		#00FF00 solid 2px;
	border-right:		#00FF00 solid 2px;*/
	margin-top: 		4px;
	padding-top: 		2px;
	overflow: 			hidden;
	z-index:			5;
}

.menuItem
{
	display:			block;
	width: 				155px;
	height: 			22px;
	
	padding-top: 		5px;
	vertical-align:		bottom;
	
	text-decoration:	none;
	color:				#fff;
	
	/*border-top: 		#00FF00 solid 1px;*/
	z-index:			5;
}

.menuItem:link
{
	color:				#fff;
	text-decoration:	none;
}
.menuItem:visited
{
	color:				#fff;
	text-decoration:	none;
}

.menuItem:hover
{
	background-color:	#fff;
	color:				#148347 !important;
	text-decoration:	none;
}

.menuDio /* Men� Di�cesis */
{
	position: 			absolute;
	#margin-left:		-10px;
	_margin-left:		-10px;
	padding-left:	 	0px;
	padding-right: 		0px;	
	
	top: 				160px;
	#top: 				157px; /*Para Internet Explorer */
    _top: 				157px; /* Para Internet Explorer 6 */
	
	background-color: 	#fff;
	_background-color:	none;
	
	width:				950px;
	height: 			21px;
	
	border-top: 		#337b3b solid 2px;
	
	text-align:			center;
	z-index:			3;
}

/*-------------------------------------------------------*/

.menuNombreDio
{
	width:				315px;
	
	border-left: 		#337b3b solid 1px;
	border-right: 		#337b3b solid 1px;
	
	background-color:	#2CAD68;
}

.menuCeroDio
{	
	width:				315px;
	color:				#000;
	
	border-left: 		none !important;
	border-right: 		#337b3b solid 1px;
	
	background-color:	#2CAD68;
}

.menuItemDio
{
	display:			block;
	width: 				236px;
	height: 			22px;
	
	padding-top: 		5px;
	vertical-align:		bottom;
	
	text-decoration:	none;
	color:				#fff;
	/*border-top: 		#00FF00 solid 1px;*/
	z-index:			5;
}

.menuItemDio a:hover
{
	color:#2CAD68 !important;
	background-color: #fff !important;
}
