/*---tipos-de-visualizaciones-web---*/
.contenedor_centrado_completo2
{	background-color:white;
	border:0px solid blue;
	height: 28.75px; /*---460px---*/
	left: 50%; 
	margin-left: -23.25em; /* half of width 372px*/ 
	margin-top: -14.375em;  /* half of height 230px*/ 
	top: 50%; 
	position: absolute; 
	width: 46.5em;  /*---744px---*/
	border: 1px solid blue;
}
.contenedor_accion
{	background-color:white;
	border:0px solid blue;
	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---*/
	border: 0px solid blue;
}

.contenedor_centrado_lateral
{	background-color:white;

	margin: 0px auto; /* half of width 372px*/ 
	text-align: center;
	position:absolute;
	width: 46.5em; /*---46.5em---*/
	width:95%;
}	

.contenedor_centrado_100x100
{	background-color:white;
	position: relative;
	width:auto;	
	
    
	max-width:      				1120px;
  	min-width:      				744px;
	top:       						0;
	width: 							1120px;
    /*width: expression(document.body.clientWidth < 800? "744": "1120" );*/
    width: 98%;
    margin: 0 auto;
}	

body
{	margin: 0px auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size:1em;
	top: 0;

	/*
	#87D300
	#0076CC
	*/
	scrollbar-arrow-color: #87D300;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color:  #fff;
	scrollbar-face-color:  #fff;
	scrollbar-highlight-color:  #0076CC;
	scrollbar-shadow-color: #0076CC;
	scrollbar-track-color: #fff;
	
	
}