/* ================================
    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 {
}

.HeadSeparador {
}

/* background color for the content part of the pages */
Body
{
    /* background-color: white; */
    background-image: url(images/fdo.gif);
    background-attachment:fixed;
    background-repeat: repeat-x repeat-y;
    background-position : bottom right;
}


/* 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: Arial, Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#000088;
}

.LeftPanel
{
    background-image: url(images/Fondo_Left.jpg);
    background-repeat: repeat-y;
	padding-left:2px;
}

.ContentPanel
{	
	padding-right:2px;
}
	
.RightPanel
{
	padding-right:2px;
}


/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    background-color : ffffff;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: blue;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, 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: Arial, Verdana Bold, Helvetica, sans-serif;
    font-size: x-small;
    color:#ff0000;
  
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: darkblue;
	text-align:center;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  normal;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    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: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, 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: Arial, 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: darkblue;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    background-color : ffffff;
    color: blue;
}
    
/* GENERIC */
H1  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  24px;
    font-weight:    normal;
    color: Navy;
}

H2  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #ff0000;
}

H3  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: #ff0000;
}

H4  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #ff0000;
}

H5, DT  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #ff0000;
}

H6  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #ff0000;
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    font-size:  12px;
    color:  #800000;
}

A:visited   {
    text-decoration:    none;
    font-size:  12px;
    color:  #800000;
}

A:active    {
    text-decoration:    none;
    font-size:  12px;
    color:  #800000;
}

A:hover {
    text-decoration:    underline;
    font-size:  12px;
    color: #800000;
}

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;
}

/* Estilo del borde del titulo de los controles*/
.TituloVacio
{
}
	
.TituloLleno
{
	/* border-bottom:solid 1 #4F99DE; */
	margin-bottom:10px;
	text-align:center;
	/*
	background-image:url(images/controlheader.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	*/
}

.Little
{
    font-size:xx-small;
    font-family:Arial;
    }

/* --- Clases que darn estilo al lector de articulos ---*/

.Articulo
{
text-align:justify;
margin:25px;
padding:25px;
border:ridge 2px 2px 2px 2px #0000ff;
}

.ArtTitulo
{
	font-size:large;
	font-weight:bold;
}

.ArtAutor
{
	font-size:small;
}

.ArtContenido
{
}

.MenuArea
{
width:175px;
}

.MenuArea ul
{
margin: 0;
padding-left: 0;
list-style-type: none;
border:none;
}

.MenuArea ul li
{
	list-style-type: none;
	background-image:  url(images/fondo_menu.gif);
	background-repeat: no-repeat;
    background-position : top left;	
	border-bottom: solid 1px #ffffff;
	height:30px;
	padding-left:20px;
	padding-top:7px;
	color: #FFFFFF;
}
/*
.MenuArea Span 
{
	background-image:  url(images/mnu_normal.gif);
	background-repeat: no-repeat;
	display: block;
	width:150px;	
	font-family:Arial;		
}
*/

.MenuArea a
{
	display: block;
	width:8.9em;	
	/*width:150px;*/
	font-family:Arial;
	font-size:normal;
	color: #FFFFFF;
}

.MenuArea a:link, .MenuArea a:visited
{
	color: #FFFFFF;
	font-family:Arial;
	font-size:normal;
	text-decoration: none;
}

.MenuArea a:hover, .MenuArea a:active, .MenuArea Span 
{
	display: block;
	width:8.9em;	
	/*width:150px;	*/
	font-family:Arial;
	font-size:normal;
	color: #FFFF00;
}

.SubMenuArea
{
background-image:  url(images/Fondo_SubMenu_Amarillo.jpg);
background-repeat: repeat-y;
background-position : top left;	
width:190px;
font-family:Arial;
font-size:normal;
padding: 5px 5px 5px 5px; 
padding-left: 5px;
padding-bottom:5px;
}

.SubMenuArea a:link, .SubMenuArea a:visited
{
text-decoration:none;
color:#000000;
font-family:Arial;
font-size:normal;
}

.SubMenuArea a:hover, .SubMenuArea a:active
{
color:navy;
font-family:Arial;
font-size:normal;
}

.SubMenuArea ul
{
width:190px;
margin: 0;
padding: 0;
list-style-type: none;
font-family:Arial;
font-size:normal;
}

.SubMenuArea ul li
{
	width:190px;
	list-style-type: none;
	border-bottom: solid 1px #ffffff;
	font-family:Arial;
	font-size:normal;
}


.SubMenuArea ul li span
{
	width:190px;
	border-bottom: solid 1px #ffffff;
	font-family:Arial;
	font-size:normal;
	color:#000000;
}


.contenido
{
        padding-left:5px;
	text-align:justify;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  xx-small;
	font-weight:    normal;
	color:#000000;
}

.Titulo
{
    font-family: Arial, Verdana Bold, Helvetica, sans-serif;
    font-size: Medium;
    color:#ff0000;
}

.SubTitulo
{
    font-family: Arial, Verdana Bold, Helvetica, sans-serif;
    font-size: x-small;
    color:#ff0000;

}
	
.TituloLleno
{
    font-family: Arial, Verdana Bold, Helvetica, sans-serif;
    font-size: Large;
    font-weight: bold;
    color:#000088;		
}