/* 
====================================================
 Estilos para los contenedores de modulos de Noticia
====================================================
*/   

.ContainerModuloNoticias
{
	width: 250px;
	overflow: hidden;
	float: right;
	background-color: #E6E1D4;	
}

.Head
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FF3700;
}

.ContainerMenuModuloNoticias
{
	margin: 10px 10px 10px 10px;
	height: 12px;
	line-height: 12px;
	vertical-align: top;
}

.ContainerModuloContenidoNoticias
{
	padding: 0px 10px 10px 10px;
	height: 290px;
	vertical-align: top;
	color: #414141;
}

.BordeRedondeadoADBeige
{
    height: 10px;
    line-height: 10px;
    background: url("BordeRedondeadoADBeige.jpg") no-repeat bottom right;
}

.NoticiasBordeRedondeadoAD
{
	background-image: url("BordeRedondeadoAD.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.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: Verdana; 
	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; 
	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: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar 
{
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/****************************/
/*	CSS para noticias		*/
/****************************/

.NoticiaTitulo
{
	text-align: justify;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #FF3700;
}

a.NoticiaTitulo:link  
{
	text-align: justify;
    text-decoration: none;
    font-weight: normal;
    color: #FF3700;
}

a.NoticiaTitulo:visited   
{
	text-align: justify;
    text-decoration: none;
    font-weight: normal;
    color: #FF3700;
}

a.NoticiaTitulo:hover 
{
	text-align: justify;
    text-decoration: underline;
    font-weight: normal;
    color:  #FF3700;
}

a.NoticiaTitulo:active    
{
	text-align: justify;
    text-decoration: none;
    font-weight: normal;
    color:  #FF3700;
}


.NoticiaDescripcion
{
	text-align: justify;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #414141;	
}