@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 576px)
{
	#bloque_cabecera a{
		display: block;
	}
	#bloque_cabecera.conmenulateral {
		float: left;
		width: calc( 100% - 40px );
		min-height: auto;
		padding: 0px;
		margin: 0px;
	}
	.logo {
		background: rgba(0, 0, 0, 0) url("../imagenes/logo.webp") no-repeat scroll center center / auto 80%;
		width: 100%;
	}
	#bloqueUsuarioConectado {
		margin-top: 0;
		width: 100%;
	}
	#bloqueUsuarioConectado hr{
		display:none!important;
	}
	#cabecera {
		background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		height: 90px;
		padding-bottom: 0;
		position: static;
		top: 0;
		z-index: 99999;
	}
	.cabecera {
		margin: 0px !important;
		padding:0 !important;
	}
	#bloqueUsuarioConectado {
		display:none;
	}
	#botonMenuLateral {
		float: right;
		width: 40px;
		margin-top: 22px;
		display: block;
	}
	#menu_responsive_lateral {
		background: rgba(0, 0, 0, 0) url("../imagenes/menu.svg") no-repeat scroll center 4px / 24px 37px;
		display: block;
		height: 40px;
		left: 40%;
		margin: 0;
		text-indent: -9999px;
		top: 0;
		width: 100%;
		z-index: 999999999;
	}
	.menubar {
		display: none;
	}
	.menubar li {
		width: 100% !important;
	}
	.menubar li, .menubar li a {
		float: left;
		width: 100%;
		min-height: auto;
		padding: 0px;
		margin: 0px;
	}
	.menubar li a {
		color: #fff;
		display: block;
		font-size: 13px;
		font-weight: bold;
		line-height: 35px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#menu {
	 	height: 0px;
	}
	#menu_responsive_cerrar{
		display: block;
		background: url(../imagenes/cerrar.svg) no-repeat center center;
		width:100%;
		height:64px;
		background-size:auto 50%;
		text-indent:-9999px;
		float:left;
	}
	#contenidos h3 {
		background: #FF7B00 none repeat scroll 0 0;
		border-top: 1px solid #fff;
		color: #fff !important;
		display: block;
		font-size: 1.2em !important;
		margin-top: 0;
		margin-left: 0;
		padding: 6px 0;
		position: relative;
		text-align: center;
		width: 100%;
		z-index: 450;
		margin-bottom: 0;
		box-shadow: 0px 1px 2px #e3e3e3;
		-moz-box-shadow: 0px 1px 2px #e3e3e3;
		-webkit-box-shadow: 0px 1px 2px #e3e3e3;
		-o-box-shadow: 0px 1px 2px #e3e3e3;
	}
	#menu {
		margin-top: 0;
	}
	#menuM li:last-child {
		display: block;
	}
	#opciones_login2 a {
		display: block;
		width: 100%;
		line-height: 18px;
	}
	.separadorLinksLogin
	{
		display:none;
	}
}

@media only screen and (min-width: 992px)
{
	.login
	{
		background: #fff url("../imagenes/splash.webp") no-repeat scroll 0 0 / auto 225px;
		box-sizing: border-box;
		float: left;
		margin: 25px 0 0;
		padding: 0 0 20px 500px;
		width: 100%;
	}
}