/* LAYOUT GENERAL ***************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #9C9893;
	line-height: 16px;
	}
#container {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	color: #FFFFFF;
    }
#container_ppal {
	width:1000px;
	z-index: 10;
	position: relative;
	}
#encabezado {
	width:1000px;
	height: 110px;
	}
#back_container {
	background-image: url(../img/background_letras.gif);
	background-position: center;
    }
#back {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/background.gif);
	height: 230px;
	width: 920px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	}
#container_foot {
	height:140px;
	background-image: url(../img/background_pie.gif);
	background-repeat:  repeat-x;
    }
#foot {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	color: #333333;
	line-height: 18px;
    }
#foot a {
	color: #333333;
	}



/* ACORDEON ******************************/

#basic-accordian {
	width:1000px;
	margin: 0px;
	/*position:absolute;
	z-index:2;*/
	}
.accordion_headings {
	cursor:pointer;
	background-color: #9C9893;
	height: 55px;
	}
.accordion_headings:hover {
	background-color: #9C9893;
	}
.accordion_child {
	margin: 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;	
	/*background-color: #000000;
	opacity: 0.60;
	filter: alpha(opacity=60);*/
	}
.accordion_child1 {
	margin: 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-image: url(../img/monica_cohen_diseno_ecoespiritual.jpg);
	background-repeat: no-repeat;
	background-position: 0px 60px;
	}
.accordion_child2 {
	margin: 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #FFFFFF;
	background-image: url(../img/background_futuro.gif);
	background-repeat:  repeat-x;
	}
.header_highlight {
	background-color: #000000;
	margin: 1px;
	}


/* TEXTOS *******************************/
.titular {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	}
.titulo {
	font-size: 15px;
	font-weight: normal;
	}
.txt_iconos {
	font-size: 9px;
	font-family: Tahoma;
	}
.txt_gris {
	font-weight: bold;
	color: #666666;
	}
.txt_celeste {
	color: #00CCFF;
	}
.listado_expositores {
	border-bottom: 1px dotted #666666;
	}
.links_webs {
	color: #FFFFFF;
	text-decoration: none;
	}
.links_webs:hover {
	color: #000000;
	}
