/* ================================
    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 {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	text-align: left;
	background-color: #656565;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

/* background/border colors for the selected tab */
.TabBg {
	background: #CCCCCC;
	padding: 5px;
}

.LeftPane  {
	background: #ffffff;
	padding: 5px;
	border: solid 1px #CCCCCC;
}

.ContentPane  { 
	background: #ffffff;
	padding: 5px;
	border: solid 1px #CCCCCC;
}

.RightPane  { 
	background: #ffffff;
	padding: 5px;
	border: solid 1px #CCCCCC;
}

/* text style for the selected tab */
.SelectedTab {
	background: #CCCCCC;
	padding: 5px;
}

/* 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
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
}

.NormalRed
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #990000;
	margin: 5px 0px 8px 0px;
}

.NormalBold
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #404040;
}

/* 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    {
}
    
/* 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 {
	padding: 0px !important;
	margin: 0px !important;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	padding: 2px;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000;
	margin-top: 6px;
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
	vertical-align: top;
	/*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: #666666; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding: 2px;
}
.MainMenu_MenuArrow {
	font-family: Arial; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	cursor: pointer; 
	cursor: hand;
}


/* SKIN PERSONALIZADO */

p {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #404040;
	margin: 5px 0px 8px 0px;
}
.body {
	background: #ffffff;
}
.logo {
	width: 268px;
	text-align: center;
}
.topShadow {
	background: url(./img/imgTopShadow.gif) repeat-x;
}
.bottomShadow {
	background: url(./img/imgBottomShadow.gif) repeat-x;
}
.leftShadow {
	background: url(./img/imgLeftShadow.gif) repeat-y;
}
.rightShadow {
	background: url(./img/imgRightShadow.gif) repeat-y;
}
.bodyPadding {
	padding: 4px 0px 4px 0px;
}
.footer {
	background: url(./img/imgFondoFooter.gif) repeat-x;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.empresas {
	background: #666666;
	border-top: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
	padding: 8px 0px 8px 0px;
}
.fondoMenu {
	background: url(./img/imgFondoMenu.gif) repeat-x;
	vertical-align: top;
	height: 65px;
}
.button {
	background: url(./img/imgButtonDeco.gif) no-repeat top left;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
}
.buttonOver {
	background: url(./img/imgButtonDecoOver.gif) no-repeat top left;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
}
.menuArrow {
	background: url(./img/imgSeccionBullet.gif) no-repeat bottom right;
	width: 10px;
}
.menuSeparator {
	background: url(./img/imgMenuSeparator.gif) no-repeat top;
	padding: 0px 10px 0px 10px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	height: 45px;
	vertical-align: top;
}
.fondoSubmenu {
	background: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}
.submenuSeparator {
	background: url(./img/imgSubmenuSeparator.gif) repeat-x;
}
.submenuBoton {
	background: url(./img/imgSubmenuArrow.gif) no-repeat right #ffffff;
	height: 45px;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
}
.submenuBotonOver {
	background: url(./img/imgSubmenuArrowOver.gif) no-repeat right #47cdd5;
	height: 45px;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 15px;
}
.linkMenu {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.linkSubmenuEncabezado {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.linkFooter {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.linkSubmenu {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
}
.linkBody {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #306169;
}
a.linkSubmenu:link {
	color: #404040;
	text-decoration: none;
}
a.linkSubmenu:visited {
	color: #404040;
	text-decoration: none;
}
a.linkSubmenu:hover {
	color: #ffffff;
	text-decoration: none;
}
a.linkSubmenu:active {
	color: #404040;
	text-decoration: none;
}
.fondoProyectos {
	background: #ffffff;
	border-top: solid 1px #c4c4c4;
	padding-top: 5px;
	padding-right: 5px;
}
.fondoPanel {
	background: #ffffff;
	border-top: solid 1px #c4c4c4;
	border-left: solid 1px #c4c4c4;
	padding: 10px;
	vertical-align: top;
}
.leftColum {
	padding: 4px;
	border-right: solid 1px #c4c4c4;
	vertical-align: top;
}
.photoSection {
	padding: 0px 0px 2px 4px;
	border-bottom: solid 1px #c4c4c4;
	vertical-align: top;
}
.photoSectionHome {
	padding: 0px 0px 2px 4px;
	border-bottom: solid 1px #c4c4c4;
	vertical-align: top;
	padding-bottom:225px;
}
.leftSection {
	padding: 4px;
	border-right: solid 1px #c4c4c4;
	vertical-align: top;
}
.rightSection {
	padding: 4px;
	vertical-align: top;
}
.imgLeft {
	border: solid 1px #999999;
	background: #ffffff;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgRight {
	border: solid 1px #999999;
	background: #ffffff;
	padding: 1px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.imgBorder {
	border: solid 1px #999999;
	padding: 1px;
	background: #ffffff;
}
.titulo {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #47cdd5;
}
.logoSeparator {
	border-right: solid 1px #aeaeae;
}
.submenuEncabezado {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 20px;
	height: 25px;
}
.smallPadding {
	padding: 10px;
}
.fondoTab {
	background: url(./img/imgFondoTab.gif) no-repeat;
	height: 26px;
}
.tab {
	background: url(./img/imgTabArrow.gif) no-repeat right;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #404040;
	text-align: left;
	height: 26px;
}
.actions {
	background: transparent;
	width: 10px;
	padding-left: 5px;
}
.actions2 {
	background: #666666;
	width: 10px;
	padding-left: 5px;
}
.newsTab {
	background: url(./img/imgNewsTabArrow.gif) no-repeat right #666666;
	height: 45px;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
.newsTabBottom {
	background: url(./img/imgNewsTabArrow.gif) no-repeat right #666666;
	height: 20px;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
.companyModule
{
	text-align:center;
	padding-top:5px;
}
.smallPadding {
	padding: 10px;
}
.newsModuleGray {
	background: url(./img/imgFondoLeftColum.jpg) repeat-x #efefef;
	border-top: solid 1px #ffffff;
	padding: 10px;
	vertical-align: top;
}