/* Autor: Luis Alberto Badiali - luis@badiali.net */

/* @group font-reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup,sub {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

body {
	line-height:1.22;
	font-size:13px;
}

table {
	font-size:inherit;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	line-height:99%;
}

/* @end */

body {
	font:12px/1.8em "Trebuchet Ms", Verdana, Arial;
}

body.bio {
	background:#fff url(/myimages/int1px.gif) repeat-x 0 top;
}

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	position:relative;
}

#cabecera {
	height:183px;
	width:800px;
	position:absolute;
	top:0;
}

#contenido {
	padding-top:273px;
}

#music {
	position:absolute;
	top:-35px;
	left:0;
}

#menu {
	position:absolute;
	top:213px;
	left:0;
}

#menu a:link, #menu a:visited {
	color:#424242;
	text-decoration:none;
}

#menu a:hover {
	color:#407600;
	text-decoration:none;
}

a:link, a:visited {
	color:#424242;
	text-decoration:underline;
}

a:hover {
	color:#407600;
	text-decoration:underline;
}

.enviado {
	color:#009e2e;
	font-size:18px;
}

form {
	padding:20px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	width:310px;
}

label {
	display:block;
	font-size:14px;
	margin-bottom:10px;
}

input.campos {
	width:300px;
	margin-bottom:10px;
}

textarea {
	width:300px;
	margin-bottom:10px;
}

.artistas-amigos {
	font-size:11px;
	color:#999;
	display:block;
	width:200px;
	position:absolute;
	top:-35px;
	left:170px;
}

p {
	margin-bottom:25px;
}

h1 {
	font:22px "Times New Roman", Times, Georgia, serif;
	color:#000;
	margin-bottom:15px;
}

h2 {
	font:18px "Times New Roman", Times, Georgia, serif;
	color:#000;
	margin-bottom:15px;
}

h3 {
	background:black url(/myimages/titulo-david-perez.gif) no-repeat left top;
	display:block;
	color:white;
	width:281px;
	height:91px;
	text-indent:-9000px;
	position:absolute;
	top:45px;
}

strong {
	font-weight:bold;
	font-size:18px;
}

.right {
	float:right;
}

.left {
	float:left;
}

.block {
	display:block;
}

.inline {
	display:inline;
}

.taright {
	text-align:right;
}

.clear {
	clear:both;
}

.separador {
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	display:block;
}

.ico {
	width:230px;
	display:block;
	height:55px;
}

.ico img {
	float:left;
	margin-right:10px;
}

a.button {
    background: transparent url('/myimages/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/myimages/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 