﻿body
{
    font-family: Arial;
    font-size: 12px;
}
.Texto
{
    font-family: Arial;
    font-size: 12px;
    color: Black;
}
.TextoMayuscula
{
    font-family: Arial;
    font-size: 12px;
    color: Black;
    text-transform: uppercase;
}
.ContenidoNegrita
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	font-weight: bold;
}
.titulo
{
    font-family: Arial;
    font-size: 20px;
    color: #FF9933;
    font-weight: bold;
}
.subtitulo
{
    font-family: Arial;
    font-size: 17px;
    color: #00669C;
    text-align: left;
}
.subtitulo2
{
    font-family: Arial;
    font-size: 12px;
    color: #00669C;
    font-weight: bold;
    text-align: left;
}
a
{
    color: #FF9933;
    font-weight: 700;
}
a:visited
{
    color: #808080;
}
a:hover
{
    font-weight: bold;
}
.titulosCuadros
{

    color: #4169E1;
    font-family: Arial;
    font-size: 11pt;
}
.titulosTablas
{

    color: #ffffff;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold; 
}

.TdCenter
{
	text-align: center;
}
.PopUp
{
	border: 1px solid #0f1e3c;
	position: absolute;
	left: 25%;
	top: 40%;
	display: none;
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.tdRight
{
	text-align: right;
}
.menu
{
    font-family: Helvetica;
    font-size: 12px;
    color: #0F3C3C;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
}
.EncuestaTexto1
{
    font-weight: normal;
    font-size: 10pt;
    margin: 0px;
    word-spacing: normal;
    text-transform: none;
    color: #333333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    background-color: white;
    text-decoration: none;
}

.EncuestaTexto2
{
    font-weight: normal;
    font-size: 9pt;
    margin: 0px;
    word-spacing: normal;
    text-transform: none;
    color: #333333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    background-color: white;
    text-decoration: none;
    text-align:justify;
}

.EncuestaNegrita
{
    font-weight: bold;
    font-size: 10pt;
    margin: 0px;
    word-spacing: normal;
    text-transform: none;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    background-color: white;
    text-decoration: none;
}
.TituloPaginaAzul
{
    font-size: 15pt;
    color: #254385;
}
.TextoNegritaRojo
{
    font-weight: bold;
    font-size: 10pt;
    margin: 0px;
    word-spacing: normal;
    text-transform: none;
    color: #FF0000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    background-color: white;
    text-decoration: none;
}


.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.PopupHeader {
	background-color:#012B5D;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
}

.textoBlanco {
    color: #ffffff;
	padding:3px;
	font-weight: bold;
}

.titulosBlancos
{
    font-size: 15pt;
    font-family: Arial;
    color: #ffffff;
    font-weight: bold;
    font-style:italic;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}