/* CSS Document */
.div {
	background-attachment: scroll;
	background-color: #93AFBA;
	background-image: url(images/back_div.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: auto;
}

body, td, th {
	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #93AFBA;
}

.style4 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14;
	text-align: justify;
}

.intenos {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10;
	text-align: justify;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*tab inicio*/
/*----- Tabs -----*/
.tabs {
	width: 100%;
	display: inline-block;
}

a:link {
	text-decoration: none;
}
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
	display: block;
	clear: both;
	content: '';
}

.tab-links {
	margin: 0 !important;
	list-style: none;
}

.tab-links li {
	margin: 0 5px 0 0;
	list-style: none !important;
}

.tab-links a {
	padding: 9px 15px;
	display: inline-block;
	border-radius: 3px 3px 0px 0px;
	font-size: 16px;
	background: #eccbca;
	color: #4c4c4c;
	font-weight: 600;
	transition: all linear 0.15s;
}

.tab-links a:hover {
	background: #d89593;
	text-decoration: none;
}

li.active a, li.active a:hover {
	background: #aa2a25;
	color: #FFF !important;
}

/*----- Content of Tabs -----*/
.tab-content {
	padding: 15px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	background: #eeeded;
}

.tab {
	display: none;
}

.tab.active {
	display: block;
}
/*tab fin*/
@charset "utf-8";
/* CSS Document */
dl {
	margin: 0px auto;
	width: 100%;
}

dt, dd {
	padding: 10px;
}

dt {
	background: #eeeded;
	color: #790909;
	border-bottom: 1px solid #aeadad;
	border-top: 1px solid #aeadad;
	cursor: pointer;
}

dd {
	background: #FAFAFA;
	display: none;
	line-height: 1.0em;
}

dt.activo, dt:hover {
	background: #913636;
	color: #FFF;
}

dt:before {
	content: "▸";
	margin-right: 10px;
}

dt.activo:before {
	content: "▾";
}

table {
	border-collapse: separate;
	border-spacing: 0px;
	font-size: 13px;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
}

#content {
	width: 650px;
	margin: 5px;
	padding: 10px;
	text-align: justify;
}

#menu {
	width: 250px;
	margin: 5px;
	text-align: center;
}

#content h2 {
	margin-bottom: 5px;
	letter-spacing: -1px;
	color: #AF1E1E;
}

#content h2 {
	font-size: 160%;
}

#content h1, .contenido h2 {
	margin: 0;
	font-weight: normal;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

h2 {
	display: block;
	font-size: 1.5em;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

span.koha_url {
	position: absolute;
	background: #FFF;
	width: 100%;
	margin: 0 auto;
	text-align: right;
}

.koha_url {
	color: #666666;
}