﻿body
{
    font-size: 10pt;
    font-family: Tahoma;
    color: #000000;
    text-align: justify;
}

.titulo2
{
    font-size: 12px;
    font-family: Tahoma;
    color: #0E59C8;
    font-weight: bold;
}

.textoPequenoBlanco
{
    font-size: 8pt;
    font-family: Tahoma;
    color: #ffffff;
    font-weight: bold;
}

.titulosBlancos
{
    font-size: 10pt;
    font-family: Tahoma;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.menuBlanco
{
    font-size: 7pt;
    font-family: Tahoma;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.textoPequenoCeleste
{
    font-size: 8pt;
    font-family: Tahoma;
    color: #0E59C8;
    text-align: justify;
    font-weight: bold;
}

.textoGrande
{
    font-size: 11pt;
    font-family: Tahoma;
    color: #0E59C8;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.textoPequenoNegro
{
    font-size: 8pt;
    font-family: Tahoma;
    color: #000000;
}

.titulosCentrado
{
    font-size: 10pt;
    font-family: Tahoma;
    color: #294f7e;
    text-align: center;
    font-weight: bold;
}
.textoCentrado
{
    font-size: 10pt;
    font-family: Tahoma;
    color: #294f7e;
    text-align: center;
}
.linkGris
{
    font-size: 10pt;
    font-family: Tahoma;
    color: #C0C0C0;
    text-align: right;
}

.textoPequenoGris
{
    font-size: 8pt;
    font-family: Tahoma;
    color: #C0C0C0;
}

.textoDerecha
{
    font-size: 10pt;
    font-family: Tahoma;
    color: #294f7e;
    text-align: right;
}
.links
{
    font-size: 10pt;
    font-family: Tahoma;
    color: #294f7e;
}


.titulo
{
    font-size: 16pt;
    font-family: Tahoma;
    color: #276FB3;
    text-transform: uppercase;
}

.subtitulo
{
    font-size: 11pt;
    font-family: Tahoma;
    font-weight: bold;
    color: #276FB3;
}

.Contenido
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	margin: 10px;
	line-height: 15px;
}

.ContenidoNegrita
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	line-height: 15px;
	font-weight: bold;
}

.Links
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	line-height: 15px;
	text-decoration: underline;
}

.Tablas
{
	border-collapse: collapse;
	border-color: #000000;
	border-width: 1;
}


a.menu2
{
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
}
a.menu2:hover
{
    text-decoration: none;
    color: #F3CE39;
}
a.menu2:active
{
    color: #ffffff;
}

a.menu3
{
    cursor: pointer;
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    font-family: Tahoma;
    color: #0E59C8;
    font-weight: bold;
    line-height: 20px;
}
a.menu3:hover
{
    text-decoration: none;
    color: #000000;
}
a.menu3:active
{
    color: #0E59C8;
}


