body{
	color: #816980;	
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-family: sans-serif;
}

a img{
	border: 0;
}

/* Estilos del layout general */
#contenedor{
	color: #816980;
	background-color: #FFFFFF;
	text-align: left;
	width: 588px;
	height:340px;
	
	/* Con esto se consigue centrar el contenido */
	/* Los margenes se ajustan a la mitad del alto y el ancho respectivamente */
	margin-top:-170px;
	margin-left:-294px;
	top:50%;
	left:50%;
	position:absolute;	
}

#botonera {
	margin-top:5px;
}

#subbotonera {
	margin-top:2px;
	width:100%;
	float:left;
}

.botPre{
	float:left;  
	margin-right:2px;
}



