/*

	ASMATIK

*/

@charset "UTF-8";

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;
}

*{
	margin: 0;
	padding: 0
}

body {
	background:transparent url(../images/logo.png) right top no-repeat;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}


#base{
	margin: 40px;
	width: 550px
}


p{
	padding: 10px 0 10px 0;
	font-size: 18px;
	font-weight: bold;

}

h1{
	padding: 0 0 10px 0;
	font-size: 36px;
}

a, a:visited{
	background: #000;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	margin: 1px 0;
	padding: 0 5px;
	*display:inline;
}


a:hover{
	background: #fff200;
	color: #000;
}


p.pasado{
	font-size: 12px;
}
