﻿body 
{
	background-color: #C3C3C3;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;	
}

a 
{
	font-weight: bold;
	color: Black;	
	text-decoration: none;
}

a:hover 
{
	color: #D3181F;
	text-decoration: none;
}

p
{
	text-align: justify;
	line-height: 16px;
}

.amarilloCorporativo
{
	color: #FFAE00;	
}

.rojoCorporativo
{
	color: #A91900;	
}

.textoTitulosFormulario
{
	font-weight: bold;
	color: #454545;
}

.textoGrisNormal
{
	color: #555454;
}

.cajaDeTexto
{
	height:17px;
	border-right: #9c9c9c 0px none; 
	border-top: #9c9c9c 0px none; 
	border-left: #9c9c9c 0px none;
	border-bottom: #9c9c9c 0px none;
	background-color: #E6E6E6;
	font-size: 11px;
	font-family: Arial;
}

.cajaDeTextoBlanca
{
	height:17px;
	border-right: #9c9c9c 0px none; 
	border-top: #9c9c9c 0px none; 
	border-left: #9c9c9c 0px none;
	border-bottom: #9c9c9c 0px none;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial;
}

.cajaDeTextoBusquedaPrincipal
{
	height:13px;
	border-right: #9c9c9c 0px none; 
	border-top: #9c9c9c 0px none; 
	border-left: #9c9c9c 0px none;
	border-bottom: #9c9c9c 0px none;
	background-color: #D6D6D6;
	font-size: 11px;
	font-family: Arial;
	color: #000000;
}

