﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/*
.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url('gradient_LtGray.jpg');
}
.containerrow2_gray {
	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: #DDDDDD;
}

*/
.Titulo
{
	text-align:left;
}
.Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fc6f02;
	text-decoration: none;
/*	background-image: url('arrow.jpg');*/
	background-repeat:no-repeat;
	/*padding-left: 20px;*/
	text-align:left
}

#dnn_ctr384_ModuleContent
{
	background-image: url('bk_books.gif');
	background-color: #FDF9BC;
	background-repeat:no-repeat;
	width:186px;
	text-align:left
}
#dnn_ctr384_ModuleContent ul
{
	margin-left:20px!;
	margin-top: 120px;
	color:#FF0000;
	margin-bottom:20px;
	list-style-type:circle;
}
#dnn_ctr384_ModuleContent li
{
	display:list-item;
	list-style-type:disc;
	padding-top:5px;
	padding-bottom:5px;
}
#dnn_ctr384_ModuleContent a 
{
	color:#FF0000;
	font-weight: bold;
	list-style-type:circle;
}
#dnn_ctr384_ModuleContent span
{
}

.linksDesarrolloSocial
{
	position:relative;
	float:left;
	width:190px;
	text-align:left;
	background-color:#E5E5E5;
	height: 120px;
	overflow:hidden;
}

.linksDesarrolloSocial ul
{
	position:relative;
	width:190px;
	float:left;
}
.linksDesarrolloSocial li
{
	position:relative;
	width:80px;
	width:95px!;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	display:inline;
	list-style-type:disc;
	list-style-position:inside!;
	margin-left:-20px!;
}
.linksDesarrolloSocial a
{
	color:#FF0000;
	display:list-item;
	font-weight:bold;
}


#dnn_ctr371_dnnTITLE_lblTitle
{
	background-image: url('bk_books.gif');
	height:130px;
	width:186px
}

#dnn_ctr371_ContentPane
{
	background-color: #FDF9BC;
}


.Acciones
{
	text-align:right;
}
.NoticiasList
{
	position:relative;
	float:left;
	background-image: url('bk_modulo.gif');
	background-repeat:repeat-x;
	margin-top:20px;
	width:101%;
	display:inline;
	margin-left: -1px;
}


.ResumenNoticias
{
	position:relative;
	float:left;
	width:184px;
	text-align:left;
	margin-left: 10px;
	height:500px;
	overflow:hidden;
}
.ResumenNoticiasImagen, .ResumenNoticiasTitulo, .ResumenNoticiasContenido
{
	width:180px;
	overflow:hidden;
	
}
.ResumenNoticiasContenido
{
	height:250px;
	overflow:hidden;
}
.ResumenNoticiasImagen
{
	height:200px;
}

.LeerMas
{
	position:relative;
	background-image:url('ver_mas.jpg');
	background-repeat:no-repeat;
	height:9px;
	width:35px;
	overflow:hidden;
	text-decoration:none
}
.LeerMas:hover
{
	text-decoration:none;
}

.LeerMas span
{
	font-size:9px;
	position:relative;
	left:-100px;
	color:#FFFFFF;
}
.divLeerMas
{
	text-align:right;
}

.divComments
{
	text-align:right;
}


