* {
font-family:sans-serif;
list-style:none;
text-decoration:none;
/*border:0;*/
margin:0;
padding:0;

behavior: url(http://fetchak.com/ie-css3/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

img.redondo
{
border-radius: 15px;
}

div.redondo
{
border-radius: 15px;
z-index:0;
}

h1, h2, h3 
{
font-family: 'Neuton', serif;
}

p 
{
font-family: 'Actor', sans-serif;
text-align : justify;
}

a {
border:0px;
}

.nav > li {
float:left;
}

.nav li a {
background:#006699;
color:#FFF;
display:block;
border:0px solid;
border-color:#006699;
padding:10px 12px;
}

.nav li .flecha{
font-size: 9px;
padding-left: 6px;
display: none;
}

.nav li a:not(:last-child) .flecha {
display: inline;
}

.nav li a:hover {
background:#0fbfc6;
}

.nav li {
position:relative;
}

.nav li ul {
display:none;
position:absolute;
min-width:180px;
z-index: 1;
}

.nav li:hover > ul {
display:block;
}

.nav li ul li ul {
right:-140px;
top:0;
}

#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 540px; 
    height: 340px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
