/*------------------------------------------------------------*/
/*               Basic text formatting for menus              */
/*                                                            */
/*              Change colors, fonts, borders, etc.           */
/*------------------------------------------------------------*/

.menuActuator a { 
	color: #333;
	font-weight:bold;
	font-size:10px;
	font-family: arial;
}

.menu {
	background-color: #f2fbff;
	/* for ns4 */
	/*layer-background-color: #f2fbff;*/
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: left;
}

.menu a {
	font-weight: bold;
	/*font-family: verdana, "Trebuchet MS";*/
	color: #000;
	font-size: 10px;
	padding: 1px 12px;
	text-decoration: none;
}

.menu a:hover, .menu .hover {
	display: block;
	color: #202aff;
}

.menuFrame {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
		
*.menuFrame *.menu *.menuItem {
	height: 18px;
	background-color: #5f5f5f;
	height: 18px;
}

/* Para poner sombras -JoseCC-:*/
.blurjosecc{
        background-color: #ccc; /*shadow color*/
        color: inherit;
        margin-left: 4px;
        margin-top: 4px;
}
 
.shadowjosecc,
.contenidosombrajosecc{
        position: relative;
        bottom: 2px;
        right: 2px;
}
 
.shadowjosecc{
        background-color: #666; /*shadow color*/
        color: inherit;
}
 
.contenidosombrajosecc{
        background-color: #f2fbff; /*background color of content*/
        color: #000; /*text color of content*/
        border: 1px solid #fff; /*border color*/
        padding: .5em 2ex;
}

