body { text-align:center; }div.contenedor{	margin:0 auto 0 auto;	width:800px;	height:600px;	position:relative;}div.left{  	position:absolute; 	background:url(../img/cara.jpg);	height:549px;	width:302px;	left:0px;	top:0px;	}div.firma{	position:absolute; 	background:url(../img/firma.jpg);	 	height:122px; 	width:150px;	left:670px;	top:50px;}div.barra{	position:absolute;	height:124px;	width:530px;	top:175px;  	left:302px;	text-align:left;	font-family: Arial, Helvetica, sans-serif;         font-size: 16px;        text-indent: 10px;          margin: 10px 10px 10px 10px; 	color: #ffffff;}a.enlace:link {text-decoration:none;color:#FFFF99;} a.enlace:visited {text-decoration:none;color:#ffcc33;} a.enlace:active {text-decoration:none;color:#FFFF99;} a.enlace:hover {text-decoration:underline;color:#999999;} 