/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg1
{
	/*background-image: url(images/back_tit.jpg);*/
	background-image: url(images/fondo1.jpg);
}

.HeadBg2
{
	/*background-image: url(images/back_tit.jpg);*/
	background-image: url(images/fondo3.jpg);
}	

.HeadBg3
{
	/*background-image: url(images/back_tit.jpg);*/
	background-image: url(images/fondo4.jpg);
}	

.HeadBg4
{
	/*background-image: url(images/back_tit.jpg);*/
	background-image: url(images/fondoR.jpg);
}	

/* background color for the content part of the pages */
Body
{
    background-color: blue;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Tahoma, Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    /*background-color: #006699;*/
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: #006699;
	border-bottom-color: #006699;
	clip: rect(0px 0px 0px 0px);
	border-top-style: solid;
	border-top-color: #006699;
	border-right-style: solid;
	border-left-style: solid;
	/*background-color: #006699;*/
	border-right-color: #006699;
	border-bottom-style: none;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
   
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:black;

}

A.SiteLink:visited  {
    text-decoration:    none;
    color:black;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:black;
  
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:red;
          
}

/* style for separator between site links */
.Accent
{	color: black;
    font-weight: bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: GREEN;
    border-width: 0px;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Helvetica, Verdana, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Tahoma, Arial;
	color: #000000;
}

.mini
{
	font-size: 11px;
	font-family: Tahoma, Verdana,  Arial;
	color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: red;
   
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: red;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: red;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: green;
}
    



/* GENERIC */
H1
{
	font-weight: normal;
	font-size: 20px;
	color: #cc0000;
	font-family: Verdana, Helvetica, sans-serif;
}

H2
{
	font-weight: normal;
	font-size: 18px;
	text-transform: capitalize;
	color: mediumblue;
	font-family: Verdana, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: underline;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  black;

}

A:visited
{
	color: darkred;
	text-decoration: none;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
  
    
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


.menu:link {
    color: white;
	font-weight: bold;
	font-size: x-small;
	font-family: Verdana, Tahoma;
}

.menu:visited  {
    color: white;
}

.menu:active   {
    color: yellow;
}

.menu:hover
{
	color: red;

}
    

.HREF
{
	font-weight: bold;
	font-size: x-small;
	color: #000099;
	font-family: Tahoma, Verdana;
	background-color: gainsboro;
	text-decoration: underline;
}
.text_box
{
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	color: #660000;
	font-family: Verdana;
}
BODY
{
	background-image: url(images/bckg.gif);
}
.menu_vertical_der
{
	background-image: url(sysimages/menuimgder.gif);
}

.menu_vertical_izq
{
	background-image: url(sysimages/menuimgizq.gif);
}

.Noticias_Columna1
{
	background-image: url(images/agus.jpg)
	
}
.Titulo_Noticia_Columna1
{
	border-right: #660000;
	border-top: #660000;
	text-transform: none;
	border-left: #660000;
	color: #FFFFFF;
	border-bottom: #660000;
	font-family: Verdana, 'Microsoft Sans Serif';
	background-color: blue; 	/*#000066;*/
	text-align: left;
}

.Titulo_Noticia1_Label
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #000066;
	font-family: Verdana, Microsoft Sans Serif;
	text-align: left;
	
}
.Formato_Noticia1
{
	border-right: gray thick outset;
	border-top: gainsboro thick outset;
	border-left: gainsboro thick outset;
	border-bottom: gray thick outset;
	border-width: 2px;
}

.DataNoticia
{
	border-right: #660000 1px groove;
	border-top: #660000 1px groove;
	text-transform: capitalize;
	border-left: #660000 1px groove;
	color:#000066;
	border-bottom: #660000 1px groove;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	background-color: #00cc33;
	text-align: left;
}
.Contenido_Centro
{
	border-right: gray thick outset;
	border-top: gainsboro thick outset;
	border-left: gainsboro thick outset;
	border-bottom: gray thick outset;
	border-width:5px;
	color:#000066;
	font-family:  Arial, Verdana, 'Microsoft Sans Serif';
	font-size: 10px;
	background-color: #FFFFEE;
	text-align:justify;
	padding-right:8px;
	padding-left:8px;
	text-transform:none;

}	

