﻿body 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #55B0AB;
}

a { text-decoration: none; color: #55B0AB; outline: none; outline: none; }

a:hover { text-decoration: underline; }

p {	text-align: justify; line-height: 14px; }

p label { position: relative; top: 2px; }

strong { font-weight: bold; } 

img { outline: none; }

label { color: #55B0AB; font-size: 13px; font-weight: bold; }

input { outline: none; }

.colorCorporativo
{
   	color: #FB701F;
}

.cajaDeTexto
{
	height:16px;
	border: solid 2px #E8E8E8; margin: none;
	background-color: #FFFFFF;
	color: #6C6A6D;
	text-indent: 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; }
