@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900);

@import url(http://fonts.googleapis.com/css?family=Courgette|Pacifico|Covered+By+Your+Grace);

/*
font-family: 'Courgette', cursive;
font-family: 'Pacifico', cursive;
font-family: 'Covered By Your Grace', cursive;
 */


.menu {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
a.menu:link, a.menu:visited{
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}

 a.menu:hover, a.menu:active {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
.txt12 {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 13px;
	color: #666;
	text-decoration: none;
}

a.txt12:link, a.txt12:visited{
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 13px;
	color: #666;
	text-decoration: none;
}

 a.txt12:hover, a.txt12:active {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 13px;
	color: #1452BF;
	text-decoration: underline;
}

.txt12azul {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 13px;
	color: #1452BF;
	text-decoration: none;
}

.txt11 {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.tt {
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	color: #666;
	text-decoration: none;
	font-weight: bolder;
	text-transform: uppercase;
}
.titulos {
	font-family: 'Titillium Web', sans-serif;
	font-size: 32px;
	color: #999;
	text-decoration: none;
	font-weight: 200;
}

.titulos2 {
	font-family: 'Pacifico', cursive;
	font-size: 36px;
	color: #1453bd;
	text-decoration: none;

}
.titulos3 {
	font-family: 'Pacifico', cursive;
	font-size: 28px;
	color: #1453bd;
	text-decoration: none;
}



.rodape {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 12px;
	color: #97ABC6;
	text-decoration: none;
}
.pesquisa {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 11px;
	color: #999;
	text-decoration: none;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}

.button {
	border: none;
	background-image: url(../images/mais1.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	
}
.button:hover {	background-image: url(../images/mais.png);	color: #FFF;}

.button2 {
	border: none;
	background-image: url(../images/mais2.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-align: left;
}

.button2:hover {background-image: url(../images/mais3.png);	color: #FFF;}

.linespace {	line-height: 24px;}
.border4 {	border: 4px solid #d9d9d9;}

.produto {
    position: relative;
    width:238px;
    height:288px;
    margin:0 auto;
    text-align:center;
    background-color:#fff;
    vertical-align:middle;
    -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    1px 1px 2px rgba(50, 50, 50, 0.5);
    box-shadow:         1px 1px 2px rgba(50, 50, 50, 0.5);
    border-right:1px solid #BCBCBC\9;
    border-bottom:1px solid #BCBCBC\9;
}

.produto_activo {
    position: relative;
    width:238px;
    height:288px;
    margin:0 auto;
    text-align:center;
    vertical-align:middle;
    background:#000 url('/images/face.png') no-repeat;
    -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 1);
    -moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 1);
    box-shadow:         4px 4px 5px rgba(50, 50, 50, 1);
}

.borderfotos {
	border: 4px solid #E4E9F0;
}
