/* --- static menu styles ---

style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>

*/
.m0l0i {
	font-family: "Times New Roman",Times,serif;
	font-size: 14px;
	text-decoration : none;
	background-image: url('../Imagenes/Image1.gif');
	text-align: center;
	padding: 6px;
}

.m0l0o {
	text-decoration : none;
}

.m0l1i {
	font-family: "Times New Roman",Times,serif;
	background-image: url('../Imagenes/Image1.gif');
	font-size: 14px;
	text-decoration : none;
	text-indent: 5px;
	padding: 6px;
}

.m0l1o {
	text-decoration : none;
}

.m0l2i {
	font-family: "Times New Roman",Times,serif;
	background-image: url('../Imagenes/Image1.gif');
	font-size: 14px;
	text-decoration : none;
	text-indent: 5px;
	padding: 6px;
}

.m0l2o {
	text-decoration : none;
}



#shadow-container {
	position: relative;
	left: 5px;
	top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container .shadow5,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #DCDCDC;
	}
 
	#shadow-container .shadow2 {
		background: #CDCDCD;
	}
 
	#shadow-container .shadow3 {
		background: #B3B3B3;
	}
 
	#shadow-container .shadow4 {
		background: #9F9F9F;
	}
 
 
	#shadow-container .shadow5 {
		background: #878787;
	}
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #808080;
		padding: 10px;
	}