﻿body 
{	
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;	
	line-height: 15px;	
	background-color: #226c9d;
}

a 
{
	font-weight: bold;
	color: #1A4977;	
	text-decoration: none;
}

a:hover 
{
	color: #FFCB02;
}

p
{
	color: #1A4977;
	text-align: justify;
	line-height: 16px;
}

.cajaDeTexto
{
	height:18px;
	border: none;
	background-color: #E4EFF3;
	color: #000000;
	padding-top: 1px;
	padding-left: 4px;
	color: #4496BC;
}

.textoAzulNegrita
{
	color: #1A4977;
	font-weight: bold;
}

.textoAzulNormal {	color: #1A4977; }

.textoBlancoNegrita
{
	color: #FFFFFF;
	font-weight: bold;
}

.textoNegroNormal
{
	color: #000000;
	font-weight: normal;
}

strong
{
	font-weight: bold;
}