/*CSS RESET ERIC MEYERS*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*FIN CSS RESET*/

body {
	font-family: 'Book Antiqua';
	color: #000;
	background: #fff url('images/background_body.jpg') top center no-repeat;
}

strong {
	font-weight: 800;
}

em {
	font-style: italic;
}

label {
	float: left;
	width: 120px;
}

a {
	color: #005600;
	text-decoration: none;
}

a:hover {
	color: #90a9dd;
}

#contenedor {
	width: 977px;
	margin: 0 auto;
}

#cabecera {
	background: url('images/background_cabecera.png') no-repeat;
	height: 380px;
	padding-top: 24px;
}

#slide {
	width: 900px;
	margin: 0 auto;
}

#menu {
	background: url('images/background_menu.png') no-repeat;
	height: 42px;
	padding-left: 15px;
}

#menu a {
	color: #dfdfdf;
	background: url('images/menu_separator.png') right center no-repeat;
	height: 42px;
	float: left;
	line-height: 42px;
	padding: 0px 19px;
}

#menu a:hover {
	color: #c4ffbb;
}

#menu #idiomas {
	float: right;
	margin: 14px 31px 0;
}

#menu #idiomas a {
	background: url('images/idiomas.png') no-repeat;
	float: left;
	text-decoration: none;
	width: 12px;
	height: 14px;
	padding: 0;
	margin-left: 9px;
}

#menu #idiomas a span {
	display: none;
}

#menu #idiomas a.idioma-espanol {
	background-position: 0px -72px;
}

#menu #idiomas a.idioma-ca {
	background-position: 0px 0px;
}

#menu #idiomas a.idioma-en {
	background-position: 0px -24px;
}

#menu #idiomas a.idioma-de {
	background-position: 0px -48px;
}

#menu #idiomas a.idioma-fr {
	background-position: 0px -96px;
}

#content {
	background: url('images/background_content.png') repeat-y;
	min-height: 140px;
	padding-left: 51px;
	font-size: 14px;
}

#flor {
	float: right;
	background: url('images/background_flor.png') no-repeat;
	width: 166px;
	height: 110px;
	margin-right: 25px;
}

#texto {
	margin-right: 35px;
}

#pie {
	background: url('images/background_pie.png') no-repeat;
	height: 47px;
	color: #fff;
	padding-left: 37px;
	line-height: 32px;
	font-size: 14px;
}

#pie a.inspira {
	float: right;
	width: 149px;
	height: 32px;
	margin-right: 40px;
}

#pie a.inspira span {
	display: none;
}

.left {
	float: left;
}

#slideshow {
    position:relative;
    height:350px;
    width: 900px;
    margin: 0 auto;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

