﻿body 
{
	background: #E6E6E6; 
	font-family:"Arial", Tahoma, Verdana;
	color:#000;
	font-size:10pt;
}

a { text-decoration:none; color:#D46B2E; }

a:hover { text-decoration:none; color:#87441E; }

.tdNaranja 
{
	background: #F59421;
	color: #000;
	text-decoration:none;
	font-weight:bold;
	border: 1px solid #526B17;
}

.tablePlantilla 
{
	border: 1px solid #CCC;
}

.divisor
{
	border-bottom: 1px solid #ccc;
	background:#DFDFDF;
}

.linksMenu{ text-decoration:none;}

.linksMenu a
{
	display:block;
	background:#365473;
	color:#fff;
	text-decoration: none;
	font-size:12pt;
	text-align:center;
	border-bottom: 5px solid #4F94DC;
	height:20px;
	padding-bottom: 4px;
	margin-bottom:20px;
}

.linksMenu a:hover
{
	display:block;
	background:#4F94DC;
	color:#000;
	text-decoration: none;
	font-size:12pt;
	text-align:center;
	height:20px;
	border-bottom: 5px solid #4F94DC;
}

.consulta 
{
	border: 1px solid #CCC;
	background: #f7f7f7;
}

.consultaFecha
{
	background: #CCC;
}

.bordeAbajo
{
	border-bottom: 1px solid #CCC;

}

.hr
{
	border:1px solid #e6e6e6;
}