/* CSS Template by José Serralde - Released under the Creative Commons 2.5 AT-SA */
body {
    margin: 30px auto;
    background-color: #000;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 160%;
}
/* ----- STRUCTURE ----- */
#header {
    height: 193px;
    background-image: url('images/slice_0_0.gif');
}

#wrapper {
    margin: 10px auto;
    width: 770px;
    background: #ffffff url('images/slice_1_0.gif');
    overflow: auto; /* IE */
}

#navigation {
    width: 200px;
    min-height: 400px; /* for modern browsers */
    height: auto !important; /* for modern browsers */
    height: 400px; /* for IE5.x and IE6 */
    float: right;
}

#content {
    min-height: 400px; /* for modern browsers */
    height: auto !important; /* for modern browsers */
    height: 400px; /* for IE5.x and IE6 */
    text-align: left;
    padding: 20px 30px;
}

#footer {
    height: 272px;
    background: #333333 url('images/slice_4_0.gif');
}
/* ----- OTHER STRUCTURAL DEFINITIONS ----- */
.div1 {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.center {
    text-align: center;
}

.center a, a:visited, a:hover, a:link {
    background: none
}

.col_izq {
    width: 40%;
    float: left;
}

.col_der {
    margin-left: 50%;
}
/* ----- STYLE DEFINITIONS ------ */
#content a {
    padding-right: 15px;
    background: url('images/world.gif') right no-repeat;
    text-decoration: none;
    border: none;
}

#content a:link {
    color: #713757
}

#content a:visited {
    color: #001
}

#content a:hover {
    color: #001
}

#menu {
    margin-top: 146px;
    display: block;
    float: left;
}

#wrapper #menu ul li {
    list-style: none;
    float: left;
    padding: 0 20px 0 0;
}

#wrapper #menu ul a {
    color: #ffe;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#wrapper #menu a:visited {
    color: #ffe
}

#wrapper #menu a:hover {
    color: #da0078
}

#icons {
    padding: 10px 20px;
    text-align: right;
    background: #000;
    color: #ffe;
    font-size: 10px;
}

#icons img {
    border: 0;
    padding: 0 4px;
}

#icons a, a:hover, a:link, a:visited {
    color: #ffe;
}
/****** PURE STYLE ******/
h1 {
    font-size: 17px;
    width: 50%;
    display: block;
}

h2, h3 {
    color: #713757
}

h2 {
    font-size: 12px;
}

h3 {
    font-size: 12px;
    margin-top: 0;
    border-bottom: 1px #713757 dotted;
}

hr {
    border: solid 1px #713757;
}

.foto {
    float: right;
    margin: 0 0 10px 30px;
}

.izq {
    float: left;
}

.rss {
    display: block;
    text-align: right
}

.rss img {
    border: 0
}

.rss a:hover, a:link, a:visited {
    background: none
}
