﻿/* Estilos de Contenedores */
#pageCtnr 
{
    background-color : #FFFFFF;
    margin: 0px 0px 0px 0px;
}
#topbar
{
    margin: 0px 0px 0px 0px;
    background-color: Transparent;
    background-image: url( 'images/silverbar.jpg' );
    height: 49px;
    background-repeat: repeat-x;
    background-attachment: fixed;
}
#topmenu
{
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    height: 40px;
    font-family: 'Times New Roman' , Times, serif;

}
#pagecontent
{
    background-color : #EEEEEE;
    margin: 0px 0px 0px 0px;
    height: 540px;    /*TODO: Definir el alto del contenedor principal de contenido programaticamente*/

}
#bottombar
{
    margin: 0px 0px 0px 0px;
    background-color: Transparent;
    background-image: url( 'images/silverbar.jpg' );
    height: 49px;
    background-repeat: repeat-x;

}
#footer
{
    background-color : #FFFFFF;
    margin: 0px 0px 0px 0px;
    font-size :0.8em;
}
/* Clases para Contenedores en Paginas de Contenido */
#pcCtnr
{
    background-color: #FFFFFF;
    margin: 0px 20px 10px 10px;
    /*height: 480px;*/
    height: 96%;
    overflow: scroll;
}
#pcLeftSide
{
   margin-right: 2px;
   margin-left: 2px;
   float: left;
   width: 18%;   
    }
#pcRightSide
{
   float: right;
   text-align:left;
   width: 79%;
     
}
#pcTopBar
{
    border: thin solid #F2F2F2;
    margin: 6px 30px 2px 10px;
    padding: 1px 1px 1px 4px;
    font-size: 0.8em;
    height: 20px;
    vertical-align: middle;
}
#pcContent
{
    border: thin solid #F2F2F2;
    margin: 6px 30px 2px 10px;
    padding: 1px 1px 1px 4px; 
    height: 450px;   
    }
/* Clases para Posicionamiento */
.LeftAlignContent
{
   float: left;
   width: 49%;    
}
.RightAlignContent
{
   float: right;
   width: 49%;
   text-align: left;    
}
/* Clases Contenedores en Home */
.HomeDetailsBox
{
    margin: 0px 6px 0px 6px;
    background-color: #FFFFFF;
    width: 220px;
    height: 140px;
    float: left;
}
.HomeDetailsBoxTitle
{
    margin:  4px 0px 6px 6px;
    font-size: larger;
    font-weight: bold;
}
.HomeDetailsBoxContent
{
    margin:  0px 0px 0px 6px;    
    font-size: smaller;
}

/* Estilos de Elementos HTML */
body 
{
    margin: 0px 0px 0px 0px;
    font-size :0.9em;     
    color: #666666;    
}

h1
{
    font-size : x-large;
    color: #336699;
}
h2
{
    font-size :  large;
    color: #333333;
}
h3
{
    font-size :  larger;
    color: #333333;
}
/* Desactivado hasta controlar el estilo de los menus
a
{
    color: #336699;
}
a:active
{
    color: #336699;
}
a:hover
{
    color: #FF3300;
}
a:visited
{
    color: #666666;
}
*/

.smallLink
 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #336699;
	text-decoration: underline;
	font-weight: normal
  }
a.smallLink :hover
  {
	color: #666666;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal
  }
a.smallLink :visited
{
    color: #666666;
}