/*Twitter widget*/
.twitter_box{
	position:fixed;
	right:0px;
	bottom:0px;
	width:300px;
	z-index: 10000000000;
}

.twitter_body{
	background:white;
	height:400px;
	padding:5px 0px;
	border: 1px solid #08a0e9;
}

.twitter_head{
	background:#0084B4;
	color:white;
	padding:5px;
	font-weight:bold;
	cursor:pointer;
	border-radius:5px 5px 0px 0px;
}

.cerrar{
	float:right;
	cursor:pointer;
	padding-right:10px;
}

.minimizar{
	float:right;
	cursor:pointer;
	padding-right: 15px;
}
/*Twitter widget*/


/*Logotipos*/
.logo{
	width:  105px; 
	height: 60px;
	padding-right: 50px;
}

.logo_cph{
	width:  2	23px; 
	height: 50px;
	padding-left: 100px;
}

.logoc{
	width: 70%;
}


/*Logotipos*/


/*Citas*/

.blockquote{
	border-left: 5px solid;
	padding-left: 20px;
}

.blockquote-danger{
	border-left-color: #EA2027;
}

.blockquote-warning{
	border-left-color: #FFC312;

}

.blockquote-primary{
	border-left-color: #00cec9;
}

.blockquote-success{
	border-left-color: #009432;
}
/*Citas*/


/**/
.panel-heading{
	background-color: #0D47A1;
	border-radius: 2px;
	padding: 5px 5px;
	margin-bottom: 5px;
}

.panel-body{
	background-color: #ddd;
	padding:20px;
}

.panel-title{
	color: #fff;
	font-size: 20px;
}

.panel-title a{
	color: #fff;
	text-decoration: none;
}

.oi{
	font-size: 15px;
	padding-left: 10px;
}
/**/

.descripcion{
	font-size: 17.5px;
	color: #757575;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.6;
	margin-left: 20px;
	margin-right: 20px;
}

.opciones_lista{
	margin-top: 20px;
}

.opciones_lista li {
    display: block;
    font-size: 17.5px;
}

.opciones_lista li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e036";
    font-family: 'Icons';
    font-size: 17.5px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    color: #EA2027;
}

.bloque{
	padding-top: 50px;
	padding-bottom: 100px;
}

.titulo_bloque{
	font-size: 50px;
	text-align: center;
	padding-top: 50px;
}

.titulo_blanco{
   color: #fff;
}

.titulo_negro{
	color: #000;
}

.download_button{	
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}


#congreso{
	background: rgb(223,230,233);
    background: linear-gradient(360deg, rgba(223,230,233,0.73) 0%, rgba(209,204,192,0.33657212885154064) 62%, rgba(223,230,233,0.7287289915966386) 100%);
}

#ejes{
	background-color: #212121;
}

#fechas{
	background-color: #ecf0f1;
}

#carousel{
	padding-top: 50px;
}

#carousel1{
	padding-top: 80px;
	border-bottom: 0;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}


.footer{
	background-color:#0D47A1;
	text-align:center;
	background-size:cover;
	padding:50px 0px;
	color:white;
}
.footer a{
	color:white;
}
.footer a:hover{
	text-decoration:none;
	color:#07cbc9;
	border:none;
	background-color:transparent;
  }

.btn_bd{
	padding: 5px;
}

#organizadores{
  padding: 20px;
}

.organizadores{
	width: 100%;
	border-radius: 15px;
}

#comite_jd{
	padding-top: 50px;
}

#mvo{
	padding-top: 20px;
}

.spacing{
	padding-top: 30px;
}

.info_congreso{
	position: absolute; 
	top:35px; 
	right: 30px; 
	width:300px; 
	height: 300px; 
	background-color: rgba(0, 0, 0, 0.7); 
	padding:30px; 
	color:#fff; 
	font-size: 20px; 
	font-weight: bold;
}

.blue{
	background-color:#0D47A1;
	height: 2px;
}

/**/
@media only screen and (max-width: 600px) {
    .carousel-inner img {
    	width: 100%;
    	height: 300px;
	}
}
/**/
