/* Reset
--------------------------------------------------------------------------------------*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0; 
	padding: 0; 
	border: 0; 
}
html { height: 100%; margin-bottom: 1px; }
body {
	font-size: 100.01%;
	color: #000;
	background: #fff;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 80.00%;
	color: #444;
	line-height: 1.4em;
}

ul, ol, dl { 
	margin: 0 0 1em 1em;
}

li {
	margin-left: 0.8em;
	line-height: 1.5em;
}
dt { font-weight: bold; }

dd { margin: 0 0 1em 0.8em; }

p {	margin: 0 0 1em 0; }

ul {
	margin: 0;
	padding : 0;
	list-style : none;
}

form {
	margin: 0;
}

.clear { clear: both;}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	letter-spacing: -1px;
	margin: 0 0 .50em 0;
}

h1 { font-size: 250%; }		/* 30px */
h2 { font-size: 200%; }		/* 24px */
h3 { font-size: 150%; }		/* 18px */
h4 { font-size: 133.33%; }	/* 16px */
h5 { font-size: 116.67%; }	/* 14px */
h6 { font-size: 116.67%; }	/* 14px */

/* fonts */
.small {
	font-size: 60.00%;
}
.red {
	color: #c3593c;
}

/* links */
a {
	color: #4a8ebc;
	background: inherit;
}

a:hover {
	color: #c3593c;
	background: inherit;
}

a.title {
	color: #fe6700;
	background: #fff;
}


/* layout
--------------------------------------------------------------------------------------*/
#wrap {
	margin: 10px auto;
	width: 750px;
	text-align: left;
	background: #fff;
}

#header {
	float: right;
	width: 545px;
	
}

#newsletter {
	width: 545px;
	margin: 12px 0 5px 0;
	padding: 0 5px 5px 0;
	text-align: right;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

#nav {
	text-align: right;
	font-size: 1.1em;
	height: 30px;
}

#logo {
	float: left;
	width: 200px;
	padding: 10px 0 11px 0px;
}

#logo h1 {
	letter-spacing:-2px;
	line-height:65%;
}

#subheader {	
	clear: both;
	margin: 3px 0 15px 0;
	padding: 5px;
	background: #f8f8f8;
	color: #808080;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#subheader h2 { margin: 0;}



#main {
	background: #fff;
	float: left;
	width: 500px;
	margin: 0 0 10px 0;
}

#main .section {
	text-align: justify;
}

#main .section .foto {
	float: left;
	width: 95px;
	margin: 0 15px 15px 0;
	padding: 5px;
}

#main .contacto {
	margin: 0 15px 15px 120px;
	padding: 5px;
}

#sidebar {
	float: right;
	width: 240px;
	margin: 0 0 10px 0;
}

#sidebar ul {
	margin-bottom:0;
}

#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}

#sidebar .section {
	background: #f8f8f8;
	padding: 4px 8px;
	margin: 0 0 10px 0;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	background: #efefef;
	text-align: center;
	line-height: 1.5em;
	color: #808080;
}

.center {
	text-align: center;	
}

/* navigation
--------------------------------------------------------------------------------------*/
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	padding: 0px 5px 8px 5px;
	background: #fff;
	display: inline;
}

#nav li.active {
	background: #fff;
	color: #c3593c;
	font-weight: bold;
	padding-bottom: 8px;
}

#nav a {
	font-weight: bold;
	color: #4a8ebc;
	background: inherit;
	text-decoration: underline;
}

#nav a:hover {
	color: #c3593c;
}

/* gira
--------------------------------------------------------------------------------------*/
.gira {

}

.gira .foto {
	float: left;
	width: 150px;
	border: 1px solid #d4d4d4;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.gira p { 
	margin: 0 0 1em 0;
}

.gira .nota {
	clear: left;
	text-align: justify;
}

.gira .entrades {
	font-size: 150%;
	font-weight:bold;
	letter-spacing: -1px;
	margin: 0 0 1em 0;
	text-align: center;
}