/* body */
body {
	margin: 0px 0 0 0;
	padding: 0;
	background-color: #9197a6;
}
h1 {
	color: #ec6e00;
	text-decoration: none;
	font: bold 30px/22px Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002569;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002569;
	text-decoration: none;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: justify;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

p {
	color: #002569;
	text-decoration: none;
	text-align: justify;
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: white;
	text-decoration: underline;
	border-style: none;
}

a:link {
	color: white;
	text-decoration: none;
	border-style: hidden;
}

a:hover {
	text-decoration: none;
	color: black;
}

.footernuevo { color: white; text-decoration: none;	text-align: left;
	height: 50px;
	width: 960px;
	background-color: #002569;
	font: 10px/13px 'Nunito', sans-serif;
}

.footercontent {
	float: left;
	width: 915px;
	padding-left: 20px;
}

.home {
	width: 25px;
	float: right;
	background-color: #ed6d00;
	height: 25px;
	padding-top: 25px;
}

.cursos a {
	color: #002569;
}

.cursos a:hover {
	color: #ed6d00;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #002569;
	text-decoration: none;
	text-align: left;
	list-style-image: url(css_images/bullet01.jpg);
	list-style-position: inside;
	text-indent: -18px;
	letter-spacing: 0;
	word-spacing: 0;
	direction: ltr;
}

.columnas{
	width: 550px;
}

.pcols {
	float: left;
	width: 275px; /* 400/2 = 200 = 2 columnas ;) */
	margin-left:10px;
	padding:0px;
}

/* @group formulario */


#formulario {
	text-align: left;
	color: #3f3f41;
	margin-left: 15px;
}

form_text{ border: 2px solid white; padding: 4px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; width: 240px;
	background-color: gray;
}
form { padding: 20px; margin-top: 02px;
}
form p label { width: 150px;
	float: left;
	display: inline;
	clear: left;
	text-align: left;
	margin: 10px;
}
form p input, 
form p textarea { font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
; font-size: 12px; width: 240px;
	background-color: silver;
	border: 2px solid silver;
	margin: 4px;
	padding: 4px;
}
textarea { height: 150px; } 
input.btn {
	width: 7em;
	background-color: #ec6e00;
	color: white;
	border: 3px solid #ec6e00;
}

/* @end */
	