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

/*CONFIGURACION*/
.estructura #banner_curso {
	height:120px;
	background-color:#2e4028;
	text-align:center;
	position:relative;
	z-index:-1;
}
.estructura #pie{width:100%; height:30px; background-image:url(img/pie_curso.jpg); background-repeat:repeat-x; margin-left:150px;}

/*PARA LA MARCA DE AGUA*/
.estructura #contenido{ margin-left:14em; background-color:#FFFFFF; padding-top: 5px; padding-right:10px; padding-bottom:5px; background-image:url(img/fondo.png); background-position:center; background-repeat:no-repeat;}


/*TITULO ABAJO DEL BANNER*/
#titulocapitulo{
	text-transform:capitalize;
	text-align: right;
	background-color:#2e4028;
	color: #FFFFFF;
	font: 1.3em/1em "Verdana", Arial, Helvetica, sans-serif;
	height:20px;
	padding-right:5px;
	position:relative;
	z-index:0;
}

