@charset "utf-8";
/* CSS Document */
#conteudo{
	text-align:center;
	max-width:80%;
	margin-left:10%;
}
#midiacenter {
	max-width:100%;
	max-height:80%;
	margin-top:1%;

	
}
#foto_capa{	
	width: 80%;
}
#midia{
	text-align:center;
}
#bem-v {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FF0;
	font-size:220%;
	background-color:#090;
}
/* Inicio  midia */

#tele {
	background-image: url(../photos/icon/midia/tele.png);
	background-repeat: no-repeat;
	min-height:50px;
	min-width:50px;
	width:100px;
	height:100px;
	max-height:100%;
	max-width:100%;
	background-size: cover;
	background-position:center;	
	
}

#tele:hover{
	background-image: url(../photos/icon/midia/teleblk.png);
	background-repeat: no-repeat;
	min-height:50px;
	min-width:50px;
	width:100px;
	height:100px;
	max-height:100%;
	max-width:100%;
	background-size: cover;
	background-position:center;	
}

#face {
	background-image: url(../photos/icon/midia/face.gif);
	background-repeat: no-repeat;
	min-height:50px;
	min-width:50px;
	width:100px;
	height:100px;
	max-height:100%;
	max-width:100%;
	background-size: cover;
	background-position:center;
	margin-left:1%;	
}
#face:hover{
	background-image: url(../photos/icon/midia/faceblk.gif);
	background-repeat: no-repeat;
	min-height:50px;
	min-width:50px;
	width:100px;
	height:100px;
	max-height:100%;
	max-width:100%;
	background-size: cover;
	background-position:center;	
	margin-left:1%;	
}
#wpp {
	background-image: url(../photos/icon/midia/wpp.gif);
	background-repeat: no-repeat;
	min-height:50px;
	min-width:50px;
	width:100px;
	height:100px;
	max-height:100%;
	max-width:100%;
	background-size: cover;
	background-position:center;	
	margin-left:1%;	
}
#wpp:hover{
	background-image: url(../photos/icon/midia/wppblk.gif);
	background-repeat: no-repeat;
	min-height:50px;
	min-width:50px;
	width:100px;
	height:100px;
	max-height:100%;
	max-width:100%;
	background-size: cover;
	background-position:center;	
	margin-left:1%;	
}
#insta {
	background-image: url(../photos/icon/midia/insta.gif);
	background-repeat: no-repeat;
	min-height:50px;
	min-width:50px;
	width:100px;
	height:100px;
	max-height:100%;
	max-width:100%;
	background-size: cover;
	background-position:center;	
	margin-left:1%;	
}
#insta:hover{
	background-image: url(../photos/icon/midia/instablk.gif);
	background-repeat: no-repeat;
	min-height:50px;
	min-width:50px;
	width:100px;
	height:100px;
	max-height:100%;
	max-width:100%;
	background-size: cover;
	background-position:center;	
	margin-left:1%;	
}
#email {
	background-image: url(../photos/icon/midia/email.png);
	background-repeat: no-repeat;
	min-height:50px;
	min-width:50px;
	width:100px;
	height:100px;
	max-height:100%;
	max-width:100%;
	background-size: cover;
	background-position:center;
	margin-left:1%;		
}
#email:hover{
	background-image: url(../photos/icon/midia/emailblk.png);
	background-repeat: no-repeat;
	min-height:50px;
	min-width:50px;
	width:100px;
	height:100px;
	max-height:100%;
	max-width:100%;
	background-size: cover;
	background-position:center;
	margin-left:1%;		
	
}
	
	/* Fim midia */
