/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	/* background-color: #dfe5f2; */
	 background-color:#DBF5F9;
	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;
	*/
	color:black !important;
}

.containermaster_blue span, .containermaster_blue div, .containermaster_blue p ,.containermaster_blue td,
.containermaster_blue a,.containermaster_blue a:hover, .containermaster_blue .Head{
	color:black !important;
}


.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
	border-bottom:solid 1px black;
	height:30px;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	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; 
	cursor: hand; 
	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; 
	cursor: hand; 
	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; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DCE5F8;
	
	
}


/* DISEÑOS CONTENEDOR */

.ficha_container
{
	background-color:White;
	color:black;
	border-right:solid 1px white;
	border-bottom:solid 1px white;	
	border-left:solid 1px white;	
	border-top:solid 1px white;	
	margin-bottom:20px;
	text-align:left;

}
#contenido .ficha_container span,
#contenido .ficha_container label
{
	font-size:12px;	
		color:black;
}


#contenido .ContentPane .ficha_container a
{
		color:black;
}

.container_cabecera
{	
	background-color:#3772D8;	 
	height:30px;
	
}

.container_cabecera .Head
{	
	 color:white !important;	
}

.ficha_container_pie
{
	background-color:#3772D8;	 
	height:20px;
}

.ficha_container_pie table td
{

}


.ficha_container_pie table td 
{
	/*
	height:50px;	
	border:dotted 1px red;
*/
	height:20px;
	text-align:left;
	

}

.ficha_container_pie hr
{
	display:none;
}



#contenido .ContentPane .ficha_container .ficha_container_pie table td a
{
color:White;
}
	
#contenido .ContentPane .ficha_container .ficha_container_pie table td a:hover
{
	color:White !important;
}
	
	
/* Menú desplegable de cabecera de container */
	
.ModuleTitle_MenuItem
{
	/* background-color:Blue; */
}



.container_ficha > div
{
	 display:none; 
}


.container_ficha div:first-child {
    display: block;
}


.container_ficha > div.pie
{
	 display:block;	
}


.ficha_vertical
{
	display:block !important;
	padding:0;
	overflow:hidden;
	min-height:150px;
}


.Head 
{
	font-size:0;
	height:0;
}
	
.ficha_vertical{
	display:block;
}
	
.ficha_vertical p 
{
	display:block;
	width:200px;
	float:left;
	margin:0;
	padding:0;
}

.ficha_vertical h2
{
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	color:#6A2977;
	display:block;
	width:650px;
	min-height:20px;	
	float:left;
	margin:0;
	padding:0;
	margin-left:20px /*!important*/;
	clear:right;	
	font-weight:bold;
}

.ficha_vertical .Normal div
{
	display:block;
	width:650px;
	float:left;
	margin-left:20px;
	height:120px;
}

.ficha_vertical .Normal div p
{
	display:block;
	width:100%;
	clear:both;
	float:none;
	margin:5px;
	padding:auto;
	text-align:justify;	
}

.ficha_vertical .Normal div {
}

.marco_ficha{
	height:123px;
	width: 200px;
	margin:0;
	position:absolute;
	top:15px;
	left:0;
}















