/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

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

p, pre {
	margin:15px 0;
}
a {
	color:inherit;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

body {
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size:0.9em;
	/*font-family:"Signika",Tahoma,Verdana,sans-serif;*/
	background:url('../images/header_bg.jpg') repeat-x 0 0px #000000;
	color:#ffffff;
}
body.toolbar {
	background-position:0 65px;
}
#page {
	width:1000px;
	max-width:1000px;
	background:#ffffff;
	/*background:url('../images/content_bg.jpg') center no-repeat fixed #ffffff;*/
}
#header {
	background:url('../images/header_bg.jpg') repeat-x 0 0px #000000;
	position:relative;
	height:100px;
	padding:0px;
}
#main {
	color:#000000;
	padding:0;
}
#footer {
	background:url('../images/footer_bg.jpg');
	padding-top:40px;
	padding-bottom:70px;
	margin-top:30px;
}
#copyright {
	background:#ffffff;
	border-top:2px solid #000000;
	color:#00aaaa;
	height:40px;
	line-height:40px;
	text-align:center;
}


#logo {
	position:absolute;
	top:10px;
	left:10px;
	width:550px;
}
#logo .header__logo {
	display:block;
}

#navigation {
	position:absolute;
	top:auto;
	bottom:0px;
	right:0px;
	width:auto;
	height:auto;
	padding:0;
}
#navigation h2 {
	display:none;
}
#navigation ul {
	display:block;
	border-right:1px dotted #cccccc;
}
#navigation li {
	min-width:130px;
	border-left:1px dotted #cccccc;
	padding:0px !important;
	text-transform:uppercase;
	transition:all 0.7s;
}
#navigation li:hover {
	background:#222222;
	color:#00dddd;
}
#navigation li a {
	display:block;
	text-align:center;
	text-decoration:none !important;
	padding:5px 10px;
}

#content {
	min-height:450px;
}

.front #content {
	width:100%;
	padding:0;
	margin:0;
}
#first-time {
	display:none;
}

#block-locale-language {
	position:absolute;
	top:20px;
	right:20px;
}
#block-locale-language h2 {
	display:none;
}
#block-locale-language ul {
	padding:0;
	margin:0;
	list-style:none;
}
#block-locale-language li {
	float:left;
}
#block-locale-language a,
#block-locale-language span {
	padding:0px 5px;
	margin:0px 1px;
}
#block-locale-language img {
	width:18px;
	height:12px;
}

#content h1#page-title {
	color:#00AAAA;
	border-bottom:4px solid #cccccc;
	margin-top:10px;
	text-transform:uppercase;
}
.front #content h1#page-title { display:none; }
.front #main { margin-top:0; }

.page-node-7 #content h1#page-title, .page-node-8 #content h1#page-title { display:none; }
.page-node-7 #main, .page-node-8 #main { margin-top:0; }
.page-node-7 #content, .page-node-8 #content { padding-right:0px; }

#content #main-content { display:none; }
.submitted {	display:none; }

.section-contacto h2, .section-contato h2 {
	margin-bottom:0;
}
.webform-client-form {
	width:570px;
	padding:0px 20px 40px;
	margin-left:30px;
	border:1px solid #bbb;
}
.form-item {
	margin:0.8em 0;
}
.webform-container-inline label {
	display:inline-block;
	width:150px;
}
.webform-container-inline input {
	border:1px solid #999999;
}
.webform-container-inline input:focus {
	box-shadow:0px 0px 4px 1px #aaaaaa;
}
.webform-component-textarea label {
	display:inline-block;
	width:150px;
	vertical-align:top;
	margin-right:1em;
}
.webform-component-textarea textarea {
	border:1px solid #999999;
}
.webform-component-textarea textarea:focus {
	box-shadow:0px 0px 4px 1px #aaaaaa;
}
.webform-component-textarea .form-textarea-wrapper {
	display:inline-block;
	vertical-align:top;
}
.webform-component-checkboxes .description {
	font-size:0.6em;
	line-height:1.4em;
	padding:0 20px;
}
.webform-component-checkboxes label a {
	text-decoration:underline;
}
#edit-submit {
	float:right;
	margin-right:16px;
	padding:5px 20px;
	border:1px solid;
}

.webform-container-inline .form-file {
	width:250px;
}

.section-nuestro-equipo h3, .section-a-nossa-equipe h3 {
	margin-bottom:0;
}
.section-nuestro-equipo p, .section-a-nossa-equipe p {
	margin-top:0;
}


/******************* cookies ********************/
#cookies_msg {
    background: none repeat scroll 0 0 rgba(86, 86, 86, 0.85);
    bottom: 0;
    color: #FFFFFF;
    font-size: 12px;
    left: 0;
    padding:10px;
    position: fixed;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
    width: 98%;
    z-index: 99999;
}
#cookies_msg a, #cookies_msg a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#cookies_msg #cookies_msg_accept {
	display:inline-block;
    background: none repeat scroll 0 0 #7DAF3B;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 10px;
	margin-top:5px;
    transition: all 0.3s ease 0s;
}
#cookies_msg #cookies_msg_accept:hover {
    background: none repeat scroll 0 0 #CBE4A9;
    color: #000000;
}
#cookies_msg #cookies_msg_deny {
	display:inline-block;
    background: none repeat scroll 0 0 #fd7878;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 10px;
	margin-top:5px;
    transition: all 0.3s ease 0s;
}
#cookies_msg #cookies_msg_deny:hover {
    background: none repeat scroll 0 0 #ffafaf;
    color: #000000;
}
