body {
	text-align:center;
	background-image:url(../imagenes/fondo-sombra.png);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin:0px;
}
a {
	color:#666666;
	text-decoration:none;
}
#fondo-degrade {
	background:url(../imagenes/fondo-degrade.png);
	background-repeat:repeat-x;
	background-position:top;
}
#fondo-sombra-degrade {
	background:url(../imagenes/fondo-sombra-degrade.png);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
}
#contenedor {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width:960px;
	background-color:#000000;
}
* {
	margin:0px;
	padding:0px;
}
li {
	list-style-position:inside;
	margin:4px;
}
ul {
	margin:10px;
}
/*Header*/

#header {
}

/*Botonera*/

#botonera {
	text-align:center;
	font-size:12px;
	height:32px;
}
#botonera li {
	list-style-type:none;
	margin-left:30px;
	float:left;
}
#botonera ul {
	margin-left:10px;
}
#botonera a {
	color:#999;
	text-decoration:none;
}
/*Contenido*/

#contenido {
	height:1%;
	overflow:hidden;
	background-image:url(../imagenes/fondo-cuadraditos-boxes.png);
	background-position:right;
	background-repeat:repeat-y;
}

/*Home*/

#col_izq_home {
	width:720px;
	float:left;
}
#col_der_home {
	width:240px;
	float:left;
}
#cuadro_programa {
	overflow:auto;
	padding:15px;
	width:330px;
	height:230px;
	background:#000000;
	float:left;
}
#cuadro_programa h3{
	font-size:20px;
	margin-bottom:10px;
}
#cuadro_programa a{
	text-decoration:none;
	color:#ffffff;
}
#cuadro_workshops {
	color:#000000;
	overflow:auto;
	padding:15px;
	width:330px;
	height:230px;
	background:#EDD200;
	float:left;
}
#cuadro_workshops h3{
	font-size:20px;
	margin-bottom:10px;
}
#cuadro_workshops a{
	text-decoration:none;
	color:#000000;
}
#banda_home {
	padding-top:10px;
	width:720px;
	float:left;
} 

/*secciones*/

#col_izq_secciones {
	background:url(../imagenes/fondo-cuadraditos-contenido.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#ffffff;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	width:620px;
	float:left;
}
#col_der_secciones {
	background:url(../imagenes/fondo-cuadraditos-boxes.png);
	background-position:top;
	background-repeat:repeat-y;
	width:290px;
	float:left;
}
.box_info_gris {
	clear:both;
	padding-top:15px;
	padding-left:10px;
}
.box_info_amarillo {
	clear:both;
	padding-top:15px;
	padding-left:10px;
}
.separador {
	background:url(../imagenes/separador.png);
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}
.titulo_seccion h1{
	font-size:20px;
	color:#FFF100;
	margin-bottom:20px;
}

/*disertantes*/

.item_disertante {
	height:1%;
	overflow:hidden;
}
.fondo_foto_disertante {
	float:left;
	width:84px;
	height:84px;
	background:#F7BE0C;
}
.foto_disertante {
	margin:3px;
}
.info_disertante {
	float:left;
	margin-left:15px;
	width:510px;
}
.info_disertante h3{
	font-size:16px;
}

/*faqs*/

.item_faq {
	height:1%;
	overflow:hidden;
}
.info_faq {
	float:left;
}
.info_faq h3{
	font-size:16px;
	margin-bottom:5px;
}

/*programa*/

.item_programa {
	height:1%;
	overflow:hidden;
}
.info_programa {
	float:left;
}
.info_programa h3{
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
}
.info_programa h2{
	font-size:16px;
	color:#FFF100;
	margin-bottom:20px;
}

/*workshops*/

.item_workshops {
	height:1%;
	overflow:hidden;
}
.info_workshops {
	float:left;
}
.info_workshops h3{
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
}
.info_workshops h2{
	font-size:16px;
	color:#FFF100;
	margin-bottom:20px;
}

/*aranceles*/

.item_aranceles{
	height:1%;
	overflow:hidden;
}
.info_aranceles {
	float:left;
}
.info_aranceles h3{
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
}
.info_aranceles h2{
	font-size:16px;
	color:#FFF100;
	margin-bottom:20px;
}

/*ediciones*/

.item_ediciones{
	height:1%;
	overflow:hidden;
}
.info_ediciones {
	float:left;
}
.info_ediciones a{
	text-decoration:none;
	font-size:20px;
}

/*formulario*/

#formulario_cont {
	color:#FFFFFF;
	background-color:#000000;
	padding:20px;
	border: 4px solid #FFF100;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}
#formulario_feed {
	padding:120px;
	text-align:center;
}
.tit_campo {
	padding-bottom:5px;
	padding-top:5px;
}

/*logos*/

#pie {
	clear:both;
}
