/*Liconna*/
/*Globales*/
*{
	padding: 0;
	margin: 0;
}

body{
	background-color: black;
	font-family: "Times New Roman", arial, sans-serif; 
	font-size:12px;
	color:white;
}

a img {
	outline: none;
	border: none;
	text-decoration: none;
}

/*Estructura*/

#page {
	width:800px;
	height:auto;
	margin:auto;
}

h1.logo{
	padding-top: 50px;
}

h2{
	font-size: 1em;
	line-height:20px;
	letter-spacing:-0.01em;
	margin-left: 17px;
	margin-top: 10px;
}
h2 a{
	text-decoration:none;
	color: #fff;
}

h2 a:hover{
	text-decoration:none;
	color: #6d0019;
}

#content{
	padding-top: 10px;
	padding-left: 100px;
}


#footer{
	
}