/**
 * extravio.css
 *
 *
 * Extravio theme.
 *
 * $Id$
 */

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

body {
    background: none;
	color: #000000;
	line-height: 0.9em;
    background-image: none;
}

a:link {
	color: #0033CC;
	text-decoration: none;
}

a:active {
	color: #8DC6FF;
	text-decoration: none;
}

a:visited {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #8DC6FF;
	text-decoration: none;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
}

input.defaultButton {
	background-color: #0066FF;
	color: #ffffff;
}

#header {
	color: #ffffff;
	background: none;
}

#headerTitle {
	color: #000000;
}

#header h1 {
	font-family: 'Lato', Verdana, Times, Arial;
    font-weight:bold;
    color: #0066FF;
    margin-left: 10px;
    margin-bottom: 20px;
    line-height: 1em;
}

#main {
	background-color: #ffffff;
	border-bottom: 0;
	border-top: 0;
}

#main h2 {
	font-family: 'Lato', Verdana, Times, Arial;
	font-weight:bold;
    color: #0066FF;
    line-height: 1em;
}

#main p, a {
	font-family: 'Lato', Verdana, Times, Arial;
    line-height: 1em;
}

#main h3 {
	font-family: 'Lato', Verdana, Times, Arial;
    color: #0066FF;
    font-weight:bold;
    line-height: 1em;
}

#navbar {
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: #0066FF;
	font-weight: bold;
}

#breadcrumb {
	padding-bottom: 10px;
    padding-top: 5px;
	border-bottom: 1px dotted #0066FF;
}

#content {
	border-top: 0px dotted #0066FF;
    padding-bottom: 0;
    padding-top: 10px;
    padding-left: 10px; 
    padding-right: 10px; 
}

#content h3 {
	font-family: 'Lato', Verdana, Times, Arial;
    color: #0066FF;
    line-height: 1em;
}

#content h4 {
	font-family: 'Lato', Verdana, Times, Arial;
    color: #0066FF;
    line-height: 1em;
}

#navbar a {
	background-color: #0066FF;
	padding: 5px;
	color: white;
	font-family: 'Lato', Verdana, Times, Arial;
    line-height: 2em;
}

#sidebar {
	padding: 5px;
	font-family: 'Lato', Verdana, Times, Arial;
}

#developedBy {
	text-transform: uppercase;
	font-size: 1em;
	font-family: 'Lato', Verdana, Times, Arial;
	font-weight:bold;
}


#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
}

#sidebar div.block span.blockTitle {
    display: block;
	padding: 0.5em 0 0.5em 0;
	font-size: 1em;
	font-family: 'Lato', Verdana, Times, Arial;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 5px;
	font-family: 'Lato', Verdana, Times, Arial;
	font-weight:bold;
}

#rightSidebar, #leftSidebar {
	border-radius: 0;
    border-bottom: none;
    border-right: none;
    background-color: #B2FFB2;
}

#foroele-contacto{
	background-color: #B2FFB2;
	height: 80px;
    background-repeat: no-repeat;
    border-top: 5px solid #B2FFB2;
    border-left: 5px solid #B2FFB2;
    border-bottom: 5px solid #B2FFB2;
}
#foroele-contacto p{
	margin-bottom: 0;
	padding-top: 20px;
	margin-left: 95px;
}

#footer {
    background-color: #0066FF;
    padding-top: 10px;
}

#footer a.hover{
	background: none;
	text-decoration: underline;
	color: white;
}
