﻿body 
{
	background: #707883;
	color: #039;
	font: 85% "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	padding: 0px;
	text-align: center;
}

div.container
{
	background: transparent url(Imagenes/fondo.gif) repeat-x;
	padding-top: 0px;
	text-align: left;
	width: 100%;
}

div.header
{
	height: 80px;
	text-align: center;
	width: 100%;
}

div.nav
{
	background: #fff;
	float: left;
	margin: 0px;
	width: 20%;
}

div.navbar
{
	float: left;
	margin: 0px 0px 5px 0px;
}

div.content
{
	float: left;
	margin: 0px;
	width: 75%;
}

div.footer
{
	background: #6ecdf4;
	clear: both;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

.accordionHeader
{
	background: url(Imagenes/menu.png) repeat-x;
	color: #444;
	cursor: pointer;
	height: 21px;
	padding: 4px 0px 0px 10px;
}

.accordionHeaderSelected
{
	background: url(Imagenes/menu.png) repeat-x;
	color: #444;
	cursor: pointer;
	height: 21px;
	padding: 4px 0px 0px 10px;
}

.accordionContent a
{
	text-decoration: none;
}

.accordionContent a:hover div
{
	background: url(Imagenes/sub-menu.png) repeat-x;
	color: #555;
}

.accordionContent div
{
	background: url(Imagenes/sub-menu.png) repeat-x;
	border-top: 1px solid #eeeeee;
	font-size: 85%;
	padding: 4px 0px 4px 10px;
}

div.titulo-filtros
{
	background-color: #c6d1aa;
	color: #FFF;
	font-weight: bold;
	height: 23px;
	padding-bottom: 3px;
	width: 100%;
}

div.titulo-filtros div.texto-titulo-filtros
{
	float: left;
	padding: 4px 0px 0px 10px;
	width: auto;
}

div.titulo-filtros div.botones-titulo-filtros
{
	float: right;
	width: auto;
}

div.filtros, div.seleccion
{
	background: #eff2ff;
	border: 0;
	border-bottom: 1px;
	border-style: dotted;
	font-size: 85%;
	padding: 5px 0px 5px 10px;
	text-align: left;
	width: auto;
}

div.filtros input.texto, div.filtros select
{
	font-size: 100%;
}

div.titulo-ABM, div.titulo-Consulta
{
	background-color: #c6d1aa;
	margin-left: 1px;
	color: #FFF;
	font-weight: bold;
	height: 22px;
	padding-top: 4px;
	width: 100%;
}

div.titulo-ABM span, div.titulo-Consulta span
{
	padding-left: 10px;
}

div.containerABM, div.footerABM
{
	background-color: #fdfaec;
	border-bottom: 1px solid #c6d1aa;
	font-size: 85%;
	margin-left: 1px;
	margin-top: 1px;
	text-align: left;
	width: 100%;
}

div.containerABM table
{
	padding: 10px;
	
}

div.footerABM table
{
	padding: 4px;
}

img
{
	vertical-align: middle;
}

input.texto, select, textarea
{
	border: 1px solid;
	color: #039;
}

input.readonly
{
	background: #ffe09f;
	border: 1px solid #fa0;
	color: #444;
}

.validacion
{
	background-color: #fff;
	border: 1px solid;
	left: 5px;
	padding: 0px 10px 1px 10px;
	position: relative;
}

div.contentProgress
{
	background-color: #333;
	filter: alpha(opacity=40);
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;	
}

div.contentProgress div
{
	background-color: #fff;
	border: 2px solid #669;
	height: 100px;
	left: 50%;
	margin-left: -100px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 200px;
}

.gradient-style
{
	font-size: 11px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-left: 1px;
}
.gradient-style th
{
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	background-color: #b9c9fe;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	color: #039;
	text-align: left;
}
.gradient-style td
{
	padding: 2px 4px 2px 4px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background-color: #e8edff;
}
.gradient-style th .link
{
	font-size: 13px;
	font-weight: normal;
	color: Red;
	text-decoration: none;
}
.gradient-style td .link
{
	font-weight: normal;
	color: Green;
	text-decoration: none;
}
.gradient-style tfoot tr td
{
	background: #d0dafd;
	font-size: 12px;
	color: #99c;
}
.gradient-style tbody tr:hover td
{
	background-color: #d0dafd;
	color: #339;
}

a.button
{
	color:#039;
	display: block;
	float: left;
	margin-right: 5px;
	text-decoration: none;
	height: 19px;
}

a.button span
{
	background-color: #b9c9fe;
	border: 1px;
	border-style: dotted;
	display: block;
	padding: 0px 5px 2px 5px;
}

a.button:active span
{
	background-color: #e8edff;
	border-style: solid;
}

a.button:hover span
{
	background-color: #e8edff;
	border-style: solid;
}

.icon
{
	height: 22px;
	vertical-align: top;
	width: 22px;
}

.login
{
	background: url(Imagenes/header.png) no-repeat top left #c6d1bb;
	border: 1px solid;
	height: 260px;
	margin-top: 50px;
	padding: 60px 0px 0px 0px;
	width: 500px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#484848;
	border-width:0px;
	border-color:Blue;
	padding:0px;
}

.calendar .ajax__calendar_container 
{
	background-color: #c6d1aa;
	border: 1px solid;
}

.calendar .ajax__calendar_days
{
	background-color: #fdfaec;
	color: Red;
}