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

}


a:link { color: white; text-decoration: none;}
a:hover { color: white; 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:700px;
	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:635px;
	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 2px; 
	text-align:center;

}


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

}



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



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

}

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 5px;
	height: 30px;
	background:#54571D;
	font: Times;
	font-size: 16px;
	color:#CFB31E;
	border-bottom:3px solid #F2E8A5;
	cursor:pointer;
}

.accordion_headings:hover{
	background:#0066cc;
}

.accordion_child{
	padding:15px;
	background:#EEE;
	text-align:justify;
}

.accordion_child a{

	color:blue;
	text-decoration:underline;
	font-weight:bold;

}

.header_highlight{
	background:#0078d7;
}





