

/* -------------------------------------------------------------------------------------- */
/* --------------------------------- CONFIGURAÇÃO GERAL --------------------------------- */
/* -------------------------------------------------------------------------------------- */


/* ----------------------- FONTES ----------------------- */


@charset "utf-8";


/* ----------------------- GERAL ----------------------- */


body {
	background-color: #fff;
	background-image: url(../img/bg.jpg);
}

body, html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

img, img a, img a:hover, img a:focus, img a:active, a:hover, a:active, a:focus {
	border-style: none;
	border: none;
	border-color: none;
	border-style: none;
	outline: 0;
	outline-color: none;
}

table {
	border-collapse: collapse;
	outline: none;
}

table td, table th {
	padding: 0;
	outline: none;
}

div, span {
	outline: none;
}


/* ----------------------- TABELAS ----------------------- */


.display-inline {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
}

.tb-geral {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	position: relative;
}

.cx-geral {
	position: relative;
	background-image: url(../img/cx-back.png);
	width: auto;
	padding: 15px;
	margin-top: 30px;
	
	-webkit-border-radius: 6px; /* Safari, Chrome */  
	-moz-border-radius: 6px; /* Firefox */  
	border-radius: 6px; /* CSS3 */ 
	behavior: url(http://www.ebarrigo.pt/working/css/ie/PIE.htc); /* IE */
	
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}

.social-wrap {
    margin-top: 20px;
}

.social-fb, .social-ins {
    font-size: 50px;
    color: #000000;
}

.social-fb {
    margin-right: 10px;
}

.social-ins {
    margin-left: 10px;
}



