﻿body 
{	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;	
	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;
}

.cajaDeTextoError
{
	height:16px;
	border: none;
	background-color: #f9d0c7;
	border:#F00 1px solid;
	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;
}