/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/** {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	text-decoration:none;
}*/
a {
	text-decoration:none;
	}
.details{
	position:relative;
	width:444px;
	height:247px;
	z-index:9999;
}
.detailspimg{
	position:absolute;
	width:100px;
	text-align:right;
	bottom:10px;
	right:11px;
}
.detailspimg2 {
	position:absolute;
	width:100px;
	text-align:right;
	bottom:13px;
	right:11px;
	z-index:9999;
}
.details_int{
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:1.1em;
	color:#fff;
	text-decoration:none;
	position:relative;
	top:50px;
	left:110px;
}
.detailsp{
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:18px;
	color:#fff;
	border-bottom:1px solid #333;
	text-decoration:none;
	position:absolute;
	width:174px;
	bottom:60px;
	padding-bottom:10px;
	right:11px;
}
.detailsinfo{
	font-size:13px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	color:#FFF;
	width:174px;
	position:absolute;
	right:11px;
	top:15px
}
ul {
	font-size:14px;
	margin-left:-23px;
}
li {
	line-height:15px;
	font-size:14px;
	list-style-image:url(../../img/bullet.png);
}
.detailsp44 {
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:400;
	padding-bottom:10px;
	text-decoration:none;
	border-bottom:1px solid #FFF;
	margin:0;
}

.pad{
	text-transform:none;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top:10px;
	font-size:13px;
	color:#FFF;
	font-weight:400;
	color:#fff;
}
.detailsp_int {
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:1.5em;
	color:#fff;
	text-decoration:none;
	position:relative;
	top:25px;
	left:150px;
}


.detailsp_int {
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:1.1em;
	color:#fff;
	text-decoration:none;
	position:relative;
	top:25px;
	left:150px;
}
.detailsp2{
	font-size:0.8em;
	color:#fff;
	text-decoration:none;}
	
.detailsp2_int {
	font-size:0.8em;
	color:#fff;
	text-decoration:none;}

.proyect  {
	font-size:14px;
	font-weight:400;
	letter-spacing:2px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	color:#000;
	}
.detailsp a{
	color:#aaa;
	text-decoration:none;
}	
/*General Mosaic Styles*/
.mosaic-block {
	outline:none;
	text-decoration:none;
	margin-bottom:25px;
	display:inline-block;
	margin-right:82px;
	position:relative;
	overflow:hidden;
	width:444px;
	height:243px;
}
.mosaic-block2 {
	outline:none;
	text-decoration:none;
	margin-bottom:25px;
	display:inline-block;
	position:relative;
	overflow:hidden;
	width:444px;
	height:243px;
}
.mosaic-block2 {
	outline:none;
	text-decoration:none;
	margin-bottom:25px;
	display:inline-block;
	position:relative;
	overflow:hidden;
	width:444px;
	height:243px;
}

	.mosaic-backdrop {
		font-family: 'Source Sans Pro', sans-serif;
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
	}
.mosaic-backdrop h2 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	font-weight: 400;
}
	.titulo_bajh2 {
		font-family: 'Source Sans Pro', sans-serif;
		color:#000;
	font-size:1.8em;
	font-weight:400;
	margin-top:-0.3em;
	padding:1.2em 0;
	position:relative;
	top:-131px;
	left:260px;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:444px;
		height:100%;
		background:#111;
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/

		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
			filter:alpha(opacity=00);
			background:url(../img/bg-black.png);
			background-position:center top;
			background-repeat:no-repeat;
		}

		/*** End Animation Styles ***/
