
/* ----------------------------------------
   Common Styles MIT 2006 
   ----------------------------------------  */

/* -- General -------------------------------- */
#preFooter {
	margin:4px 0 0 0; 
	height:27px;
	}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: "Trebuchet MS" , "Lucida Grande" , sans-serif;
	font-size: 62.5%;
	background: #3a4d6d;
	}

/* -- Layout -------------------------------- */

#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	background: url(Skins/Mit2006/bgContent.gif) repeat-y left top;
	}
  
#header {
	text-align: center;
	height: 189px;
	padding: 0;
	margin: 0;
	background-image: url(Skins/Mit2006/TopImage.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 2px #fff;
	}

#content {
	float: left;
	margin-left: 68px;
	font-size: 1.1em;
	padding: 4px 12px 4px 12px;
	line-height: 1.5em;
	width:600px;
	background-color:#fff;
	/* revisado ff & ie */
	}

#footer {
	height: 35px;
	position: relative;
	clear: both;
	padding-right:20px;
	margin: 0;
	color: #3A61B5;
	font-size: 0.8em;
	text-align: right;
	background: url(Skins/Mit2006/bgFooter.gif) no-repeat;
	/* border:solid 1px green; */
	}

/* -- Header -------------------------------- */

#rightNav {
	float:right;
	padding:4px 8px 4px 8px;
	font-size:1em;
	color:#fff;
	background-color: #666666;
	margin-bottom:20px
	}

#rightNav a {color:#fff;}

/* --[ nav ]------------------------------- */
	
#topNav {
	text-align:left;
	position: absolute;
	left:68px;
	top:60px;
	background: url(Skins/Mit2006/bgTopNav.gif) no-repeat;
	width: 624px;
	height: 129px;
	}


#topNav #nav1 {
	padding-top:25px;
	text-align:right;
	margin-right:4px;
	/* border:solid 2px yellow; */
	}
#nav1 .nav1Text {
	color: #fff;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 1.15em;
	letter-spacing: 1px;
	background-image: url('Skins/Mit2006/sepVer.gif');
	background-color: transparent;
	background-position: right top;
	background-repeat: no-repeat;
	padding:0 5px 0 5px;
	}
#nav2 {
	margin-left:14px;
	margin-top:12px; 
	float:left;
	width:480px;
	height:29px;
	text-align:right;
	}
#nav2 .nav2Text {
	font-size:1.1em;
	 color:#0F368A;
	 } 

#breadCrumb {
	font-family: Trebuchet MS, Arial, Verdana;
	margin:0 2px 0 30px;
	text-align:right;
	font-size:1.5em;
	color: #C4CFE7;
	font-weight:bold;
	border-bottom: dotted  1px #C4CFE7;
	padding:4px;
	}
#breadCrumb a:visited {
	color: #9db0c1;
	letter-spacing:1px;
	}
.bcText{
 	color: #9db0c1;
	letter-spacing:1px;
	 }

#topNav .logo {	
	float:left;
	margin: 20px 0 0 18px
	}

#login {
	float:right;
	font-size:1.4em;
	margin-top:15px;
	}
#login a.loginLink a:visited.loginLink {
	color:#CED9F0; 
	}
/* -- Links -------------------------------- */
a:link { 
  	text-decoration: none;
  	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	border: none;
	}
#nav1 a {
	 color:#DAE1EE;
	 
	}
#nav1 a:visited {
	color:#DAE1EE;
	}
#nav1 a:link { 
  	text-decoration: none;
  	}
a#nav1 :visited {
	text-decoration: none;
	color:#DAE1EE;
	}
#nav1 a:hover {
	color:#fff;
	text-decoration: none;
	border-bottom:solid 1px #1142AC;
	}

/* Pages Titles and Heads */
H1 { 	margin:0; padding:0;
	font-family:Trebuchet MS, Arial;
	font-size: 1.9em;
	color: #CC3333;
	line-height: 1.1em;
	}
H2 { 
	color: #0F41AB; 
	font-size: 1.4em;
	font-weight:bold;
	} 
H3 {
	color: #808080;
	font-size: 1.25em;
	font-weight:bold;
	}  
H4 { 
	font-size: 1em 
	} 


/* -- Common -------------------------------- */
input, select, table, th, td {font-size:1em}

div { margin:0; padding:0;}
	
img { border: 0; }

ul {
	margin:0;
	padding:0;
}

/* -- Content ------------------------ */
#content p { 
	
	}
#content ul { 
	margin-left:20px;
	}
#content li {
	list-style-type: disc;
}


/* -- For Home Page ------------------ */

.row {
	padding:0px 0 6px 0;
	border-bottom: solid 1px #E2E7F3;
	clear:both;
	margin: 0 0 8px 0;
	}
	
.addressPane {
	float:left;
	padding:0 10px 0 0 ;
	margin:0 10px 0 0 ;
	border-right:dotted 1px #ccc;
	}
	
.contentPane {
	font-size:1.0em;
	color:#000;
	padding:0 0 0 0;
	margin:0;
	/* border:solid 1px red; */
	}

#items {
	float:left;
	padding-right:0px;
}
.newsItems {
	padding:0;
	margin:0;
	}

.newsPane {
	font-size:1.0em;
	color:#000;
	padding:0;
	margin:0;
}

.bottomPane {
	text-align:center;
	clear:both;
}

#items div {
	float:left;
	display:inline;
	margin: 0 12px 0 0;
	padding:0;
	}
	
.subTitle {
	color:#0D3692;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:0;
	}


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

