/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../img/fondo.jpg) repeat;
}

#contenedorGeneral {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 769px;
	height: 561px;
	margin-top: -280px;
	margin-left: -385px;
}

h1 {
	magin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}