body {
	font-family: Times;
	font-size: 14px;
	color: #B59E25;
	background-color: #efe495;
	text-align: center;
	margin: 0;
	background-attachment: fixed;

}


a:link { color: #CFB31E;  text-decoration: none;}
a:hover { color: #CFB31E; text-decoration: underline;}
a:visited { color: #CFB31E; text-decoration: underline;}

.texto_normal {
				text-align: justify;
}


.texto_titulos {
	font-size: 22px;
	text-align: justify;
	color:#7E7D2A;				
}

.rayas {
	
	border-color: #CFB31E;
}

div#background {
	margin: 0;
	text-align: center;
	background: url(images/bg.jpg) repeat-x;
	width:100%;
	height:auto;
	position: relative;
}


div#background_home {
	margin: 0;
	text-align: center;
	background: url(images/bg_index.jpg) repeat-x;
	width:100%;
	height:auto;
	position: relative;
}


div#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left
	width: 900px;
	height:auto;
	position: inherit;

}


div#head {
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height:auto;
	text-align:center;
	position: inherit;

}


div#footer2 {
	width: 100%;
	height:100%;
	background: #CFB31E;
	color: #fff;
	border-top: white solid 3px; 
	text-align:center;

}


div#footer {
	width: 100%;
	height:100%;
	margin: auto;
	background: url(images/bg_footer.jpg) repeat-x;
	text-align:center;
	position: inherit;

}



/******* columnas ******/



div#feature{
	width:900px;
	height:auto;
	margin: 0 auto 0 auto;
	text-align: center;
	background: url(images/bg_feature.jpg) no-repeat;
	}
	
div#left {
	width: 650px;
	height: auto;
	float:left;
	text-align: left;
	background: url(images/bg_feature.jpg) no-repeat;
 
}

div#left a{
	color: black;
}

div#menu {
	width: 200px;
	float:right; 

}



/***************** accord **************/

#basic-accordian{

	width:100%;
	position:relative;
	top:50%;
	z-index:2;
}

#IE7_root #basic-accordian {
	top:0%;

}

* html #basic-accordian{

	left:0%;
	top:0%;
	margin-left:-100px;
	z-index:2;
	margin-top:0px;
}

.accordion_headings{
	padding: 10px 5px 5px 25px;
	height: 30px;
	background:url(images/bg-menu.jpg) bottom no-repeat #4a4e11;
	font: Times;
	font-size: 16px;
	text-align: left;
	color:#CFB31E;
	border-bottom:3px solid #F2E8A5;
	cursor:pointer;
}

.accordion_headings:hover{
	background:url(images/bg-menu2.jpg) bottom no-repeat #48491F;
}

.accordion_child{
	padding:15px;
	background:url(images/bg_child.jpg) #efe495 repeat-x;
	text-align:justify;
	color:#CFB31E;
}

.accordion_child a{

	color:#54571D;
	text-decoration:underline;
	font-weight:bold;

}



.header_highlight{
	background:url(images/bg-menu2.jpg) bottom no-repeat #48491F;
}

.cleaner { height:1px; overflow:hidden; margin-top:-1px; clear:both;
}

div#ftr { width:800px; height:190px; margin:0px auto;
}

div#ftr a{ text-decoration:none; 
}

div#ftr .ftr_lft { width:400px; float:left; text-align:center;
}

div#ftr .ftr_rgt { width:400px; float:left; text-align:center; padding-top:25px;
}

div#ftr .ftr_bot { width:800px;  text-align:center; margin:0px auto; 
                   padding-top:40px;
}