/* ================================
    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 {
	background-color: #004085;
	padding-top: 0px;
	padding-bottom: 0px;
}
.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  {
	color: #333333;
	font-family: Arial, Tahoma, verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align : left;
	line-height : 15px;
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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 {
	color: #333333;
	font-family: Arial, Tahoma, verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align : left;
	line-height : 15px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	background-color: #FFFFFF;
	border-bottom: 1px solid #B2D1E0;
	border-left: 1px solid #B2D1E0;
	border-right: 1px solid #B2D1E0;
	border-top: 1px solid #B2D1E0;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 7pt;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #003366;
	font-family: Vernada, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

A.CommandButton:visited {
	color: #003366;
	font-family: Vernada, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

A.CommandButton:hover {
	color: #FF0000;
	font-family: Vernada, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
    
A.CommandButton:active {
	color: #003366;
	font-family: Vernada, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

/* button style for standard HTML buttons */
.StandardButton {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color: #0066CC;
	font-family: Vernada, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

A:visited   {
	color: #0066CC;
	font-family: Vernada, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	color: #0066CC;
	font-family: Vernada, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

A:active    {
	color: #0066CC;
	font-family: Vernada, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
	background-color: #FFFFFF;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #D9E3ED;
}
.MainMenu_MenuItem {
	color: #004085;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align : left;
	text-decoration: none;
	background-color: #D9E3ED;
	border-width: 0 0 0 0;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	text-align: left;
	width: 15px; 
	height: 100%;
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
	background-color: #FFFFFF;
	height: 1px;
}
.MainMenu_MenuItemSel {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align : left;
	text-decoration: none;
	background-color: #008B8C;
	border-width: 0 0 0 0;
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}
/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/* Estilos ESE */
.BgFecha
{
	background-color : #008B8C;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-serif, Verdana, Tahoma;
	font-size: 9px;
}
.BgCabezote
{   
	background-color: #004085;
}
.BgDireccion
{   
	background-color: #D9E3ED;
	color: #4CAEAE;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align : center;
}
.BoxSearch
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #B2D1E0;
	border-left: 1px solid #B2D1E0;
	border-right: 1px solid #B2D1E0;
	border-top: 1px solid #B2D1E0;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 7pt;
}

.BgDesign
{   
	background-color: #D9E3ED;
	color: #999999;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align : center;
}
.FontTituloInicio
{
	color: #008B8C;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align : left;
}
.TituloNoticia
{
	color: #004085;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align : left;
}
.TextNoticias
{
	color: #004085;
	font-family: Arial, Tahoma, verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align : left;
	line-height : 15px;
}
.LinkDesign:link {
	color: #999999;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align : center;
   text-decoration: none;
}
.LinkDesign:active {
	color: #999999;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align : center;
   text-decoration: none;
}
.LinkDesign:visited {
	color: #999999;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align : center;
   text-decoration: none;
}
.LinkDesign:hover {
	background-color : #66CC00;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align : center;
   text-decoration: none;
}
.LinkInicio:link
{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 9px;
	font-weight: normal;
	text-align : center;
   text-decoration: none;
}
.LinkInicio:active
{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 9px;
	font-weight: normal;
	text-align : center;
   text-decoration: none;
}
.LinkInicio:visited
{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 9px;
	font-weight: normal;
	text-align : center;
   text-decoration: none;
}
.LinkInicio:hover
{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 9px;
	font-weight: normal;
	text-align : center;
   text-decoration: none;
}
.FontTextGeneral
{
	color: #333333;
	font-family: Arial, Tahoma, verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align : left;
	line-height : 15px;
}
