/* ================================
    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
{
}
.formbox
{
    width: 215px;
}
.formbox .parrafo
{
    line-height: 14px;
    font-size: 11px;
    padding: 5px 0px;
    font-weight: bold;
    color: #696969;
    font-family: Arial;
    text-align: left;
}
.formtexto
{
    float: left;
    margin: 0 5px 0 0;
}
.formbox input[type=text]
{
    border-right: #c0c0c0 2px solid;
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 2px solid;
    padding: 2px 5px;
    width: 130px;
}
.formbox .formboton
{
}
.formboton
{
    float: right;
    width: 55px;
    height: 19px;
    margin: 3px 0 0 0;
	background: url(boton.png) left top;
}
.formboton a:link, .formboton a:visited
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    font-weight: bold;
	color: #FFFFFF;
    text-decoration: none;
    margin-left: 10px;
}
.formboton a:hover
{
	color: #ffcc00;
    text-decoration: underline;
}
.clear
{
    clear: both;
}
.parrafo
{
    text-align: justify;
}
.tituloparrafo
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #002361;
    font-size: 12px;
    font-weight: bold;
}
.parrafo p
{
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}
p
{
    font-size: 12px;
    padding: 0px 0px 5px 0px;
    margin: 0;
    color: #696969;
    line-height: 14px;
    font-family: Arial;
    text-align: left;
}
a:link p
{
    color: #191970;
}
a:hover p
{
    color: #ffcc33;
}
a:visited p
{
    color: #191970;
}
.fondotel
{
    background: url(fondotel.gif) no-repeat left center;
    padding: 0 0 0 35px; 
}
.fondotel .numtel
{
    letter-spacing: 3px;
    font-size: 28px;
    color: #02346f;
}
.linkmail
{
    height: 30px;
    line-height: 30px;
    background: url(mail.gif) no-repeat left center;
    padding: 0 0 0 25px;
    margin-left: 10px;
}
.linkcontacto
{
    height: 30px;
    line-height: 30px;
    background: url(contacto.gif) no-repeat left center;
    padding: 0 0 0 25px;
    margin-left: 10px;
}
.linkmail a:link, .linkcontacto a:link
{
    color: #02346f;
    font-size: 12px;
}
.Settings
{
    text-align: left;
}
/*    
border: #66ff33 1px solid;
*/

