/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
	background-color: #FFFFFF;
	margin: 0px;
}
.contenido td
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 100%;
	color: #3f3f3f;
    }
DIV, P
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 100%;
    color: #3f3f3f;
}
h1
{
    font-family: Tahoma, Arial, Verdana;
    color: #17365d;
    font-weight: bold;
}
.pie_fondo {
	background-image: url(imagenes/pie_fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #023467;
}
.submenu_fondo {
	background-image: url(imagenes/submenu_fondo.jpg);
	background-repeat: repeat-y;
}
a:link {
	text-decoration: none;
	color: #17365d;
}
a:visited {
	text-decoration: none;
	color: #17365d;
}
a:hover {
	text-decoration: none;
	color: #17365d;
}
a:active {
	text-decoration: none;
	color: #17365d;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	font-size: 100%;
}
a.textoblanco:link, a.textoblanco:active, a.textoblanco:visited
{
    color:White;
    }
a.textogris:link, a.textogris:active, a.textogris:visited
{
    color: #999999;
    font-size: 100%;
	font-family: Tahoma, Arial, Verdana;
    font-weight: normal;
    }
a.textoazul:link, a.textoazul:active, a.textoazul:visited
{
    color: #17365d;
    font-size: 100%;
	font-family: Tahoma, Arial, Verdana;
    font-weight: normal;
    }
.style7 {
	color: #999999;
	font-size: 100%;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
}
.style8 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	font-size: 100%;
}
.menu_fondo {
	background-image: url(imagenes/menu_fondo.jpg);
}
td .menu
{
    /*background-color:#807FFE;
    font-weight:bold;
    color: #FFFFFF; */
    }
/* Main Menu */

.MainMenu_MenuContainer 
{
    /*para que el menu este al 100% */
    width:100%;
}

.MainMenu_MenuItem 
{
    /*cada item*/
    background-color:#807FFE;
    height:21px;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt; 
	font-weight:bold;
	text-align: center;
	width:200px;
}

.MainMenu_MenuIcon 
{
    /*icono en los submenus*/
    display: none;
}

.MainMenu_SubMenu 
{
    /*cuadro completo del submenu*/
    background-color:#CCDEEB;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: #807FFE 1px solid; 
	border-left: #807FFE 1px solid; 
	border-top: #807FFE 1px solid; 
	border-right: #807FFE 1px solid;
	font-family: Arial, Tahoma, Verdana; 
	font-size: 10pt; 
	color: #FFFFFF;
	text-align: left;
	width:200px;
}

.MainMenu_MenuItemSel 
{
    /*over en los menus de la raiz*/
     background-color:#666666;
    height:21px;
    font-family: Arial, Tahoma, Verdana;
	font-size: 10pt; 
	color: #FFFFFF; 
	text-align: center;
}
.MainMenu_RootMenuArrow 
{
    /*flecha para indicar submenu en la raiz*/
			font-family: webdings; 
	color:#FFFFFF;
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
	width:5px;
}
.MainMenu_ArrowTransparente
{
    /*flecha para indicar submenu en submenus*/
   display: none;
}
.MainMenu_Activo  
{
    /*para indicar cual menu esta activo, y el over de los submenus*/
    background-color:#666666;
    height:21px;
    font-family: Arial, Tahoma, Verdana;
	font-size: 10pt; 
	color: #FFFFFF;
	text-align: center;
}
.MainMenu_Separator 
{ 
    color:White;
}
.MainMenu_MenuBreak 
{
    /*no lo estoy usando*/
    background-color:Transparent;
    width:2px;
    height:21px;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:21px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	/*font-size: 9pt; */
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
        text-align:left;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	/*font-size: 9pt; */
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	/*background-color: #cad5ea;  */
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	/*padding: 1px 1px 1px 1px;   explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	/*height: 1px;
	font-size: 1px;*/
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	/*font-size: 10pt; */
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	/*font-size: 10pt; */
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  /*font-size: 11px;*/
  font-weight: normal;
}
.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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   /*font-size:  18px;*/
   font-weight: normal;
   color: #333333;
}
@import url("css/variations/stylesheetwidget.css");