TABLE.errTable{
  border:1px solid #ffaa00;
  margin:0px;
  margin-top:50px;
}

TD.errCelda{
	background-color:#fffccc;  
	font-family: sans-serif, Calibri, Verdana, Arial;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  text-align:center;
  padding:30px;
}

.contentError {
	position:relative;
	width:80%;
	margin:10px auto;
	text-align:center;
}

.logoError {
	position:relative;
	margin:30px auto;
	height:80px;
	width:auto;
}

.btnError {
	position:relative;
	background:#e6e6e6;
	border:2px solid #666;
	border-radius:5px;
	padding:8px 10px 7px 10px;
	font-size:17px;
	text-transform:uppercase;
	text-decoration:none;
	font-family:arial, sans-serif;
	color:#666;
	margin:40px 0;
	
}

.btnError:hover {
	cursor:pointer;
	border:2px solid #fff;
}

.msgE {
	border:2px solid #ff5500;
	padding:35px 70px;
	box-shadow: 0 0 8px #666;
	border-radius:10px;
	margin:30px auto;
	position:relative;
	overflow:auto;
	width: max-content;
	background: #fffde7;
}

.icoError, .msgError {
	float:left;
	margin:0 25px;
}

.icoError {
	color:#ff5500;
	font-size:60px;
	width:100px;
	height:65px;
	width: max-content;
}

.msgError {
	color:#ff5500;
	font-size:18px;
	text-align:center;
	font-family:arial, sans-serif;
	width: max-content;
	height:65px;
	line-height:1;
	position:relative;
}

.msgError>div {
	position:relative;
	top:50%;
	transform:translateY(-50%);
	width:100%;
}

