body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0px;
	background-image: url(images/fondo.jpg);
	background-color: #ECEDF1;
	background-repeat: repeat-x;
}

#embase {
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#cabezal {
	width: 784px;
	position: relative;
	height: 390px;
}

#contenido {
	width: 775px;
	position: relative;
	background-color: #FFF;
	padding:5px;
}

#pie {
	width: 784px;
	position: relative;
	height: 77px;
	background-image: url(images/plantilla_03.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	line-height: 17px;
	float: left;
	padding-top: 16px;
}

a:link {
	text-decoration: none;
	color: #2e4261;
}

a:visited {
	text-decoration: none;
	color: #2e4261;
}

a:hover {
	color: #BC3C00;
	text-decoration: none;
}

.titulos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}

.celda_mis_cursos{
	height:30px;
}

.celda_mis_cursos_titulo{
	height:30px;
	border-bottom:#000033 solid 2px;
}

