﻿body
{
    margin: 0;
    padding: 0;
}
.divPagPricipal
{
    background-color: White;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -385px;
}
.tablaPrincipal
{
    background-color: White;
}
.divFondoPrincipal
{
    background-color: Black;
    height: 100px;
}
.divLogo
{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -385px;
}
.letraSmall
{
    font-family: Verdana;
    font-size: x-small;
}
.letraContenido
{
    font-family: Verdana;
    font-size: 11px;
}
.letraContenidoR
{
    font-family: Verdana;
    font-size: 11px;
    color:Red;
}
.letraContenidoB
{
    font-family: Verdana;
    font-size: 11px;
    color:White;
}
.cursor
{
    cursor: pointer;
}
.letraTitulo
{
    font-family: Verdana;
    font-size: 28px;
    font-weight: bold;
}
.letraMediana
{
    font-family: Verdana;
    font-size: 14px;
    text-align: left;
    text-indent: 2px;
}
.tablaTitulo
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: White;
}
.tablaContenido
{
    font-family: Verdana;
    font-size: 12px;
}
.tablaContenidoM
{
    font-family: Verdana;
    font-size: 14px;
}
.tablaPequena
{
    font-family: Verdana;
    font-size: 10px;
}
.tablaPequenaR
{
    font-family: Verdana;
    font-size: 10px;
    color:Red;
}
.celdaA
{
    background-color: #e8ecf4;
}
.celdaB
{
    background-color: #d0d8e8;
}
.celdaT
{
    background-color: #4e80bc;
}
.bordeTabla
{
    border: solid 1px black;
}
.divSoporte
{
    width: 660px;
    text-align: justify;
}
.tablaSub
{
    font-family: Verdana;
    font-size: 8px;
}
.linkDestacado
{
    font-family:Verdana;
    font-size:14px;
    color:Red;
    font-style:italic;
}
.botonEnviar
{
    background-image: url('../img/boton_enviar.gif');
    width: 202px;
    height: 32px;
    background-repeat: no-repeat;
    border:solid;
    border-width:1px;
    cursor:pointer;
}
.botonSolicitar
{
    background-image: url('../img/boton_solicitar.gif');
    width: 202px;
    height: 32px;
    background-repeat: no-repeat;
    border:solid;
    border-width:1px;
    cursor:pointer;
}
.botonEntrar
{
    background-image: url('../img/boton_entrar.gif');
    width: 202px;
    height: 32px;
    background-repeat: no-repeat;
    border:solid;
    border-width:1px;
    cursor:pointer;
}

/* tab */
#wrapper
{
    width: 688px;
    margin: 0 auto;
}
.box
{
    background: #fff;
}
.boxholder
{
    clear: both;
    padding: 2px;
    background: #4e80bc;
}
.tab
{
    float: left;
    height: 32px;
    width: 171px;
    margin: 0 1px 0 0;
    text-align: center;
    background: #4e80bc ;
}
.tabtxt
{
    margin: 0;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 9px 0 0 0;
}
.textLinkTab
{
    font-family: Verdana;
    color: #fff;
    text-decoration: none;
}

/* hint */

#hintbox
{
    /*CSS for pop up hint box */
    position: absolute;
    top: 0;
    background-color: lightyellow;
    width: 150px; /*Default width of hint.*/
    padding: 3px;
    border: 1px solid black;
    font: normal 11px Verdana;
    line-height: 18px;
    z-index: 100;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    visibility: hidden;
}

.hintanchor
{
    /*CSS for link that shows hint onmouseover*/
    font-weight: bold;
    color: navy;
    margin: 3px 8px;
}

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	backgimg/round-image/**/: url("maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#p


opupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}upControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

