﻿body {
}
.Separadores
{
	font-size: 18px;
	cursor: default;
	color: gray;
}

.Menu_superior
{
    border-top-style: solid;
    border-top-color: silver;
}
.Menu_inferior
{
    font-size: 11px;
    color: #696969;
    font-family: verdana;
    text-decoration: none;
    cursor: hand;
}
.Menu_superior_over
{
    border-top-style: solid;
    border-top-color: red;
}
.Menu_titulo
{
    font-weight: bold;
    font-size: 12px;
    cursor: default;
    color: silver;
    font-family: verdana;
}
.Raya_superior
{
    border-top: gray 1px solid;
    font-size: 9px;
    cursor: default;
    color: gray;
    font-family: verdana;
}
.txtNegrita
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: verdana;
}
.txtNormal
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: verdana;
}
.boton1
{
	font-family: verdana;
	background-color: #cdcdcd;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	padding-top: 1px;
	cursor: hand;
}
.txtInput
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: verdana;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	padding: 1px 2px 2px 2px;
	border-bottom: gray 1px solid;
}
.list_fila
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: verdana;
}
.tdDatos1
{
	font-weight: bold;
	font-size:14px;
	color: black;
	font-family: verdana;
	background-color:white;
	padding-left:5px;
}
.tdDatos2
{
	font-weight: normal;
	font-size: 10px;
	color:#454545;
	font-family: verdana;
	background-color:white;
	padding-left:5px;
}
.tdDatos3
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: verdana;
	background-color:#99b2b2;
	padding:0 px 5px 0px 3px;
	height:5px;
}

.tb_LR
{
	font-weight: bold;
	font-size: 11px;
	color: #454545;
	font-family: verdana;
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	background-color: #eeeeee;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor:hand;
}
.tdCab
{
	font-weight: bold;
	font-size: 11px;
	color: #eeeeee;
	font-family: verdana;
	background-color: #454545;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}	
.anchor_top_out
{
    font-weight: normal;
    font-size: 11px;
    cursor: hand;
    font-family: verdana;
    color: Black;
    text-decoration: none;
}
.anchor_top_over
{
    font-size: 11px;
    cursor: hand;
    font-family: verdana;
    text-decoration: none;
    color: gray;
}
.anchor_buscador
{
    font-size: 12px;
    cursor: hand;
    color: blue;
    font-family: Verdana;
    text-decoration: underline;
}
.txtInput
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: verdana;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: white;
}
h1
{
    font-size:19px; 
    border-bottom:1px solid gray
}
a:visited 
{
	text-decoration:none;
}
a:link
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}