@charset "UTF-8";
/* CSS Document */

/* reset styles */
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */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;}

/* Paleta de colores
violeta institucional #943A80 rgb(148,58,128)
*/

/* tipografias */
@import url(http://fonts.googleapis.com/css?family=Quicksand);

h1, h2, p {
	font-family: 'Quicksand', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}

body {
	width: 100%;
	height: auto;
	background: #943A80 url(../_images/bg_body.png) top left repeat-x;
}

section {
	width: 900px;
	height: auto;
	margin: 0 auto;
}

header {
	width: 900px;
	height: 180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.logoHeader {
	width: 400px;
	height: 110px;
	float: left;
	margin: 40px 0 0 50px;
	background:url(../_images/logo.png) top left no-repeat;
}

.logoHeader p{
	text-align: left;
	text-indent: -9999px;
}

section {
	width: 900px;
	height: 500px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	background: url(../_images/bg_section.png) top left no-repeat;
}

h1 {
	font-size: 60px;
	text-align: right;
}

h2 {
	font-size: 26px;
	text-align: right;
	padding-bottom: 20px;
}

p {
	font-size: 14px;
	text-align: right;
	padding-top: 40px;
}

p a {
	text-decoration: none;
	color: white;
}

p a:hover {
	text-decoration: underline;
}