html,body,div,span,
applet,object,iframe,
h1,h1,h2,h3,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
html, body {
	height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
a img, :link img, :visited img {
	border:none;
}

body.inicio {
	background: #b9b2a0;
}
#splash {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 288px;
	margin-top: -130px;
	margin-left: -144px;
}
#splash ul {
	margin-top: 16px;
	text-transform: uppercase;
	font-size: 12px;
}
#splash li {
	float: left;
	width: 50%;
	list-style: none;
	text-align: center;
}
#splash li a {
  color: #754d2e;
	text-decoration: none;
}
#splash li a:hover {
	color: #fff;
}
#intro {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 740px;
	height: 490px;
	margin-left: -370px;
	margin-top: -245px;
}
