body
{
   margin: 0px;
   background: radial-gradient(center bottom , circle , #e4f0ea, #1792b4 95%);
   background: -moz-radial-gradient(center bottom , circle , #e4f0ea, #1792b4 95%);
   background: -webkit-radial-gradient(center bottom , circle , #e4f0ea, #1792b4 95%);
   background: -ms-radial-gradient(center bottom , circle , #e4f0ea, #1792b4 95%);
   background: -o-radial-gradient(center bottom , circle , #e4f0ea, #1792b4 95%);
   padding: 0;
}

::-moz-selection {background: rgba(0,0,0,0.2); color: #FCFCFC;}
::selection {background: rgba(0,0,0,0.2); color: #FCFCFC;}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}

.fondo{
    height: auto;
	width: 100%;
	position: absolute; 
	z-index: 1;
}

.fondo img{
    height: auto;
	width: 100%;	
}

/*cabezal*/
#header {
	height: auto;
	width: 100%;
	padding: 14px 0 7px 0;
    margin-top: 0px;
  	position: fixed;	
	background-color:  rgba(250,250,250,0.5);
	border-bottom: 1px solid #E2E2E2;
	box-shadow:  0 1px 20px 1px rgba(0, 0, 0, 0.2);
	z-index: 3;
	}
	
	#headerb {
	height: auto;
	width: 100%;
	padding: 14px 0 7px 0;
    margin-top: 0px;
  	position: fixed;	
	background-color: #f9f9f7;
	border-bottom: 1px solid #EEEEEE;
	box-shadow:  0 1px 20px 1px rgba(0, 0, 0, 0.2);
	z-index: 3;
	}


#contheader{
	max-width: 900px;
	height: auto;
    margin-left: auto;
	margin-right: auto;
}

.logo {
	float: left;
}

.logo:hover {opacity: 0.8; filter: alpha(opacity=80);}

.compartir {
	float: right;
    padding: 5px 28px 5px 21px;
	margin-top: 12px;
	background: linear-gradient(180deg, rgba(250,250,250,1) 30%, rgba(235,235,235,1) 90%);
	box-shadow: inset 0px 0px 2px #E0E0E0;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #c5c5c5;
	font-family: 'Roboto Condensed', sans-serif; 
	color:#909294; 
	font-size: 18px; 
	font-weight: 400;
	letter-spacing: 1px;
	transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear; 
    -moz-transition: 0.2s linear; 
    -webkit-transition: 0.2s linear;
	} 

.compartir img {
	margin-bottom: -2px;
	margin-right: 5px;
	height: 18px;
	width: auto;
	}
	
.compartir:hover {
	color: #878787;
	border: 1px solid #BEBEBE;
	box-shadow: inset 0px 0px 5px #B9B9B9; 
	text-decoration: none;
	transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition:0.2s linear; 
    -moz-transition: 0.2s linear; 
    -webkit-transition: 0.2s linear;
	} 
/*cabezal*/	

#contenedor {
    width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	z-index: 2;
	padding: 100px 0 0 0;
	background-image: url(/producciones/debates/neurociencias/imgs/back3d_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.items .item{
	
	width: 32.00%;
	float: left;
	
}
.items .item img{
	width: 32px;
	height: 32px;	
}

.debates {
	height: auto;
	width: 100%;
	
	margin: 0 25px 0 0;	
	
	text-align: center;
} 

.debates img{
	height: auto;
	width: 140px;
	margin: auto;
} 


.info{
	height: auto;
	max-width: 680px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 40px;
	margin-top:-15px;
	font-family: 'Roboto', sans-serif;
	color:#FCFCFC;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;	
	clear: both;
}

.info p{margin-top:-10px;}




.titulo{
	
	height: auto;
	width: 540px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 40px;
	margin-top:-15px;
	font-family: 'Roboto', sans-serif;
	color:#FCFCFC;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;	
}

.titulo p{margin-top:-10px;}

.titulo h2{font-weight: 700; font-size: 32px; line-height:120%; margin: 20px 0 0 0;}

.videoscont {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
    height: auto;
	max-width: 600px;
	margin-left:auto;
	margin-right:auto;
}
@media (max-width: 768px){
	.videoscont{
		display: block;
	}
}

.videoizq {
	height: auto;
	background-color: #1dd4ff; 
	padding: 5px 12px 12px 12px;
	margin-bottom: 20px;
	border-radius: 10px;
	

}



.videoizq p{
	text-align: center;
	font-family: 'Roboto', sans-serif; 
	color:#FCFCFC;
	font-size: 15px;
	font-weight: 700;	
}

.videoder {
	height: auto;
	background-color: #1dd4ff; 
	padding: 5px 12px 12px 12px;
	margin-bottom: 20px;
	border-radius: 10px; 
}



.videoder p{
	text-align: center;
	font-family: 'Roboto', sans-serif; 
	color:#FCFCFC;
	font-size: 15px;
	font-weight: 700;
}

.videocen {
	height: auto;
	width: 256px;
	float:left;
	margin-left:11px;
	background-color: #1dd4ff;	
	padding: 5px 12px 12px 12px;

}



.videocen p{
	text-align: center;
	font-family: 'Roboto', sans-serif; 
	color:#FCFCFC;
	font-size: 15px;
	font-weight: 700;
}

.video-responsive{
	position: relative;
	width: 100%;
	
	
}
.video-responsive::before{
	display: block;
	padding-top: 75%;
	content: "";
	}
	
.video-responsive iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	}
	
/*Recurso 1*/
.recurso1 {
	width: 100%;
	
	overflow:hidden;
}
.recurso1 img {
	height: 50px;
	width: auto;
}
.recurso1:hover {
	background-color: rgba(0, 0, 0, 0.54);
                    
}
.recurso1 p {
	margin-top:-45px;
	margin-left: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight:500;
	text-align:left;

}
/*clases fondos recurso 1*/
.r1b1{
	margin-bottom: 10px;
	display: block;
	
	}

/*Recurso 1*/
/*Recurso 2*/
.recurso2 {
	width: 100%;
	
	
	overflow:hidden;
}

.recurso2 img {
	height: 50px;
	width: auto;

}
.recurso2 p {
	margin-top:-45px;
	margin-left: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight:500;
	text-align:left;

}

/*Recurso 3*/
.recurso3 {
	width: 100%;
	overflow:hidden;
}

.recurso3 img {
	height: 30px;
	width: auto;

}
.recurso3 p {
	margin-top: -35px;
	margin-left: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight:500;
	text-align:left;

}


#foro{
	width: 900px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px;
	margin-top: 22px;
	margin-bottom: 40px;
	}
	
footer{
	background-color:#333;
	text-align:center;
	padding-top:1px;
	font-family: 'Roboto', sans-serif;
	color:#909294;
	font-size: 12px;
	font-weight: 500;	
	overflow: hidden;

	}
	
	
footer a
{
	color: #fff;	
}
	
	/*
#compartirbox{
width: 630px; 
padding: 10px 18px 10px 18px; 
font-family: 'Roboto', sans-serif; 
font-weight: 300; 
font-size: 13px; 
line-height: 20px; 
color:#7f8082; 
text-align: center;}

h3{font-family: 'Roboto Condensed', sans-serif; font-size: 38px;  font-weight: 400; color:#ff9902;}
	
h4{font-size: 24px; font-family: 'Roboto Condensed', sans-serif; font-weight: 300; color:#ff9902; padding: 0 0 15px 0; margin-top: -4px;}

a{font-weight: 500; color:#7f8082;}
a:hover{color:#ff9902;}

.share {padding: 0 5px 0 5px; opacity: 0.8; filter: alpha(opacity=80);}
.share:hover {opacity: 1.0; filter: alpha(opacity=100);}

#profenestor {width: 200px; height: 200px; float: left; background: transparent url(../images/nestormorab.jpg)no-repeat left top; cursor: pointer; border-radius: 3px 3px 0 0;}

textarea{width: 550px; height: 105px; resize:none; padding: 18px 20px 0 20px; margin-bottom: 20px; border-radius: 5px; font-size: 18px; color:#6E6E6E; background-color: #F7F7F7; border: 1px solid #D4D4D4;}
*/

.info h2{line-height: 120%;}
.info h2 br{display:block;}
}