* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x:hidden;
	}
body {
	background:#ffffff;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:14px;
	text-align:center;
	line-height:1.2em;
	color:#f5a4b3;
	margin:50px 0px;
	padding:0;
	overflow-x:hidden;
	}
#contenedor-general {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-247px;
	margin-left:-447px;
	height:494px;
	width:894px;
	text-align:left;
	padding:0;
}
#top-logo {
	float:left;
	background-image:url(../images/top-logo.gif);
	width:890px;
	height:92px;
	}
#contenedor-int {
	float:left;
	width:886px;
	height:400px;
	background-color:#faf2f2;
	border: 2px solid #f5a4b3;
	}	
#botonera {
	float:left;
	margin-top:12px;
	width:886px;
	height:17px;
	background-color:#f5a4b3;
		}
a.boton {
	float:left;
	width:106px;
	height:17px;	
	margin-left:14px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-left:2px #f5a4b3 solid;
	border-right:2px #f5a4b3 solid;
	}	
a.boton:active, a.boton:focus, a.boton:hover {
	float:left;
	width:106px;
	height:17px;	
	margin-left:14px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#e20067;
	border-left:2px #FFFFFF solid;
	border-right:2px #FFFFFF solid;
	}


