/****************FONTES****************/
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(../fonts/droid.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(../fonts/droidbold.ttf) format('truetype');
}


/***************************** CSS RESET *****************************/
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-weight: normal;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	color:#383838;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
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;
}




/***************************** FORMULARIOS *****************************/
input {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;	
}

.boton {
	-moz-box-shadow:inset 0px 1px 0px 0px #5F4C43;
	-webkit-box-shadow:inset 0px 1px 0px 0px #5F4C43;
	box-shadow:inset 0px 1px 0px 0px #5F4C43;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #554036), color-stop(1, #554036) );
	background:-moz-linear-gradient( center top, #554036 5%, #554036 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#554036', endColorstr='#554036');
	background-color:#554036;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	height: 32px;
	line-height: 32px;
	text-decoration:none;
	text-align: center;
	cursor: pointer;
}

.boton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #554036), color-stop(1, #554036) );
	background:-moz-linear-gradient( center top, #554036 5%, #554036 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#554036', endColorstr='#554036');
	background-color:#554036;
}

.boton:active {
	position:relative;
	top:1px;
}


.boton_claro {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	color:#777777;
	text-shadow:1px 1px 0px #ffffff;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	height: 32px;
	line-height: 32px;
	text-decoration:none;
	text-align: center;
	cursor: pointer;	
}

.boton_claro:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}




















/***************************** ESTRUTURA *****************************/

body {
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#555;
	background: url(../imaxes/bg_cabeceira.png) repeat-x;	
}

#wrapperContedor {
}

#contedor {
	width: 960px;
	margin: 0 auto;
}

#cabeceira {
	height: 120px;
}

hr {
	background-image: url("../imaxes/bg_separador.png");
	background-repeat: repeat-x;	
	height: 20px;
	margin: 0;
	border: none;
}


/************************ PÉ DE PÁXINA *******************************/
#footer { 
	clear: both;
	width: 100%;
	min-width: 960px;
	padding: 20px 0;
	background: rgb(230, 219, 230); 
	border-top: solid 1px rgb(211, 175, 206);
	border-bottom: solid 1px rgb(211, 175, 206);	
}

#footer hr {
	background: #fff;
	width: 100%;
	height: 1px;
	margin: 20px 0px;
}


#enlacesPe {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

#listaEnlaces {
	width: 960px;
	margin: 0 auto;
}

#listaEnlaces li {
	width: 175px;
	float: left;
	margin-left: 45px;
}

#listaEnlaces li h3 {
	margin-left: 45px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px #bbb, 0px 2px 2px #ccc, 0px 3px 3px #ddd;		
}

#listaEnlaces li ul li {
	font-size: 13px;
	padding: 3px 0px;	
}


#logosSubvencion {
	width: 100%;
	text-align: center;
	float: left;
	padding-bottom: 10px;
}

#logosSubvencion h2 {
	font-size: 12px;
	margin-bottom: 5px;
}
#logosSubvencion div {
	display: inline;
	margin: 5px 15px;
}
#logosSubvencion div img {
	width: 150px;
}

#barraLingua {
	width: 100%;
	text-align: center;
	clear: both;
}
#barraLingua li {
	font-size: 12px;
	display: inline;
	
}
/************************ FIN PÉ DE PÁXINA *******************************/











