/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #ffffff;
	background: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td, tr {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
	
#inicio{
	position:fixed;
	top:35%;
	left: 16%;
}

img {
	text-decoration: none; 
	color: #000000; 
        border: 0px solid #000000;
	}

img:link, img:visited, img:hover, img:active{
	text-decoration: none; 
	color: #000000; 
	}

map:link, map:visited, map:hover, map:active{
	text-decoration: none; 
	color: #000000; 
	}

a:link, a:visited, a:hover, a:active {
	text-decoration: none; 
	color: #000000; 
	}

area:link, area:visited, area:hover, area:active {
	text-decoration: none; 
	color: #000000; 
	}
