/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */

/*Tip*/
#tip{
padding:0;
margin:0;
height:auto;
}
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
font-size: 76%;
font-family: arial, helvetica, sans-serif;
line-height: 1.4em;
width: 770px;}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
background: url(../images/fondo.jpg);
overflow: hidden;
width: 770px;}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 730px;
float: left;
padding: 20px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #94d5f5;}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 5px 20px;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #f2f4f5;
color:#333333}

.js #slideshow .slides-nav li.on a {
position: relative;}