@charset "utf-8";
/* CSS Document */

.clearfix:before, .clearfix:after { content: " "; display: table; }*
.clearfix:after { clear: both; }*/

a {
	text-decoration: none;
}


.display {
	width: 750px;
	height: 406px; 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
		/* background:blue; */
}


.grid {
	text-align:center;
	/*width: 750px;*/
	width: 750px;
	margin: 0px;
    padding: 0px;
	display: inline;
	/*background-color:red;*/
}

.grid li {
    display: inline-block;	
}

.grid li.a {
	float: left;
	width: 353px;
	min-width: 353px;
	text-align:left;
	position: relative;
	left:0px;
	/*background: gray;*/
}

.grid li.b {
	float: right;
	width: 353px;
	min-width: 353px;
	text-align:left;
	position: relative;
	right:0px;
	/*background: purple;*/
}

.grid figure { /* plasta negra */
	float: none;
	background-color:#000;
	margin: 0px;
	width: 353px;
	height: 53px;
}

h1 {
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:19px;
	color:#FF9900;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align: left;
	padding-top: 10px;
	padding-left: 18px;
	font-weight: normal;
	margin: 0px;
	border: 0px;
}

h2 {
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:10px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align: left;
	padding-bottom: 8px;
	padding-left: 120px;
	font-weight: normal;
	margin: 0px;
	border: 0px;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption { /* back amarillo */
	position: absolute;
	top: 53px;  /* altura comienzo plasta amarilla */
	left: 0px;
	padding: 15px;
	background: #D18A1E;
	color: #000;
	font-size: 12px;
}

.grid figcaption h3 {  /* titulo */
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 13px; 
}

/*.grid figcaption span:before {
	content: 'by ';
}*/

.grid figcaption a { /* boton */
	background: #000;
	font-family:arial, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	font-size: 11px; /* texto */
	padding: 3px 12px;
	display: inline-block;	
	transition-property: background-color, color;

	transition-duration: .3s;
	transition-timing-function: ease;
}

.grid figcaption a:hover {
	color: #FC0;
	background-color: #666;	
}

/* Individual Caption Styles */


/* Caption Style 6 */
.cs-style-6 figure img {
	/* top:53px; /* altura imagen */
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-6 figure:hover img,
.cs-style-6 figure.cs-hover img {
	-webkit-transform: translateY(-74px) scale(0.5);  /* posicion y % imagen chica */
	-moz-transform: translateY(-74px) scale(0.5);
	-ms-transform: translateY(-74px) scale(0.5);
	transform: translateY(-74px) scale(0.5);
}

.cs-style-6 figcaption {
	height: 297px; /* size plasta amarilla */
	width: 353px;
}

.cs-style-6 figcaption h3 {
	margin-top: 155px; /* altura texto blanco */

}

.cs-style-6 figcaption a { /* posicion boton */
	position: absolute;
	bottom: 0px;
	right: 0px;
}



@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 10px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 410px;
	}
}
