/*******************************************
aqui toda la estructura de la pagina de inicio 
ahora si a usar div y ya no tablas  -_-
******************************************/
body{ text-align:center;}

#posicion{
	margin:0 auto 0 auto;
	width:900px;
}

#col_1{
	float:left;
	width:349px;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	padding:30px 0px 0px 0px; 
	height:2500px;
	background:#FFFFFF;
}

#col_2{
	float:left;
	width:349px;
	padding:30px 0px 0px 0px; 
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	background:#F8FBFB;
	height:2500;
}

#col_3{
	float:left;
	width:200px;
	padding:30px 0px 0px 0px; 
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	background:#AEBCBD;
	height:2500;
}

/* -------------- detalles de noticias ------------------ */
#cabecera_noticia{
	width:900px;
}
#tabla_superior_cabecera{
	width:900px;
}
#contenido_noticia{
	width:900px;
	border-top:8px solid #FFCC33;
}
#contenido_not_1{
	float:left;
	width:649px;
	border-right:1px solid #666666;
	background:#FFFFFF;
	height:2000px;
}
#contenido_not_2{
	float:left;
	width:250;
	background:#FFFFFF;
	height:2000px;
}

.titulo_noticia_1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#003399;
	padding:15px;
}

.contenido_noticia_1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	line-height:1.4;
	padding:10px;
}

.mas_noticias{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	padding:10px;
}
.mas_noticias_titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#660000;
}

/* ------------cursos sin distancias ----- */

#columna_izquierda{
	float:left;
	width:559px;
	height:inherit;
	background:#FFFFFF;
	border-right:1px dotted #003366;
}

#columna_derecha{
	float:left;
	width:340px;
	height:1000px;
	background:#DCE4E1;
	border-top:1px dotted #003366;
}

/* ---------------------------------------- */
