@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

a {
	color:#000;
}

#fondo {
	background:#000;
}


html, body {
	width:100%;
	margin:0;
	padding:0;
	top:0;
	left:0;
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000;
}

form {
	margin:0;
	padding:0;
}

img, table {
	border:none;
}

.clr {
clear:both;
}


#container {
	width:960px;
	margin:0 auto;
	padding:0px;
	background-image:url(../images/fondo.png);
}

#imagenescuela {
	width:960px;
	height:433px;
	background:url(../images/escudo.png) center no-repeat;
}

#menu {
	width:960px;
}

#menu p{
    color:#FFCC00;
	font-weight:bold;
	text-align:center;
	margin-top:8px;
}

#sgc{
	position:relative;
	margin-left:15px;
	width:90px;
	height:90px;
	float:left;
	background:url(../images/sgs.png) top left no-repeat;
}

#footer {
	width:750px;
	margin-top:20px;
	float:left;
	text-align:center;
	color:#FFF;
	font-size:10px;
}

#footer a {
	color:#fff;
}

#gc{
	width:90px;
	height:90px;
	float:left;
	background:url(../images/gc.png) top right no-repeat;
}
