
body{
	overflow-y:scroll;	
}

#comite p{
	margin:0px;	
	padding:1px;
}

#comite h3{
	margin:0px;	
	padding:1px;
	margin-top: 5px;
}

#encabezado2{
/*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d1d1+0,cecece+64&1+0,1+64,0.29+79 */
background: -moz-linear-gradient(left,  rgba(209,209,209,1) 0%, rgba(206,206,206,1) 64%, rgba(206,206,206,0.29) 79%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(209,209,209,1) 0%,rgba(206,206,206,1) 64%,rgba(206,206,206,0.29) 79%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(209,209,209,1) 0%,rgba(206,206,206,1) 64%,rgba(206,206,206,0.29) 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#4acecece',GradientType=1); /* IE6-9 */
display:inline-block;
width:100%;
padding: 0px; margin:0px;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
}


#encabezado{
            
			/*background: url(../img/logo.jpg) no-repeat right ;*/
            background-size:18% ;
            display:inline-block;
            width:100%;            
           
 }
 
 .footer{
	 color:#999;	 
	 border-top: solid 1px #999999;
 }
 
 #banner_not{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+36,ffffff+36,a00303+100&0+36,1+100 */		                                                              
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 36%, rgba(160,3,3,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, color-stop(36%,rgba(255,255,255,0)), color-stop(100%,rgba(160,3,3,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 36%,rgba(160,3,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 36%,rgba(160,3,3,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 36%,rgba(160,3,3,1) 100%); /* IE10 preview */
background: linear-gradient(to right,  rgba(255,255,255,0) 36%,rgba(160,3,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a00303',GradientType=1 ); /* IE6-9 */

		
		
		width:100%;
		display:block;
		height: 30px;
		color:#FFF;
		font-size: 16px;
		border:none;	
 
 }
 
 
 #encabezado img{
       float:left;
 }
 
 
 #p_escudo{
    padding:0px;
    width:15%;
    margin: 10px 4%;
  }
  
 #p_title{
    margin-top: 1%;
    /*padding: 0px;
    width: 55%;*/
    padding: 0px;
    height: auto;
    max-width: 100%;
  }
 
 #p_escudo2{
    padding:0px;
    width:15%;
    margin: 10px 4%;
  }
  
 #p_title2{
    margin: 2% 4%;
    padding: 0px;
    width: 45%;
  }
 

   
 #cuerpo{
         border-color:rgb(230,230,230);
         border-bottom-style:solid;
  }
  
  
 #convoca h1, #convoca h2, #convoca h3, #convoca p{
	margin:0px; 
 }
 
 #convoca h1{
	font-size:35px; 
 }
 
 #convoca h2{
	font-size:25px; 
 }
 
 #convoca h3{
	font-size:20px; 
 }
 

 
 ol.lista-convoca li{
	 padding-bottom: 10px;
	 
 }
 
  ol.lista-linea{
	  counter-reset: ol-counter;
  }
  
 ol.lista-linea li{
	 margin-bottom: 5px;
	 list-style: none;
	/* list-style-type: lower-latin;*/
 }
 
ol.lista-linea li:before{
  color:#666;
  font-size: 18px;;
  content: counter(ol-counter, lower-alpha) ". "  ;
  counter-increment: ol-counter;
}

ul.lista-fechas li {
	list-style:none;
	margin-bottom:10px;
	font-size: 15px;
}


ul.lista-fechas li i{
	color:#666;
	
	margin-right: 10px;
}

/* Esta linea es para hacer las fotos circular en la pestaña conferencistas magistrales*/
.img-responsive {
	border-radius: 0%;
}

/*Estas lineas son para la pestaÃ±a programas para hacer que tenga un scroll */
.full-table {
    height: 400px;
    overflow: scroll;
}

.img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#cuerpoprog{
         border-color:rgb(230,230,230);
         border-bottom-style:solid;
         text-align: right;
         font-size: 20px;
  }

.tipo{
  font-family: 'Open Sans';
  
}
.icono{
  width: 48px;
}
.parrafo{
  font-family: 'Open Sans';
  text-align: justify;
  font-size: 14px;
}
.parrafo2{
    font-family: 'Open Sans';
    text-align: justify;
    font-size: 14px;
}
.centrado{
    font-family: 'Open Sans';
    text-align: center;
    font-size: 14px;   
}
.textomodal{
    font-family: 'Open Sans';
    text-align: justify;
    font-size: 14px;
    color: #fff;   
}
