*{
	margin:0;
	padding:0;
}

body {
	background-color: #CCC;
	font-size: 1em;
	margin: 0px;
	background-image: url(../img_web/punto.png);
}

#envoltorio_home {
	width: 955px;
	height: 600px;
	background-image: url(../img_web/fondo_home.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#envoltorio {
	width: 955px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.entrar{
	text-align: center;
	width: 955px;
	height:480px;
	float:left;
	text-align: center;

}
.entrar a {
	background-image: url(../img_web/bt_entrar.gif);
	height: 65px;
	width: 110px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:300px;
}
.entrar a:hover {
	background-image: url(../img_web/bt_entrar_on.gif);
}
.entrar a span{
display:none;
}
.texto{
	width:955px;
	height:120px;
	float:left;
}
.texto p {
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFF;
	font-size: 0.7em;
	position: relative;
	margin-right: 10px;
}
.texto a {
	color: #CCC;
	font-weight: bold;
}


#envoltorio object {
	text-align: center;
	width: 955px;
	margin: 0px;

}

