body{ 
	margin: 0px;
}

.ERROR_CONTE_cabecera{ 
	width:100%;
	height:auto;
	background: url(images/fondo_imprimir.gif) repeat-x;
	border-bottom: 2px solid #7aced3;
}

.ERROR_CONTE_cabeceraColumnaIzquierda{ 
	width:50%;
	height:140px;
	background: url(images/fondo_izquierda_imprimir.gif) no-repeat;
	padding: 0px 0px;
	position: relative;
	float: left;
}

.ERROR_CONTE_logo{ 
	width:650px;
	height:140px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.ERROR_CONTE_cabeceraColumnaDerecha{ 
	width:50%;
	height:140px;
	padding: 0px 0px;
	float: left;
}

.ERROR_CONTE_mensaje{ 
	width: 100%;
	height: auto;
	padding: 40px 0px 0px 0px;
	text-align: center;
}

.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;
}