/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
body {
	background-color:#01416F;
}

H1 {
	font-family: "Arial narrow", "Franklin Gothic Medium", Tahoma, "Lucida Sans", Verdana, Arial, Helvetica, Impact, sans-serif;
	font-size: 1.4em;
	font-weight:700;
	/* font-stretch:condensed; */
	color: #26619B;
}
H2 {
	font-family: "Arial narrow", "Franklin Gothic Medium", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:700;
	/* font-stretch:condensed; */
	color: #5C5C5C;
	text-transform: capitalize;	
}
H3 {
	font-family: "Arial narrow", "Franklin Gothic Medium", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:700;
	/* font-stretch:condensed; */
	color: #5C5C5C;
	text-transform: capitalize;	
}
H4 {
	font-family: "Arial narrow", "Franklin Gothic Medium", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:600;
	/* font-stretch:condensed; */
	color: #5C5C5C;
	text-transform: capitalize;	
}
H5 {
	font-family: "Arial narrow", "Franklin Gothic Medium", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight:500;
	/* font-stretch:condensed; */
	color: #5C5C5C;
}

/*=========================================================================================================*/

.Normal, p, td, div{
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 0.9em;
	color: #6F6F6F;
}

.NormalBold  {
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 0.9em;
	color: #7D7D7D;
	font-weight: bold;
}

.Head   {
	font-family: "Arial narrow", "Franklin Gothic Medium", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:  1.2em;
	font-weight: bold;
	color: #333;
}

.SubHead {
	font-family: "Arial narrow", "Franklin Gothic Medium", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}

.SubH1 {
	font-family: "Arial narrow", "Franklin Gothic Medium", "Lucida Sans Unicode", "Lucida Sans", Tahoma, , Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight:600; 
	/* font-stretch:condensed; */
	color: #5C5C5C;
}

a:link {
	color: #3480CD;
	text-decoration: none;
}
a:visited {
	color: #3480CD;
	text-decoration: none;
}
a:hover {
	color: #3480CD;
	text-decoration: underline;
}
a:active {
	color: #3480CD;
	text-decoration: none;
}

ul {
	list-style-image: url(../images/arrow2.gif);
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	list-style-position: outside;
	list-style-type: lower-roman;
	font-weight: normal;
}
.gris {
	font-size: 8.5pt;
	color:#000000;
	font-weight: normal;
}

.NormalSmall {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	line-height: 9pt;
}
.NormalBoldSmall {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	line-height: 9px;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	margin-left: 0px;
	padding-left: 0px;
	text-align: right;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
}
    

/* SEARCH */
.SearchSkinObjectText {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top: -10px;
}
#dnn_dnnSEARCH_txtSearch {
	background-color:#609CC5;
	border:#2E4759 1px solid;
	height:22px;
	color:#000;
	font-size:13px;
	margin-top: -4px;
}
.SearchSkinObject {
	padding-top: 35px;
	height:8px;
}

/*================================================================*/

/*Solpart menu*/

/*================================================================*/

/*	TOP NORMAL	*/
.MainMenu_TabRootMenuItem TD {
	color: #CCCCCC;
	height:24px;
	width:173px;
	font-family: "Arial Black", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 15px;
	margin-top: 30px;
	margin-left: 4px;
	font-weight: 100;
	text-align:left;
	background-image: url(../images/btnbullet.jpg);
	background-position: left;
	background-repeat: no-repeat;	
}

