/* CSS Document */
	A                       {
	color: #9B242D;
	text-decoration: none;
	font-weight: normal;
}
	A:link          { color: #9B242D; text-decoration: none; }
	A:visited       { color: #990000; text-decoration: none; }
	A:active        { color: #A43941;  text-decoration: none; }
	A:hover         { color: #A43941;  text-decoration: underline; }
#img {
	padding-right: 8px;
}

	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/bg-boby.jpg);
	color: #50473D;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #f5f2ea;
	background-repeat: repeat-x;
}
#forms {
	background-color: #F9F7F2;
	border: 1px solid #CFCDC2;
	padding: 4px;
}
.biblioHeader {
	color: #F9F7F2;
	background-color: #A33841;
	font-size: 14px;
	font-weight: bold;
}
.biblioEdit {
	font-size: 13px;
	font-weight: bold;
	background-color: #F9F7F2;
	color: #A33841;
}


#dotline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #958C7B;
	margin-top: 5px;
	margin-bottom: 5px;
}

#dotlineV {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #958C7B;
	margin-left: 5px;
	margin-right: 5px;
}

.calendarBox {
	background-color: #f5f2ea;
	border: 1px solid #AFA38B;
	padding: 4px;
	float: right;
}
.subTitle {
	font-size: 16px;
	font-weight: bold;
	color: #a73f47;
}
.calendarCell {
	background-color: #d9d7cf;
	padding: 2px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #6D6956;
}
.newsBox {
	background-color: #F5F5F5;
	border: 1px solid #97948C;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	/*margin-left: 15px; */
}
.booksCell {
	background-color: #D0D0CC;
	border: 1px solid #8F897D;
	padding: 3px;
}

.subBrown {
	font-weight: bold;
	color: #8F8570;
	font-size: 16px;
}
.subBrownsm {
	font-weight: bold;
	color: #8F8570;
	font-size: 14px;
}
#header {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	height: 105px;
	width: 926px;
}

#title {
	font-size: 16px;
	font-weight: bold;
	color: #A1363F;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CFCDC2;
	border-left-color: #CFCDC2;
}

/* NAVBAR */

#navcontainer ul
{
	padding-left: 0px;
	margin-left: 0;
	background-color: #f5f2ea;
	color: #786f61;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
}
#footer {
	font-size: 10px;
	background-color: #CFCDC2;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-align: center;
}
.banner {
	font-size: 10px;
	background-color: #EBEBE9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C9C4BA;
	border-bottom-color: #C9C4BA;
}



#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	background-color: #f5f2ea;
	color: #786f61;
	text-decoration: none;
	float: left;
	border-right: 1px solid #d9d7cf;
	padding-top: 0.2em;
	padding-right: 1.1em;
	padding-bottom: 0.2em;
	padding-left: 1.1em;
}

#navcontainer ul li a:hover
{
	background-color: #d9d7cf;
	color: #9b242d;
}

#navcontainer ul li a#current, #navlist li a#current:link{
	background-color: #CFCDC2;
	color: #9b242d;
}
#content {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

/************* LeftNav styles ****************/


#navigation a {
	color: #333333;
	line-height:16px;
	letter-spacing:0.05em;
	text-decoration: none;
	display:block;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CFCDC2;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: #F9F7F2;
	}
	

#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
#navigationBar {
	background-color: #F9F7F2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CFCDC2;
}

	
#navBar {
	background-color: #F0F4F9;
	width: 130px;
}


#navigation a:hover {
	color:#9B242D;
	background-color: #F5F2EA;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #9B242D;
	}
#navigation	a#current {
	background-color:#FFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EA0000;
	color: #EA0000;
}
	
/************* END LeftNav styles ****************/
#inside {

	background-color: #FFFFFF;
}
#contentH {
	background-color: #FFFFFF;
	padding-top: 20px;
}
.headerEncuentros {
	font-size: 16px;
	color: #FFF;
	background-color: #8F8570;
	font-weight: bold;
	padding: 5px;
}
.contentBox {
	background-color: #f5f2ea;
	border: 1px solid #AFA38B;
	padding: 4px;
}
.paidos {
	background-color: #A7BD95;
}
.cuspide {
	background-color: #C9B481;
}
.zoezal {
	background-color: #B47072;
}
#basic-accordian{
	width:285x;
	position:relative;
	z-index:2;
}

.accordion_headings{
	background:#e8e2d2;
	color:#786f61;
	border:2px solid #bfbcb2;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#f5f2ea;
	border:1px solid #b54b2a;
	color:#b54b2a;
}

.accordion_child{
	background-color: #D0D0CC;
	border: 2px solid #8F897D;
	height:203px;
	padding: 3px;
	width: 282px;
}

.header_highlight{
	background:#f5f2ea;
	border:2px solid #b54b2a;
	color:#b54b2a;
}

.tab_container *{
	float:left;
	height: 16px;
	width: 16px;
	margin: 2px;
	font-size: 14px;
	text-align: center;
}
.tab_container_caja {
	float:left;
	background-color: #8f8570;
	padding: 5px;
	margin-top: 8px;
	border: 3px solid #cac7bf;
	width: 276px;
}
#apDiv1 {
	position:absolute;
	top:80px;
	width:77px;
	height:33px;
	z-index:1;
	margin-left: 850px;
	visibility: visible;
}

#search {
	position:absolute;
	top:10px;
	width:250px;
	height:40px;
	z-index:1;
	margin-left: 720px;
	visibility: visible;
}
