﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray 
{
	width: 100%;
	background-color: #ffffff;
	color:#555555;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:70%;
    text-align:justify;
}

.containerrow1_gray_Content_Marco
{
	border:1px #999999 solid;
}

.containerrow1_gray {
	background-color:#555555;
	height:26px;
}
.containerrow2_gray {
	/*background-color: #ffffff;*/
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer;  
	background-color: #FFFFFF; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer;  
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}

.Normal
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-align:justify;
    color:#555555;
}

/* ------------------------------------------------------------------------ */
.CuerpoLibreta
{
    background-image:url(cuaderno.gif);
    background-repeat:repeat-y;    
    width: 100%;
    
    padding-left:22px;
    padding-right:9px;
    padding-top:5px;
    border:solid 1px #999999;
}

.CabeceraLibreta
{
    width:100%;
    background-color:#555555;
    
	height:16px;
	
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	font-weight:bold;
}

.TextoCabeceraLibreta span
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

.ContenidoLibreta p
{
    color:#555555;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    /*text-align:left;*/
}

.ContenidoLibreta a:visited, .ContenidoLibreta a:link
{
    color:#0099CC;  
    font-weight:bold;  
}

.ContenidoLibreta a:hover
{
    color:#CC3300;    
}

.PieLibreta
{
    width:100%;
    border:none 0px;
}



/*********************************************************************/
/************           Estilos del container sencillo    ************/
/*********************************************************************/

.SimpleContainer
{
	margin-left:10px;
	margin-right:8px;
}

.SimpleContainer .ContainerTitulo
{
	
}

.SimpleContainer .ContainerTitulo .Head
{
	color:#555555;
	font-size:18px;
	font-weight:bold;
	padding:5px;
}

.SimpleContainer .ContainerCuerpo
{
	padding-left:20px;
	padding-right:15px;
}

.SimpleContainer .ContainerPie
{
	text-align:right;
}

/*********************************************************************/
/************           Estilos del container redondeado  ************/
/*********************************************************************/

.RoundContainer
{
	padding:2px;
}

.RoundContainer .ContainerTitulo
{
	height:17px;
	padding-top:2px;
	padding-left:2px;
}

.RoundContainer .ContainerTitulo .Head
{
	font-size:11px;
	font-weight:bold;
	
	white-space:nowrap;
}

.RoundContainer .ContainerCuerpo
{
	background-color:White;
	padding:5px;
}

.RoundContainer .ContainerCuerpo p
{
	margin-top:0px;	
}

.RoundContainer .ContainerCuerpo a:visited, 
.RoundContainer .ContainerCuerpo a:link
{
    color:#0099CC;  
    font-weight:bold;  
}

.RoundContainer .ContainerCuerpo a:hover
{
    color:#CC3300;    
}

.RoundContainer .ContainerCuerpo ul
{
	padding-left:14px;
}

.RoundContainer .ContainerPie
{
	
}

/** colores **/
.RoundContainer_Azul
{
	background-color:#33A1BD;
}

.RoundContainer_Verde
{
	background-color:#8DC100;
}

.RoundContainer_Amarillo
{
	background-color:#F2BC00;
}

.RoundContainer_Naranja
{
	background-color:#F66E00;
}

.RoundContainer_Gris
{
	background-color:#DFDFDF;
}