﻿/* Reset inicial */

* {
padding: 0;
margin: 0;
}

/*body {
padding: 5px;
}*/

li, dd, blockquote {
margin-left: 40px;
}

fieldset {
padding:10px;
}

/* Layout */

* {
font-family: Arial, Helvetica, sans-serif;
}

html, body {
}

#container {
width: 760px;
margin: 0 auto;
}

#header {
background: #fff url(img/dotted.png) repeat-x bottom;
}

#breadcrumb {
line-height: 25px;
padding: 0 5px;
background: #F3F3F3 url(img/dotted.png) repeat-x bottom;
font-size: 0.8em;
}

h1 {
height: 50px;
background: transparent url(img/logo.png) no-repeat right;
text-indent: -1000em;
overflow: hidden;
}

/* Enlaces tal cual flickr */

#breadcrumb a, #navigation a, .uploaded a {
color: #0063DC;
text-decoration: underline;
}

#breadcrumb a:hover, .uploaded a:hover {
color: #fff;
text-decoration: none;
background: #0063DC none;
}



img {
border: 1px solid #ddd;
}

h1 {
/*text-align: right;
color: #0063DC;
line-height: 50px;
font-size: 2.4em;*/
}

h2 {
clear: both;
font-size: 1.4em;
padding: 5px;
width: 500px;
float: left;
}

.pink {
color: #FF0084;
}

.file {
float: left;
width: 500px;
}

.uploaded {
float: right;
width: 240px;
margin-top: 25px;
font-size: 0.7em;
color: #666;
margin-bottom: 10px;
}

.uploaded img {
float: left;
margin-right: 4px;
}

.uploaded a {
font-weight: bold;
}

#navigation {
float: right;
width: 240px;
height: 130px;
background: transparent url(img/navigation.png) no-repeat;
color: #C3BEBD;
font-size: 0.9em;
}

#dirs {
float: right;
width: 240px;
}

#dirs h3, #files h3 {
font-weight: normal;
font-size: 0.85em;
color: #666;
padding: 30px 0 5px;
}

#dirs ul {
list-style-type: none;
}

#dirs li {
background: transparent url(img/icon_globe.gif) no-repeat top left;
background-position: 0 2px;
margin-left: 0;
padding-left: 20px;
}

#dirs li a {
color: #c9c9c9;
text-decoration: none;
font-size: 0.8em;
}

#dirs li a:hover {
color: #0063DC;
}

#dirs li a:active {
color: #FF0084;
}

#navigation h3 {
padding-left: 25px;
margin-bottom: 12px;
font-size: 1em;
line-height: 25px;
}

#navigation h3 a {
text-decoration: none;
}

#navigation ul {
padding-left: 18px;
}

#navigation ul, #navigation li {
list-style-type: none;
margin-left: 0;
}

#navigation li {
display: inline;
}

#navigation li a, #navigation span.empty {
display: block;
float: left;
width: 75px;
height: 75px;
}

#navigation span.empty {
text-indent: -1000em;
overflow: hidden;
}

#navigation li.filesnumber {
display: block;
margin-left: 5px;
padding-left: 5px;
padding-top: 15px;
}

#navigation .filesnumber span {
font-size: 1.3em;
margin-bottom: 0;
font-weight: bold;
}

#files {
clear: both;
}

#files h3 {
background: #fff url(img/dotted.png) repeat-x bottom;
}

#files p {
font-size: 0.7em;
color: #999;
margin: 5px 0 10px;
}

#files ul {
list-style-type: none;
margin-left: 0;
text-align: center;
}

#files li {
display: inline;
margin-left: 0;
}

#files a {
/*display: block;
float: left;
border: 2px solid #fff;*/
}

#files a:hover {
/*border: 2px solid #0063DC;*/
}

ul.pages {
clear: both;
text-align: center;
padding: 15px 0 5px;
}

ul.pages li {
display: inline;
}

ul.pages li a, ul.pages li strong {
padding: 2px 6px;
border: 1px solid #fff;
color: #666;
text-decoration: none;
}

ul.pages li strong {
border: 0;
}

ul.pages li a:hover {
border-color: #666;
}

#footer {
clear: both;
background: #fff url(img/dotted.png) repeat-x top;
text-align: right;
margin-top: 30px;
font-size: 0.7em;
font-style: italic;
color: #999;
}

#footer a {
color: #0063DC;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}