body {
	max-width:1024px;
	margin:auto;
}

/******* MENU *******/
.menu {
	background-color:#FA7F3D;
	color:#FFF;
}
#offCanvasLeft {
	background-color:#FA7F3D;
}
#offCanvasLeft div ul li {
	background-color:#FA7F3D;
	border-bottom:1px solid #A11576;
}
#offCanvasLeft div ul li ul {
	padding-top:0px;
}
#offCanvasLeft div ul li ul li {
	border-bottom:none;
}
#offCanvasLeft a:hover, #offCanvasLeft a:focus {
	color:#000;
	background-color:#A11576;
}

.dropdown.menu a {
	color:inherit;
	transition:background-color 0.25s ease-out, color 0.25s ease-out;
}
.dropdown.menu a:hover {
	background-color: #FFCC33;
}
.dropdown.menu a.selected {
	color:#FFF;
	background:none;
}

.top {
	background-color:#FA7F3D;
}

/*ELEMENTOS*/
.logo {
	width:184px;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
}
img {
    vertical-align: middle;
}
.tit {
	font-size:34px;
	color:#B80C06;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.detalle {
	font-size:28px;	
	background-color:#CCC;
	margin-bottom:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.txt {
	font-size:24px;
	line-height:130%;
}
.coche {
	width:100%;
}
.encabezado {
	top:0em;
	right:0em;
	position:absolute;
	height:44px;
}
p a {
	color:#B80C06;
}
p a:visited {
	color:#A11576;
}
li a:visited, li a:hover {
	color:#FFF;
}

/******** CIERRE PIE de pagina ***********/
.cierre {
	opacity: 1;
	padding-top:15px;
	line-height:120%;
	overflow:hidden;
	margin-bottom:0;
}
.cierre .subir {
	float:right;
	position:fixed;
	top:70%;
	left:calc(100% - 100px);
	text-align:center;
}

/*AVISO COOKIES*/
.cookieWarning {
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	max-width:100%;
	z-index:20;
	background-color:rgba(0,0,0,0.8);
	color:#FFF;
	text-align:center;
	padding-top:1em;
	padding-bottom:1em;
}
.cookieWarning a {
	color:#999;
	font-weight:bold;	
}