@charset "utf-8";
/* CSS Document */
.bo{
	
	background-image:url("../img/bg1.png");
	background-attachment: fixed;
	margin-top:0;
	
}
.ta_dev{
		margin-top: 0;
		max-width: 1000px;
		height: auto;
		margin: auto;
		/* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
		background-color: white;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.thumbnail {
    max-width: 100%;
    background-color: white;
    padding: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
}

.dv_menu{
	/*z-index: 999;*/
	max-width: 1000px;
	height: auto;
}

.menu {
  float: left;
  width: 90%;
  text-align: center;
}

.menu a {
  background-color: #e5e5e5;
  padding: 8px;
  margin-top: 7px;
  display: block;
  width: 100%;
  color: black;
}

.main {
	float: left;
  width: 99%;
  text-align: center;
  
}



@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}
.cad_newss{
		max-width: 300px;
		height: auto;
		margin: auto;
	/* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
		background-color: white;
		border:thin dotted #b2b9bd;
		border-radius:6px;
		
}
.lad_newss{
		max-width: 700px;
		height: auto;
		margin: auto;
	/* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
		background-color: white;
		border:thin dotted #b2b9bd;
		border-radius:6px;
		
}
