/* CSS Document */
/* v1.0 | 20080212 */
/* Reset */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background: white url('img/wood-texture.jpg') center top repeat;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Custom fonts */

@font-face {
    font-family: Beautiful;
    src: url('fonts/beautiful.ttf');
}

@font-face {
    font-family: NoteThis;
    src: url('fonts/note_this.ttf');
}

@font-face {
    font-family: fff_tusj;
    src: url('fonts/fff_tusj.ttf');
}

/* Alcojor dibujante styles */

a img {
    border: 0;
}

body {
    background-color: white;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

#wrap {
    background: white url('img/bg.jpg') repeat-y;
    margin: 20px auto;
    position: relative;
    width: 980px;
}

#header {
    background: white url('img/top.jpg') center top no-repeat;
    height: 138px;
    position: relative;
}

#lang {
    height: 30px;
    position: absolute;
    right: 70px;
    top: 15px;
}

#lang p {
    height: 30px;
    line-height: 30px;
}

#lang a:link, #lang a:visited {
    color: red;
    text-decoration: none;
}

#lang a:hover {
    border-bottom: 1px dotted red;
}

#flag {
    height: 20px;
}

#menu {
    bottom: 10px;
    height: 50px;
    line-height: 50px;
    left: 50px;
    position: absolute;
    width: 770px;
}

#menu ul li {
    display: inline;
    margin: 10px;
}

#menu ul li a {
    font-family: fff_tusj;
    font-size: 24pt;
}

#menu ul li a:link, #menu ul li a:visited {
    color: black;
    text-decoration: none;
}

#menu ul li a:hover {
    color: #6dcce2;
    text-decoration: none;
}

#main {
    padding: 10px 0px 10px 110px;
    width: 770px;
}

#main p {
    font-family: NoteThis;
    font-size: 18pt;
}

#main a {
    font-family: NoteThis;
    font-size: 18pt;
}

#main a:link, #main a:visited {
    color: #6dcce2;
    text-decoration: none;
}

#main a:hover {
    border-bottom: 1px dashed #6dcce2;
}

#links ul {
    margin: 20px auto 10px;
}

#links ul li {
    display: inline;
    margin: 0 80px;
}

#footer {
    background: white url('img/bottom.jpg') center top no-repeat;
    height: 115px;
    position: relative;
}

#footer p {
    bottom: 65px;
    font-family: Georgia;
    font-size: 14pt;
    font-style: italic;
    position: absolute;
    text-align: center;
    width: 100%;
}
