/*##############################################################*/
body
{
	background-color: gainsboro;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 4px;
	height: 100%;
}
h1
{
	color: #e46724;
	font-family: 'Arial Black';
}
h2
{
	color: dimgray;
	font-family: 'Arial Black';
}
h3
{
	color: #e46724;
	font-family: 'Arial Black';
}
h4
{
	color: #e46724;
	font-family: 'Arial Black';
}
th
{
	font-family: 'Century Gothic';
	text-align: left;
	background-color: sandybrown;
	color: white;
	border-bottom: gainsboro 1px solid;
	text-indent: 5px;
}
ul
{
	list-style-position: outside;
	list-style-image: url(/resources/alfiler_small.png);
	vertical-align:middle;
}
a:visited
{
	color: Blue;
}
a:link
{	
	color: Blue;	
}
a:hover
{
	color: Blue;
}
/*##############################################################*/
/* Todas las tablas que tengan el atribute class="main" */
/*##############################################################*/
table.main
{
	height: 100%;
	width: 100%;
}
/*##############################################################*/
/* Cualquier elemento que tenga el atribute class="caption" */
/*##############################################################*/
.caption
{
	color: #e46724;
	font-family: 'Arial Black';
	font-weight: bold;
	font-size: x-large;
}
/*##############################################################*/
/* Cualquier elemento que tenga el atribute class="captionUser" */
/*##############################################################*/
.captionUser
{
	color: dimgray;
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
}
/*##############################################################*/
/* Cualquier elemento que tenga el atribute class="header" */
/*##############################################################*/
.header
{
	color: dimgray;
	font-family: 'Arial Black';
	font-size: medium;
	background-color: #F7F7F7;
	font-weight: bold; /*text-transform: uppercase;*/
}
/*##############################################################*/
/* Cualquier elemento con la class="successMessage" */
/*##############################################################*/
.successMessage
{
	color: Green;
}
/*##############################################################*/
.pnlApplicationException
{
	color: #ffff00;
	background-color: #ff6666;
	border-right: #ffff33 1px solid;
	padding-right: 5px;
	border-top: #ffff33 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 5px;
	border-left: #ffff33 1px solid;
	padding-top: 5px;
	border-bottom: #ffff33 1px solid;
	font-family: Monospace;
}
/*##############################################################*/
.pageHeader
{
	color: #E46621; /*dimgray;*/
	font-family: 'Century Gothic';
	font-size: x-large;
	font-weight: bold;
}
/*##############################################################*/
.navigation
{
	font-family: 'Century Gothic';
	font-size: small;
	color: #E46621;
	text-decoration: none;
	font-weight: bold;
}
.navigation:link
{
	color: #E46621;
}
.navigation:visited
{
	color: #E46621;
}
.navigation:hover
{
	color: Blue;
	font-weight: bold;
}
/*##############################################################*/
/*
color: #E46621
*/

