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;
}
/* Outer */
#outer
{
	position: relative;
}

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


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

#busqueda
{
	padding: 5px 15px;
}
#botonera
{
	padding: 5px 15px;
}

/* Header */
#header
{
	height: 60px;
	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:5px;
}
#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, #side_menu {display:none;}
#abm_content {
	float: none; 
	width:100%
}


/* 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 p
{
	margin-bottom: 0em;
}
#content table
{
	margin: 0 auto;
	font-size:12px;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#content table td
{
	padding: 3px;
}
/*
#content table td table
{
	margin: -3px 0 0 -3px;
}*/
#content table tr.rowA td
{
	/*background-color: #C5DBEC;*/
	border-bottom:1px solid #666;
	color: inherit;
	padding:1px;
}
#content table tr.rowB td
{
	/*background-color: #C5DBEC;*/
	border-bottom:1px solid #666;
	color: inherit;
	padding:1px;
}

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

/* Footer */
#container-footer {
	display:none;
}

#footer
{
	display:none;
}

#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;
}
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;
	font-size:1px;}
.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;
}

a.atras,a.siguiente,a.iniciar,a.traer,a.vista_previa,a.arriba,a.abajo{
	display:none;
}


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

/*h1.salto {page-break-after:always}*/
h1.salto { display:none; height:0px}

#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:38px;
	color:#000;
	font-weight:bold;
}
#print {display:none;
}


a { display:none;}

td a { display: block;}

td a img { display:none;}

img.reporte {display: block;}

br {height:0px; }
