@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	}
	

#anchomax {
	width: 100%;
	height: auto;
	background:url(../img/header_back.jpg) repeat-x 0px top;
}

.header {
	height: 137px;
	text-align:	center;
	}
	
.header a, .header a:visited {
	color:#464646;
	text-decoration:none;}

.header a:hover {
	color:#464646;
	text-decoration:underline;}

#nav {
	width: 100%;
	height: auto;
	background:url(../img/nav_back.gif) repeat-x 0px top;
	text-align:center
	}
	
.links {
	background:transparent url(../img/nav_sombra.gif) no-repeat scroll center bottom;
	color:#464646;
	font-family:"Arial Narrow";
	font-size: 15px;
	font-weight:normal;
	height: 54px;
	letter-spacing: 1px;
	line-height: 42px;
	padding-top: 0px;
	}
	
.links a, .links a:visited {
	color: #464646;
	text-decoration:none;}
	
.links a:hover {
	color:#464646;
	text-decoration:underline;}
	
#contenido {
	width: 100%;
	height: auto;
	text-align:center
	}

.principal {
	height:305px;
	width: 944px;
	text-align:center;
	}
	
.escuelas {
	width:623px;
	height: 305px;
	background-color:#CCC;
	}
	
.banner1 {
	width: 302px;
	height: 305px;
	background-color:#000;
	}
	
	
.pie {
	color:#363636;
	margin-top:50px;
	margin-bottom:30px;
	text-align: center;
	}

