﻿body 
{
    font-family : Verdana, Arial, Helvetica; 
    font-size: 12px; 
    color: #2258a2; 
}
/* -------------- ESTILOS DE TABLAS, y cuadros -------- */

/* Estilo de tabla general*/
.tablemain
{
    margin-left :auto;
	margin-right :auto;
    border : 0px;
    width : 800px; 
    background-color : #ffffff;
}
/* Estilo borde arriba y abajo*/
.tdborder
{
    background-color: #e6e6e6;
    height : 5px;
}
.tablestyle1
{
    margin-left :auto;
	margin-right :auto;
    border : 0px;
    width : 100%;
}
.tablestyle2
{
    margin-left :auto;
	margin-right :auto;
    border : 0px;
    width : 0%;
}
.tablecopyright
{
    border : 0px;
    width : 70%; 
}
.border
{
    width:50px;
}
.textbox
{
	width :150px;
}

/* ---------------- Estilos de los textos  ---------------------*/

/* Copyright */
.labelstyle5  
{
    font-family: Verdana, Arial, Helvetica; 
    font-size: 11px; 
    color: #666666; 
}
.labelnote  
{
    font-family: Verdana, Arial, Helvetica; 
    font-size: 8px; 
    color: #666666; 
}
.lbshowerror
{
    font-family: Tahoma, Arial, Helvetica;
	font-size:11px;
	color: red;
	
}
.labeltext
{
    font-family: Verdana, Arial, Helvetica; 
    font-size: 15px; 
    color: #2258a2;   
}
.lbshowuser {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #2258a2;
}


/* ---------- Enlaces ----------------*/

a:link {
	color: #2258A2;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
}
a:visited {
	color: #2258a2;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
}
a:hover {
	color: #2258a2;
	text-decoration: underline;
	background-color: Transparent;
	font-family: Verdana;
	font-weight: normal;
}
a:active {
	color: #2258a2;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
}



.invisible
{
	display:none;
	}