@charset "utf-8";
/* CSS Document */

#contenidoError {
	text-align: center;
}
#contenidoError span.error_title {
    background: transparent url(/img/error/error.gif) no-repeat left top;
    display: inline-block;
    font-size: 40px;
    height: 128px;
    line-height: 128px;
    overflow: hidden;
    padding: 0em 0em 0em 130px;
    color: #FF0000;
}
#contenidoError div.error_content {
	color: #888888;
	font-size: 18px;
	line-height: 2em;
	margin: 1em auto 2em;
}
#contenidoError div.error_content a {
	color: #3F3F3F;
}

