/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

b{font-weight:bold;}

body{
	background:#efefef;
	font:11px/1.2 Arial, Verdana, Tahoma, sans-serif;
}

#wrapper {
	width:960px;
	margin:0 auto;

}


#logo{
	margin:0 auto;
	display:block;
	padding:0 0 15px 0;
}

#wrapper p{
	padding-left:17px;
}

#col1{
	width:159px;
	height:431px;
	border-left:1px solid #e8e8e8;
	float:left;
	overflow:hidden;
	background:#fff;
	padding:0px 0 0px 0px;
}

#col2{
	width:792px;
	overflow:hidden;
	float:left;
	margin:30px 0 0;
	padding:0;
	height:400px;
	position:relative;
}

#sigla1{
	position:absolute;
	width:229px;
	height:77px;
	top:25px;
	right:25px;
}

.flexslider li{
	display:none;
}

