body {	font-family:Verdana, Arial, Helvetica, sans-serif;	text-align: center;	margin-top: 10px;}.escondido {	display: none;	}	#wrapper {	width: 950px;	height: 640px;	margin: auto;	text-align: left;	background: url(../images/fondo.jpg) 0 0 no-repeat;	}#crimage {	position: absolute;	top: 90px;	width: 204px;	height: 184px;	margin-left: 710px;	background: url(../images/cr.png) 0 0 no-repeat;	}	#crimage:hover {	background: url(../images/cr_over.png) 0 0 no-repeat;	}	#crtext {	position: absolute;	top: 175px;	margin-left: 540px;	font-size: 20px;	font-weight: bold;	}	#veimage {	position: absolute;	top: 360px;	width: 219px;	height: 185px;	margin-left: 710px;	background: url(../images/ve.png) 0 0 no-repeat;	}	#veimage:hover {	background: url(../images/ve_over.png) 0 0 no-repeat;	}	#vetext {	position: absolute;	top: 450px;	margin-left: 540px;	font-size: 20px;	font-weight: bold;	}	#crtext a, #vetext a {	text-decoration: none;	color: lightgrey;	}	#crtext a:hover, #vetext a:hover {	text-decoration: underline;	}