html {	margin:0; padding:0; }

body {	margin: 0 0 0 0;
	clear:both;
	left:0;
	top:0;

}

a:hover { text-decoration:underline;  color:#030; }

a, a img {border:0; margin:0; padding:0; color:#000; text-decoration:none; }

p {	clear:both;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#logo {

	margin:0;
	padding:0;
	position: fixed;
	z-index:3;
	border:0;
	clear:both;
	left:0;
	top:0;
}
	
#bkg {
	background-image: url("../bkg.jpg");
	background-repeat: no-repeat; 
	margin:0px;
	padding:0px;
	width:100%;
	height:1050px;
	position:fixed;
	z-index:0;
	clear:both;
	left:0;
	top:0;

	}



h1#titulo { 

text-align: right;
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
color: #000;
font-style:normal;
text-indent:300px;
clear:both;
margin: 50px 0 20px 50px;
position:relative;

}

h1#titulo a:hover { text-decoration: none;  color:#000; }



#galeria {
	width:85%;
	left:10%;
	position: relative;
	padding: 0;
	z-index:1;
	margin-bottom:100px;
	margin-top: 100px;
}

#galeria > a img {
	border-width:0;
	float:right;
	border: #000 solid;
	border-width:3px;
	margin: 10px 0 10px 20px;
	
}


