div.error {
	margin: 30px 30px 30px 30px;
	font-family: Arial, sans-serif;
}

div.error h1 {
	font-size: 20px;
	color: #D70C08;
	margin-left: 30px;
}

div.error p {
	font-size: 12px;
	color: #959595;
	margin-left: 30px;
}

div.error .separacion {
    background: url("../images/home_sobra_ult.jpg") repeat-x scroll 0 0 transparent;
    clear: both;
    float: right;
    display: block;
    height: 10px;
    width: 100%;
}

div#cuadroCentro{
	background: white !important;
	width: 800px;
	margin: auto;
	padding-bottom: 40px;
	padding-top: 0px;
}

div.error404 {
	margin: 30px 30px 30px 30px;
	font-family: Arial, sans-serif;
	text-align: center;
}

div.error404 h1 {
	font-size: 20px;
	color: #D70C08;
	margin-left: 30px;
}

div.error404 .separacion {
    background: url("../images/home_sobra_ult.jpg") repeat-x scroll 0 0 transparent;
    clear: both;
    float: right;
    display: block;
    height: 10px;
    width: 100%;
}