html, body {
 height: 100%; /* Required */
}

*
{
	margin: 0em;
	padding: 0em;
}
h1{	
	font-size: 20px;
}

h2{	
	font-size: 16px;
}

body
{
	font-family: "trebuchet ms", sans-serif;
	color: #363636;
	font-size:12px;
}
a {
	color: #4297D7;
	text-decoration:none;
}
a:hover {
	color: #e17009;
	text-decoration: underline;
}

tr.rowA td a, tr.rowB td a, tr.rowC td a, tr.rowD td a {
	color: #363636;
	text-decoration: underline;
}
tr.rowA td a:hover, tr.rowB td a:hover, tr.rowC td a:hover, tr.rowD td a:hover {
	color: #363636;
	text-decoration: underline;
}

/* Outer */
#outer
{
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#content-wrap {
	position: relative;
	border-top: solid 1px #4297d7;
	padding: 0 0 40px 0;
	background: url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) repeat-x top left;
}

#content-wrap:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#content
{
	/*border-top: solid 1px #4297d7;*/
	padding: 5px 15px;
	line-height: 1.6em;
}
#busqueda
{
	padding: 5px 15px;
}
#botonera
{
	padding: 0 15px;
}

/* Header */
#header
{
	height: 80px;
	background: url(images/bg_gloss.png) 50% 50% repeat-x;
	padding: 5px;
	border-bottom: solid 1px #FFF;
}
#header h1
{
	color: #363636;
	font-size: 20px;
	padding-top:15px;
}
#header h2
{
	position: relative;
	top: -0.3em;
	color: #363636;
	font-weight: bold;
	font-size: 12px;
}
#header #escudo
{
	float:left;
	margin-right:10px;
}


/* Menu horizontal*/
#menu {
	position:absolute;
	left:0px;
	top:59px;
	padding: 10px 10px 10px 5px;
	font-size: 11px;
	font-weight: normal; 
}

#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
	font-size: 11px;
	outline: none; 
	font-weight: normal; 
}
#menu li a {
	border: 1px solid #FFF;
	background: url(images/bg_menu.png) 50% 50% repeat-x;
	height:20px;
	padding:3px 10px;
	font-weight: normal; 
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	outline:none;
}
#menu li a:hover {
	background: url(images/bg_hover_menu.png) 50% 50% repeat-x;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	outline:none;
}

/* menu vertical */
#abm_content {
	float:right; 
	width:80%
}


#side_menu {
	padding: 5px 10px 10px 10px;
	margin:10px 10px 10px 10px;
	float:left;
	width:15%;
	background-color: #d0e5f5;
	border: solid 1px #4297d7;


}

#side_menu ul {
	list-style: none;
}
#side_menu li {
	display: block;
	margin: 10px 5px;

}
#side_menu li a {
	color: #555555;
	text-decoration: none;
	margin: 5px 5px;
}
#side_menu li a:hover {
	color: #555555;
	text-decoration: underline;
}
#side_menu h1{	
	text-transform: capitalize;
	font-size: 15px;
}
#side_menu span {

color:#FF0000;
font-weight:bold;
}

/* Content */



#content p, #botonera p, #busqueda p
{
	margin-bottom: 2px;
}
h1,h2,h3,h4,h5,h6
{
	margin-bottom: 2px;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #F5F8F9;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #65A1CF;
}
#content blockquote p
{
	margin-bottom: 0em;
}
#content table
{
	margin-bottom: 0.5em;
	font-size:12px;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#content table td
{
	padding: 3px;
}
#content table tr.rowA
{
	background-color: #DFEFFC;
	color: inherit;
}
#content table tr.rowB
{
	background-color: #C5DBEC;
	color: inherit;
}

#content table tr.rowC
{
	background-color: #65A1CF;
	color: #fff;
	font-weight:bold;
}
#content table tr.rowD
{
	background-color: #A6C9E2;
	color: inherit;
}

/*
#content table tr.rowA a
{
	font-weight:bold;
	padding-left:5px;
	padding-bottom:3px;
	font-size:11px;
	color: #555555;
	text-decoration:none;
}
#content table tr.rowA a:hover
{
	font-weight:bold;
	padding-left:5px;
	padding-bottom:3px;
	font-size:11px;
	color: #555555;
	text-decoration:underline;
}
*/

/* Footer */
#container-footer {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 40px;
	border-top: solid 1px #65A1CF;
}
* html #container-footer {
	position: relative;
	bottom: auto;
}

