body {
	margin:0px;
	padding:0px;
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color:#CCCCCC;
	}
	
/* Fonts y colores */

	
h1, h2, h3, h4, h5, h6,  ul, ol, dl {
   	font-family: arial, small;
	font-size: medium;
	
	}


a {
	font-family: arial, regular;
	font-size: 60%;
	color:#666666;
	margin:0px;
	padding:1px;
	}
	
	
	
		
p {
	font-family: arial, regular;
	font-size: small;
	color:#666666;
	margin:0px;
	padding:2px;
	}
	
	
#main_wrapper {
	width:1024px; /* sets max layout width */
	height:768px;
	margin-top:0px; /* ajusta la pantalla un 10 px mas abajo del borde superior */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position:relative;
	background-color:#CCCCCC;
	
	}
	
#header {
	width:1024px; /* sets max layout width */
	height:0px;
	margin-top:0px; /* ajusta la pantalla un 10 px mas abajo del borde superior */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position:relative;
	background-color:#CCCCCC;
	}
	
	
#sidebarizquierda { /* bloque de contenidos de la izquierda   */
	left:0px;
	width:100px; 
	height:620px;
	position:absolute;
	background-color:#CCCCCC;
	
	}	
	
	
#barcentro { /* flash principal  */
	left:100px;
	width:800px; 
	height:250px;
	position:absolute;
	background-color:#CCCCCC;
	
	}	
	
	
	
#barabajo { /* flash de abajo  */
	left:0px;
	width:800px; 
	height:320px;
	position:relative;
	background-color:#CCCCCC;	
	
	}
	
#sidebarderecha { /* side bar derecha  */
	right:0px;
	width:124px;
	height:620px;
	position:absolute;
	background-color:#CCCCCC;	
	
	
	}	

	
	

	
 #footer {
	background-color:#c8c6c8;
	font-family: arial, regular;
	font-size: small;
	text-align:center;
	border:0px solid #00; 
	color:#ABCCDD;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px; /* ajusta ubicacion del footer */	
	padding:1px;
		}

