div.error
{
	height:300px;
}

div.error_titulo
{
	float:left;
	font-size:85px;
	color:#DDD;
	line-height:300px;
}

div.error_info
{
	float:right;
	height:300px;
}

div.error_info_content
{
	background-color:transparent;
	height:30px;
	line-height:30px;
	margin-top:130px;
	padding:5px 0;
	
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

a.boton_volver
{
	background-color:#34495e;
	
	display:inline-block;
	height:25px;
	line-height:25px;
	padding:0 7px;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	color:#FFF;
}

a.boton_volver:hover
{
	text-decoration:none;
	background-color:#2980b9;
}
