body {
	position: absolute;
	width: 100%;
	overflow-x: hidden;
}

header {
	background: #fdf9f6;
}

nav,footer {
	background: #ccc;
}

nav {
	position: relative;
}

.nav {
	max-width: 1180px;
	margin: 0 auto;
	border-left: 2px solid #b1b1b1;
}

.nav li {
	float: left;
	border-right: 2px solid #b1b1b1;
}


.nav li a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: "Calibri";
	transition: box-shadow 0.4s, transform 0.4s, background 0.4s;
	transform: scaleY(1.2);
}

.nav li:hover a {
	box-shadow: 0 1px 4px #333;
	transform: scale(1.2,1.4);
}

#menu {
	position: absolute;
	top: 3px;
	right: 35px;
	padding: 0 15px;
	height: 40px;
	background: #ddd;
	border-radius: 3px;
	cursor: pointer;
	z-index: 1;
	display: none;
}

#menu::before {
	content: '';
	display: block;
	position: relative;
	top: 8px;
	left: 0px;
	width: 24px;
	height: 24px;
	border-top: 15px double #222;
	border-bottom: 5px solid #222;
}

#asi-lo-vio-la-prensa {
	position: relative;
}

#asi-lo-vio-la-prensa::before {
	content: '';
	display: block;
	opactity: 1;
	position: absolute;
	left: 3px;
	top: 11px;
	width: 0; 
    height: 0; 
    border-left: 8px solid #f42e2e;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
	-webkit-animation: flecha 0.5s linear infinite;
	animation: flecha 0.5s linear infinite;
}

#asi-lo-vio-la-prensa a {
	text-transform: uppercase;
	padding: 10px 25px;
}

#container {
	max-width: 930px;
	position: relative;
	margin: 0 auto;
}

#left-column, #left-sidebar, #right-sidebar, #second-right-sidebar {
	padding-top: 40px;
}

#left-sidebar .row, #right-sidebar .row, #second-right-sidebar .row {
	padding-left: 0;
}

#left-column {
	margin-bottom: 50px;
}

#left-column .title {
	margin-bottom: 28px;
	font-size: 30px;
	color: #000;
}

#left-column .title::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 8px solid #f00;
	margin-right: 10px;
	vertical-align: bottom;
}

#left-column .minititle {
	margin-bottom: 12px;
	font-size: 12px;
	color: #000;
	display: block;
	margin-left: 60px;
}

#left-column .minititle::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 4px solid #f00;
	margin-right: 5px;
	vertical-align: baseline;
}

#left-column .subtitle {
	display: block;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background: #002a6f;
	color: #fff;
	font-size: 38px;
	font-family: "Arial";
	margin-bottom: 20px;
	font-weight: bold;
}

#left-column .subtitle strong {
	color: #e3cd00;
}

#left-sidebar li, #right-sidebar li, #second-right-sidebar li {
	padding: 15px 0;
	list-style: none;
	border-bottom: 2px solid #eee;
}

#left-sidebar li:hover, #right-sidebar li:hover, #second-right-sidebar li:hover {
	opacity: 0.5;
}
/*#left-column a[href*="programa"] {
    text-align:right;
	display: flex;
    flex-direction: row;
    justify-content: end;
    padding: 1rem 0;
	font-size:20px;
	font-weight:bold;
}
#left-column a[href*="programa"]:after {
    content: "\00BB";
    padding-left: 0.5rem;
}*/
.autorellenado-pts p:before {
	content: '';
	position: absolute;
	bottom: .4rem;
	width: 100%;
	height: 0;
	line-height: 0;
	border-bottom: 2px dotted #ddd;
	z-index:-1;
	overflow: hidden;
}
.autorellenado-pts p{
	width: 100%;
	margin: 0 auto;
	margin-bottom: .5rem;
	position:relative;
}
.autorellenado-pts .descripcion {
	background:white;
	display: inline;
	z-index: 1;
	padding-right: .2rem;
}
.autorellenado-pts .precio {
	background: white;
	position: relative;
	bottom: 0;
	right: 0;
	padding-left: .2rem;
	text-align: right;
	float:right;
	z-index: 2;
}
footer {
	height: 90px;
	width: 100%;
	display: table;
	padding: 0 7%;
}

footer a {
	text-decoration: none!important;
}

#copyright, #developer {
	display: table-cell;
	vertical-align: middle;
}

form .caption {
	font-size: 11px;
	font-style: italic;
}

.embed-responsive {
	margin-bottom: 40px;
}

@-webkit-keyframes flecha {
  0% {
    left: 3px;
	opacity: 1;
  }
  95% {
	opactity: 1;
  }
  100% {
    left: 16px;
	opacity: 0;
  }
}

@keyframes flecha {
  0% {
    left: 3px;
	opacity: 1;
  }
  95% {
	opactity: 1;
  }
  100% {
    left: 16px;
	opacity: 0;
  }
}

@media (max-width: 980px) {
	nav {
		padding-top: 3px;
	}
	
	.nav {
		margin-top: 43px;
		background: #F2F2F2;
		text-align: center;
		height: 366px;
		transition: height 1s;
		overflow: hidden;
	}
	
	.nav.collapsed {
		height: 0;
	}
	
	.nav li {
		border-right: none;
		width: 100%;
	}
	
	#asi-lo-vio-la-prensa::before {
		animation: none;
		display: none;
	}
	
	.nav li a {
		border-right: none;
		transform: none!important;
		font-size: 18px;
	}
	
	#menu {
		display: block;
		width: 54px;
	}
}
@media (max-width: 667px) {
	body .autorellenado-pts p {
		padding-right:0;
	}
	body .autorellenado-pts .precio {
		text-align:left;
		background:initial;
		display:block;
		float:none;
	}
}