﻿.section-title-dara-subportal hr{
	border-color: #fcac45;
	border-width: 3px;
	width: 5%;
	float: left;
	clear: both;
}
/* Buscador */
#tf-buscador {
	padding: 20px;
	transition: all 0.8s;
}
#tf-buscador.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#tf-buscador a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #fff;
font-weight: 900;
}

#tf-buscador.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
}

/* Bienes arquitectónicos */
#tf-dara-archivos{
	background: url(../../img/dara/AytoJaca.png);
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

#tf-dara-archivos .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 100px;
	padding: 10px 0;
	background-attachment: fixed;
}
#tf-dara-archivos p.lead{
	color: #e3e3e3;
}
.content{
	position: relative;
	padding: 3% 0 0;
}

.clearfixpeq:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfixpeq { display: inline-block; }
* html .clearfixpeq { height: 0px; }
.clearfixpeq { display: block; }

.image-wrapper {
    background-attachment: scroll;
    background-color: #000;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    line-height: 0;
    overflow: hidden;
    text-align: center;
	float: left;
    height: 100%;
    margin: 0 34px 0 0;
    position: absolute;
    width: 285px;
}
.image-wrapper img {
    visibility: hidden;
}
.info-wrapper {
    padding: 0 34px 0 319px;
}