body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
background-repeat:no-repeat;
}


/*-------------------------- CURSOS ---------------------------*/

.imagenCurso{
	margin-right: 10px;
	margin-top: 20px;
}

.tituloCurso{
	font-size:14px;
	font-weight:bold;
	color:#0f4071;
	padding-top: 20px;
}

.fondoDiv1{
	background-color:#cfd9e3;
	padding: 10 20 10 20;
}

.fondoDiv2{
	background-color:#e7ecf1;
	padding: 10 20 10 20;
}

.numero{
	font-size:24px;
	font-weight:bold;
	color:#0f4071;
}

.titulo{
	font-size:12px;
	font-weight:bold;
	color:#0f4071;
}

.texto{
	padding-left: 20px;
}

.enlace1 img{
	margin-left: 15px;
	
}
.enlace1 a{
	color:#0f4071;
	vertical-align:top;
}

.enlace1 a:hover{
	color:#ce7f19;
	text-decoration:underline;
}

.enlace2{
	color:#0f4071;
	vertical-align:top;
}

.enlace2:hover{
	color:#ce7f19;
	text-decoration:underline;
}

/*---------------------------------------------------------------*/

table, td {
		width:100%;
		height:100%;
		border:0px;
	}

td { vertical-align:top;}

a:hover{text-decoration:none;}

img { border:0px;}

.main_text, table, li, input, textarea
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:16px;
		color:#858585;
	}
	
span strong { color:#255483;}

strong a { color:#191919; text-decoration:none}
strong a:hover { color:#191919; text-decoration:underline}
	
.l_text { color:#323232;}
	
.c_text { color:#737373; font-size:9px; line-height:9px}
.c_text a {color:#737373; text-decoration:none}
.c_text a:hover { text-decoration:underline}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
		
	}		

.form{height:26px; margin-top:-2px;}
.form input	{width:220px; height:23px; border-color:#969696; border-width:1px; background-color:#ffffff; border-style:solid; padding-left: 15px;}

textarea{width:220px; height:168px; border-color:#969696; border-width:1px; background-color:#ffffff; padding-left:5px; border-style:solid; margin-top:-2px;  overflow:hidden;	}

ul {margin:0; padding:0; list-style:none}
li a  {font-family:Tahoma; font-size:11px; line-height:12px; color:#30659E; text-decoration:underline;}
li a:hover {text-decoration:none;}


/*- PRUEBA DE FORMULARIO MASTERS EN BARRA LATERAL -*/
.formMaster{height:26px; margin-top:-2px;}
.formMaster input	{width:180px; height:23px; border-color:#969696; border-width:1px; background-color:#ffffff; border-style:solid; padding-left: 15px;}

.textareaMaster{width:180px; height:168px; border-color:#969696; border-width:1px; background-color:#ffffff; padding-left:5px; border-style:solid; margin-top:-2px; overflow:hidden; resize:none;}

