﻿body 
{
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #717171;
}

a { text-decoration: none; color: #DFAC43; }

a:hover { text-decoration: underline; }

p {	text-align: justify; line-height: 14px; }

strong { font-weight: bold; } 

.colorCorporativo
{
   	color: #FB701F;
}

.cajaDeTexto
{
	height:17px;
	border: none; margin: none;
	background-color: #DFAC43;
	color: #000000;
}

.cajaDeTextoFormulario
{
	height:17px;
	border: none; margin: none;
	background-color: #C4C4C4;
	color: #585847;
	padding-left: 3px;
}
	
.textoNegritaBlanco a
{
	color: #FFFFFF;
	font-weight: bold;
}

.textoNegritaNaranja
{
	color: #FB701F;
	font-weight: bold;
}

.textoNegritaItalicaNaranja
{
	color: #FB701F;
	font-weight: bold;
	font-style: italic;
}

.textoNegritaGris, .textoNormalGris { color: #999999; }

.textoNegritaGris { font-weight: bold; }

.textoRojoNormal { color: #C10E04; }
