/*=================
===================
HOME
===================
=================*/

.error
{	
	background-repeat:no-repeat;
	background-position: right 4em;
	min-height:200px;

	padding:1em;
}

.bg_error
{	
	background-image:url(../error/bg_error.png);
}

.bg_error_red
{	
	background-image:url(../error/bg_error_red.png);
}

.error h2
{
	font-size:5em;
	font-weight:600 !important;
	color:#FFF;
	
	padding-top:1rem;
	margin-top:1.2rem;
	border-top:1px dashed #DDD;
	
	-moz-text-shadow: 1px 1px 3px #AAA, -1px -1px 20px #DDD;
	-webkit-text-shadow: 1px 1px 3px #AAA, -1px -1px 20px #DDD;
	text-shadow: 1px 1px 3px #AAA, -1px -1px 20px #DDD;
}

.error h4
{
	font-size:1.5em;
	line-height:1.7rem;
	font-weight:400 !important;
	color:#999;
	
	padding-left:0.2em;
	
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px dashed #DDD;
	
	margin-top:0.5rem;
}

.error p
{
	font-size:1em;
	font-weight:400 !important;
	color:#999;
	margin-bottom:3rem;
}

.error a
{
	display:inline-block;
	width:auto;
	
	padding:0.7em 1em;
	padding-left:0.5em;
	
	font-size:1em;
	color:#f4fbff;
	font-weight:300;
	text-transform:uppercase;
	
	background-color:#3498db;
	border-bottom:1px solid #2980b9;
	
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}

.error a:hover,
.error a:focus
{
	background-color:#e67e22;
	border-bottom-color: #d35400;
}

.error a img#retroceder
{
	height:0.9em;
	float:left;
	margin-right:0.3em;
	margin-top:0.15em;
}

.error a img#refrescar
{
	height:1.35em;
	float:left;
	margin-left:0.1em;
	margin-right:0.4em;
	margin-top:-0.1em;
}


