@charset "UTF-8";
/* CSS Document */
/* INICIO Pantalla centrada */
html, body {  
	height:100%;  
	margin:0px;
	padding:0px;  
	}  
.body {    
	top:0px;
	min-width:858px;
	text-align:left;
	background-color:#eaeaea;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;	
	background-position:0 0;
	background-image:url("/imag/fondobody.jpg");
	background-color:#FFF;
	background-repeat:repeat-x;
	scrollbar: auto; overflow: auto;
	} 
.body a {text-decoration:none; border:0px; border-style:hidden; margin:0px; padding:0px; cursor:pointer;}

/*.body ul {list-style-type:none; border-style:hidden; border:0px; margin:0px; padding:0px;}*/

.body p, div, table, td, tr, h2 {margin:0px; padding:0px;}
.body img {border-style:hidden; border:0px; margin:0px; padding:0px;}
.body input {margin-bottom:3px; cursor:pointer;}
#contenedorTOTAL{  
	position:absolute;   
	width:858px; 
	height:607px;   
	left:50%; 
	/*top:50%;*/   
	margin-left:-419px;
	/*margin-top:-304px;*/
	} 
[if lte IE 6.0]>  
#contenedorTOTAL {   
 left:expression(document.body.clientWidth < 858? "0px": "50%" );  
 margin-left:expression(document.body.clientWidth < 858? "0px": "-419px" );
 /*top:expression(document.body.clientWidth < 607? "0px": "50%" );  
 margin-top:expression(document.body.clientWidth < 607? "0px": "-304px" );*/
 }  
[endif]–>
/* FIN Pantalla centrada */