/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

.SkinObject {
    font-weight: normal;
    font-size: 7.5pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* Color de cajas de formularios */
.FormTextBox
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
	background-color: #f8f8f8;
    font-weight: normal;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#ffffff;
}

/* Fecha y Hora */
.cssFecha {
    font-weight: normal;
    font-size: 7.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.cssFecha:link {
    text-decoration:    none;
	font-familiy: tahoma, verdana, arial;
	font-size: 11px;
    color:#000000;
}

A.cssFecha:visited  {
    text-decoration:    none;
    color:#000000;
}

A.cssFecha:active   {
    text-decoration:    none;
    color:#000000;
}

A.cssFecha:hover    {
    text-decoration:    underline;
    color:#000000;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    letter-spacing: 1px;
    font-weight:    bold;
    color: #00205F;
}

/* Estilo para títulos de páginas */
.Titulos   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    letter-spacing: 1px;
    font-weight:    bold;
    color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal, P, BLOCKQUOTE, PRE, UL, LI
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #565b5e;
    line-height: 16px;
    letter-spacing: 1px;
	text-align: justify;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.iframecss
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #565b5e;
    line-height: 18px;
    letter-spacing: 1px;
	text-align: justify;
	border-color:#999999;
}

.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: "#ffffff"; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: #858585 1px solid; 
	border-top: #858585 1px solid; 
	border-right: #858585 0px solid;
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #858585; 
	text-align: center; 
	width: 15; 
	height: 22;
	border-left: white 0px solid; 
	border-bottom: #858585 1px solid; 
	border-top: #858585 1px solid; 
	border-right: white 0px solid;	
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
	background-color: #858585; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=5); 
}

.MainMenu_MenuBreak {
	border-bottom: #858585 1px solid; 
	border-left: #00205F 0px solid; 
	border-top: #858585 1px solid;  
	border-right: #00205F 0px solid; 
	background-color: #858585; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #00205F;
	border-left: white 0px solid; 
	border-bottom: #858585 1px solid; 
	border-top: #858585 1px solid; 
	border-right: white 0px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-left: white 0px solid; 
	border-bottom: #858585 1px solid; 
	border-top: #858585 1px solid; 
	border-right: white 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* ESTILOS DE TTULOS PARA TEXTOS DE CONTENIDOS */
.TituloTextoPalmares {
	color: #858585; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.ContenidosTextos
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: normal;
    color: #565b5e;
    line-height: 18px;
    letter-spacing: 1px;
}

.ContenidosTextosTips
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #565b5e;
    line-height: 12px;
    letter-spacing: 1px;
	text-align: left;
}

/* ESTILO PARA BUSCADOR DE LOCALES */
.pomLocalesNombre {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}
.pomLocalesCategoria {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.pomLocalesTelefono {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #565b5e;
}

.pomLocalesNumero {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #565b5e;
}

.pomLocalesDescripcion {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #565b5e;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: justify;
}

.pomLocalesMapaDatos {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.pomLocalesMapaNombre {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	align: center;
}

.pomLocalesDestacadosNombre
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00205F;
}

.pomLocalesDestacados
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #565b5e;

}

.pomCines
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/* Estilo para la Visualizacion de Notas*/
.NotaCategoria
{
    font-weight: bold;
    font-size: 10;
    color: #FDB826;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;	
}

.NotaTitulo
{
    font-weight: bold;
    font-size: 12px;
    color: #0d1664;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.NotaFuente
{
    font-weight: normal;
    font-size: 7pt;
    color: #0d1664;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;	
}

.NotaFecha
{
    font-weight: normal;
    font-size: 7pt;
    color: #0d1664;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;	
}

.NotaDetalleCorto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 12px;
	letter-spacing: 0px;

}

/* Estilo para Visualizacin de 1 nota */
.NotaCategoriaAmpliada
{
    font-weight: bold;
    font-size: 12;
    color: #FDB826;
    font-family:  Verdana, Tahoma,  Arial, Helvetica;
    text-decoration: none;	
}

.NotaAmpliadaTitulo
{
    font-weight: bold;
    font-size: 16;
    color: #0d1664;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;	
}

.NotaAmpliadaFuente
{
    font-weight: normal;
    font-size: 7pt;
    color: #0d1664;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;	
}

.NotaAmpliadaFecha
{
    font-weight: bold;
    font-size: 7pt;
    color: #0d1664;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;	
}

.NotaAmpliadaDetalle
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	letter-spacing: 1px;
}

/* Estilo para la Visualizacion de Eventos*/
.EventoCategoria
{
    font-weight: normal;
    font-size: 10;
    color: #666666;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;	
}

.EventoTitulo
{
    font-weight: bold;
    font-size: 12px;
    color: #0d1664;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.EventoFuente
{
    font-weight: normal;
    font-size: 7pt;
    color: #0d1664;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;	
}

.EventoFecha
{
    font-weight: normal;
    font-size: 7pt;
    color: #666666;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.EventoDetalleCorto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;

}

/* Estilo para Visualizacin de 1 Evento */
.EventoCategoriaAmpliada
{
    font-weight: normal;
    font-size: 10;
    color: #666666;
    font-family:  Verdana, Tahoma,  Arial, Helvetica;
    text-decoration: none;	
}

.EventoAmpliadoTitulo
{
    font-weight: bold;
    font-size: 14;
    color: #0d1664;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;	
}

.EventoAmpliadoFuente
{
    font-weight: normal;
    font-size: 7pt;
    color: #0d1664;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;	
}

.EventoAmpliadoFecha
{
    font-weight: normal;
    font-size: 7pt;
    color: #0d1664;
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;	
}

.EventoAmpliadoDatos
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #565b5e;
    line-height: 16px;
    letter-spacing: 1px;
	text-align: justify;
	
}


.EventoAmpliadoDetalle
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 12px;
	letter-spacing: 1px;
}


