@import url('demo.css');

.grid {
	margin: 30px auto;
}

.grid figure {
	display: block;
	float: left;
	margin: 0 1% 10px 1%;
	overflow: hidden;
	box-shadow: 0 0 5px #000;
	opacity:.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.grid figure:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s  ease-in-out;
	opacity:1;
	box-shadow: 0 0 5px #fb4400;
}

.grid figure img {
	display: block;
}
.grid figure figcaption span{
	width:32px;
	height:32px;
	background:url(../images/triangulo.png) no-repeat bottom center;
	opacity:0;
	display:block;
	position:absolute;
	top:-36px;
	left:20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.grid figure:hover figcaption span{
	opacity:1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.grid figure figcaption {
position: absolute;
font-size: 16px;
font-weight: 400;
left: auto;
width: 100%;
height: 70px;
bottom: -70px;
padding: 20px;
color: #FFF;
background: #333;
-webkit-font-smoothing: antialiased;
-webkit-transition: bottom 0.2s ease;
-moz-transition: bottom 0.2s ease-in-out;
-ms-transition: bottom 0.2s ease-in-out;
-o-transition: bottom 0.2s ease-in-out;
transition: bottom 0.2s ease-in-out;
border-top: 5px solid #fb4400;
}

.grid figure figcaption a {
	color: #fff;
}

.grid figure figcaption a:hover {
	color: #ffd468;
}

.grid figure:hover figcaption {
	bottom: 0px;
}


.JSPOPUP_titleBar{
    background-color: #6666cc;
    color :#ffffff;
    border-color:#000000;
    border-style:solid;
    border-width:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:0px;
    margin-left:0px;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    padding-bottom:3px;
}

.testdiv{
    width:300px;
    font-size:10pt;
    background-color: #ffffff;
    color :#000000;
    border-color:#000000;
    border-style:solid;
    border-width:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:0px;
    margin-left:0px;
    padding-left:8px;
    padding-right:8px;
    padding-top:3px;
    padding-bottom:3px;
}
.testdivborder{
    border-width:2px;
    border-color:#000000;
    border-width:4px;
    border-style:solid;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
