/*Estructura Principal*/

#header_home{
	float:left;
	margin: 0px 0px 0px 0px;
	width: 900px;
	height: 317px;
	display:inline;
}

/*///////////////////Estilos para los divs de Accesos Directos//////////////////////*/
#fondo_lapiz{
	float:left;
	width:75px;
	height:225px;
	/*margin-right:0px;*/
	/*padding:0px;*/
	background-image:url(../img/fondo_lapiz.jpg);
	display:inline;
}

#home_accesos_directos{
	float:left;
	width: 825px;
	height: 180px;
	padding: 25px 0px 20px 0px;
	/*background-image:url(../img/fondo_accesos_directos1.png);
	background-repeat:repeat-x;*/
	background-color:#F4f1e8;
	display:inline;
}
/*Hack para IE6 elcual se aplica al tercer div*/
#contenedor_home_01{
	float:left;
	width:200px;
	height:180px;
	margin-left:0px;
	padding:0px;
	display:inline;
}
#contenedor_home_02{
	float:left;
	width:200px;
	height:180px;
	margin-left:75px;
	padding:0px;
	display:inline;
}
#contenedor_home_03{
	float:left;
	width:200px;
	height:180px;
	margin-left:75px;
	padding:0px;
	display:inline;
}

/*////////////////////////////////////////*/

#noticia_01{
float:left;
width: 900px;
height: 25px;
background-color:#1480b0;/*#0371c2*/
display:inline;
}
