/*inicio estilos menu principal*/

#contenedor_menu_col_izquierda
{
	padding: 0px;
	margin: 25px 0px;
	width: 200px;
	font-family:trebuchet ms, arial;
	font-size:10px;
	font-weight: normal;
	font-stretch:semi-expanded;
	/*background:url(../imagenes/cab_menu_areas.png) no-repeat top;*/
}

#contenedor_menu_col_izquierda .opcion_menu a
{
	color: #333333;
	text-decoration: none;
	outline: none;
	margin-left: 8px;
	font-weight: bold;
}

#contenedor_menu_col_izquierda .opcion_submenu a
{
	color: #663399;
	text-decoration: none;
	outline: none;
}

#contenedor_menu_col_izquierda .opcion_subsubmenu a
{
	color: #666666;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

#contenedor_menu_col_izquierda .opcion_menu a:hover
{
	text-decoration:underline;
}

#contenedor_menu_col_izquierda .opcion_subsubmenu a:hover
{
	text-decoration:underline;
}

#contenedor_menu_col_izquierda h2
{
	color: #666666;
	background: url(../imagenes/bg1.jpg) repeat;
	font-size: 12px;
	border-right: 4px solid #D9B3FF;
	border-bottom: 3px solid;
	padding: 2px 0px 2px 5px;
	margin: 0px 10px 5px 10px;
}

.opcion_menu
{
	background-image:url(../imagenes/bolillo_opcion.gif);
	background-repeat:no-repeat;
	background-position: 2px 5px;
}

.submenu
{
	padding: 0px;
	margin-left:0px;
}

.opcion_submenu
{
	background-image:url(../imagenes/bolillo_subopcion.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
}

.opcion_submenu a
{
	margin-left: 8px;
}

.opcion_submenu a:hover
{
	background-color: #EBD7FF;
}


.opcion_subsubmenu
{
	width: 145px;
	background-image:url(../imagenes/bolillo_subsubopcion.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
}

#contenedor_menu_col_izquierda .menu_col_izquierda
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	/*background:url(../imagenes/pie_menu_areas.png) no-repeat bottom;*/
}

#contenedor_menu_col_izquierda .menu_col_izquierda li
{
	list-style-type:none;
	padding: 0px 0px 0px 0px;
	margin: 5px 10px 0;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
}

/*fin estilos menu principal*/

/*inicio estilos cursos destacados*/

#contenedor_menu_cursos_destacados
{
	padding: 0px;
	margin: 0px;
	width: 200px;
	font-size:12px;
	font-weight: normal;
	font-family: Verdana;
	font-stretch:semi-expanded;
	background:url(../imagenes/cab_menu_cursos_destacados.png) no-repeat top;
}

#contenedor_menu_cursos_destacados .opcion_menu a
{
	color: #666666;
	text-decoration: none;
	outline: none;
}

#contenedor_menu_cursos_destacados .opcion_submenu a
{
	color: #663399;
	text-decoration: none;
	outline: none;
}

#contenedor_menu_cursos_destacados .opcion_subsubmenu a
{
	color: #666666;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

#contenedor_menu_cursos_destacados .opcion_menu a:hover
{
	text-decoration:underline;
}

#contenedor_menu_cursos_destacados .opcion_subsubmenu a:hover
{
	text-decoration:underline;
}


.opcion_menu
{
	background-image:url(../imagenes/bolillo_opcion.gif);
	background-repeat:no-repeat;
	background-position: 2px 5px;
}

.opcion_menu a
{
	margin-left: 8px;
}

.opcion_submenu
{
	background-image:url(../imagenes/bolillo_subopcion.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
}

.opcion_submenu a
{
	margin-left: 8px;
}

.opcion_submenu a:hover
{
	background-color: #EBD7FF;
}


.opcion_subsubmenu
{
	width: 165px;
	background-image:url(../imagenes/bolillo_subsubopcion.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
}

.menu_cursos_destacados
{
	margin: 0px 12px;
	padding: 45px 0px;
	/*background:url(../imagenes/pie_menu_areas.png) no-repeat bottom;*/
}


/*fin estilos menu cursos destacados*/