﻿/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
    
}
/*Header Left Background*/
.HeaderLeftBg
{
	background-image: url('images/bckg_cab.gif');
	background-repeat: repeat-x;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/*Backgroud Footer*/
.FooterBg
{
    background-image: url('images/bckg_cierre2.gif');
	background-repeat: repeat-x;
}

/* 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: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	height: 8px;
	color: #808080;
}
.Welcome{
	color: #003299;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: #017DC3;
	text-align: center;
}


/* background/border colors for the unselected tabs */
.OtherTabsBg {
	background-color: #09A9F3;
	text-align: center;
}

/* text style for the selected tab */
.SelectedTab {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;    
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
    text-decoration: none;
	color: #FFFFFF;
}

A.OtherTabs:visited {
    text-decoration: none;
    color: #FFFFFF;
}


A.OtherTabs:active  {
    text-decoration:    none;
    color: white;
}

A.OtherTabs:hover   {
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
ESTILOS PARA LOS MENUS
*/


.divMenu {
	BORDER-RIGHT: 0px; 
        PADDING-RIGHT: 0px; 
        BORDER-TOP: 0px; 
	PADDING-LEFT: 0px; 
        FONT-SIZE: 10px; 
        BACKGROUND-IMAGE: url(images/mostrar_menu.png); 
        PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	BORDER-LEFT: 0px; 
	WIDTH: 100%; COLOR: red; PADDING-TOP: 0px; BORDER-BOTTOM: 0px; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: Verdana,Arial; 
	font-weight: bold;
}

.OpcionEstatica {
	BORDER-RIGHT: 0px;
	PADDING-RIGHT: 0px;
	BORDER-TOP: 0px;
	PADDING-TOP: 0px;
	BORDER-LEFT: 0px;
	PADDING-LEFT: 5px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	background-color: #F2F4F7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #364552;
}

A.OpcionEstatica:link 
{
	color: #364552;	
}

A.OpcionEstatica:visited {
    COLOR: #364552;
}

A.OpcionEstatica:active {
    COLOR: #364552;
}

A.OpcionEstatica:hover {  	
	color: #364552;	
}

.OpcionEstaticaHover {
	BORDER-RIGHT: 0px;
	PADDING-RIGHT: 0px;
	BORDER-TOP: 0px;
	PADDING-TOP: 0px;
	BORDER-LEFT: 0px;
	PADDING-LEFT: 5px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	background-color: #FF9F00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}

A.OpcionEstaticaHover:link {
        COLOR: #ffffff;
}

A.OpcionEstaticaHover:visited {
        COLOR: #ffffff;
}

A.OpcionEstaticaHover:active {
        COLOR: #ffffff;
}

A.OpcionEstaticaHover:hover {
        COLOR: #ffffff;
        text-decoration:none;
}

.OpcionDinamica {
	BORDER-RIGHT: 0px; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: 0px; 
	PADDING-TOP: 5px; 
	BORDER-LEFT: 0px; 
	PADDING-LEFT: 0px; 
	BORDER-BOTTOM:0px; 
	PADDING-BOTTOM: 5px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9px; 
	BACKGROUND-IMAGE: url(images/CMS_Menu_Back.png);
	MARGIN: 1px; 
    COLOR: WHITE;
	FONT-FAMILY: Verdana,Arial; 	
	text-decoration:none;
	height: 18px;	
	width: 250px;
}

A.OpcionDinamica:link {
        COLOR: #FFFFFF;
}

A.OpcionDinamica:visited {
        COLOR: #FFFFFF;
}

A.OpcionDinamica:active {
        COLOR: #FFFFFF;
}

A.OpcionDinamica:hover {
        COLOR: #FFFFFF;
}

.SeparadorEstatico {	
	height:5px;
	background-color:#017DC3;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{	
	color: #364552;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    color:#CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#002261;
	font-weight:bold;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#09A9F3;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#09A9F3;
}

/* style for separator between site links */
.Accent
{
    /*color: red;*/
    color: #364552;
    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:  11px;
    font-weight:    bold;
    
    color:#12377E;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    
    color: #12377E;
}

/* 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: #002261;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
	color:#000033;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* 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*/
    color: #12377E;
}

.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;
    color:#333333;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    /*color: darkred;*/
    /*color: #12377E;*/
	color: #FF0000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    /*color: darkred;*/
    color: #12377E;
}

A.CommandButton:active   {
    text-decoration:    underline;
    /*color: darkred;*/
    color: #12377E;
    
}

A.CommandButton:hover    {
    text-decoration:    underline;
    /*color: red;*/
    color: #12377E;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    /*color: darkred;*/
    color: #12377E;
    
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    /*color: darkred;*/
    color: #12377E;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    /*color: darkred;*/
    color: #12377E;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    /*color: darkred;*/
    color: #12377E;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    /*color: darkred;*/
    color: #12377E;
}

/*TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    /*color: darkred;*/
    /*color: white;
}
*/
A:link  {
    text-decoration:    none;
    /*color:  darkred;*/
    /*color: #12377E;*/

}

A:visited   {
    text-decoration:    none;
    /*color:  darkred;*/
    color: #12377E;
}

A:active    {
    text-decoration:    none;
    /*color:  darkred;*/
    color: #12377E;
}

A:hover {
    text-decoration:    underline;
    /*color:  red;*/
    color: #12377E;
}

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*/
}

/*
Clases de CMSOFTLUTIONS
*/

.CMS_DataGroup_Table
{
	border-right: steelblue 1px solid;
    border-top: steelblue 1px solid; 
    border-left: steelblue 1px solid; 
    border-bottom: steelblue 1px solid;    
}

.CMS_DataGroup_TableCaption
{
	border-bottom: steelblue 1px solid;
	padding-right: 4px; 
	padding-left: 4px; 
	padding-bottom: 4px; 
	padding-top: 4px; 
	background-color:#eef1fa
}

.CMS_SubTitle_S
{
	font-family:Verdana, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color: #000033;
}

.CMS_Texto_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #000033;
}

.CMS_LabelLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
	overflow:auto;
}

.CMS_LargerTitle_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000033;
}



.CMS_DataGroup_TableCell
{
	padding-left:4px;	
}

.CMS_LabelInfo
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	overflow:auto;
	color:Navy;
}

.CMS_GridViewSelectedRowStyle_S
{	
	background-color:InactiveCaptionText;
}


