@charset "UTF-8";
/* CSS Document */

/* INDEX */
.row{
	margin-right:0px;
	margin-left:0px;	
}
.container{
	max-width: 1007px;	
}
.header{
background-size: cover;
    color: #fff;
    height: 420px;
	position:relative;
}
.header img{
	width:100%;
	max-width:1007px;	
}
.header .titulo{    float: right;
    margin-top: 30px;
    max-width: 500px;}
.header .titulo h1{}
.header .titulo h2{}
.header .titulo h3{bottom: 40px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    right: 70px;
    text-align: right;    font-size: 30px;}
.texto-centrado{
	text-align:center;	
}
.contenido{
	width:100%;
	max-width:1007px;	
}
.menu{
	padding:0px;	
}
.menu li{
	text-align:left;	
}
.menu li a{
	padding-left: 5px;;
    padding-right: 0;
	color:#000080;
	background-color:"#FFF";	
	font-size: 18px;
}
.menu li a:hover {
    background-color: #000080;
	color:#fff;
}
.item_menu_activo{
	background-color:#000080;
	color:#FFF !important;
}
.logos{
	text-align:center;
	padding-right:0px;
	padding-left:0px;
}
.logos img{
	width:100%;	
	max-width:150px;
}
.logos li{
	list-style:none;
	padding: 10px 0;
}
.informacion p{
	font-size:18px;	
	padding-right:10px;
	padding-left:10px;
	margin-top: 40px;
}
.informacion a{
	text-align:center;	
}
.informacion p .tlfno{
	text-align:center;	
}
.informacion li{
	padding-top:10px;
	padding-bottom:10px;	
}
.lista_charlas p{
	margin-top:0px;	
}

.lista_charlas .charla-item{margin-bottom:50px;}
/* COMITES */
.comites a::before{
	content:'\2022\a0';	
}
.introduccion{
	
	margin-top:50px;
}

/* TEATRO */
.imagen-teatro{
	width:100%;
	}
	
/* PARTICIPANTES */
.comites p{
	font-size: 18px;
    padding-left: 20px;
	}
	
/* EDICIONES ANTERIORES */
.anteriores {
	font-size:18px;
}

.anteriores a:before{
	content:"";
}


.menu_{
	display:none;
	    margin-top: 10px;
}

/*For browser/screen widths less than 768px*/
@media screen and (max-width: 768px) {
    .menu{
		display:none;
	}
	.menu_{
	display:block;
}
}
