body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	margin: 25px 0px;
	padding: 0px;
	text-align: center;
	color: #000;
}

div#global {
	/*background: url(principal.jpg);
  background-repeat: no-repeat;*/
	width: 750px;
  height: 533px;
	background-color: #fff;
	border: 1px solid #333;	
	margin: 0px auto;
	text-align: center;
}

a {
  text-decoration: none;
}

a:hover {
	color: #DD0000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}

.contacto a{
  position: relative;
  top: 330px;
  left: 535px;    
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #000; 
  width: 100px; 
}

.contacto a:hover{
  color: #fff; 
}