@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	background-color:#1B1B1B;
	}

#mainbody {
	width:950px;
	margin:0 auto;
}

	
#head {
	width:950px;
	margin:0 auto;
	float:none;
	z-index:-1;
	}
	
#superior {
	background:url(../images/fondo-ingreso.jpg);
	height:40px;
	width:950px;
	margin: 0 auto;
	z-index: 0;
}
	
#ingreso {
	width:350px;
	height:30px;
	float:left;
	z-index:1;
	padding-top:10px;
	padding-left:10px;
	}
	
#menu_ico {
	width:580px;
	height:40px;
	float:right;
	z-index:2000;
	padding-right:10px;

	}
	
#banner {
	width:950px;
	height:150px;
	float:none;
	z-index:0;
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
	}

#inferior {
	height:40px;
	width:950px;
	margin: 0 auto;
	z-index: 0;
	background-image:url(../images/fondo-ingreso.jpg);
}
	
#menu_inst {
	width:740px;
	height:30px;
	float:left;
	z-index:1;
	margin-top:5px;
	margin-left:15px;
	}

#search {
	width:180px;
	height:30px;
	float:right;
	z-index:50;
	padding-top:10px;
	padding-right:14px;
	}
	

#mayor {
	width:950px;
	margin:0 auto;
	float:left;
	z-index:-1;
	background:#FFF;
	}

#izquierda{
	width:200px;
	float:left;
	z-index:-1;
	margin-top:10px;
	}

#left {
	width:200px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
	z-index:0;
	}
	
#centro{
	width:515px;
	margin:0 auto;
	float:left;
	z-index:-1;
	margin-left:5px;
	margin-top:10px;

	}
	
#medio {
	width:500px;
	float:left;
	padding:5px;
	overflow:hidden;
	z-index:0;
	margin-left:2px;
	}

#content {
	width:500px;
	float:left;
	padding:5px;
	padding-bottom:0px;
	overflow:hidden;
	z-index:0;
	margin-left:2px;
	}

#derecha{
	width:200px;
	margin:0 auto;
	float:right;
	z-index:-1;
    margin-left:10px;
	margin-top:10px;
	}

#right {
	width:200px;
	float:right;
	padding:5px;
	overflow:hidden;
	z-index:0;
	}

#footer {
	width:950px;
	height:95px;
	background:url(../images/footer.png);
	background-repeat:no-repeat;
	float: left;
	z-index: -1;
	margin-top:
}