.MainMenu_TabRootMenuItemSel TD {
	color: #FFF;/
	height: 24px;
	width: 173px;
	font-family: "Arial Black", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 15px;
	text-align:left;
	caption-side:left;
	background-image: url(../images/btnbullet.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

.MainMenu_TabMenuItemHover TD {
	color: #FFF;
	height:24px;
	width:173px;
	font-family: "Arial Black", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 15px;
	text-align:left;
	caption-side:left;
	background-image: url(../images/btnbullet.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

.MainMenu_TabMenuItemSelHover TD {
	color: #FFF;
	height:24px;
	width:173px;
	font-family: "Arial Black", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 15px;
	text-align:left;
	caption-side:left;
	background-image: url(../images/btnbullet.jpg);
	background-repeat:no-repeat;
	background-position: center left;
}

.MainMenu_MenuContainer {
	border-bottom: #FFFFFF 0px solid;
	border-left: #E7EDE3 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #404040 0px solid;
	padding: 0px;
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #000000 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height:20; 
	width:180;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
} 

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 10px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #0169B2; 
	border-left: #0169B2 1px solid; 
	border-right: #0169B2 0px solid; 
	border-bottom: #0169B2 1px solid; 
	border-top: #0169B2 1px solid; 
	width: 1; 
}  
	
.MainMenu_SubMenu {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
	background-color:#444; 
	z-index: 100;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	 /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=180, Strength=0);*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px; 
} 

.MainMenu_SubMenu TD {
	margin-top: 25px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 1px;
}

.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: #666666;
}

.MainMenu_SubMenuItemSelHover TD  {
	height:22;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;	
	background-color:#ffffff;
}

.MainMenu_MenuBreak {
	border: 0;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/* Footer */
.Footer {
	font-size: 8.5pt;
	color:#DEE3D3;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link {
	text-decoration: none;
	color:#DEE3D3;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:visited  {
	text-decoration: none;
	color:#DEE3D3;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:active   {
	text-decoration: none;
	color:#DEE3D3;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:hover    {
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}



/* Breadcrumbs */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
}
A.breadcrumb:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
}
A.breadcrumb:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
}
A.breadcrumb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FF00000;
	text-decoration:underline;	
}

A.breadcrumb:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FF00000;
}

.Tagline {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.leftside {
	background-image: url(../images/7_10.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 30px;
}
.rightside {
	background-image: url(../images/7_09.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 30px;
}
.leftcol {
	background-image: url(../images/1_13.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 179px;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
}
.logintable {
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.headercell {
	background-image: url(../images/4_07.gif);
	background-repeat: no-repeat;
	height: 159px;
	text-align: left;
	vertical-align: top;
}
.contentcell {
	background-color: #F4F4F4;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	padding-top: 12px;
	background-position: left top;
	height: 300px;
	margin-left: 12px;
	padding-left: 12px;
	margin-right: 6px;
	padding-right: 6px;
}
.headertable {
	background-image: url(../images/headerbkgrd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 179px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}
.toppane {
	text-align: right;
	vertical-align: top;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.topleftpane {
	text-align: left;
	vertical-align: top;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.toprightpane {
	text-align: left;
	vertical-align: top;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}

.leftpane {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.contantpane {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.rightpane {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.bottompane {
	text-align: center;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.search {
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.maintable {
	width: 830px;
}

.title{
	color:#009999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:6px;
	text-decoration:none;
}

.image {
	text-decoration:none;
}
a.image {
	text-decoration:none;
	color: #FFFFFF;
	border-width: 0px;
}

/* Other - To be checked */

.CommandButton {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 9pt;
	color: #666666;
}
A.CommandButton:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}


/* SIGNIN */
.SignIn {
	font-size: 7pt;
	color: #999999;
	margin-right: 6px;
	margin-left: 0px;
	padding-right: 6px;
	padding-left: 3px;
}
A.SignIn:link {
    text-decoration: none;
	font-size: 7pt;
    font-family: Arial, Helvetica;
    color:#999999;
}

A.SignIn:visited  {
    text-decoration: none;
	font-size: 7pt;
    color:#999999;
}

A.SignIn:active   {
    text-decoration: none;
	font-size: 7pt;
    color:#99999;
}

A.SignIn:hover    {
    text-decoration: underline;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8.5pt;
	color:#000000;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:visited  {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:active   {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:hover    {
	text-decoration: underline;
	color:#000000;
	font-weight: normal;
	font-size: 8.5pt;
}


/* the #container selector */

#contentcontainer { 
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLt #sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	width: 260px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 6px 10px 5px 15px; /* top right bottom left padding create visual space within this div  */
}
#sidebar1 h3, .twoColHybLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}





/* Estilos requeridos para formato de interuores a 2 columnas */

.2colfijas #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background: #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.2colfijas #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.2colfijas #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.2colfijas #col1 {
	float: right; /* since this element is floated, a width must be given */
	width: 470px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 15px 10px 15px;
}
.2colfijas #mainContent { 
	text-align: justify;
	margin: 0 490px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.2colfijas #headertext {
	text-align: justify; 
	margin: 0 90px 0 90px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.2colfijas #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.2colfijas #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




