/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/fondo3.jpg);
	background-repeat: repeat-x;
	background-color: #e4e5e7;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7D2426;
	font-size: 11px;
		text-decoration: none;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8A8C8E;
	text-decoration: none;
}
a.login:link , a.login:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7D2426;
	font-size: 11px;
		text-decoration: none;
	}
	
a.login:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
		text-decoration: none;
	}
	
a.powered:link , a.powered:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	}
	
a.powered:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 11px;
	text-decoration: none;
	}
a.copy:link , a.copy:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8A8C8E;
		text-decoration: none;
	}
	
a.copy:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #475156;
		text-decoration: none;
	}	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	
	
/* site map*/

#site {
	float: left;
	height: 28px;
	width: 29px;
}
#site li a {
	height: 28px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 28px;
	text-decoration: none;
	}
	
#site li a:link, #site li a:visited {
	color: #922b0a;
	display: block;
	background-image: url(http://www.mbyl.biz/Portals/13/header/icono_map.jpg);
	}
	
#site li a:hover {
	color: #fff;
	background:url(http://www.mbyl.biz/Portals/13/header/icono_map2.jpg)
	}
/* home*/

#home {
	float: left;
	height: 28px;
	width: 28px;
}
#home li a {
	height: 28px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 28px;
	text-decoration: none;
	}
	
#home li a:link, #home li a:visited {
	color: #922b0a;
	display: block;
	background-image: url(http://www.mbyl.biz/Portals/13/header/icono_home.jpg);
	}
	
#home li a:hover {
	color: #fff;
	background: url(http://www.mbyl.biz/Portals/13/header/icono_home2.jpg)
	}
	
/* contacto*/

#contacto {
	float: left;
	height: 28px;
	width: 29px;
}
#contacto li a {
	height: 28px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 28px;
	text-decoration: none;
	}
	
#contacto li a:link, #contacto li a:visited {
	color: #922b0a;
	display: block;
	background-image: url(http://www.mbyl.biz/Portals/13/header/icono_contacto.jpg);
	}
	
#contacto li a:hover {
	color: #fff;
	background: url(http://www.mbyl.biz/Portals/13/header/icono_contacto2.jpg);
	}
.SubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6D7072;
}

.titulo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
}


/* text style used for most text rendered by modules */

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12 px;
	color: #6D7072;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;

	
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: gray; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: #761e1d 2px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
    height: 20px; 
	display: block;
	 
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 


}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
    height: 20px; 

}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #761e1d;
    height: 20px; 
	display: block;

}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}







