.msgcontenedor{
	width:100%;
	height:100%;
	vertical-align:middle;
	position:fixed;
	left:0px;
	top:0px;
}
.msgcontenedor .msg{
	margin:auto;
	width:90%;
	max-width:750px !important;
	border-radius:0px;
	padding:0px;
	background-color:white;
}
.msgcontenedor .msg td{
	padding:10px;
}
.msgcontenedor .msg .titulo h1{
	font-size:20pt;
}
.msgcontenedor .msg .texto{
	padding-top:10px;
	padding-bottom:20px;
	width:100%;
	height:auto;
	font-size:14pt;
}
.msgcontenedor .msg .icono{
	width:0px;
}
.msgcontenedor .botones{
	text-align:right;
	height:0px;
	vertical-align:bottom;
}
.msgcontenedor .botones .boton2{
	margin-left:5px;
	margin-right:5px;
	font-size:12pt;
}
@media (max-width: 540px){
    .msgcontenedor .msg .icono{
        vertical-align:top;
    }
    .msgcontenedor .msg .icono img{
	width:50px;
        height:50px;
    }
}