/* Escuela de Verano, desarrollado por el equipo Simpleweb (http://www.simpleweb.cl) */
body {
	margin: 0px;
	padding: 0px;
	background: #e3e3e3 url(images/background.gif);
	background-position: top left; 
	background-repeat: repeat-x;
	font-size: 10pt;
	font-family: arial;
	height: 100%;
}
body, html {
	font-family: arial;
	font-size: 0.9em;
	color: #333333;
	height: 100%;
	min-height: 100%;
}

/* Encabezados */
h1 {
	Font-size: 1.3em;
	font-weight: bold;
	color: #7e6f66;
	margin-bottom: -1px;
	text-align: left;
}
h2 {
	Font-size: 1.1em;
	font-weight: bold;
	color: #F1A003;
	text-align: left;
	margin-bottom: -1px;
}

/* Link Genericos */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #77abc8;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: #333333;
}

/*Divs*/
#alinea {
	position: absolute;
	width:730px;
	left: 50%;
	margin-left: -360px;
	background: #ffffff url(images/contenido.gif);
	background-repeat: repeat-y;
}
#contenedor{
	width: 680px;
	margin-left: 25px;
	margin-top: 158px;
	margin-bottom: 30px;
	background: transparent;
}
/* Pie de Página */
#pie {
	margin: 0px;
	width: 730px;
	height: 100px;
	background: url('images/pie.gif') no-repeat;
	font-size: 7pt;
	text-align: center;
	color: black;
	clear: both;
	z-index 2;
}
#pie a:link {
	color: #77abc8;
	font-weight: bold;
	text-decoration: none;
	font-size: 7pt;
}
#pie a:visited {
	font-size: 7pt;
	color: #77abc8;
	font-weight: bold;
	text-decoration: none;
}
#pie a:hover {
	font-size: 7pt;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#pie a:active {
	font-size: 7pt;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#pie p {
	padding-top: 4px;
}

/* Cabecera */
#cabecera {
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 0px;
	padding: 0px;
	width:730px;
	left: 50%;
	margin-left: -360px;
	z-index: 1;
}