.Contenido_Religioso
{
	border-right: gray thick outset;
	border-top: gainsboro thick outset;
	border-left: gainsboro thick outset;
	border-bottom: gray thick outset;
	border-width:5px;
	background-image:url(images/1332252.GIF);
	color:#000066;
	font-family:  Verdana, 'Microsoft Sans Serif';
	font-size: 12px;
	background-color: #FFFFEE;
	text-align:justify;
	padding-right:8px;
	padding-left:8px;
	text-transform:none;

}	
.Nombre_Religioso
{
	background-image:url(images/1345341.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:Arial Black;
	font-style:italic;
}
.Tabla_Religioso
{
	background-image:url(images/bcktb.jpg);
}

.Texto_Noticia1
{
	font-weight: normal;
	font-size: 11px;
	line-height: 10px;
	font-family: Verdana, Tahoma;
	color:#ffffff;
}

.Titulo_Texto_Noticia1
{
	font-weight: bold;
	font-size: 12px;
	line-height: 10px;
	font-family: Verdana, Tahoma;
	color:#cc0000;
}

.fila1_calendario
{
	border-right: gray thick outset;
	border-top: gainsboro thick outset;
	border-left: gainsboro thick outset;
	border-bottom: gray thick outset;
	border-width:3px;
	color:#000000;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	/*background-color: #990000;*/
	text-align: left;
	font-size: 13px;
	

}
.fila2_calendario
{
	border-right: gray thick outset;
	border-top: gainsboro thick outset;
	border-left: gainsboro thick outset;
	border-bottom: gray thick outset;
	border-width:3px;
	color:#CC0000;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	text-align: left;
	font-size: 13px;
}

.Titulo_Calendario
{	border-right: #dcdcdc 3px outset;
	border-top: #dcdcdc 3px outset;
	text-transform: capitalize;
	border-left: #dcdcdc 3px inset;
	color:#CC0000;
	border-bottom: #dcdcdc 3px outset;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	background-color: #00afff;
	text-align: center;
}

/*====================================== */
/*Hojas de estilo para Noticia 1 Columna */
.FormatoTablaNoticia1
{
	/*border-right:gray thick outset;
	border-top: gainsboro thick outset;
	border-left: gainsboro thick outset;
	border-bottom: gray thick outset;*/
	border-width: 2px;
}
.CeldaTituloNoticia1 /*Celda Externa Superior no agregar nada */
{
	color: #FFFFFF;
	text-align: Center;
}

.TextoTituloNoticia1
{
	font-weight: bold; /*Estilo*/
	line-height: 20px;
	font-size: 16px; /*Tamaņo*/
	background-image: url(images/FondoNoticia.gif);
	/*background-color: #000066; /*#000066; Color Fondo*/
	font-family: Tahoma, Verdana, Arial; /*Tipo de Letra*/
}
.TituloContenidoNoticia1
{
    font-family: Tahoma, Verdana, Arial;
    font-size:  12px;
    font-weight: Bold;
    color: #000066;
    background-color: #E3EBFB;
	text-align:center;
}
.TextoContenidoNoticia1
{
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	/*font-size: 12px;
	font-weight: normal;*/
	color: blue;   
	text-align: justify;
}

/*==================================== */
/*Hojas de estilo para Documento HTML */
.FormatoTablaDocHTML
{
	border-right: gray thick outset;
	border-top: gainsboro thick outset;
	border-left: gainsboro thick outset;
	border-bottom: gray thick outset;
	border-width: 0px;
}
.TextoContenidoDocHTML
{
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Tahoma, Verdana, Arial;
}
/*============================= */
/*Hojas de estilo para Anuncio */
.TituloContenidoAnuncio
{
    font-family: Tahoma, Verdana, Arial;
    font-size:  12px;
    font-weight: Bold;
    color: #464600;
    border-width: 0px;
}
.TextoContenidoAnuncio
{
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Tahoma, Verdana, Arial;
}
/*======================================*/
/* Titulo Generla de Objetos del portal */
.FormatoTablaPortal
{
	border-right: gray thick outset;
	border-top: gainsboro thick outset;
	border-left: gainsboro thick outset;
	border-bottom: gray thick outset;
	border-width: 0px;
}
.CeldaTituloPortal
{
	color: #000066;
	/*background-color: #b6becb ; /*Color Fondo Celda de los titulos*/
	background-image: url(images/FondoNoticia.gif);
	text-align: Center;
	font-weight: bold; /*Estilo*/
}
.TextoTituloPortal
{
	font-size: 12px;
	color: #f1f1f1;
	line-height: 18px;
	font-family: Verdana, Arial;	
}