body {
	background: #fff;
	background-image: none;
}

.cabecera_error {
	display: block;
	padding: 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #8d8d8d;
}

.cabecera_error a.logo_entel,
.cabecera_error a.logo_entel:visited {
	display: block;
	background: url(../img/cabecera/logo_entel.gif) left top no-repeat;
	width: 220px;
	height: 55px;
}

.cabecera_error a.logo_entel:hover {
	background: url(../img/cabecera/logo_entel.gif) left -55px no-repeat;
}

p.texto_error {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000; 
	margin: 10px 0 20px 0;
}

p.texto_error_derecha {
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000; 
	margin: 5px 0 20px 0;
}

a.enlace_error,
a.enlace_error:visited {
	color: #034574;
}

a.enlace_error:hover {
	text-decoration: none;
}

.caja_gris {
	display: block;
	background: #eeeeee;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.contenedor_boton_derecha {
	display: block;
	padding: 0 15px 0 0;
	float: right;
}

.pie {
	display: block;
	padding: 3px 0 0 0;
	border-top: 1px solid #8d8d8d;
	margin: 60px 0 0 0;
}

