.bModalVideoContent{
	background-image: url('../img/aviso/fondo.png');
	background-repeat: no-repeat;
	font-size: 1.1em;
	width:660px;
	height:450px;
	padding-bottom:60px;
}

.bModalVideoClose{
	float:right;
	padding:5px;
}

.bModalVideoBody{
	margin-top:0px;
	width:100%;
	height:100%
	padding-top:10px;
	padding-left:40px;
	padding-right:30px;
}

.bModalVideoBody iframe{
	width:100%;
	height:100%
}

