@charset "UTF-8";
/* CSS Document */
body {
	background-attachment:scroll;
	background-color:#FFF;
	margin-top:0px;; 
}

#_main_content {
	width:950px;
	height:auto;
	background-repeat:no-repeat;
	top:5px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#_main_content table tr th #contenedorlogo {
	width: 700px;
}
#_main_content table tr th #contenedorlogo #logosbotones table {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}

#_footer {
	width:616px;
	height:auto;
	background-repeat:no-repeat;
	top:5px;
	margin-top: 170px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#_background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
 	height: 100%;
	overflow:hidden;
}
#_background img{
	position:absolute; left:0; top:0;
}
