/* CSS Document */

#Cuerpo{
	width:1024px;
	height:auto;
}
#Contenido{
	width:880px;
	height:auto;
	float:right;
	padding-bottom:150px;
}

.titulo{
	float: left;
	width: 880px;
	height: 50px;
	margin-top:40px;
	margin-bottom:10px;	
	box-shadow: 0px 5px 10px rgb(51, 51, 51);
}
#divVideo{
	width: 880px;
	float: left;
	height: 200px;
	margin-bottom: 20px;
	box-shadow: 0px 5px 10px rgb(51, 51, 51);
}
#video{
	width: 350px;
	height: 200px;
	float: left;
	background-color: rgb(51, 51, 51);
	text-align:center;
	cursor:pointer;
}
#vfVideo{
	max-height: 200px;
	max-width: 350px;
	text-align: center;
}
#videoTXT{
	float: left;
	width: 480px;
	height: 160px;
	margin: 25px;
}

#descripcion{
	float:left;
}
.tdI{
	float:left;
	width:425px;	
	text-align:right;
	font-weight:bold;
	border-bottom:1px solid #000;

}
.tdD{
	float:right;
	width:425px;	
	padding-left:10px;
	border-bottom:1px solid #999;
}
.tdC{
	border-bottom:1px solid #999;	
}

#divCaptura{
	float:left;
	text-align:center;
	width:100%;
	padding-top:40px;
}
.imgCaptura{
	margin-left:25px;
	box-shadow:0px 5px 10px rgb(51, 51, 51);
}
.btnProyectoInformacion{
	float:left;
	background-color:#666;
	width:110px;
	height:15px;
	padding:20px;
	margin:70px;
	text-align:center;
	color:#FFFFFF;
	border-radius:4px;
	font-size:15px;
	box-shadow:0px 5px 10px rgb(51, 51, 51);
}