/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

img{ border:0px; }

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

/*Top*/
#top{
	width:900px;
	height:108px;
	background-image:url(../imagenes/example_top.jpg);
}

#menu{
	width:900px;
}

#flash{
	width:900px;
	height:163px;
}

#busqueda{
	width:900px;
	text-align:right;
}
/*Top*/


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


/*Contenedores*/
#contenedor_principal{
	width:900px;
	margin-right:auto;
	margin-left:auto;
}

#contenedor_central{
	width:396px;
	margin-left:auto;
	margin-right:auto;
	margin-top:17px;
}

/*Contenedores*/


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


/*Pie de pagina*/
#pie_contenedor{
	width:900px;
	margin-top:20px;
}

#pie{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}	

#contacto{
	width:320px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}

/*Pie de pagina*/


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


.division{
	width:100%;
	height:15px;
}

.division5{
	width:100%;
	height:5px;
}


.columna_derecha{
	width:205px;
	margin-left:auto;
	margin-right:auto;
	margin-top:17px;
}

.columna_izquierda{
	width:205px;
	margin-left:auto;
	margin-right:auto;
	margin-top:17px;
}









