body{font-family: 'Roboto Condensed', sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
img{ border:0px;}

.menu{
	font-family: 'Roboto Condensed', sans-serif; color:#CCC; font-size:22px; text-decoration:none; font-weight:400;
	-webkit-transition:color 0.5s ease-out;
	-moz-transition:color 0.5s ease-out;
	-o-transition:color 0.5s ease-out;
	-ms-transition:color 0.5s ease-out;
}
a:hover.menu{
	color:#575747;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.fone{ font-size:22px; color:#929288;text-decoration:none;}
.email{ font-size:22px; color:#575747;text-decoration:none;}
.facebook{ font-size:22px; color:#575747; text-decoration:none;}

.entre_contato{ font-size:18px; color:#AAAAAA;}
.form1{font-family: 'Roboto Condensed', sans-serif; font-size:18px; font-weight:300; color:#888888; width:500px; height:26px; background-color:#F5F5F5; outline:none; border:0px; padding:4px; padding-left:10px;-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;}
.form2{font-family: 'Roboto Condensed', sans-serif; font-size:18px; font-weight:300; color:#888888; width:500px; height:80px; background-color:#F5F5F5; outline:none; border:0px; padding:4px; padding-left:10px; max-width:500px;-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;}
.form_botao{font-family: 'Roboto Condensed', sans-serif; font-size:16px; font-weight:300; color:#F5F5F5; width:80px; height:35px; background-color:#888888; outline:none; border:0px; padding:4px; cursor:pointer;-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;}

.seleciona_foto{ width:250px; height:250px; background-color:#090; border:1px;}
a:hover.seleciona_foto{ width:250px; height:250px; background-color: #030; border:1px;}

.link-container {
		border: 1px solid;
		width: 50%;
		height: 20px;
	}

	.link-container a {
		display: block;
		background: #c8c8c8;
		height: 100%;
		text-align: center;
	}

	.link-container a:hover {
		background: #f8f8f8;
	}
	
.nicecolor {
      color:red;
      width:200px;
      height:200px;
     }

    .nicecolor:hover {
      color:blue;
     }