﻿body {	
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:Black;
	font-size:14px;
	text-align:center;
	margin:50 50 50 50;
}

a { color: black ; font-size: 14px; font-weight: normal; text-decoration: underline; }
a:link { color: black ; font-size: 14px; font-weight: normal; text-decoration: underline; }
a:visited { color: black ; font-size: 14px; font-weight: normal; text-decoration: underline; }
a:hover { color: #A2322B ; font-size: 14px; font-weight: normal; text-decoration: none; }
a:active { color: black ; font-size: 14px; font-weight: normal; text-decoration: underline; }

/*Para centrar la pagina en bastantes navegadores margin-left:auto; margin-right:auto; text-align:left, teniendo en cuenta que en el body se ponta tex-align:center */

#fondo {background:url(../images/Blackhaus.jpg); width:900px; height:2123px; background-repeat:no-repeat; margin-left:auto; margin-right:auto; text-align:left}

#flash {width:900px; height:750px; background-color:#FFF; background-repeat:no-repeat; margin-left:auto; margin-right:auto; text-align:left}

#pagina { width:1000px; height:2500px; margin-left:auto; margin-right:auto; text-align:left}

#botonera { width:318px; height:26px; position:relative; top:500px; right:360px; float:right;}
	
		#botonera ul { list-style:none; padding:0; margin:0; text-indent:-9999px; cursor:pointer; }
		#botonera ul li { padding:0; float:left; }
		
		#btfirma { width:103px; height:26px; background:url(../images/btFirma.jpg) no-repeat 0 0; cursor:pointer;}
		#btcolecciones { width:111px; height:26px; background:url(../images/btColeccion.jpg) no-repeat 0 0; cursor:pointer;}
		#btcontacto { width:104px; height:26px; background:url(../images/btContacto.jpg) no-repeat 0 0; cursor:pointer;}

#contenido {margin:0 auto; width:950px;}
	
	#titulofirma {position:absolute; top:510px; float:left; height:80px;}
	
	#colecciones{position:relative;}
		#btGaleria { width:114px; height:163px; position:absolute; top:150px; left:180px; float:left; cursor:pointer;}
		#titulocolecciones {position:absolute; top:970px; float:left; height:80px;}
		#btArriba1 { width:39px; height:64px; position:absolute; top:1000px; left:150px; float:left; background:url(../images/btArriba.jpg) no-repeat 0 0; cursor:pointer;}
	
	#contacto{position:relative;}
		#titulocontacto {position:absolute; top:1450px; float:left; height:80px;}
		#btArriba2 { width:39px; height:64px; position:absolute; top:1500px; left:150px; float:left; background:url(../images/btArriba.jpg) no-repeat 0 0; cursor:pointer;}
		#formularioContacto {position:absolute; top:50px; left:220px; float:left;}
	
	#pie { width:100px; height:32px; position:absolute; top:1030px; left:530px; float:left; background:url(../images/pix.jpg); background-repeat:repeat-x; background-color:Orange;}