body{ 
	margin: 0px;
}

.ERROR_CONTE_cabecera{ 
	width:940px;
	height:151px;
	background: url(images/web/fondo_cabecera_error404.gif) no-repeat;
}
/*
.ERROR_CONTE_cabeceraColumnaIzquierda{ 
	width:50%;
	height:50px;
	background: url(images/modulos/fondo_izquierda_imprimir.gif) no-repeat;
	padding: 0px 0px;
	position: relative;
	float: left;
}

.ERROR_CONTE_logo{ 
	width:186px;
	height:72px;
	position: absolute;
	top: 8px;
	left: 20px;
}

.ERROR_CONTE_cabeceraColumnaDerecha{ 
	width:50%;
	height:72px;
	padding: 0px 0px;
	float: left;
}
*/

.ERROR_CONTE_principal{ 
	width: 940px;
	height: auto;
	padding: 70px 0px;
	background-color:#ffffff; 
}


.ERROR_CONTE_mensaje{ 
	width: 500px;
	height: 142px;
	padding: 80px 195px 0px 54px;
	margin: 0px auto;
	background: url(images/web/fondo_mensaje_error404.gif) no-repeat;
}

.ERROR_TBL_mensaje{ 
	width: 500px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border: none;
}

.ERROR_TBL_mensaje td{ 
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border: none;
}

.ERROR_TBL_mensaje td p,h1,h2,h3,h4,h5,h6{ 
	margin: 0px;
}



.ERROR_TXT_mensaje{ 
	font:normal 12px "Trebuchet MS";
	color:#6E6025;
	margin: 0px 0px 10px 0px;
}

.ERROR_TXT_mensaje a:link{
	text-decoration: underline;
	color:#000000;
}

.ERROR_TXT_mensaje a:visited{
	text-decoration: underline;
	color:#000000;
}

.ERROR_TXT_mensaje a:hover{
	text-decoration: underline;
	color:#6E6025;
}

.ERROR_TXT_mensaje a:active{
	text-decoration: underline;
	color:#000000;
}

.ERROR_clear{ 
	clear: left;
}
