/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagecontainer {
    width: 100%;
    height: 100%;
    Background-color: #999999;
}
.contentcontainer{
    width: 752px;
    height: 100%;
    background-color: #ffffff;    
}
.lineafecha{
    width: 752px;
    height: 15px;
    background-color: #ffffff;    
}
.celdalogo{
    width: 752px;
    height: 100px;
    background-color: #ffffff;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow:hidden;  
}
.encabezado{
    width: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;  
}
.MenuContainer
{
    background-color: #FF0000;
    width: 100%;
}
.FooterContainer
{
    background-color: #CFFDFB;
    width: 100%;
}
.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #444444;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: Navy;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: Navy;
}

A.SkinObject:hover
{
	text-decoration: underline;
	color: Navy;
}

A.SkinObject:active
{
	text-decoration: none;
	color: Navy;
}
.Main_DNNMenu_ContainerSub
{
background-color:#FF0000;
border-right: solid 1px #444444;
border-bottom: solid 1px #444444;
border-top: solid 1px white;
border-left: solid 1px white;
z-index: 1000;
cursor: pointer;
cursor: hand;
padding: 1px 1px 1px 1px;
}
.Main_DNNMenu_NodeRoot
{
cursor: pointer;
cursor: hand;
color: White;
font-size: 10pt;
font-weight: bold;
font-style: normal;
font-family: Tahoma, Arial, Helvetica;
background-color: Transparent;
white-space: nowrap;
padding: 0px 10px 0px 5px;
}
.Main_DNNMenu_Node td
{
cursor: pointer;
cursor: hand;
color: White;
font-size: 10pt;
font-weight: bold;
font-style: normal;
font-family: Tahoma, Arial, Helvetica;
background-color: Transparent;
white-space: nowrap;
padding: 1px 3px 3px 1px;
}
.Main_DNNMenu_NodeHover
{
background-color: Navy;
color: White;
}
.Main_DNNMenu_NodeHover td
{
background-color: Navy;
color: White;
}
.main_dnnmenu_rootitem_selected
{
cursor: pointer;
cursor: hand;
color: White;
font-size: 10pt;
font-weight: bold;
font-style: normal;
font-family: Tahoma, Arial, Helvetica;
background-color: Navy;
white-space: nowrap;
padding: 0px 10px 0px 5px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}



































































