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

.textonormal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
}
body {
	background-color: #000;
	margin: 0px;
}
.fondocursos {
	background-image: url(images/fondo_cursos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.textocursos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #DDC797;
	text-decoration: none;
	font-weight: bold;
}
.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #BD943E;
	text-decoration: none;
	font-weight: bold;
}
.textonaranja {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #C60;
	text-decoration: none;
	font-weight: bold;
	text-align: inherit;
}
.textoblanco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: inherit;
}
.textonegro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: inherit;
}
.borde {
	border: 1px solid #663;
}
.textonormalborde {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #663;
}
.textocolorlborde {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #F9DD8A;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

