/*================================
    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: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
{
}

/* 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:hover
{
}

A.CommandButton:active
{
}

/* button style for standard HTML buttons */
.StandardButton
{
}

/* GENERIC */
H1
{
}

H2
{
}

H3
{
}

H4
{
}

H5, DT
{
}

H6
{
}

TFOOT, THEAD
{
}

TH
{
}

A:link
{
}

A:visited
{
}

A:hover
{
}

A:active
{
}

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
{
}

.MainMenu_MenuBar
{
}

.MainMenu_MenuItem
{
}

.MainMenu_MenuIcon
{
}

.MainMenu_SubMenu
{
}

.MainMenu_MenuBreak
{
}

.MainMenu_MenuItemSel
{
}

.MainMenu_MenuArrow
{
}

.MainMenu_RootMenuArrow
{
}

/* Login Styles */
.LoginPanel
{
}

.LoginTabGroup
{
}

.LoginTab
{
}

.LoginTabSelected
{
}

.LoginTabHover
{
}

.LoginContainerGroup
{
}

.LoginContainer
{
}
/*  Cuadro negro de contenido con esquinas redondeadas */
.box
{
    width: 98%;
    margin: 0px auto;
    min-width: 20em;
    color: #fff;
}
.box .box_hd .box_c, .box_ft .box_c
{
    font-size: 1px; /* ensure minimum height */
    height: 13px;
}
.box .box_ft .box_c
{
    height: 14px;
}
.box .box_hd
{
    background: transparent url(tl.gif) no-repeat 0px 0px;
}

.box .box_hd .box_c
{
    background: transparent url(tr.gif) no-repeat right 0px;
}
.box .box_bd
{
    background: transparent url(ml.gif) repeat-y 0px 0px;
}
.box .box_bd .box_c
{
    background: transparent url(mr.gif) repeat-y right 0px;
}
.box .box_bd .box_c .box_content
{
    margin: 0px 8px 0px 4px;
    background: #000 url(ms.jpg) repeat-x 0px 0px;
    padding: 1em;
}
.box .box_ft
{
    background: transparent url(bl.gif) no-repeat 0px 0px;
}
.box .box_ft .box_c
{
    background: transparent url(br.gif) no-repeat right 0px;
}
/* content-specific */
.box h1
{
    /* header */
    font-size: 16pt;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}
.box h2
{
    font-size: 1.5em;
    margin: 0px;
    padding: 0px;
    color: lime;
    line-height: 18px;
    text-align: center;
}
.box p
{
    margin: 1.5em 0em 0em 3em;
    padding: 20px;
    font: 1.2em/1.7em arial,tahoma, "sans serif";
    line-height: 22px;
    text-align: justify;
}
.box li
{
    font: 1.2em/1.7em arial,tahoma, "sans serif";
    color: #ffffff;
    font-size: 11pt;
    margin: 0em 0em 0em 0em;
    padding-left: 1px;
    display: block;
    line-height: 25px;
}
.box A:link
{
    font: 1.2em/1.7em arial,tahoma, "sans serif";
    text-decoration: underline;
    color: #ffff66;
}
.box A:hover
{
    font: 1.2em/1.7em arial,tahoma, "sans serif";
    text-decoration: underline;
    color: #ccff66;
}
html > body .box pre
{
    font-size: 1.1em;
}
/*  Inicio área de contenido específico    */
.box_lista
{
    padding: 10px;
}
.box_lista li
{
    color: #ffffff;
    font-size: 12pt;
    margin: em 0em 0em 0em;
    padding-left: 50px;
    display: block;
    background-image: url(bullet1.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-color: transparent;
    vertical-align: text-top;
    list-style-type: none;
    line-height: 30px;
}
.box_lista1 li
{
    color: #ffffff;
    font-size: 12pt;
    margin: em 0em 0em 0em;
    padding-left: 50px;
    display: block;
    background-image: url(checked.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-color: transparent;
    vertical-align: text-top;
    list-style-type: none;
    line-height: 40px;
}
.box_content1
{
    background: transparent url(teclado.gif) no-repeat center 0px;
}
.span1
{
    font-weight: bold;
    font-size: 15pt;
    color: #a52a2a;
}
.box_left
{
    background-color: #daa520;
    margin-left: 40px;
    float: left;
    width: 30%;
    color: #000000;
    padding: 10px;
    border: #b8860b solid;
    height: 400px;
}
.box_left p
{
    margin: 1em 0em 0em 1em;
    padding: 5px;
    line-height: 22px;
}
.box_right
{
    background-color: #daa520;
    margin-right: 40px;
    width: 30%;
    float: right;
    color: #000000;
    padding: 10px;
    border: #b8860b solid;
    height: 400px;
}
.box_right p
{
    margin: 1em 0em 0em 1em;
    padding: 5px;
    line-height: 22px;
}
.box_cita
{
    clear: right;
    background: transparent url(bg_1.gif) repeat;
    margin-left: 50px;
    margin-right: 50px;
}
.box_cita p
{
    font-style: italic;
}
.box_div1
{
    padding: 20px;
    border: #c0c0c0 1px solid;
}
/*  Fin área de contenido específico    */
