/*---Tipos de Estructuras---*/

.contenedor_centrado_completo
{	background-color:				#fff;
	height: 						460px; 					/*---460px---*/
	left: 							50%; 
	margin-left: 					-372px; /* half of width 372px*/ 
	margin-top: 					-230px;  /* half of height 230px*/ 
	top: 							50%; 
	position: 						absolute; 
	width: 							744px;  /*---744px---*/	
}

.contenedor_centrado_lateral
{	background-color:				#fff;
	border:							0px solid blue;
	left: 							50%; 
	margin-left: 					-385px; /* half of width 372px*/ 
	position: 						absolute; 
	width: 							770px; /*---46.5em---*/
}	

.contenedor_centrado_100x100
{	background-color:				#ffff;
	position: 						absolute; 
	width:							100%;	
}	

body
{	font-family: Arial, Helvetica, sans-serif;	
	font-size:						11px;
	margin: 						0px auto;
	padding: 						0px 0px 0px 0px;
	
	scrollbar-arrow-color: 			#4F4F4F;
	scrollbar-3dlight-color: 		#F4F4F4;
	scrollbar-darkshadow-color:  	#F4F4F4;
	scrollbar-face-color:  			#F4F4F4;
	scrollbar-highlight-color:  	#F4F4F4;
	scrollbar-shadow-color: 		#F4F4F4; 
	scrollbar-track-color: 			#F4F4F4;		
}

select
{	font-family: Arial, Helvetica, sans-serif;	
	font-size:						11px;	
}

