@charset "utf-8";
/* CSS Document */


#boxlav {
	width:48%;
	max-width:450px;
	min-width:280px;
	height:200px;
	display:inline-block;
	overflow:hidden;
	display:inline-block;
	margin: 2px 2px 2px 2px;
	text-align:left;
	border:#E4E4E4 1px solid;
	transition: box-shadow 0.50s;
	vertical-align:top;
	text-align:center;
	
}

#boxlav:hover {
	border:#E4E4E4 1px solid;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.86);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.86);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.86);
	transition: box-shadow 0.50s;
}

#boximglav {
	width:100%;
	height:140px;
	overflow:hidden;
}

.testovideo {
	font-size:14px;
	background-color:#FFF;
	width:290px;
	min-height:20px;
	display:inline-block;
	/*opacity:0.85;*/
	border-bottom:#E4E4E4 1px solid;
	border-left:#E4E4E4 1px solid;
	border-right:#E4E4E4 1px solid;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.moimp {
	height:160px;
}

#importante {
	width:310px;
	height:210px;
	overflow:hidden;
	display:inline-block;
	margin: 2px 2px 2px 2px;
	text-align:left;
	border:#E4E4E4 1px solid;
	transition: box-shadow 0.50s;
	vertical-align:top;
	text-align:center;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
	
	
}

#importante:hover {
	border:#E4E4E4 1px solid;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.86);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.86);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.86);
	transition: box-shadow 0.50s;
}

.imgimpv {
	height:80px;
	width:auto;
}

#testovideo {
	width:60%;
	min-width:300px;
	display:inline-block;
	text-align:justify;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#contenitorevideog {
	width:50%;
	min-width:300px;
	max-width:750px;
	display:inline-block;
}
