/*
Theme Name: LAMIA ENGINE
Theme URI: http://design.illarra.com/
Description: 
Version: 1.0
Author: illarra design & internet
Author URI: http://design.illarra.net/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

.nodisplay, hr, .noimg img {
	display: none;	
}

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	border: 0pt none;
	outline-color: invert;
	outline-style: none;
	outline-width: 0pt;
	margin: 0pt;
	padding: 0pt;
	vertical-align: baseline;
}
	
body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family: "Georgia",Geneva,Arial,Verdana,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	background: #FCFCFC none repeat-y scroll center top;
	color: #333333;
}

/* Layout */

#ilWrapper {
	width: 760px;
	margin: 1em auto 5em;
	text-align: left;
}

#ilLogo {
	width: 760px;
	height: 90px;	
}

#ilContent h3 {
	background: transparent none repeat scroll 0%;
	border-bottom: 1px solid #D6EBAD;
	font-size: 1.4em;
	padding: 0.6em 1.5em;
	color: #000000;
	cursor: pointer;
}

#ilContent h4 {
	font-size: 1.3em;
	margin-bottom: 1em;
}

div.ilText {
	background: #FFFFFF none repeat scroll 0%;
	border-left: 1px solid #D6EBAD;
	border-right: 1px solid #D6EBAD;
	border-bottom: 1px solid #D6EBAD;
	padding: 2em;
}

div.ilText p {
	margin-bottom: 1em;
}

div.ilText a {
	text-decoration: none;
	color: #4ABA00;
	border-bottom: 1px dotted #4ABA00;
}

div.ilText p.lopd {
	font-size: 0.9em;
	margin-top: 1em;
	border-top: 1px dotted #DDDDDD;
	padding-top: 1em;
}

div.ilText div {
	margin-bottom: 0.5em;
}

div.address {
	background: #F9F9F9 none no-repeat scroll 1em 50%;
	margin: 1em 0px;	padding: 1em;
	font-size: 1.1em;
	margin-bottom: 2em;
}

div.alerts, div.error {
	background: #fff7e1 none no-repeat scroll 1em 50%;
	border: 1px solid #ffe189;
	margin: 1em 0px;	padding: 1em;
	font-size: 1.3em;
	float: right;
	width: 200px;
}

div.error {
	background: #FFD9D9 none no-repeat scroll 1em 50%;
	border: 1px solid #990000;
}

input {
	margin-right: 20px;
}

span.sos {
	color: #4ABA00;	
}

div.lista p {
	font-size: 0.8em;
	float: left;
	width: 160px;
	margin-right: 1em;
	margin-bottom: 0em;
	text-transform: capitalize;
}

p.spread img {
	margin-right: 5px;	
}

p.spread img.email {
	padding-right: 10px;
	border-right: 1px dotted #BBBBBB;
	margin-right: 10px;
}

p.spread a {
	border: 0px;	
}

hr.show {
	display: block;
	clear: both;
	margin-top: 2em;	
}

/* Lists */

ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.withIcons li {
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left: 19px;
	padding-bottom: 0.5em;
	line-height: 1.3em;
}

ul.withIcons li a {
	text-decoration: none;
	color: #444444;
}

ul.withIcons li a:hover {
	color: #4096EE;
	font-weight: bold;
}

/* */

.fRight {
	float: right;
}

.pad-t5 {
	padding-top: 5px;	
}

.pad-l15 {
	padding-left: 15px;	
}

.margin-r3{
	margin-right: 3px;	
}

/* ATZEKOA IKUSTEKO FIX-A */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */