@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	margin: 0;}
	
h1, h2 {
	font-size: 18px;}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../imagenes/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;}
	
li {
	margin-top: 10px;}
	
#wrap {
	margin: auto;
	width: 720px;
	/*height: 1000px;*/}
	
#header {
	width: 720px;
	height: 100px;}
	
#container {
	/*margin-bottom: 20px;*/
	width: 720px;
	/*height: 600px;*/}
	
#footer {
	/*margin-top: 20px;*/
	padding-top: 20px;
	width: 720px;
	height: 80px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;}
	
.docentes {
	margin-top: 10px;
	width: 100%;
	border-bottom: #999 dashed 1px;}