@charset "utf-8";
/* CSS Document */
body { padding:0; margin: 0; margin-left:auto; margin-right:auto;  }
#tbTabla{
	float:right;
	width:100%;
	margin:0px;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #204000;
	background-color:#FFF;
	border-radius:10px 10px 10px 10px;
}
#tbResulRENCA{
	float:right;
	width:100%;
	margin:0px;
	/*padding:10px;*/
	margin-bottom:10px;
	border:1px solid #204000;
	background-color:#FFF;
	color:#204000; 
	font-size:11px; 
	font-weight:bold !important;
	border-collapse: collapse;
}
#tbResulRENCA tr:hover td{
	border:1px solid #000;
	background-color:#B2B200;
}
#tbResulRENCA tr th{
	margin:0px;
	padding:5px;
	border:1px solid #204000;
	background-color:#204000;
	color:#FFF; 
	font-size:11px; 
	font-weight:bold !important;
}
#tbResulRENCA tr td{
	margin:0px;
	padding:1px;
	border:1px solid #204000;
	background-color:#FFF;
	color:#000; 
	font-size:11px; 
	font-weight:100 !important;
}
#tbMSJ tr td{
	margin:0px;
	padding:5px;
	border:1px solid #204000;
	background-color:#FFF;
	color:#000; 
	font-size:11px; 
	font-weight:100 !important;
}

.parrafo { 
	color: #222222;
	font-size: .9em;
	font-weight: normal;
	text-align:justify;
	padding:0px  !important;
 }
.titu{
	color:#204000;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
	border-bottom: 1px solid #204000;
}
.subtitu{
	color:#0272A7;
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
}

.verArticulo{
	background-color:#204000; 
	width:150px; 
	font-size:12px; 
	color:#FFF; 
	margin-top:0px; 
	border: 1px solid #204000;	
}
.verArticulo:hover{
	background-color:#FFF; 
	color:#204000;
}
#linkDetalle{
	padding-left:15px;
	color:#039;
	font-size:11px;
	font-weight:300;
}
#linkDetalle:hover{
	color:#093;
}
.botonExport{cursor:pointer;}
aT{color:#204000; font-size:11px;}

/*...Biblioteca Virtual .....*/
#btBiblioBuscar {
	float:right;
	padding: 5px 2px; 
	width:80px;
	font-family: 'Bree Serif', serif;
	font-weight: 300; 
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	background:#0E3A07;
	border: 1px solid #036;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}
#btBiblioBuscar:hover {
	background:#2CBC16;
	border: 1px solid rgba(256,256,256,0.75);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
#btBiblioBuscar:active {
	bottom: -1px;
	background:#000;
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}
#tbBiblioTabla{
	float:right;
	width:100%;
	margin:0 0 10px;
	padding:10px;
	border:1px solid #204000;
	background-color:#FFF;
	border-radius:10px
}
#tbFormBiblio{
	color:#204000;
	font-size:11px; 
	font-weight:100 !important;	
}
#lnkItemBiblio{
	border-top: 1px solid #204000;
}
#subTutiBiblio{
	width:70px; 
	font-size:12px; 
	font-weight:bold; 
	color:#204000;
}
.imgcb{border:1px solid #999;border-radius:10px;padding:10px;margin:10px!important;-webkit-box-shadow:0 0 20px .5px rgba(0,0,0,.4);-moz-box-shadow:0 0 20px .5px rgba(0,0,0,.4);box-shadow:0 0 20px .5px rgba(0,0,0,.4)
}
/*Placeholder*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic; font-size:11px;font-weight:100 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-style: italic; font-size:11px;font-weight:100 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-style: italic; font-size:11px;font-weight:100 !important;
}
:-moz-placeholder { /* Firefox 18- */
  font-style: italic; font-size:11px;font-weight:100 !important;
}
/*Paginacion*/
.pagination {
    /*height: 36px; */
	height: 25px;
    margin: 0px;
}
.pagination ul {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination li {
    display: inline;
}
.pagination a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
	line-height: 25px;
	min-width:20px;
	padding: 0 2px;
    text-decoration: none;
	font-weight:100;
	color:#204000
}
.pagination a:hover{
    background-color: #DDDDDD;
}
.pagination .active a{
	background-color: #204000;
    color: #FFFFFF;
	border-color: #204000;
    border-style: solid;
    cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
    background-color: transparent;
    color: #999999;
    cursor: default;
}
.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
    border-radius: 0 3px 3px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}