#contenedorError{
	width: auto;
}
.disculpe{
	width:960px;
	height:375px;
	margin:auto;
	margin-top:65px;
	margin-bottom:80px;
	background-color:#EEE;
	border:1px solid #777;
}
.ok2{
	width:976px;
	height:150px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	background-image:url(../img/error/fd_info2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.disculpe.soloDiv{
	margin-top: 0px;
}
.ok{
	width:976px;
	height:375px;
	margin:auto;
	margin-top:65px;
	margin-bottom:80px;
	background-image:url(../img/error/fd_ok.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.disculpeSesion{
	width:976px;
	height:375px;
	margin:auto;
	margin-top:65px;
	margin-bottom:80px;
	background-image:url(../img/error/logged_out.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contenidoDisculpe{
	width:550px;
	margin: 0 auto;
}
.contenidoDisculpe.relogin{
	width:750px;
	margin: 0 auto;
}

.formRelogin {
	width: 600px;
	margin: 0 auto;
	float: left;
}

div.relogin {
	clear: both;
}

div.relogin label {
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	padding-left: 150px;
	width: 150px;
	float: left;
}

div.relogin label.labelCorta {
	width: 60px;
}

div.relogin input {
	float: left;
}

.contenidoDisculpe p, .contenidoDisculpe a{float:left;}

.reloginAcceder { padding-top: 10px; }

.contenidoDisculpe p a { float:none; }

.reloginAcceder a.btnAgencia { float:left; margin-left: 20px; }

.btnAgencia{
	width: 94px; 
	display: block; 
	float: left; 
	height: 30px; 
	line-height: 30px; 
	text-align: center; 
	color: #FFFFFF; 
	font-weight: bold;
}
.btnAgencia:hover{
	text-decoration: none;
}
.btnAgencia.largo{
	width: 208px; 
}
.btnAgencia.gris{
	background-color: #555555; 
}
.btnAgencia.rojo{
	background-color: #DF1F0E;
	margin-left: 19px;
}

.contenidoDisculpe a.aVolver{
	background-color:#DF1F0E;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height:40px;
    text-align: center;
    text-decoration: none;
    width: 266px;
    display:block;
    margin-top:14px;
}
.ie7 p.disculpeTxt{
	padding:50px 0;
}
p.disculpeTxt{
	font-family: 'Asap', sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#666;
}
p.errorInterno{
	font:bold 22px Arial, Helvetica, sans-serif;
	color:#df2d20;
	margin-top:-30px;
}
p.descError{
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	margin-top:0px;
	text-align:left;
}
p.txtDescError{
	font-family: 'Asap', sans-serif;
	font-size:16px;
	color:#3f3f3f;
	margin-top:0px;
	text-align:left;
	clear:both;
	width: 100%;
}
p.okInterno{
	font:bold 22px Arial, Helvetica, sans-serif;
	color:green;
	margin-top:-30px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.disculpe{
		width:90%;
		height:auto;
		margin-top:65px;
		margin-bottom:80px;
		background-color:#EEE;
		border:1px solid #777;
		display:inline-block;
	}
}
@media only screen and (max-width: 767px) {
	.disculpe{
		width:80%;
		height:auto;
		margin-top:65px;
		margin-bottom:80px;
		background-color:#EEE;
		border:1px solid #777;
		display:inline-block;
		padding:20px;
	}
	.contenidoDisculpe{
		width:auto;
	}
	.contenidoDisculpe.relogin{
		width: 80%;
	}
	.formRelogin{
		padding-top:10px;
		width: 100%;
	}
	div.relogin label{
		padding:0px;
		display: block;
		text-align: center;
	}
	.relogin.reloginAcceder .labelCorta{
		width: 100%;
	}
}
