@CHARSET "UTF-8";

#menuClientes {
	top: 5px;
	position:relative;
	color: #404147;
	width: 100%;
	float: center;
	margin: 5px 0 5px 15px;
}

#menuClientes ul {
	list-style-type: none;
	text-align: left;
    margin: 0;
    padding: 0;
}
#menuClientes li{
	display: inline;
	margin: 10px 10px;
}
#menuClientes li a{
	float: left;
    color: #404147;
	font-size: 12px;
	text-decoration: none;
	margin:0 10px;
}
#menuClientes li a:hover {
    color: #b4b4b4;
}

#clientes{
	width: 82%;
	top: 90px;
	height: 100%;
	margin: 0 auto 5px auto;
	position: relative;
}

#clientes h2{
	text-align: center;
}

.detalhe_foto{
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
	position: relative;
}

.foto_galeria{
	float: left;
	width: 318px;
}
.clientes_galeria {
	width: 318px;
	height: 462px;
}


.nome_galeria{
	position: absolute;
	top: 370px;
	width: 318px;
	height: 30px;
	text-align: center;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	padding-top: 5%;
	color: #b4b4b4;
}

.nome_galeria a{
	text-decoration: none;
	color: #b4b4b4;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 52%;
	height: 90px;
}
form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	text-decoration: none;
	border-radius: 10px;
	padding: 10px;
}
input {
	display: inline-block;
	height: 25px;
	font-size: 20px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
 	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
 	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
label {
	margin-right: 20px;
}
.button {
	display: inline-block;
	position: relative;
	top: 50px;
	height: 30px;
	width: 120px;
	margin :0 100px 0 -100px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
 	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
 	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.button:hover {
  height: 30px;
  color: #09C;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}