/* 
================================
Skin styles for DotNetNuke
================================
*/   

body{	margin-top:15px;
	margin-bottom:15px;
		background-color: #315c62;}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #315c62;


}
.skinmaster {
	height: 100%;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
	background-color:#fff;
}
.skinheader_Lcurve { 
	background-image:url(header_Lcurve.gif); background-repeat:no-repeat; width:19px; height:79px;
}
.skinheader_Rcurve { 
	background-image:url(header_Rcurve.gif); background-repeat:no-repeat; width:19px; height:79px;
}


.contentpane {
	width: 100%;
	background-color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
}
.leftpane {
	width: 40%;
	background-color: #fff;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 6px;
}
.ControlPanel {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:0px;
}
.rightpane {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 6px;
	
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

a.enlace:link{font-family:Arial; color:#003366; text-decoration:none; font-size:15px;}
a.enlace:hover{font-family:Arial; color:#CC0000; font-size:15px;}
a.enlace:visited{font-family:Arial; color:#315c62; text-decoration:none; font-size:15px;}


.menupane {
    padding-top: 0px;
    padding-right: 0px;
}    
   
.MainMenu_MenuContainer {
	background-color: #FFFFFF; 
	background-image: url(menu_strip.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 7px;
	padding-top: 0px;
	width: 100%;
	height: 57px;
	border: 0px solid #FF9900;
	text-align:center;	
}
/* Don't need menu bar in vertical menu
=====================
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
======================
*/
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family:  Tahoma, Arial, Helvetica;
}
.MainMenu_MenuIcon {
	background-color: #FFF56C; 
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 27px;
}
.MainMenu_SubMenu {
	background-color: #8d7c39;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #FF6600; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family:  Tahoma, Arial, Helvetica;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}


===========================
*/
.StandardButton {
  background: #FF9900 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
/* ================================
style for module titles
================================ */
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight: normal;
   color: #907e3a;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead    {
color: #666;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{color: #000;
	font-family: tahoma, arial;
	font-weight: normal;
	font-size: 11px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 11px;
	color: #000
}
.NormalRed
{color: #FF0000;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}
.NormalBold
{	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
/* ==============================
 Style for the following Skin Items (You can change the css class
associated with these objects in the skin.xml file)
- SkinItems -  Login and Register links, Breadcrumb, Copyright, Date,
- Help, Hostname, Privacy, Terms, Search
================================== */

/* This is the Date eg. any items that are not links */
.SkinItem {
	color: #315C62;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link {
	color: #315C62;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}

A.SkinItem:visited  {
	color: #315C62;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}

A.SkinItem:active   {
	color: #315C62;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}

A.SkinItem:hover    {
	color: #315C62;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}



.SkinItem2 {
	color: #CBB665;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.SkinItem2:link {
	color: #CBB665;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}

A.SkinItem2:visited  {
	color: #CBB665;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}

A.SkinItem2:active   {
	color: #CBB665;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}

A.SkinItem2:hover    {
	color: #CBB665;
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}


/* =======================
 HTML Tag Styles 
=========================== */


H1  {font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	color: #CCC;
}

H2  {font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

H3  {font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}

H4  {font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
}

H5, DT  {font-family: verdana, tahoma, arial;
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
}

H6  {font-family: verdana, tahoma, arial;
	font-size: 9px;
	font-weight: normal;
	color: #CCC;
}

.banner {
	background-image:url(banner.jpg); width:772px; height:208px; margin-top:10px;
}
.floatleft { 
	float:left; margin-right:5px;
}

.justify {
	text-align:justify
}
 
li {
	list-style:none;
	list-style-image:url(arrow2.gif);
	line-height:10px;
	padding-bottom:10px;


}
.tm7{padding-top:7px}

.footerBg{background-image:url(footer_background.jpg); background-repeat:no-repeat; height:39px;}

.footerBg2{background-image:url(footer_background2.jpg); background-repeat:no-repeat; height:39px;}

.footerBg3{background-image:url(footer_background3.jpg); background-repeat:no-repeat; height:39px;}

.toplinkspane{padding:7px 0px 0px 0px}

.FooterTxt
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.FooterTxt:link
{
	text-decoration: none;
	color: #ffffff;
}

A.FooterTxt:visited
{
	text-decoration: none;
	color: #ffffff;
}

A.FooterTxt:hover
{
	text-decoration: none;
	color: #ffffff;
}

A.FooterTxt:active
{
	text-decoration: none;
	color: #ffffff;
}



.pietexto
{
	font-weight: 300;
	font-size: 7pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.pietexto:link
{
	font-weight: 300;
	font-size: 7pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.pietexto:visited
{
	font-weight: 300;
	font-size: 7pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.pietexto:hover
{
	font-weight: 300;
	font-size: 7pt;
	color: #28575d;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

