/*
Name: Ligasa Textil
Date: 2011-05-02
Description: template coluna simples.
Author: Gelso Bettiolo
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #f5f3e4;
	color: #f5f3e4;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
}


a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #442; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}



form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#cabecalho {
	background: #332 url(img/barra1.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 912px;
}

#corpo {
	background: #f5f3e4;
	border-top: 6px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 900px;
}


/* header */
.title {
	background: #f5f3e4 url(img/logo1.jpg) repeat-x;
	border-top: 0px solid #996;
}
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	border-top: 2px solid #663;
	background: #f5f3e4 url(img/logo1.jpg) no-repeat left bottom;
	height: 110px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x; height:41px;
	border-top: 1px solid #996;
}

.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 20px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}

.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}


/* main */
.main#simple-columns {background: #f5f3e4 url(img/two-columns.gif) repeat-y;}


/" table "/
.table {
	border: 0px
	cellspacing: 3px
	cellpadding: 0px
	bgcolor: #ffffff
	
}
.tr {
	width: 100%
	height: 30px
}

/* redes */
.redes {
        position: absolute;
        margin-left: 5%;
        margin-right: -95%;
        margim-bottom: 10%;
        transform: translate(-50%, 20%) 
}


/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 15px;
}
.footer .center {width: 100%;}
.footer .justify {
	width: 100%;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;

}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}