*:first-child+html #container-footer {
	position: relative;
	bottom: auto;
	display:none;
}


#footer
{
	background: #E5F0F9 url(images/ui-bg_glass_75_d0e5f5_1x400.png) repeat-x top left;
	border-top: solid 1px #FFF;
	padding: 0 1em;
	line-height: 18px;
	font-size: 0.8em;
	text-align:center;
}

#login
{
	background: #E5F0F9 url(images/ui-bg_glass_75_d0e5f5_1x400.png) repeat-x left;
	border: solid 1px #65A1CF;
	padding: 0;
}

.button {
	background: url(images/bg_gloss.png) 50% 50% repeat-x; 
	border: solid 1px #65A1CF;
	padding:2px;
	cursor:pointer;
	color:#FFFFFF;
}
.button_active {
	background: url(images/bg_hover_menu.png) 50% 50% repeat-x;
	border: solid 1px #65A1CF;
	padding:2px;
	cursor:pointer;
	color:#FFFFFF;
}

*:first-child+html .button {
	height:22px;
	line-height:22px;
	padding:0 2px;
}


*:first-child+html .button_active {
	height:22px;
	line-height:22px;
	padding:0 2px;
}

select, input {color: #363636;font-size:12px;}
.clear
{
	clear: both;
}

.error {color:#FF0000;}
.aviso {color:#e17009; font-weight:bold;}

.disable{
	background-color:#CCCCCC;
	color:#CCCCCC;
}

.disable_vista_previa{
	background-color:#666;
	color:#666;
	text-decoration:none;
}
.hide
{
	display:none;
}
.show
{

}

#cargando {
	background: url(images/loading.gif) no-repeat left 2px;
	padding: 0 0 0 20px;
	position:absolute;
	left:10px;
	top:110px;
	color:#666666;
	font-weight:bold;
	z-index:10000;
}

a.atras,a.siguiente,a.iniciar,a.traer,a.vista_previa,a.arriba,a.abajo{
	padding: 5px 0 5px 28px;
	margin: 0 0 0 10px;
}


a.atras{background: url(images/atras.gif) no-repeat left 2px;}
a.traer{background: url(images/traer.gif) no-repeat left 2px;}
a.vista_previa{background: url(images/vista_previa.gif) no-repeat left 2px;}
a.siguiente{background: url(images/siguiente.gif) no-repeat left 2px;}
a.iniciar{background: url(images/iniciar.gif) no-repeat left 2px;}
a.arriba{background: url(images/arriba.jpg) no-repeat left 2px; text-indent:-20000px; color:#FFFFFF}
a.abajo{background: url(images/abajo.jpg) no-repeat left 2px; text-indent:-20000px; color:#FFFFFF}

a.barras{background: url(images/chart.png) no-repeat left; text-indent:-20000px; color:#FFFFFF}
a.torta{background: url(images/chart_pie.png) no-repeat left; text-indent:-20000px; color:#FFFFFF}

#logo_cabecera {
	position:absolute;
	right:10px;
	top:20px;
	float:right;
}

h1.salto {page-break-after:always}


#hora {
	background: #E5F0F9 url(images/ui-bg_glass_75_d0e5f5_1x400.png) repeat-x left;
	border: solid 1px #65A1CF;
	padding:5px 10px;
	position:absolute;
	right:10px;
	top:28px;
	color:#000;
	font-weight:bold;
}

#print {
	position:absolute;
	right:10px;
	top:95px;
	z-index:10000;
	text-align:center;
}
#print a {
	padding:3px;
	background: #E5F0F9 url(images/ui-bg_glass_75_d0e5f5_1x400.png) repeat-x left;
	border: solid 1px #65A1CF;
	display:block;
	font-weight:normal;
	font-size:10px;
	color:#333333;
}

#print a:hover {
	padding:3px;
	background: url(images/bg_hover_menu.png) 50% 50% repeat-x;
	border: solid 1px #65A1CF;
	display:block;
	font-weight:bold;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
}
#print a img{
	border:0px;
}

