/* ------------- ESTILOS GENERALES ----------------------- */
BODY
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana,Comic Sans MS;
	background-color: white;/* #fffdf4; */
	font-size: 10pt;
	text-align: justify;
}
TABLE
{
	width:100%;
	background-color: White;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	text-align: justify;
}
TABLE.global
{
        height:100%;
        width:100%;
        background-color: White;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border-collapse:collapse;
}
P
{
	width:95%;
	font-size: 10pt;
	text-align: justify;
}
LI
{
	margin-right:20px;
	font-size: 10pt;
	text-align: justify;
}

A:link,
A:visited,
A:active,
A:hover
{
	text-decoration: none;
}
/* -------------- ESTILOS DE LA CABECERA ----------------- */
TD.logo
{
	background-position: right center;
	background-attachment: scroll;
	background-image: url(../images/logo_aseval3.gif);
	background-repeat: no-repeat;
	height: 44px;
	background-color: #B73535; /* #bf311b; */
	padding-left: 10px;
}
TD.subtitulo
{
	font-family: Sans-Serif;
	font-weight: bold;
	text-align: right;
	padding-top:0px;
	padding-bottom:0px;
}
SPAN.estiloReloj{
	font-family: Verdana;
	color: white;
	font-size: 8pt;
}
/* -------------- ESTILOS DEL MENU SUPERIOR ----------------- */
TABLE.menuSup
{
	width:100%;
	font-family: Verdana;
	text-align: center;
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;
	border-bottom: solid 1px #999999;
}
TD.globalNavOnBg
{
	height: 20px;
	color: #3D6484;
	background-color: #e6e6e6;
	text-align:center;
}
TD.globalNavOffBg
{
	height: 20px;
	color: white;
	background-color: #999999;
}
A.globalNavOn
{
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3D6484;
	font-weight:bold;
	font-size: 8pt;
	text-decoration: none;
}
A.globalNavOff
{
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight:bold;
	font-size: 8pt;
	text-decoration: none;
}
/* -------------- ESTILOS DEL MENU LATERAL ----------------- */
TABLE.menuLat
{
	width: 180px;
	height: 100%;
	background-color: #e6e6e6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: small;
	border-left: outset 1px white;
}
TABLE.menuLatNav
{
	width: 100%;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	border-collapse:collapse;
}
TABLE.menuLatLogin
{
	width: 90%;
	background-color: #fafafa;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
}
TD.localNav
{
	height:30px;
	border-bottom: inset 2px white;
	background-color: #e6e6e6;
	text-align: right;
	vertical-align: middle;
}
A.localNav
{
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #295070;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}
.btnEntrar
{
	FONT-SIZE:x-small;
	WIDTH:60%;
	BORDER: #3D6484 1px solid;
	color:#295070;
	background-color:#e6e6e6;
	font-weight:bold;
	cursor:hand;
}
TD.loginError
{
	height:30px;
	color:red;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	background-color:yellow;
	font-weight: bold;
	border-top: outset 1px #dddddd;
}
/* ------------- ESTILOS DEL CONTENIDO ----------------- */
TABLE.marcoContenido
{
        width:100%;
        height:100%;
	border-collapse:collapse;
}
TD.marcoContenido /* ...donde van las imágenes de las esquinas */
{
	border-top:white 3px solid;
	border-left:white 1px solid;
	border-bottom:white 3px solid;
	border-right:white 0px solid;
}
TABLE.contenido
{
        height:100%;
        width:95%;
	padding: 0pt 0pt 0pt 0pt;
	margin: 0pt 0pt 0pt 0pt;
	text-align: center;
}
TD.titulo
{
	font-family: Comic Sans MS;
	color: #bf311b;
	border-bottom: red thin groove;
	margin-left: 20px;
	padding-left: 20px;
	text-align:left;
}
TD.titulo2
{
	font-family: Comic Sans MS;
	color: #bf311b;
	border-bottom: red thin groove;
	margin-right: 20px;
	padding-right: 20px;
	text-align: right;
}
TD.direccion
{
        width:100%;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
	line-height: 10pt;
}
.inText
{
	color:#3D64aa;
	font-style:italic;
	font-weight:bold;
}
/* ------------- OTROS ESTILOS ----------------- */

DIV.recuadro
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: black 1px solid;
	font-size: 8pt;
        width: 90%;
	text-align: center;
	background-color:lemonchiffon;
	padding: 5px 5px 5px 5px;
}
TABLE.std
{
	width:95%;
	font-size: 10pt;
	text-align: justify;
}

