.bModalAvisoContent{
	background-image: url('../img/aviso/fondo.png');
	background-repeat: no-repeat;
	font-size: 1.1em;
	width:660px;
	height:770px;
}

.bModalTerminosContent{
	background-image: url('../img/aviso/fondo2.png');
	background-repeat: no-repeat;
	font-size: 1.1em;
	width:660px;
	height:770px;
}

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

.bModalAvisoBody{
	text-align: justify;
    text-justify: inter-word;
	font-size: 0.9em;
	color:white;
	margin-top:100px;
	width:100%;
	padding-top:10px;
	padding-left:40px;
	padding-right:30px;
}

.bModalTerminosBody{
	text-align: justify;
    text-justify: inter-word;
	font-size: 0.9em;
	color:white;
	margin-top:100px;
	width:100%;
	padding-top:10px;
	padding-left:40px;
	padding-right:30px;
	height: 490px;
	overflow-y: scroll;
}


.bModalAvisoFooter{
	width:100%;
	margin-top:70px;
}

.bModalAvisoImg{
	width:486px;
	margin:auto;
	margin-top:-50px;
}