/***********************************************/ 
/*           CSS + FACTURACION 2010            */
/* CSS2 style sheet  ++++  XHTML tag styles    */
/*          Edited with HTML Kit               */
/*    Hugo Enrique Flores González             */
/*           lenox21@gmail.com                 */
/*          Antonio Calderón Jerónimo          */
/*             frkalderon@gmail.com            */
/***********************************************/  
/*             Hector Hernandez                */
/***********************************************/ 
/* 			       HTML tag styles                 */
/***********************************************/
/*@charset "UTF-8";*/
/* CSS Document */

html{
height:100%;
/*overflow-y:scroll;*/
overflow: auto;
overflow-x: hidden;
}
body {
	font:normal 11pt Arial;	
	text-align: center;
	padding:0px;
	margin:0px;
	background:#FFF;
  overflow-x:hidden;
}
 
#pagecontainer{
	width:922px;
/*	height:860px;*/
	height:auto;	
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	text-align:left;
}

#imagen_flotante_izq{
  width:730px;
	height:542px;
	float:left;
	position:relative;
  margin:0px 0px -542px -730px;
	padding:0px 0px 0px 0px;
	display:block;
	background:url(../images/fondo_izquierdo.jpg) no-repeat left top;
}
#imagen_flotante_der{
  width:730px;
	height:542px;
	float:right;
	position:relative;
  margin:0px -730px -542px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	background:url(../images/fondo_derecho.jpg) no-repeat left top;
}
img{border: 0px;}
em{font-style:italic;}

			
